/******************************************
***          YT Framework: CSS          ***
*******************************************/

/* -----------------------*/
/*     General style      */
/* -----------------------*/
body{
	background:#EEE;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	line-height:1.6em;
}
p{
	word-spacing:1px;
}
body #yt_wrapper{
	min-width: 980px;
	overflow:hidden;
	background: url(../images/bg-header.png) no-repeat left top #000;
}
.yt-main{
	max-width:980px;
}
.clear{
	clear:both;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.pos-html{
	float:left;
	overflow:hidden;
}
body.contentpane h2{
	font-weight:normal;
}
body.contentpane .mailto-close {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 20px;
}
body.contentpane .mailto-close a{
	font-size:92%;
	text-decoration:none;
}
body.contentpane .formelm {
    margin: 10px 0;
}
body.contentpane .formelm label {
    display: inline-block;
    min-width: 100px;
}
.tip{
	background:#FFC;
	border:1px solid #DDD;
}
.tip-title{
	padding:5px 8px;
	border-bottom:1px solid #DDD;
	font-weight:bold;
}
.tip-text{
	padding:8px;
}
/* Begin: Update css for basic.css */
ul li {
	background:url(../images/dot1.png) no-repeat left 6px;
	padding:0 0 0 15px;
}

a:hover{
	text-decoration:underline;
}
input, textarea{
	border:1px solid #E5E5E5;
	padding:2px 5px;
	margin:0 5px 0 0;
}
select{
	border:1px solid #E5E5E5;
	padding:2px 2px 2px 5px;
	margin:0 5px 0 0;
}
.inputbox{
	background:#FFF;
    color: #515151;
    margin: 0;
    padding: 3px 2px 3px 5px;
	box-shadow:none;
}
textarea:hover,
select:hover,
.inputbox:hover{
	background:#FFFFDD;
}
.invalid{
	border-color:#F00;
	box-shadow:none;
}
select.inputbox{
	padding:1px 1px 1px 5px;
}
button,
.button{
	color:#000;
	display:inline-block;
	background:url(../images/bg-readmore.png) repeat-x;
	font-weight: bold;
	font-size: 100%;
	line-height: normal;
	height: 23px;
	padding: 0 17px;
	border: 1px solid #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button:active, 
.button:focus, 
.button:visited,
button:hover,
.button:hover{
	background:url(../images/bg-readmore-hover.png) repeat-x;
	cursor: pointer;
    text-decoration: none;
}
img {
	max-width: 100%;
}
blockquote {
	margin: 15px;
}
/* End: Update css for basic.css   */


/* Fontsize */
body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Blocks in template */
.block{
	width:100%;
	clear:both;
}

/* Color(sitestyle) for element to change */
a, 
span.separator,
div.userBlock h2,
div.itemListCategory h2,
h1.componentheading, .componentheading {
	color:#0a6f04;
}
a:hover, 
span.separator:hover,
div.userBlock h2:hover,
div.itemListCategory h2:hover,
h1.componentheading:hover, 
.componentheading:hover {
	color:#000;
}
/* Pagination style */
ul.pagination li{
	background:none;
	padding:0 0;
	display:inline;
	line-height: 23px;
}
ul.pagination span span {
	font-size: 100%;
	color: #000;
	font-size: normal;
}
ul.pagination a {
	font-size: 100%;
	color: #666;
	font-size: normal;
	text-align: center;
}
ul.pagination .link a{
	background: url(../images/bg-pagination-li.png) no-repeat 2px -23px;
	display: inline-block;
	line-height: 23px;
    min-width: 25px;
}
ul.pagination .active span,
ul.pagination .link a:hover {
	background: url(../images/bg-pagination-li.png) no-repeat 2px 0;
	display: inline-block;
	line-height: 23px;
    min-width: 25px;
	text-decoration: none;
}
ul.pagination .text-font a {
	
}
ul.pagination a:hover{
}
/* -----------------------------*/
/*     Yt tolls                 */
/* -----------------------------*/

/* Switch modes view */

.yt-switch_modes {
	padding: 20px 15px 0 0;
	font-size:92%;
	float: right !important;
}
.switchmodes-wrap {
	width: 145px;
}
.yt-switch_modes span.title-swm{
	float:left;
	display:inline-block;
	color:#999;
}
.yt-switch_modes ul.nav-swm{
	margin:0 0;
	overflow:hidden;
	float:left;
	width:46px;
}
.yt-switch_modes ul.nav-swm:hover{
}
.yt-switch_modes ul.nav-swm li{
	background:none;
	padding:0 5px;
	display:inline;
	float:left;
}
.yt-switch_modes ul.nav-swm li a span{
	display:none;
}
.yt-switch_modes ul.nav-swm li a{
	background-image:url(../images/switch-modes.png);
	background-repeat:no-repeat;
	display:block;
}
.yt-switch_modes ul.nav-swm li.window a{
	background-position:0px -17px;
	width:16px;
	height:17px;
}
.yt-switch_modes ul.nav-swm li.window.active a,
.yt-switch_modes ul.nav-swm li.window:hover a{
	background-position:0px 0px;
}
.yt-switch_modes ul.nav-swm li.mobile a{
	background-position:0px -34px;
	width:10px;
	height:16px;
}
.yt-switch_modes ul.nav-swm li.mobile.active a,
.yt-switch_modes ul.nav-swm li.mobile:hover a{
	background-position:0px -50px;
}

/* Link validate and language support  */
.yt-linkfooter ul{
	margin:0 0;	
}
.yt-linkfooter ul li{
	display:inline;
	padding:0 8px;
	background:none;
}
.yt-linkfooter ul li.first{
	background:none;
	padding:0 8px 0 0;
}
.yt-linkfooter ul li a{
	font-size:100%;
	color:#666;
	display:inline-block;
}
.yt-switch_modes{
}
/* Croll to top */
#yt_scroll_top{
	float:left;
	width:100%;
}
#yt_scroll_top .yt-main{
	position:relative;
}
#yt_scroll_top .pos-html .top {
    position: absolute;
    right: -80px;
    top: -30px;
    width: 30px;
}
.top a{
	line-height:30px;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
	text-transform:uppercase;
}
/* -----------------------------*/
/*     Layout types             */
/* -----------------------------*/
#left1,
#left2,
#right1,
#right2{
	width:150px;
}
.body-percentage .content-percentage #left1,
.body-percentage .content-percentage #left2,
.body-percentage .content-percentage #right1,
.body-percentage .content-percentage #right2{
	width:50% !important;
}

.body-percentage #content.nopos-right_top.nopos-right2.nopos-right_bottom #right1,
.body-percentage #content.nopos-right_top.nopos-right1.nopos-right_bottom #right2,
.body-percentage #content.nopos-left_top.nopos-left2.nopos-left_bottom #left1,
.body-percentage #content.nopos-left_top.nopos-left1.nopos-left_bottom #left2{
	width:100% !important;
}

/* Type: Full */
.full #content_main .content-main-inner{ 

}
.full div.catItemReadMore {
	margin-top: 10px;
}
/* Type: Left-main */
.left-main #content_main .content-main-inner{ 
}
.left-main.nogroup-left #content_main .content-main-inner{ 

}
.left-main #content_left .yt-position-inner{ 
	margin:0 10px 0 0;
}
.left-main .group-col1-top .yt-position-inner{
	margin:0 0 0 5px;
}
/* Type: main-right */
.main-right #content_main .content-main-inner{ 

}
.main-right.nogroup-right #content_main .content-main-inner{ 

}
.main-right #content_right .yt-position-inner{ 
	margin:0 0 0 10px;
}
.main-right.nopos-right span.catItemImage img,
.main-left.nopos-left span.catItemImage img {
	margin: 0 10px 0 0;
}
/* Type: Main-left-right */
.main-left-right #content_main .content-main-inner{ 

}
.main-left-right #content_left .yt-position-inner{
	margin:0 0 0 10px;
}
.main-left-right #content_right .yt-position-inner{
	margin:0 0 0 10px;
}
.main-left-right.nogroup-left #content_right .yt-position-inner{

}
.main-left-right.nogroup-right #content_main .content-main-inner,
.main-left-right.nogroup-left #content_main .content-main-inner{ 

}
.main-left-right.nogroup-right #content_left .yt-position-inner{
	margin:0 0 0 5px;
}
.main-left-right.nogroup-left.nogroup-right #content_main .content-main-inner{

}
.main-left-right .group-col1-top .yt-position-inner{
	margin:0 5px 0 0;
}

/* Type: Left-right-main */
.left-right-main #content_main .content-main-inner{ 

}
.left-right-main #content_left .yt-position-inner{
	margin:0 10px 0 0;
}
.left-right-main #content_right .yt-position-inner{
	margin:0 10px 0 0;
}
.left-right-main.nogroup-right #content_left .yt-position-inner,
.left-right-main.nogroup-left #content_right .yt-position-inner{
}
.left-right-main.nogroup-left.nogroup-right #content_main .content-main-inner{

}
.left-right-main .group-col1-top .yt-position-inner{
	margin:0 0 0 5px;
}

/* Type: Left-main-right */
.left-main-right #content_main .content-main-inner{ 

}
.left-main-right.nogroup-right #content_main .content-main-inner{ 

}
.left-main-right.nogroup-left #content_main .content-main-inner{ 

}
.left-main-right.nogroup-left.nogroup-right #content_main .content-main-inner{ 

}
.left-main-right #content_left .yt-position-inner{
	margin:0 10px 0 0;
}
.left-main-right #content_right .yt-position-inner{
	margin:0 0 0 10px;
}
.main-left-right #itemListPrimary div.catItemImageBlock,
.left-main-right #itemListPrimary div.catItemImageBlock,
.left-right-main #itemListPrimary div.catItemImageBlock {
	min-width: 180px !important;
}
.main-left-right span.catItemImage img,
.left-main-right span.catItemImage img,
.left-right-main span.catItemImage img{
	width: 180px !important;
}
.main-left-right.nopos-left span.catItemImage img,
.left-main-right.nopos-left span.catItemImage img,
.left-right-main.nopos-left span.catItemImage img {
	width: auto !important;
}
.main-left-right .desc-subcategory img,
.left-main-right .desc-subcategory img,
.left-right-main .desc-subcategory img {
	max-width: 200px;
}
.main-left-right div.k2Pagination,
.left-main-right div.k2Pagination,
.left-right-main div.k2Pagination {
	margin: 4px 0;
}
.full span.catItemImage img {
	margin: 0 10px 0 0;
}
.main-left-right div.itemFullText img,
.left-main-right div.itemFullText img,
.left-right-main div.itemFullText img {
	max-width: 430px;
}
.main-left-right .blog .items-row.cols-2 .image-content.intro img,
.left-main-right .blog .items-row.cols-2 .image-content.intro img,
.left-right-main .blog .items-row.cols-2 .image-content.intro img{
	max-width: 200px;
}
/* -----------------------------*/
/*     Module variations        */
/* -----------------------------*/
.moduletable,
.moduletable_menu,
.moduletable_menu-bg,
.moduletable_text{
	margin: 0 0 10px 0;
	padding:0;
}
.moduletable h3,
.moduletable_menu h3,
.moduletable_menu-bg h3,
.moduletable_text h3{
	margin:0 0;
	font-size: 150%;
	line-height: 215%;
	font-weight: normal;
	text-transform: inherit;
}
/*h3 span.first_word{
	color:#F00;
	text-shadow:0px 0px 1px #999;
}*/
ul.menu{
	margin:0 0;
}
div.custom p{
	margin:0 0;
	text-align: left;
}
.moduletable .custom p img{
	float:left;
	margin:0 12px 10px 0;
}
.yt-position-inner{
}
.position-first .yt-position-inner{
}
.position-last .yt-position-inner{
}
/* Default module */
.moduletable{
}
.moduletable h3,
.moduletable_menu h3,
.moduletable_menu-bg h3,
.moduletable_text h3{
	padding:0 15px;
	border:1px solid #acacac;
	border-bottom: 0 none;
	line-height:250%;
	height: 42px;
	background: url(../images/bg-module-h3.png) #fff;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
.moduletable .yt-mod-mainbox,
.moduletable_menu .yt-mod-mainbox,
.moduletable_menu-bg .yt-mod-mainbox,
.moduletable_text .yt-mod-mainbox{
	padding: 10px;
	background:#FFF;
	border: 1px solid #acacac;
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}
/* Suffix class: clear */
.moduletable.clear{
	border:none;
	background: none;
	padding: 0;
}
.moduletable.clear h3,
.moduletable.clear .yt-mod-mainbox{
	border:none;
	background: none;
	padding: 0;
	color: #666;
}
.moduletable.clear h3 {
	color: #000;
}
/* Suffix class: title1, title2 */
.moduletable.title1 h3,
.moduletable.title2 h3{
	background: url(../images/bg-module-h3-title1.png);
	border-bottom: 1px solid #acacac;
	margin-bottom: 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.moduletable.title2 h3 {
	background: #fff;
}
.moduletable.title1 .yt-mod-mainbox,
.moduletable.title2 .yt-mod-mainbox{
	border-top: 1px solid #acacac;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* Suffix class: bg1, bg2 */
.moduletable.bg1 h3{
	background: url(../images/bg-module-h3-title1.png);
	border-bottom: 1px solid #acacac;
	margin-bottom: 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.moduletable.bg1 .yt-mod-mainbox{
	background: url(../images/bg-box-bg1.png);
	border-top: 1px solid #acacac;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.moduletable.bg2 h3 {
	background: url(../images/bg-module-h3-bg2.png) repeat-x #000;
	color: #fff;
	height: 44px;
	border: 0 none;
}
.moduletable.bg2 .yt-mod-mainbox {
	background: #000;
	color: #fff;
	border: 0 none;
}
/* Suffix class: color1, color2, color3, color4 */
.moduletable.color1 h3,
.moduletable.color2 h3,
.moduletable.color3 h3,
.moduletable.color4 h3,
.moduletable.color5 h3,
.moduletable.color6 h3{
	background-image: url(../images/bg-module-h3-color.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}
.moduletable.color1 h3 {
	background-color: #a12d63;
}
.moduletable.color2 h3 {
	background-color: #ff0000;
}
.moduletable.color3 h3 {
	background-color: #008db0;
}
.moduletable.color4 h3 {
	background-color: #ff7800;
}
.moduletable.color5 h3 {
	background-color: #0064c1;
}
.moduletable.color6 h3 {
	background-color: #ff003c;
}
/* Suffix class: icon-video */
.moduletable.icon-video h3 span.module-title {
	background: url(../images/icon-video.png) no-repeat 0 center;
    padding: 2px 0 2px 40px;
}
/* Suffix class: icon-photo */
.moduletable.icon-photo h3 span.module-title {
	background: url(../images/icon-photo.png) no-repeat 0 center;
    padding: 2px 0 2px 40px;
}
/* Suffix class: icon-email */
.moduletable.icon-email h3 span.module-title {
	background: url(../images/icon-email.png) no-repeat 0 center;
    padding: 2px 0 2px 40px;
}
/* Suffix class: icon-support */
.moduletable.icon-support h3 span.module-title {
	background: url(../images/icon-support.png) no-repeat 0 center;
    padding: 2px 0 2px 40px;
}
/* Suffix class: _menu */

/* level1 */
.moduletable_menu ul{
	margin:0 0;
}
.moduletable_menu ul li{
	background:none;
	padding:8px 0;
	line-height:100%;
	border-top:1px solid #E5E5E5;
}
.moduletable_menu ul li.active.parent{
	/*padding-bottom:0px;*/
}
.moduletable_menu ul li:first-child{
	border:none;
}
.moduletable_menu ul li .separator,
.moduletable_menu ul li a{
	line-height:100%;
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
.moduletable_menu ul li.active .separator,
.moduletable_menu ul li.active a{
	text-decoration: none;
}
.moduletable_menu ul li .separator:hover,
.moduletable_menu ul li a:hover{
}
/* level2 */
.moduletable_menu ul li ul{
	margin:8px 0 0 10px;
}
.moduletable_menu ul li li{
	padding:8px 0 8px 10px;
	background:url(../images/li-suffix-menu.png) no-repeat 0 10px;
	text-decoration: none;
}
.moduletable_menu ul li li a {
	font-weight: normal;
}
.moduletable_menu ul.menu li.active ul li.active.current,
.moduletable_menu ul.menu li.active.deeper.parent li.active{
	text-decoration: underline;
}

.moduletable_menu ul li.active li .separator,
.moduletable_menu ul li.active li a{
	color:#000;
}
.moduletable_menu ul li li.active .separator,
.moduletable_menu ul li li.active a{

}
.moduletable_menu ul li li .separator:hover,
.moduletable_menu ul li li a:hover{

}
/* level 3*/
.moduletable_menu ul.menu li.active ul li.active ul li {
	text-decoration: none;
}
.moduletable_menu ul li li li{
	background:url(../images/li3_suffix__menu.gif) no-repeat 0 12px;
	text-decoration: none;
}
.moduletable_menu ul li li li a {
	text-decoration: none;
}
.moduletable_menu ul li li li:hover,
.moduletable_menu ul li li li.active{
	background-image:url(../images/li_suffix__menu_hover.gif);
}
.moduletable_menu ul li li.active li .separator,
.moduletable_menu ul li li.active li a{
	color:#000;
}
.moduletable_menu ul li li li.active .separator,
.moduletable_menu ul li li li.active a{

}
.moduletable_menu ul li li li .separator:hover,
.moduletable_menu ul li li li a:hover{

}
/* Suffix class: _menu-bg */
.moduletable_menu-bg h3 {
	background: url(../images/bg-module-h3-menu-bg.png) #000;
	border-color: #515151;
	color: #fff;
}
.moduletable_menu-bg .yt-mod-mainbox {
	background: #000;
	color: #999;
	border-color: #515151;
}
.moduletable_menu-bg li {
	background: url(../images/li-suffix-menu-bg.png) no-repeat 3px 12px;
	border-top: 1px solid #4d4d4d;
	line-height: 250%;
	padding: 0 0 0 15px;
	text-align: left;
}
.moduletable_menu-bg li:first-child {
	border-top: none;
}
.moduletable_menu-bg li:hover {
	background: url(../images/li-suffix-menu-bg-hover.png) no-repeat 3px 12px;
}
.moduletable_menu-bg li a {
	color: #999;
	text-decoration: none;
	font-size: 100%;
}
.moduletable_menu-bg li.active a,
.moduletable_menu-bg li:hover a{
	color: #fff;
}
/* Suffix class: _text */

/* Suffix class: bage */
.moduletable.badge-new,
.moduletable.badge-hot,
.moduletable.badge-top,
.moduletable.badge-pick{
	border:1px solid #E5E5E5;
}
.moduletable.badge-new h3,
.moduletable.badge-hot h3,
.moduletable.badge-top h3,
.moduletable.badge-pick h3{
	line-height:275%;
	padding:0 10px;
	border-bottom:1px solid #E5E5E5;
}
.moduletable.badge-new .yt-mod-mainbox,
.moduletable.badge-hot .yt-mod-mainbox,
.moduletable.badge-top .yt-mod-mainbox,
.moduletable.badge-pick .yt-mod-mainbox{
	padding:8px 10px;
}
.badge-hot, 
.badge-new, 
.badge-pick, 
.badge-top {
    position: relative;
}
.badge {
    background: url(../images/badges.png) no-repeat 0 0;
    height: 46px;
    position: absolute;
    right: -1px;
    text-indent: -999em;
    top: 0px;
    width: 46px;
    z-index: 2;
}
.badge-new .badge {
    background-position: 0 -46px;
}
.badge-pick .badge {
    background-position: 0 -92px;
}
.badge-top .badge {
    background-position: 0 -138px;
}

/* ----------------------------*/
/*     Block: yt_top           */
/* ----------------------------*/
#yt_top{
	background:#222;
	color:#FFF;
}
#yt_top .yt-main{
	overflow:hidden;
	height:32px;
	line-height:32px;
}
#top1{
	width:825px;
}
#top1 ul,
#top1 #form-login ul{
	margin:0 0;
}
#top1 ul li{
	background:none;
	padding:0 8px;
	display:inline;
	font-size:100%;
	float:left;
	line-height:32px;
	border-left:1px solid #333;
}
#top1 ul li:first-child{
	border:none;
	padding-left:0;
}
#top1 ul li a{
	color:#666;
}
#top1 ul li a:hover{
	color:#FFF;
	text-decoration:none;
}
#top2{
	width:55px
}
#top2 p{
	margin:0 0;
}
#top2 a.flag-first{
	margin:10px 5px 0 0;
	display:inline-block;
	float:left;
	width:20px;
}
#top2 a.flag-last{
	margin:10px 0 0 5px;
	display:inline-block;
	float:right;
	width:21px;
}
/* ----------------------------*/
/*     Block: yt_header        */
/* ----------------------------*/
#yt_header{

}
.homepage #yt_header .yt-main{
	height: 117px;
	position:relative;
	z-index:100;
}
#yt_header .yt-main-in1{
}
#yt_header .yt-main-in2{
}
.yt-logo{
	width:274px;
}
.site-slogan{
	padding:0;
	margin:5px 0 0 0;
	width:100%;
	float:left;
	text-align:center;
	color:#FFF;
}
#yt_header h1.logo {
	float:left;
	margin: 33px 0 0 20px;
	padding:0;
}
#yt_header h1.logo a{
	height:85px;
	width:254px;
	display:block;
}
#yt_header h1.logo a span{
	display:none;
}
h1.logo-text{
	text-align:center;
	margin:20px 0 0 0;
}
h1.logo-text a{
	color:#FFF;
}
#header1{
	height:86px;
	overflow:hidden;
	width:465px;
}
#header2{
	width:215px;
}
ul.yt-login-regis{
	float:right;
	margin:40px 0 0;
	
}
ul.yt-login-regis li{
	position:relative;
	display:inline-block;
	background:none;
	height:18px;
	margin:0 0 0 5px;
	padding:0 0;
	float:left;
}
ul.yt-login-regis li a{
	background:url(../images/title-login-bg.png) repeat left top;
	display:inline-block;
	position:relative;
	padding:0 10px;
	z-index:666;
}
ul.yt-login-regis ul.yt-login-links li a{
	background:none;
	padding:0 0;
}
#yt_overlaywrap {
    background: none repeat scroll 0 0 #000000;
    height: 100% !important;
    left: 0;
    min-height: 100% !important;
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 555;
}
.register-switch:hover,
.login-switch:hover{
	text-decoration:none;
}
.title-link{
	
}
ul.yt-login-regis li.hiuser{
	background:none;
	display:inline;
	color:#FFF;
}
ul.yt-login-regis li.hiuser a.logout-switch{
	background:none;
	font-weight:bold;
	color:#FFF;
}
ul.yt-login-regis .show-box{
	background:#FFF;
	position:absolute;
	top:20px;
	right:0;
	padding:8px 10px;
	z-index:999;
	width:190px;
	border:4px solid #d6e4f1;
}
ul.yt-login-regis .show-box h3{
	margin:0 0 10px;
}
ul.yt-login-regis .show-box label{
	display:block;
}
ul.yt-login-regis .show-box span.note,
ul.yt-login-regis .show-box label span{
	display:block;
}
ul.yt-login-regis .show-box label span.star{
	display:inline;
}
ul.yt-login-regis .show-box label input{
	
}
p#form_login_remember{
	display:block;
}
p#form_login_remember input{
	float:left;
	margin-top:3px;
	border:none;
	padding:0 0;
}
p#form_login_remember label{
	display:inline;
	margin:0 5px;
}
ul.yt-login-links li{
	display:block;
}
#login_form,
#login_form a {
	color: #666;
}
#login_form label.yt-login-user,
#login_form label.yt-login-password {
	border: 1px solid #acacac;
	box-shadow: 2px 2px #ccc;
	-moz-box-shadow: 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px #ccc;
	float: left;
	margin-bottom: 5px;
	width: 180px;
}
#login_form label.yt-login-user span,
#login_form label.yt-login-password span {
	display: inline-block;
	width: 75px;
	line-height: 25px;
	padding: 0 5px;
	color: #666;
	float: left;
}
#login_form label.yt-login-user input,
#login_form label.yt-login-password input {
	border: none;
	width: 95px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	float: left;
}
#login_form p#form_login_remember {
	display: inline-block;
	width: 100%;
	padding: 5px 0 10px;
	border-bottom: 1px solid #ccc;
}
#login_form input.button {
	margin: 10px 0 0 10px; *
	margin-top: -40px;
	padding: 0 20px; *
	padding: 0 10px;
	height: 37px;
	line-height: 37px;
	border: none;
	background: url(../images/bg-button.png) repeat-x center center #9d9d9d;
	color: #000;
	font-size: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
#login_form input.button:hover {
	background-color: #a10043;
	color: #fff;
}
ul.yt-login-links {
	margin: 15px 0 0;
}
.yt-login-links li {
	background: url(../images/li-login.png) no-repeat left 7px;
	padding: 0 0 0 10px;
}
.yt-login-links li a:hover {
		text-decoration: underline;
}
/* ----------------------------*/
/*     Block: yt_menuwrap      */
/* ----------------------------*/
.yt-menu {
	margin-top: 50px;
}
#yt_menuwrap{
}
#yt_menuwrap .yt-main{
	position:relative;
	z-index:99;
	border-width:1px;
	/*border-left: 1px solid #1C4369;
    border-right: 1px solid #1C4369;
    border-top: 1px solid #1C4369;*/
	min-height:44px;
}
#yt_menuwrap .yt-main-in1{
}
#yt_menuwrap .yt-main-in2{

}
#yt_menuwrap .yt-menu{
	width:785px;
}
.style-content-sl #nav2{
	display: none;
}
#yt_menuwrap #nav2{
	width:195px;
}
#yt_menuwrap #nav2 .yt-position-inner{
	margin:8px 0 0;	
}
#yt-menu #nav2 div.search,
#yt-menu #nav2 div.finder{
	overflow:hidden;
	height:24px;
	* width: 231px;
}
div.finder,
div.search{
	position:relative;
}
#yt_menuwrap #nav2 .finder input.inputbox,
#yt_menuwrap #nav2 .search input.inputbox{
	padding:0 10px;
	height:28px;
	width:165px;
	line-height:28px;
	border:none;
	background:#F2F2F2;
	color:#222;
}
#yt_menuwrap #nav2 .finder .button,
#yt_menuwrap #nav2 .search input.button{
	background-image:url(../images/search-btn.png);
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	border:none;
	vertical-align:center;
	height:16px;
	width:16px;
	padding:0 0;
	margin:7px 0 5px 0;
	position:absolute;
	right:8px;
	text-indent:-999em;
	* text-transform: capitalize;
}
ul.autocompleter-choices{
	border:none;
}
#yt_component div.finder,
#yt_component div.search {
	background: #fff;
	padding: 0 15px;
	margin-bottom: 20px;
}
#yt_component label.finder, 
#yt_component div.search label{
	color: #000;
	line-height: normal;
	float: none;
}
#yt_component #search-searchword {
	border: 1px solid #acacac;
	height: 21px;
	line-height: 21px;
	padding: 0;
	text-indent: 10px;
}
#yt_component div.finder input,
#yt_component div.search input {
	border: none;
	margin: 0 2px 0 0;
	padding: 0;
}
/* ----------------------------*/
/*     Block: yt_slideshow     */
/* ----------------------------*/
#yt_slideshow {
	
}
#yt_slideshow .yt-main {
	width: 1000px;
	max-width:1000px;
	position: relative;
}
#slide_show .moduletable {
	margin: 0;
}
#nav2 {
	position: absolute;
	right: 30px;
	bottom: 10px;
	z-index: 300;
}
label.finder,
div.search label {
	font-size: 117%;
	font-weight: normal;
	color: #fff;
	margin-right: 10px;
	line-height: 32px;
	display: inline-block;
}
div.finder .inputbox,
#mod_search_searchword {
	background: url(../images/bg-finder-input.png) repeat-x;
	border: 1px solid #515151;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-indent: 6px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	padding: 0;
	width: 180px; *
	vertical-align: middle;
}
#content div.finder .inputbox,
#content #mod_search_searchword {
	width: 248px;
}
div.finder .button.finder,
div.search input.button {
	background: url(../images/bg-finder-button.png) no-repeat;
	height: 32px;
	width: 31px;
	padding: 0;
	text-indent: -9999px;
	position: absolute;
	top: 2px;
	right: 1px;
	border: none;
	margin: 0; *
	font-size: 0;
}
/* ----------------------------*/
/*     Block: yt_spotlight1    */
/* ----------------------------*/
#yt_spotlight1 .yt-main{
	margin-top:10px;
	overflow:hidden;
}
#yt_spotlight1 .yt-main-in2{
	padding: 0 0;
}
#yt_spotlight1 .yt-position-inner{
	padding:0 5px;
}
#yt_spotlight1 .position-first .yt-position-inner{
	padding:0 5px 0 0;
}
#yt_spotlight1 .position-last .yt-position-inner{
	padding:0 0 0 5px;
}
#yt_spotlight1 .position-last .yt-position-inner{
}
#yt_spotlight1 .moduletable h3{
}
#yt_spotlight1 .moduletable{
	margin:0 0;
}
#yt_spotlight1 .moduletable .yt-mod-mainbox {
	padding-top:15px;
}
/* ----------------------------*/
/*     Block: yt_spotlight2    */
/* ----------------------------*/
#yt_spotlight2 .yt-main{
	padding:0 0 10px 0;
	overflow:hidden;
}
#yt_spotlight2 .yt-position-inner{
	margin:0 3px;
}
#yt_spotlight2 .position-first .yt-position-inner{
	margin:0 6px 0 0;
}
#yt_spotlight2 .position-last .yt-position-inner{
	margin:0 0 0 6px;
}
/* ----------------------------*/
/*     Block: yt_spotlight3    */
/* ----------------------------*/
#yt_spotlight3 {
	background: url(../images/bg-spotlight.png) repeat-x top center #000;
}
#yt_spotlight3 .yt-main{
	overflow:hidden;
	padding: 22px 0 0;
}
#yt_spotlight3 .yt-position-inner{

}
#yt_spotlight3 .moduletable{
	background:none;
	border:none;
	padding-top:0px;
	margin: 0px;
	color:#ccc;
	
}
#yt_spotlight3 .yt-position-inner{
	height: 80%;
	border-right: 2px dotted #333;
	margin: 25px 0;
	padding-left: 25px;
}
#yt_spotlight3 .position-last .yt-position-inner,
#yt_spotlight3 .position-first .yt-position-inner{
	border:none;
	border-right: none;
}
#yt_spotlight3 .position-first .yt-position-inner {
	padding: 0;
}
#yt_spotlight3 .yt-position-inner:hover{
	
}
#yt_spotlight3 .position-last .yt-position-inner:hover,
#yt_spotlight3 .position-first .yt-position-inner:hover{
	background:none;
}
.body-percentage #user13{
	width:310px;
}
#yt_spotlight3 .moduletable h3{
	background:none;
	border:none;
	color:#FFF;
    line-height: 150%;
}
#yt_spotlight3 .yt-mod-mainbox{
	background: none;
	border: none;
}
#yt_spotlight3 ul li{
	background:url(../images/li-spotlight.png) no-repeat left center;
	padding:0 0 0 16px;
	line-height:200%;
}
#yt_spotlight3 ul li a,
#yt_spotlight3 ul li span.separator{
	color:#ccc;
	font-weight: bold;
}
#yt_spotlight3 ul li:hover a{
	color:#FFF;
	text-decoration:none;
}
.yt-social {
	width: 100%;
	overflow: hidden;
}
.yt-social a{
	background-image: url(../images/icon-social.png);
	background-repeat: no-repeat;
	width:34px;
	height: 34px;
	display:inline-block;
	float:left;
	padding: 0;
	margin: 10px 7px 20px 0;
	color:#666;
	text-indent: -9999px;
}
.yt-social a span {
	font-size: 0;
}
.yt-social a:hover{
	text-decoration:none;
	color:#FFF;
}
.yt-social a.facebooks{
	background-position: 0 0;
}
.yt-social a.facebooks:hover{
	background-position: 0 -34px;
}
.yt-social a.flick{
	background-position: 0 -68px;
}
.yt-social a.flick:hover{
	background-position: 0 -102px;
}
.yt-social a.twitters{
	background-position: 0 -136px;
}
.yt-social a.twitters:hover{
	background-position: 0 -170px;
}
.yt-social a.rss{
	background-position: 0 -204px;
}
.yt-social a.rss:hover{
	background-position: 0 -238px;
}
.yt-social a.technora{
	background-position: 0 -272px;
}
.yt-social a.technora:hover{
	background-position: 0 -306px;
}
#yt_spotlight3 .moduletable.newsletter{
	background: url(../images/bg-custom-newsletter.png) no-repeat;
	height: 172px;
    padding: 25px 25px 0;
}
#yt_spotlight3 .moduletable.newsletter h3 {
	padding: 0 0 0 100px;
}
#yt_spotlight3 .position-first .moduletable .yt-mod-mainbox {
	padding: 0;
}
.moduletable.newsletter .inputbox{
	background: none;
	border: 1px solid #acacac;
	padding:4px 5px;
	margin: 0px 0 15px;
	width: 228px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.moduletable.newsletter .button{
	float: right;
	margin: 0;
	padding: 0 20px; * 
	padding: 0 10px;
	height: 37px;
	line-height: 37px;
	border: none;
	background: url(../images/bg-button.png) repeat-x center center #9d9d9d;
	color: #000;
	font-size: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
.moduletable.newsletter .button:hover {
	background-color: #a10043;
	color: #fff;
}
/* ----------------------------*/
/*     Block: yt_bottommenu    */
/* ----------------------------*/
#yt_bottommenu {

}
#footnav {
	background: url(../images/bg-menu-bottom.png) repeat-x center top;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul.menu-bottom {
	margin: 0;
	display: inline-block;
}
ul.menu-bottom li {
	display: inline;
	float: left;
	line-height: 40px;
	padding: 0 17px;
	background: url(../images/li-menu-bottom.png) no-repeat left 15px;
	border: none;
}
ul.menu-bottom li:first-child {
	background: none;
}
ul.menu-bottom li a,
ul.menu-bottom li span.separator {
	margin: 0px;
	padding: 0;
	color: #fff;
	font-weight: normal;
	font-size: 117%;
}
ul.menu-bottom li a:hover,
ul.menu-bottom li span.separator:hover {
	text-decoration: underline;
}
ul.menu-bottom li:first-child a,
ul.menu-bottom li:first-child span.separator {
	margin-left: 0;
}
/* ----------------------------*/
/*     Block: yt_footer        */
/* ----------------------------*/
#yt_footer{
	height: 125px;
	background: url(../images/bg-bottom.png) no-repeat bottom center #000;
}
#yt_footer .yt-main{
	height:100%;
}
#yt_footer .yt-main-in1{
	height:100%;
}
#yt_footer .yt-main-in2{
	padding: 0;
	margin:0 0;
	overflow:hidden;
}
#yt_footer .yt-position-inner {
	margin:0 0;
}
#yt_footer .group-footnav .yt-position-inner{
	margin: 0 0;
    overflow: hidden;
}
#yt_footer #footnav ul{
	overflow:hidden;
}
#yt_footer #footnav li{
	display:inline;
}
#yt_footer #footnav li:first-child{
	background:none;
}
#yt_footer #footnav li span.separator,
#yt_footer #footnav li a{
	display:inline-block;
}
#yt_footer #footnav li:first-child a{
	padding-left:0;
}
#yt_footer #footnav li#current a,
#yt_footer #footnav li a:hover,
#yt_footer #footnav li a#active_menu-nav{
	text-decoration:underline;
}
.yt-linkfooter{
	margin: 0 0;
}
#yt_footer .yt-copyright{
	color:#999;
}
.body-percentage #yt_footer .yt-copyright{
	float:right !important;
}
#yt_footer span.separator,
#yt_footer a{
	color:#fff;
}
#yt_footer span.separator:hover,
#yt_footer a:hover{
	color:#FFF;
}
#yt_footer .yt-copyright .footer1{
	padding: 20px 0 0 20px;
}
#yt_footer .yt-copyright .footer2 {
	padding: 0px 0 0 20px;
}
#yt_footer .group-footnav .group-inner{
	float:right;
}

img#yt-backtotop{ cursor:pointer}	
.yt-change_modes a{
	padding:0 10px;
}
/* ----------------------------*/
/*     Block: content          */
/* ----------------------------*/
/* breadcrumb */
#breadcrumb{
	margin:0 0 -1px;
}
#breadcrumb .yt-position-inner{
	margin:0 0;
}
#breadcrumb .moduletable{
	margin:0 0;
}
#breadcrumb .moduletable .yt-mod-mainbox{
	padding:0 0;
	background: url(../images/bg-breadcrumb.png);
	border: none;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
#breadcrumb .breadcrumbs{
	line-height:38px;	
	display:inline-block;
	background: url(../images/bg-bread.png) no-repeat left 10px;
	padding: 0 0 0 20px;
	margin-left: 10px;
}
.showHere{
	font-weight:bold;
	margin:0 5px 0 0;
	float:left;
	line-height: 38px;
}
#breadcrumb .breadcrumbs span.separator,
#breadcrumb .breadcrumbs a{
	padding:0 0;
	float:left;
	line-height: 38px;
}
#breadcrumb .breadcrumbs span.separator:hover{
	color:#000;
}
#breadcrumb .breadcrumbs span.current{
	padding-left:5px;
}
#breadcrumb .breadcrumbs a:hover{
	text-decoration:underline;
}

.arrow-bre{
	background:url(../images/arrow-bre.png) no-repeat center center;
	width:18px;
	padding:17px 0 10px;
	height:10px;
	display:inline-block;
	float:left;
}
#content .moduletable p{
	margin:0 0;
}
.group-col1-top{
	width:100%;
}
/* System-messag */
#system-message{
	width:100%;
	float:left;
}
#system-message dd ul{
	margin:0 0;
}
#system-message dd ul li{
	background:none;
	margin:0 0;
	padding:0 0;
}
/* Inner content */
#content{

}
#content_main {
	background: url(../images/bg-content-main.png);
	margin-bottom: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#content_main  .content-main-inner {
	margin: 7px 20px 0px;
}
a.readon{
	font-size:100%;
}
a.readon:hover{
	text-decoration:underline;
}
#content .yt-main{
	padding: 0;
}
#content .yt-main-in1{	
}
#content .yt-main-in2{	
}
/* module in content */
#yt_component{
	margin:0 0; 
	padding:0;
}
#yt_component .component-inner {
	border: 0 none;
	background: none;
	padding: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;	
}
.component-inner{
	border:1px solid #acacac;
	background:#FFF;
	padding: 10px 20px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
h1.componentheading, .componentheading{
	text-transform:uppercase;
	font-size:160%;
}
.stats-module {
	color: #333;
}
.stats-module dt{
	float:left;
	font-weight:bold;
	padding:0 0 0 0;
	margin:0 0;
	width: 50%;
}
.stats-module dd{
	margin:0 0;
}
#yt_component .item-page {
	background: #fff;
	padding: 0 20px;
	overflow: hidden;
	border: 1px solid #acacac;
	margin-bottom: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* module main content */
#main1_50, 
#main2_50 {
    width: 50%;
}
#main1_50 .moduletable, 
#main2_50 .moduletable {
	margin-bottom: 19px;
}
#main1_100 {
    width: 100%;
}
#main1_50 .yt-position-inner{
	margin:0 15px 0 0;
}
#main2_50 .yt-position-inner{
	margin:0 0 0 15px;
}
/* module left, right content */
.moduletable.currencies form{
	text-align:center;
	padding-bottom:15px;
}
.moduletable.currencies select.inputbox{
	padding:2px;
}
.moduletable.currencies input.button{
	font-weight:normal;
	font-size:100%;
	padding-top:4px;
	padding-bottom:4px;
	margin:0 0;
}
.yt-poll span.title{
	font-weight:bold;
}
.yt-poll .poll-select{
	line-height:26px;
	margin:0 0 10px;
}
.yt-poll .poll-select input,
.yt-poll .poll-select label{
	vertical-align:middle;
}

#login-form p,
#login-form ul{
	margin:5px 0;
}
#login-form #form-login-username label,
#login-form #form-login-password label{
	display:block;
}
#form-login-remember input{
	/*vertical-align:middle;*/
	margin:0 3px;
}

/* ---------------------------------------*/
/*    Components (content, k2, vm, ...)   */
/* ---------------------------------------*/
/* Module k2 content */
div.k2ItemsBlock {
	color: #000;
}
div.k2ItemsBlock ul {
	margin: 0;
}
div.k2ItemsBlock ul li.even,
div.k2ItemsBlock ul li.odd {
	padding: 0;
	border-bottom: 1px solid #ccc;
	margin-top: 7px;
	padding-bottom: 7px;
}
div.k2ItemsBlock ul li.lastItem {
	border-bottom: 0 none;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
	float: left;
	border: none;
	margin: 0 5px 0 0;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
	display: block;
	font-weight: bold;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext p {
	display: inline;
}
div.k2ItemsBlock .moduleItemDateCreated {
	color: #999;
	display: inline;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    line-height: 150%;
    padding: 0;
}
/* Module k2 comment */
div.k2LatestCommentsBlock ul li span.lcItemTitle {
	display: block;
	font-weight: bold;
}
/* Module k2 scrollbar */
.yt-scrollbar-model .yt-mod-mainbox{
	padding-top: 0;
	padding-bottom: 0;
}
/* Module ajax-tabs */
.full .sj-ajax-tabs .item-wrap .item-image {
	background: url("../images/bg-ajax-tabs-img-full.png") no-repeat;
}
/* -- Component content -- */
.formelm-buttons{
	margin:10px 0 5px;
}
#editor-xtd-buttons {
    padding: 0 0;
}
.formelm-area,
.formelm{
	margin:5px 0;
}
.formelm .fltlft{
	float:left;
}
.calendar, 
.calendar table{
	vertical-align:text-bottom;
	margin:0 3px;
}
.formelm-area label,
.formelm label{
	display:block;
	width:180px;
	float:left;
}
.image-content{
	text-align:center;
}
.com_content .blog p{
	margin:10px 0;
}
.com_content .blog p.img_caption {
	margin:3px 0 0;
	line-height:normal;
}
div.pagination{
	padding:10px 0;
	margin:0 0;
}
ul.pagination{
	padding:0 0;
}
.browse-view .result{
	display: block;
	text-align: center;
}
p.counter{
	float:right;
	margin:0 0;
}
.item-headinfo{
	width:100%;
	overflow:hidden;
	padding-top: 2px;
}
ul.actions{
	float:right;
	margin:0 0;
}
ul.actions li{
	background:none;
	padding:0 0;
	margin:0 0;
}
ul.actions li{
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0 3px;
}
ul.actions li a {
    display: inline-block;
    float: left;
    height: 11px;
    padding: 0;
    width: 15px;
	background-image: url(../images/icon-email-print.png);
	background-repeat: no-repeat;
	text-align: right;
	color: #fff;
	text-indent: -9999px;
}
ul.actions img {
    border: medium none;
    display: none;
    margin: 0 5px 0 0;
    padding: 0;
}

ul.actions li.email-icon a {
	background-position: 0 0;
}
ul.actions li.print-icon a {
	background-position: 0 -11px;
}
ul.actions li.edit-icon a {
	background-position: 0 -22px;
	height: 16px;
	width: 16px;
}
dl.article-info{
	float:left;
	line-height:16px;
	width:70%;
}
dl.article-info dd {
	margin: 0;
}
.component-inner .categories-list {
	padding: 0px 14px;
	margin-bottom: 20px;
}
.com_content .categories-list ul{
	margin:0 0;
}
.com_content .categories-list ul li{
	width:45%;
	float:left;
	padding: 10px;
	background: #fff;
	border: 1px solid #acacac;
	margin: 0 4px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.com_content .categories-list ul li .item-title{
	text-transform: inherit;
	font-weight: normal;
	font-size:117%;
}
.com_content .categories-list ul li .category-desc{
	padding:5px 0 0;
}
.com_content .categories-list ul li .category-desc p{
	margin:0 0 10px 0;
}
.com_content .categories-list ul li dl dt{
	float:left;
	margin:0 5px 0 0;
}
.com_content .categories-list ul li dl dd{
	margin:0 0;
}
.component-inner .categories-list ul {
	margin: 0;
}
#search-form {
	background: #fff;
	border: 1px solid #acacac;
	margin: 0 0px 20px;
	padding: 20px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
#finder-filter-window li.filter-branch {
	margin-bottom: 5px;
	background-position: left center;
}
#finder-filter-window li.filter-branch label {
	display: inline-block;
	width: 120px;
	line-height: 32px;
	float: left;
}
#finder-filter-window select{
	padding: 5px 10px 5px 0;
	color: #000;
}
div.finder .word input {
	color: #000;
}
.newsfeed-category {
	background: #fff;
	border: 1px solid #acacac;
	margin: 0 0px 20px;
	padding: 20px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.items-leading,
.items-row{
	width:100%;
	overflow:hidden;
}
.items-row .contentheading{
	margin-top:15px;
}
.leading .item-content{
	overflow:hidden;
}
.cols-2 .item{
	width:50%;
	*width:49.9%;
	float:left;
	overflow:hidden;
}
.cols-2 .item-inner {
	background: #fff;
	padding: 0 24px;
	border: 1px solid #acacac;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
    padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
}
.cols-2 .column-1 .item-inner{	
	margin-right: 5px;
	
}
.cols-2 .column-2 .item-inner{
	margin-left: 5px;
}
ul.actions li{
	display:inline-block;
	* display:inline;
}
.row-separator,
.items-leading .item-separator{
	border-bottom:1px solid #DDDDDD;
	width:100%;
	display:block;
	overflow:hidden;
}
.blog .article-content.item-content {
	padding: 0 24px;
}
.blog dl.article-info {
	background: url("../images/bg-catItemfooter.png") repeat-x;
    border-top: 1px solid #ACACAC;
    height: 48px;
	width: 100%;
}
.blog dl.article-info dd.create {
	padding: 10px 24px 0;
	margin: 0;
	font-size: 92%;
	color: #666;
}
.blog dl.article-info dd.createdby {
	padding-left: 24px;
	font-size: 92%;
	color: #333;
} 
.blog dl.article-info dd.hits {
	font-size: 92%;
	color: #333;
}
.blog ul.actions {
	padding: 0 24px;
}
#yt_component .item-page p{
	margin:10px 0;
}
#yt_component .item-page p img {
	display: block;
    margin: auto;
    max-width: 580px;
}
.com_content p.readmore {
	margin: 0px 0px 10px;
	float: left;
}
.com_content p.readmore a{ 
	background: url(../images/bg-readmore.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 0 17px;
	margin: 0px 24px 0px;
	font-size: 100%;
    font-weight: bold;
	color: #000;
}
.com_content p.readmore a:hover{
	background-image:url(../images/bg-readmore-hover.png);
}
.com_content p.readmore:hover a {
	text-decoration:none;
}
ul.pagenav{
	overflow:hidden;
	padding:0 0;
}
ul.pagenav .pagenav-prev{
	float:left;
	background:none;
	padding:0 0;
	margin:0 0;
}
ul.pagenav .pagenav-next{
	float:right;
	background:none;
	padding:0 0;
	margin:0 0;
}
div.info{
	margin:0 0;
}
div.info p{
	margin:0 0;
}
div.info p.buttonheading img{
	margin:0 0;
}
.article-tools .buttonheading{

}

.published{
	color:#999;
	display:block;
	margin:0 0;
}
.article-toolswrap{
	margin:0 0 10px;
}
#yt_component h2.contentheading{
	text-transform: capitalize;
	margin:10px 0;
	font-size: 117%;
	font-weight: normal;

}
#yt_component .blog h2.contentheading {
	padding: 0 24px;
}
.blog .intro h2.contentheading, 
.blog .intro .contentheading {
	font-size: 110%;
}
.articleinfo,
.blog .article_row .articleinfo, .article-meta{
	width:70%;
}
.createdby,
.hits{
	float:left;
	margin:0 0;
}
.hits{
	background: none;
	margin-left:5px;
	padding-left:6px;
}
.article_default{
	margin-bottom:20px;
}
.row_separator,
.item-separator{
	border-bottom: none;
	line-height:normal;
	height:0px;
}
.leading_separator{
	border-top:1px dotted #DDD;
}
.leading-content img{
	float:left;
	margin:0 15px 10px 0;
	padding:6px;
	border:1px solid #dedede;
}
.leading-content .buttonheading img{
	padding:0 0;
	border:none;
	margin:0 5px 0 0;
}
.article_default img.image-article{
	margin-top:15px;
}
.article_default img{
	margin:0 15px 10px 10px;
	float:left;
}
#image-content img{
	padding:0 0;
	border:1px solid #DDDDDD;
}
.article_column_pad{
	padding:0 10px;
}
.colfirst .article_column_pad{
	padding:0 10px 0 0;
} 
.collast .article_column_pad{
	padding:0 0 0 10px;
}
#image-content img.image-intro{
	float:left;
	margin-right:10px;
}

div.itemBackToTop a {
	background: url(../images/back-to-top-k2.png) no-repeat right 0;
	color: #666;
	text-decoration: none;
	line-height: 24px;
	padding: 0 30px 0 0;
	display: inline-block;
	margin-bottom: 15px;
}
div.itemBackToTop a:hover {
	background: url(../images/back-to-top-k2.png) no-repeat right -24px;
	color: #000;
	text-decoration: underline;
}
/* -------------
Component k2 */
.k2AccountPage table.admintable td.key, 
.k2AccountPage table.admintable td.paramlist_key{
	background:none;
}
.k2AccountPage table tr{
	margin:5px 0;
	padding:5px 0;
}
.k2AccountPage table.admintable td,
.k2AccountPage table.admintable td.key, 
.k2AccountPage table.admintable td.paramlist_key {
    border:none;
    padding: 4px;
}
.k2AccountPage th.k2ProfileHeading {
	margin:5px 0;
    padding: 6px 10px;
}
#k2Container{
	margin:0;
	border:none;
	overflow: hidden;
	padding: 0;
}
#k2Container .itemContent {
	background: #fff;
	padding:0 0px;
	border: 1px solid #acacac;
	margin-bottom: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#k2Container .itemHeader,
#k2Container .itemBody {
	padding: 0 20px;
}
#k2Container .itemContentFooter {
	background: url("../images/bg-catitemfooter.png") repeat-x center bottom;
	border-top: 1px solid #ACACAC;
    height: 48px;
	margin: 0;
	padding: 0 20px;
	color: #333;
}
#k2Container .itemContentFooter div.itemRatingBlock span {
	color: #333;
}
#k2Container .itemContentFooter span.itemDateModified,
#k2Container .itemContentFooter span.itemHits {
    position: relative;
    top: 10px;
}
#k2Container .itemContentFooter span.itemHits b {
	color: #000;
}
div.itemAuthor {
	background: #fff;
	padding:0 0px;
	border: 1px solid #acacac;
	margin-bottom: 10px;
}
div.itemAuthorBlock {
	background: #fff;
	border: none;
	margin: 0;
	padding: 15px;
}
.itemAuthorLatest-itemRelated {
	background: #fff;
	padding: 15px;
}
/* Comment */
div.itemComments {
	background: none;
	border: none;
	padding: 0;
}
h3.itemCommentsCounter, .itemCommentsForm h3 {
	font-size: 117%;
	font-weight: normal;
}
.itemComments .itemCommentsForm h3 {
	background: url(../images/bg-k2-item.png) no-repeat left center;
	line-height: 30px;
	height: 30px;
	padding: 0 0 0 35px;
	margin-bottom: 10px;
}
div.itemComments ul.itemCommentsList {
	margin: 0;
}
div.itemComments ul.itemCommentsList li {
	padding: 0;
	border: none;
}
div.itemComments .commentAuthor-info,
div.itemComments .comment-info {
	background: #fff;
	border: 1px solid #acacac;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 23%;
	float: left;
	min-height: 80px;
	height: auto;
	margin-bottom: 1px;
}
div.itemComments .comment-info {
	width: 75.8%;
	margin-left: 1px;
}
div.itemComments .comment-info-content {
	padding: 11px 15px 0;
}
div.itemComments ul.itemCommentsList .comment-info-content p {
	margin: 0;
	padding: 0;
}
div.itemComments ul.itemCommentsList li img {
    display: block;
    float: none;
    margin: 5px auto;
	padding: 0;
	border: none;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
    display: block;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}
div.itemComments ul.itemCommentsList li span.commentDate {
	border: none;
	font-size: 83.33%;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0;
}
div.itemCommentsPagination {
    margin: 10px 0;
    padding: 0;
}
div.itemComments .itemCommentsForm {
	background: #fff;
	border: 1px solid #acacac;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 15px;
}
div.itemCommentsForm form label.formName,
div.itemCommentsForm form label.formEmail,
div.itemCommentsForm form label.formUrl,
div.itemCommentsForm form label.formComment {
	margin: 7px 0 0;
	border: 1px solid #a2c1cc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 3px 3px rgba(0,0,0, 0.3);
	-moz-box-shadow: 3px 3px rgba(0,0,0, 0.3);
	-webkit-box-shadow: 3px 3px rgba(0,0,0, 0.3);
	-o-box-shadow: 3px 3px rgba(0,0,0, 0.3);
	line-height: 32px;
	display: inline-block;
	width: 100%;
}
div.itemCommentsForm form label span {
	float: left;
	display: inline-block;
	width: 20.5%;
	border-right: 1px solid #a2c1cc;
	line-height: 32px;
	background: #f3f8fa;
	text-indent: 14px;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
}
div.itemCommentsForm form label.formComment span {
	width: 100%;
	border-bottom: 1px solid #a2c1cc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
div.itemCommentsForm form input.inputbox {
	border: none;
	width: 79%;
	padding: 0;
	margin: 0;
	line-height: 32px;
	height: 30px;
	display: inline-block;
	text-indent: 14px;
}
div.itemCommentsForm form textarea.inputbox {
	width: 100%;
	border: none;
	padding: 10px 0 0;
    text-indent: 14px;
	height: 50px;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
}
#recaptcha_area {
	width: 100%;
	border: 1px solid #a2c1cc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 3px 3px rgba(0,0,0, 0.3);
	-moz-box-shadow: 3px 3px rgba(0,0,0, 0.3);
	-webkit-box-shadow: 3px 3px rgba(0,0,0, 0.3);
	-o-box-shadow: 3px 3px rgba(0,0,0, 0.3);
}
#recaptcha_table {
	width: 100%;
	border: 0 none !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
div.itemCommentsForm p.itemCommentsFormNotes,
div.itemCommentsForm form label.formRecaptcha {
	margin: 10px 0;
	border: none;
}
div.itemCommentsForm form input#submitCommentButton {
	display: inline-block;
	font-weight: bold;
	padding: 0 10px; *
	padding: 0;
	margin: 0;
	height: 37px;
	line-height: 37px;
	border: none;
	background: url(../images/bg-button.png) repeat-x center center #9d9d9d;
	color: #000;
	font-size: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
div.itemCommentsForm form input#submitCommentButton:hover {
	background-color: #a10043;
	color: #fff;
}
div.itemIsFeatured, 
div.catItemIsFeatured, 
div.userItemIsFeatured{
	background:none;
}

div.subCategory{
	background:#FFF;
	margin:8px;
	padding: 0;
}
div.subCategory:hover{
	border-color:#666;
	background:#F2F2F2;
}
.itemListCategoriesBlock .desc-category{
	padding: 0;
	margin: 0;
	border: none;
}
div.itemListCategory{
	padding:0 15px;
	margin:0 0;
	background: url("../images/bg-vm-category.png");
	border:none;
	overflow: hidden;
}
div.itemListCategory h2.title-category{
	text-transform: inherit;
	font-size: 117%;
	font-weight: normal;
}
.itemListCategoriesBlock h3.label-listsub {
	margin: 15px 0 10px;
}
.itemListCategoriesBlock .subCategoryContainer .subCategory {
	margin: 0 5px 10px 0;
	border: 1px solid #acacac;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	height: auto !important;
}
.itemListCategoriesBlock .subCategoryContainer.subCategoryContainerLast .subCategory {
	margin: 0 0 10px 5px;
}
.itemListCategoriesBlock .subCategoryContainer .subCategory .desc-subcategory {
	padding: 0 14px;
}
h3.label-listsub{
	text-transform:uppercase;
	font-size:200%;
	margin:25px 8px 0px;
	font-weight: normal;
}
.subCategory h2{
	text-transform: inherit;
	margin:0px 0 10px;
	border-bottom:1px solid #DDD;
	padding:0 14px;
	line-height:220%;
	font-weight: normal;
}
div.subCategory:hover h2{
	border-bottom:1px solid #666;
}
.subCategory h2 a{
	color:#666;
}
.subCategory:hover h2 a{
	color:#222;
}
.desc-category{
	margin:0 8px;
	padding:0 8px;
	border:1px solid #CCC;
}
.desc-subcategory{
	padding:5px 10px 0;
}
.desc-subcategory img {
	max-width: 280px;
}
.desc-subcategory p{
	margin:0 0 15px;
}
.itemListSubCategories .subCategoryMore-box {
	background: url("../images/bg-catItemfooter.png") repeat-x 0 0;
    border-top: 1px solid #ACACAC;
    height: 48px;
    width: 100%;
}
.itemListSubCategories a.subCategoryMore{
	color:#000;
	display:inline-block;
	background:url(../images/bg-readmore.png) repeat-x;
	font-weight: bold;
	font-size: 100%;
	line-height: 23px;
	height: 23px;
	padding: 0 17px;
	border: 1px solid #aaa;
	margin-top: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.itemListSubCategories a.subCategoryMore:hover{
	background-image:url(../images/bg-readmore-hover.png);
	text-decoration:none;
	color: #000;
}
a.subCategoryMore{
	background:url(../images/arrow2.png) no-repeat left center;
	padding:0 0 0 20px;
	color:#000;
	display:inline-block;
	margin:0 10px;
}
/* listing */
div.catItemView{
	padding:0 0;
}
div.itemContainer{
	float:left;
}
span.catItemImage img{
	padding:0 0;
	border: 0 none;
}
.itemHeader,
.catItemHeader{
	margin: 15px 0 10px;
	padding:0 24px;
}
.itemView .itemHeader {
	padding: 0;
}
.itemDateCreated,
.catItemDateCreated{
	/* float: left; */
	padding:0 0;
	display: inline-block;
	margin-top: 5px;
}
.itemDateCreated .inner,
.catItemDateCreated .inner{
	margin: 0;
	display: inline-block;
}
.itemDateCreated .inner .item-day,
.catItemDateCreated .inner .item-day{
	display:inline-block;
	color:#666;
	font-size: 92%;
	line-height:normal;
	float: left;
}
.itemDateCreated .inner .item-date,
.catItemDateCreated .inner .item-date{
	color:#666;
	font-size: 92%;
	font-weight: normal;
	line-height:normal;
	display: inline-block;
	float: left;
	margin: 0 2px;
}
div.itemContainer:hover .catItemDateCreated{
}
div.itemContainer:hover .catItemDateCreated .inner{
	/*background-color:#565f68;*/
}
div.itemListCategory img{
	float:none;
}
#itemListLeading{
	padding:0 0 15px;
	margin:0 0 15px;
}
#itemListLeading div.catItemView{
	padding:0 0;
	margin:0 0 20px 0;
}
div.catItemBody{
	padding:0 24px;
}
div.catItemLinks{
	margin:8px 0 0;
}
.catItemView div.catItemLinks {
	padding: 0 24px;
}
.catItemTags li a{
	background:#F9F9F9;
	border:1px solid #F2F2F2;
	color:#999;
	display:inline-block;
	padding:0px 5px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.catItemTags li a:hover{
	background:#333;
	color:#FFF;
	text-decoration:none;
}
div.catItemIntroText{
	padding: 0;
	margin: 0px 0 10px;
}
div.catItemCategory{
	padding:4px 0;
}
div.catItemTagsBlock{
	padding:4px 0;
	border:none;
}
div.itemListCategory p img{
	margin:10px 0 0;
}
span.catItemImage{
	margin:0 0;
}
span.catItemImage a:hover,
span.tagItemImage a:hover{
	/*display:block;*/
	-moz-box-shadow: 0 0 5px 5px rgba(161,45,99,0.5);
	-webkit-box-shadow: 0 0 5px 5px rgba(161,45,99,0.5);
	box-shadow: 0 0 5px 5px rgba(161,45,99,0.5);
	-webkit-transition:box-shadow .5s ease-in;
	-moz-transition:box-shadow .5s ease-in;
	-o-transition:box-shadow .5s ease-in;
	transition:box-shadow .5s ease-in;
}
.catItemIntroText p{
	margin:0 0 10px;
}
div.catItemTagsBlock ul.catItemTags li{
	background:none;
	margin: 2px 0;
}
table.calendar{
	width:100%;
}

#itemListPrimary{
}
#itemListPrimary .itemContainer div.catItemView{
	padding:0;
	margin:0 5px 10px 0;
	background: #fff;
	border: 1px solid #acacac;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#itemListPrimary .itemContainer.itemContainerLast div.catItemView{
	margin:0 0 10px 5px;
}
div.catItemHeader h3.catItemTitle{
	text-transform: capitalize;
	font-weight:600;
	font-size:117%;
	color: #0a6f04;
	line-height: normal;
	padding: 0;
}
div.catItemFooter {
	background: url(../images/bg-catItemfooter.png) repeat-x;
	border-top: 1px solid #acacac;
	height: 48px;
}
.catItemCategory {
	padding: 10px 24px 0;
	display: block;
	font-size: 92%;
	color: #666;
}
.catItemCategory a{
	color: #000;
}
div.k2Pagination {
	margin: 15px 0;
	padding: 0;
	color: #000;
}
div.itemContainer:hover h3.catItemTitle a{
	text-decoration:none;
	color:#006699;
}
#itemListPrimary div.catItemImageBlock{
	display:block;
	float:left;
	margin:0 0;
	padding: 0;
}
div#itemListLinks{
	margin-top:30px;
}
div#itemListLinks div.catItemImageBlock{
	margin:0 0;
}
.k2Pagination span.result{

}
#itemListLinks h4{
	margin:0 0 15px;
}
#itemListLinks .itemContainer .catItemTitle{
	margin:0 0;
}
#itemListLinks div.itemContainer{
	border:none
}
h4.title-list{
	text-transform:uppercase;
	font-size:150%;
}
#itemListLinks .itemContainer div.catItemImageBlock{
	/*padding:0 0;*/
}
#itemListLinks .itemContainer span.catItemImage{
	text-align:left;
}
/* Tag page */
div.tagItemView {
	padding: 0;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ACACAC;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    margin: 0 0px 10px 0px;
}
div.tagItemBody {
	padding: 0 24px;
}
div.tagItemImageBlock {
	margin: 0 10px 0 0;
}
div.tagItemReadMore {
    display: inline-block;
    margin: 10px 24px;
}
div.k2TagCloudBlock{
	line-height:250%;
	font-size:92%;
	padding: 0;
}
div.catItemHeader span.catItemAuthor{
	background:url(../images/li-topmenu.gif) no-repeat right center;
	float:left;
	margin:0 8px 0 0;
	padding:0 8px 0 0;
}
div.catItemTagsBlock span{
	background:url(../images/icon_tag.png) no-repeat left center;
	padding:0 8px 0 20px;
	display:inline-block;
}
div.catItemReadMore,
div.catItemCommentsLink{
	margin: 0px 0 10px;
	padding:0 24px;
	border:none;
	display:block;	
}
div.catItemCommentsLink {
	margin: 0;
}
div.catItemCommentsLink a{
	color:#000;
	display:inline-block;
	background:url(../images/ico-comment.png) no-repeat left center;
	padding:0 0 0 20px;
	font-size: 92%;
	line-height: normal;
}
div.catItemCommentsLink a:hover{
	color:#222;
	text-decoration: underline;
}
div.catItemReadMore a{
	color:#000;
	display:inline-block;
	background:url(../images/bg-readmore.png) repeat-x;
	font-weight: bold;
	font-size: 100%;
	line-height: 23px;
	height: 23px;
	padding: 0 17px;
	border: 1px solid #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.catItemReadMore a:hover{
	background-image:url(../images/bg-readmore-hover.png);
	text-decoration:none;
}
div.tagItemFooter {
	background: url(../images/bg-catItemfooter.png) repeat-x;
	border-top: 1px solid #acacac;
	height: 48px;
}
.catItemIsFeatured div.catItemImageBlock{
	position:relative;
}
.catItemImage a{
	display:block;
}
.ico-feature{
	position:absolute;
	background:#CC3333;
	height:26px;
	line-height:26px;
	width:80px;
	text-align:center;
	color:#FFF;
	bottom:0;
	left:0;
}
/* Listing by tag, user */
div.userItemImageBlock span.userItemImage {
	margin:0 10px 8px 0;
}
div.tagItemImageBlock span.tagItemImage {
	margin: 0;
}
div.userItemImageBlock span.userItemImage a,
div.tagItemImageBlock span.tagItemImage a{
	display:block;
	padding: 0;
	border: none;
}
div.userItemImageBlock span.userItemImage a img,
div.tagItemImageBlock span.tagItemImage a img{
	padding:0 0;
	border:none;
}

.userBlock h2{
	margin:0 0 10px;
}
div.userBlock div.userDescription{
	padding: 0 0;
}
div.userBlock div.userDescription p{
	margin:0 0 10px;
}
div.userBlock div.userAdditionalInfo{
	margin:0 0;
	padding-top:0px;
}
.tagItemHeader,
.userItemHeader{
	margin: 15px 0 10px;
    padding: 0 24px;
}
.tagItemDateCreated,
.userItemDateCreated{
	
}
.tagItemDateCreated .inner,
.userItemDateCreated .inner{
	margin: 0;
}
.tagItemDateCreated .inner .item-day,
.userItemDateCreated .inner .item-day{
	display:inline-block;
	text-align:center;
	color:#666;
	font-size:14px;
}
.tagItemDateCreated .inner .item-date,
.userItemDateCreated .inner .item-date{
	color: #666666;
    display: inline-block;
    font-size: 92%;
    line-height: normal;
}
.tagItemDateCreated .inner .item-day,
.userItemDateCreated .inner .item-day{
	font-size:11px;
}
div.userItemView:hover .userItemDateCreated,
div.tagItemView:hover .tagItemDateCreated{
}
div.userItemView:hover .userItemDateCreated .inner,
div.tagItemView:hover .tagItemDateCreated .inner{

}
div.userItemHeader h3.userItemTitle,
div.tagItemHeader h2.tagItemTitle{
    font-size: 117%;
    font-weight: normal;
    padding-top: 0;
    text-transform: inherit;
}
div.userItemView:hover h3.userItemTitle a,
div.tagItemView:hover h2.tagItemTitle a{
	color:#006699;
}
div.userItemIntroText p,
div.tagItemIntroText p{
	margin:0 0 10px;
}
div.tagItemCategory{
	margin:0 0;
	padding: 10px 24px 0;
	border:none;
	color: #666666;
    display: block;
    font-size: 92%;
}
div.tagItemCategory a {
	color: #000;
}
div.userItemReadMore a,
div.tagItemReadMore a {
	color:#000;
	display:inline-block;
	background:url(../images/bg-readmore.png) repeat-x;
	font-weight: bold;
	font-size: 100%;
	line-height: 23px;
	height: 23px;
	padding: 0 17px;
	border: 1px solid #aaa;
	margin-top: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
div.userItemReadMore a:hover,
div.tagItemReadMore a:hover{
	background-image:url(../images/bg-readmore-hover.png);
	text-decoration:none;
	color: #000;
}
}
div.userItemReadMore a:hover,
div.tagItemReadMore a:hover{
	background-image:url(../images/arrow2-active.png);
	color:#222;
	text-decoration:none;
}
.userView div.userItemView,
.userView div.tagItemView{
	background: #FFF;
    border: 1px solid #ACACAC;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
div.userItemCategory{
	padding:0 0;
	border-bottom:none;
}
div.userItemLinks{
	margin:8px 0 0;
}
div.userItemTagsBlock{
	border:none;
	padding:4px 0;
}
div.userItemTagsBlock span {
    background: url(../images/icon_tag.png) no-repeat scroll left center;
    display: inline-block;
    padding: 0 8px 0 20px;
}
div.userItemTagsBlock span {
    color: #555555;
    font-weight: bold;
}
div.userItemTagsBlock ul.userItemTags li{
	background:none;
}
.userItemTagsBlock li a {
    background: #F9F9F9;
    border: 1px solid #F2F2F2;
    border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
    color: #999999;
    display: inline-block;
    padding: 0 5px;
}
.userItemTagsBlock li a:hover{
	background:#333;
	color:#FFF;
	text-decoration:none;
}
div.userItemCommentsLink,
div.userItemReadMore{
	display:block;
	border: medium none;
    margin: 0 0 10px;
    padding: 0;
}
div.userItemCommentsLink a {
    background: url(../images/ico-comment.gif) no-repeat scroll left center;
    color: #666666;
    display: inline-block;
    padding: 0 0 0 20px;
}
div.userItemCommentsLink a:hover{
	color:#222;
	text-decoration:none;
}
div.userItemIntroText,
div.userItemBody {
	padding: 0;
}
div.k2FeedIcon {
	background: url("../images/bg-vm-category.png");
    overflow: hidden;
    padding: 10px 15px;
	border-bottom: 1px solid #E6E6E6;
}
div.userBlock {
	background: url("../images/bg-vm-category.png");
    overflow: hidden;
    padding: 10px 15px;
	border: none;
	margin-bottom: 10px;
}
/* Detail */
div.itemHeader h2.itemTitle{
	padding:0px;
	text-transform: capitalize;
	font-size:140%;
	font-size: normal;
	color: #0a6f04;
	margin-bottom: 30px;
}
div.itemBody {
	margin:0 0;
	padding: 0;
}
div.itemImageBlock{
	margin:0 0;
	padding: 0;
}
span.itemImage img {
	padding: 0;
	border: none;
	float: left;
	margin-right: 10px;
}
div.itemCategory span,
div.itemCategory a {
    color: #666;
    font-weight: normal;
    padding: 0;
	font-size: 92%;
}
div.itemCategory a {
	color: #000;
}
div.itemHeader span.k2item-print,
div.itemHeader span.k2item-fontsize,
div.itemHeader span.itemAuthor{
	background:url(../images/li-topmenu-bg.gif) no-repeat right center;
	display:inherit;
	float:left;
	margin:0 8px 0 0;
	padding:0 8px 0 0;
}
div.itemHeader span.k2item-email{
}

#fontDecrease,
#fontIncrease{
	display:inline-block;
	*margin:0 2px;
	vertical-align:text-top;
	height:13px;
	width:13px;
}
#fontDecrease:hover,
#fontIncrease:hover{
	text-decoration:none
}
.itemTextResizerTitle{
	padding:0 3px 0 0;
}
#fontIncrease span,
#fontDecrease span{
	display:none;
}
#fontIncrease img{
	background:url(../images/font_increase.png) no-repeat left center;
	height:13px;
	width:13px;
	vertical-align:middle;
}
#fontDecrease img{
	background:url(../images/font_decrease.png) no-repeat left center;
	height:13px;
	width:13px;
	vertical-align:middle;
}
div.itemTagsBlock span{
	background:url(../images/icon_tag.png) no-repeat left center;
	padding:0 0 0 20px;
	display:inline-block;
}
div.itemTagsBlock ul.itemTags li{
	background:none;
}
div.itemIntroText{
	font-size:100%;
	line-height:180%;
	color: #000;
	font-weight: normal;
	padding: 0;
}
div.itemIntroText p{
	color: #000;
	margin: 15px 0;
}
div.itemFullText p{
	margin: 10px 0;
}
div.itemFullText img {
	display: block;
	margin: auto;
	max-width: 580px;
	
}
div.itemNavigation{
	overflow:hidden;
	padding:0px 15px;
	border: none;
	margin-bottom: 10px;
}
div.itemNavigation span.itemNavigationTitle{
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}
.even,
.odd{
	background:none;
	border:none;
}
.box-3{
	width:33%;
	float:left;
}
div.itemAuthorLatest{
	float:left;
	width:49%;
}
div.itemRelated{
	width:49%;
	float:right;
}
div.itemAuthorLatest ul,
div.itemRelated ul{
	margin:0;
}
div.itemAuthorLatest h3,
div.itemRelated h3{
	border-bottom: 2px solid #222;
    margin: 0 0 10px;
    padding: 0 0 4px;
	text-transform:uppercase;
}
div.itemCategory,
div.itemTagsBlock{
	border:none;
}
div.itemCategory{
	/*float:right;*/
	text-align:left;
	padding:0 0;
}
div.itemRatingBlock{
	padding:0 0;
	text-align:left;
}
div.itemRatingBlock span {
	color: #555;
	font-weight: bold;
	line-height: 25px;
}
.itemTags li a{
	background:#F9F9F9;
	border:1px solid #F2F2F2;
	color:#999;
	display:inline-block;
	padding:0px 5px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.itemTags li a:hover{
	background:#333;
	color:#FFF;
	text-decoration:none;
}
div.itemContentFooter{
	border:none;
	margin:0 0;
}
div.itemToolbar{
	border-bottom-style:solid;
	border-top-style:solid;
	margin:25px 0 10px;
}
div.itemToolbar ul{
}
div.itemToolbar ul li{
	border:none;
}
div.itemLinks{
	margin:5px 0 10px;
	padding:0;
	border-bottom: none;
}
div.itemSocialSharing{
	overflow:hidden;
	margin:0 0 15px;
}
div.itemTwitterButton {
    float: right;
	margin: 15px 0px 0 0;
	width:90px;
}
div.itemGooglePlusOneButton{
	float: right;
	margin: 15px 0px 0 0;
	width:120px;
}
div.itemFacebookButton{
	float: left;
	margin: 15px 0px 0 0;
	width: 220px;
}
div.itemFacebookButton .fb_edge_widget_with_comment span.fb_edge_comment_widget {
	position: static !important;
}
.itemCommentsCounter{
	margin:0 0 15px;
	border:none;
}
h3.itemAuthorName{
	margin:0 0 15px 0;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl{
	border:none;
	margin:0 0;
	padding:0 0;
}
div.itemBackToTop{
	margin:10px 0 0;
}
/* Module k2 */
div.k2TagCloudBlock a:hover,
div.k2TagCloudBlock a{
	float: left;
	display:inline;
	margin: 0 5px;
	padding: 0;
	
}
.module-inner .k2LatestCommentsBlock ul{
	margin:0 0;
}
.module-inner .k2LatestCommentsBlock ul li.even,
.module-inner .k2LatestCommentsBlock ul li.odd {
	padding: 0;
	border-bottom: 1px solid #ccc;
	margin-top: 7px;
	padding-bottom: 7px;
}
.module-inner .k2LatestCommentsBlock ul li.lastItem {
	border-bottom: 0 none;
}
.module-inner .k2Avatar{
	margin:0 10px 0 0;
	float: left;
}
.module-inner .k2Avatar img {
	margin: 0;
	padding: 0;
}
.module-inner .comment-info{
	margin-top: 10px;
	display:block;
}
.lcComment{
	line-height:120%;
}
.lcUsername{
	display: inline;
	margin:0 0;
	font-size:92%;
	line-height:normal;
}
.lcCommentDate{
	display: inline;
	font-size:92%;
	line-height:normal;
}
/* ----------------
Component Kunena */
#Kunena {
	background: url("../images/bg-vm-category.png");
	padding: 10px 3px 1px;
	color: #666;
	overflow: hidden;
	margin-bottom: 20px;
}
/* Kunena topmenu */
#Kunena #ktopmenu {
	background: #fff;
	border: 1px solid #ccc;
}
#Kunena #ktab li, 
#Kunena #ktab div.moduletable ul.menu li {
	border-right: 1px solid #ccc;
}
body #Kunena #ktop {
	z-index: 0;
}
#Kunena #ktop span.ktoggler {
	top: 0;
	right: 0;
}
#Kunena div.kblock {
	border: none;
}
#Kunena div.kblock div.kbody {
	border: 1px solid #ccc;
	border-top: none;
	background: #f8f8f8;
}
#Kunena div.kblock #kprofilebox table.kprofilebox {
	border: 1px solid #ccc;
	background: url(../images/bg-op0-fil7.png);
}
#Kunena div.k_guest {
	color: #666;
	font-weight: normal;
}
#Kunena .kprofilebox form .input span {
	font-weight: normal;
	line-height: normal;
}
#Kunena .kprofilebox form .input span input.kbutton {
	vertical-align: middle;
}
#Kunena input.input, 
#Kunena input.kinputbox, 
#Kunena input.inputbox, 
#Kunena input.kfile-input {
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
}
#Kunena input.input:hover, 
#Kunena input.kinputbox:hover, 
#Kunena input.inputbox:hover, 
#Kunena input.kfile-input:hover {
	background: #f5f5f5;
}
#Kunena .kprofilebox .kprofileboxcnt input.kbutton {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	text-transform: capitalize;
	color: #666;
	padding: 5px 15px;
}
#Kunena table.kprofilebox .kprofileboxcnt .klink-block a {
	background: url(../images/k-li-login.png) no-repeat left 4px;
	padding: 0 0 0 6px;
	font-size: 92%;
	color: #999;
	display: inline-block;
}
#Kunena table.kprofilebox .kprofileboxcnt .klink-block a:hover {
	background: url(../images/k-li-login.png) no-repeat left 4px;
	color: #000;
}
/* pathway */
#Kunena .kforum-pathway {
	border: 1px solid #ccc;
	border-top: none;
	background: #f8f8f8;
}
#Kunena .path-element,
#Kunena .path-element-first,
#Kunena .path-element-last,
#Kunena .path-element-users {
	font-size: 92%;
}
#Kunena .path-element-first a:hover,
#Kunena .path-element-last a:hover {
	text-decoration: underline;
}
/**/
#Kunena .klist-markallcatsread {
	padding: 10px;
	border: 1px solid #ccc;
}
#Kunena form#jumpto input.kbutton {
	background: url(../images/kbutton-ks.png) no-repeat 0 0;
	color: #ccc;
	font-size: 100%;
	padding: 7px 13px;
	border: none;
	vertical-align: middle;
}
#Kunena form#jumpto input.kbutton:hover {
	color: #fff;
}
#Kunena select, 
#Kunena select:focus, 
#Kunena select:hover {
    border: 1px solid #ccc;
    padding: 3px;
    vertical-align: middle;
}
/* Kunena header */
body #Kunena .kblock div.kheader, 
body #Kunena div.kblock > div.kheader {
	background: url(../images/kheader-bg.png) repeat-x left center;
	color: #fff;
	font-size: 100%;
	border-bottom: 1px solid #5e0426;
	padding: 1px 1px 0;
}
body #Kunena .kblock div.kheader a, 
body #Kunena div.kblock > div.kheader a {
	color: #fff;
	font-family: Arial;
}
#Kunena .kheader h2, 
#Kunena .kheader h2 a,
#Kunena h2, 
#Kunena a,
#Kunena span {
	font-family: Arial;
}
#Kunena h2, 
#Kunena a,
#Kunena span {
	color: #666;
}
#Kunena .kheader a.open,
#Kunena #ktop a.open,
#Kunena #ktop a.open:hover {
	background: url(../images/k-collapse.png) no-repeat 0 -16px;
	margin: 10px;
}
#Kunena .kheader a.close,
#Kunena #ktop a.close,
#Kunena #ktop a.close:hover {
	background: url(../images/k-collapse.png) no-repeat 0 0;
	margin: 10px;
}
#Kunena .kheader h2 {
	background: url(../images/kheader-h2.png);
	line-height: 39px;
	padding: 0 14px !important;
	color: #fff;
}
#Kunena .kheader h2 span {
	color: #fff;
}
#Kunena div.ktitle-desc {
	line-height: 39px;
}
#Kunena #ktab div.moduletable ul.menu li.active.current a {
	background: url(../images/kheader-bg.png) repeat-x left center;
	color: #fff;
}
#Kunena span.kattachment-id-container {
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
}
#Kunena div#kmod-container a.button,
#Kunena #kmod-container input.button{
	height: auto;
	padding: 4px 12px;
}
/**/
.krow2.krow2 {
	background: url(../images/bg-op0-fil7.png);
}
.krow1.krow1 {
	background: none;
}
/* --------------------
Component Virtuemart */
.category-inner {
	background: url(../images/bg-vm-category.png);
	overflow: hidden;
	padding: 0 15px;
	
}
.category-inner .category_description {
	color: #666;
}
h1.title-category{
	margin:10px 0 10px;
	font-size:117%;
	text-transform: inherit;
	font-weight: normal;
}
.vendor-store-desc, 
.category-view, 
.featured-view, 
.latest-view, 
.topten-view, 
.related-products-view, 
.browse-view, 
.order-view{
	margin:0 0 5px;
}
.category-view {
	padding:0;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #acacac;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
.browse-view .row {
	overflow: hidden;
}
.browse-view .row .product .spacer {
	padding:0;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #acacac;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
.browse-view .row .product.first .spacer{
	margin-right: 5px;
}
.browse-view .row .product.last .spacer{
	margin-left: 5px;
}
.horizontal-separator {
	margin: 0;
	height: 0;
	border: none;
	background: none;
}
.control-buttons .default,
p#com-form-login-remember .default,
.vm-button-correct, 
.vm-button-correct:link, 
.vm-button-correct:visited,
input.highlight-button,
span.addtocart-button input.addtocart-button, 
span.addtocart-button input.notify-button{
	color:#000;
	display:inline-block;
	background:url(../images/bg-readmore.png) repeat-x;
	font-weight: bold;
	font-size: 100%;
	line-height: 23px;
	height: 23px;
	padding: 0 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
}
span.addtocart-button input.addtocart-button, 
span.addtocart-button input.notify-button{
	padding:5px 10px;
}
span.addtocart-button {
	background: url(../images/addtocart-button-bg.png) repeat-x left center;
	width: auto;
	padding: 0;
}
span.addtocart-button input.addtocart-button {
	background: url(../images/addtocart-button.png) no-repeat 5px center;
	padding: 0 0 0 40px;
	height: 32px;
	line-height: normal;
	color: #3f91c1;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}
span.addtocart-button input.addtocart-button:hover {
	color: #d70045;
	background: url(../images/addtocart-button.png) no-repeat 5px center;
}
span.addtocart-button input.notify-button {
	background: none;
	height: 32px;
	line-height: normal;
	color: #3f91c1;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}
span.addtocart-button input.notify-button:hover {
	background: none;
	color: #d70045;
}
.control-buttons button.default, 
.vm-button-correct, 
.vm-button-correct:link, 
.vm-button-correct:visited{
	padding: 0 5px;
	margin:0 0;
	line-height: 23px;
}
.write-reviews ul.rating li{
	background:none;
	padding: 0 8px;
	float: left;
}
.write-reviews ul.rating,
.write-reviews{
	text-align:left;
}
.write-reviews ul.rating {
	margin: 0 0 10px;
}
.write-reviews label.vm-comment-box {
	margin: 0 0 20px;
	border: 1px solid #a2c1cc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 3px 3px rgba(0,0,0, 0.3);
	-moz-box-shadow: 3px 3px rgba(0,0,0, 0.3);
	-webkit-box-shadow: 3px 3px rgba(0,0,0, 0.3);
	-o-box-shadow: 3px 3px rgba(0,0,0, 0.3);
	line-height: 32px;
	display: inline-block;
	width: 100%;
	background: #fff;
}
.write-reviews .vm-comment-box span {
	border-bottom: 1px solid #a2c1cc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	display: inline-block;
	width: 100%;
	background: #F3F8FA;
	text-indent: 10px;
	float: left;
}
.write-reviews textarea.virtuemart {
	padding: 0;
	width: 100%;
	margin: 0px;
	border: none;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
}
.write-reviews input.vm-default {
	margin: 0;
	border: 1px solid #a2c1cc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 3px 3px rgba(0,0,0, 0.3);
	-moz-box-shadow: 3px 3px rgba(0,0,0, 0.3);
	-webkit-box-shadow: 3px 3px rgba(0,0,0, 0.3);
	-o-box-shadow: 3px 3px rgba(0,0,0, 0.3);
	line-height: 32px;
	height: 32px;
	display: inline-block;
	background: #fff;
	color: #000;
	padding: 0;
	min-width: 60px;
	text-indent: 10px;
	vertical-align: middle;
}
input.highlight-button  {
	display: inline-block;
	font-weight: bold;
	padding: 0 10px;
	margin: 0;
	height: 37px;
	line-height: 37px;
	border: none;
	background: url(../images/bg-button.png) repeat-x center center #9d9d9d;
	color: #000;
	font-size: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
input.highlight-button:hover {
	background: url(../images/bg-button.png) repeat-x center center #a10043;
	color: #fff;
}
.product-neighbours a{
	height: 9px;
	margin-top: 10px;
}
.product-neighbours a.previous-page {
	background: url(../images/icon-vm-product-neighbours.png) no-repeat 0 0;
	padding-left: 25px;
    font-size: 100%;
    line-height: 92%;
	color: #999;
}
.product-neighbours a.previous-page:hover {
	background-position: 0 -27px;
	color: #000;
	text-decoration: underline;
}
.product-neighbours a.next-page {
	background: url(../images/icon-vm-product-neighbours.png) no-repeat 100% -9px;
	padding-right: 25px;
    font-size: 100%;
    line-height: 92%;
	color: #999;
}
.product-neighbours a.next-page:hover {
	background-position: 100% -18px;
	color: #000;
	text-decoration: underline;
}
.customer-reviews .write-reviews h4 {
	background: url(../images/icon-vm-write-reviews-title.png) no-repeat left center;
	padding: 0 0 0 40px;
	font-size: 117%;
	font-weight: normal;
	text-transform: capitalize;
	min-height: 27px;
	line-height: 27px;
}
.customer-reviews .write-reviews h4 span{
	font-size: 117%;
	text-transform: uppercase;
	font-weight: normal;
}
.write-reviews span.step {
	font-weight: normal;
	display: block;
}
.write-reviews ul.rating li input {
	margin: 0;
}
.write-reviews ul.rating li label span {
	background-image: url(../images/icon-vm-stars.png);
	background-repeat: no-repeat;
	height: 8px;
    padding: 0;
	margin-bottom: 5px;
    text-align: center;
    width: 54px;
}
.vm2-stars0 {
	background-position: 0 0;
}
.vm2-stars1 {
	background-position: 0 -8px;
}
.vm2-stars2 {
	background-position: 0 -16px;
}
.vm2-stars3 {
	background-position: 0 -24px;
}
.vm2-stars4 {
	background-position: 0 -32px;
}
.vm2-stars5 {
	background-position: 0 -40px;
}
.control-buttons{
	margin:0 0 15px;
}
.control-buttons button.default:hover,
p#com-form-login-remember .default:hover,
.vm-button-correct:hover{
	background-image:url(../images/bg-readmore-hover.png);
	text-decoration:none;
}
div.quantity-tools {
	border: 1px solid #acacac;
	display: inline-block;
	float: left;
	background: #fff;
	width: 50px;
}
span.quantity-box{
	padding:0 0;
}
input.quantity-input{
	background: #FFF;
    box-shadow: none;
    margin: 0;
    padding: 0;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	height: 30px;
	line-height: 30px;
	font-size: 150%;
	font-weight: normal;
	border: none;
}
span.quantity-controls{
	padding:0 0;
	margin: 8px 6px 0 0;
	width: 13px;
}
.product-neighbours {
	margin: 20px 0;
}
.virtuemart-currency form {
	padding: 10px 0;
}
.virtuemart-currency input {
	background: url("../images/addtocart-button-bg.png") repeat-x scroll left center;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
    padding: 0 5px;
    width: auto;
	font-size: 100%;
	color: #3F91C1;
    font-size: 100%;
    font-weight: bold;
    height: 32px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.virtuemart-currency input:hover {
	color: #d70045;
	background: url("../images/addtocart-button-bg.png") repeat-x scroll left center;
}
#vmCartModule .container {
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	padding: 0;
	margin: auto;
	color: #666;
	font-size: 117%;
	line-height: 36px;
}
.product_name a {
	color: #666;
}
.total {
	padding: 0;
	color: #666;
	font-weight: bold;
	font-size: 117%;
	line-height: 36px;
}
.total_products {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 0;
	color: #666;
	font-weight: bold;
	font-size: 117%;
	line-height: 36px;
}
.show_cart{
	background: url(../images/addtocart-button-bg.png) repeat-x left center;
	padding: 0 5px;
	margin: 15px 0 10px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	display: inline-block;
	float: right;
}
.show_cart a {
	background: url(../images/addtocart-button.png) no-repeat left center;
	padding: 0 0 0 40px;
	height: 32px;
	color: #3f91c1;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	line-height: 32px;
}
.show_cart a:hover {
	color: #d70045;
	background: url(../images/addtocart-button.png) no-repeat left center;
	text-decoration: none;
}
.product-field-display input{
	float:left;
	border: none;
}
.productdetails-view h4{
	text-transform:uppercase;
	margin:0;
	border:none;
	font-size: 100%;
	font-weight: normal;
}
.productdetails-view p{
	margin: 0 0 8px;
}
.productdetails-view p.rating {
	margin: 0;
}
.productdetails-view .spacer-buy-area{
	padding:0 0 0 20px;
}
.productdetails-view .addtocart-bar{
	margin:15px 0 0;
	padding:0 0;
}
.product-price{
	margin: 10px 0;
	color: #666;
	font-size: 92%;
}
.productdetails-view .product-price {
	font-size: 100%;
}
.product-price div span {
	color: #d70045;
	display: inline-block;
}
div.product-field-desc{
	margin:0 0 5px;
}
.product-field-display label{
	display:block;
	margin-bottom: 2px;
}
.category_description p{
	margin:0 0 10px;
}
.yt-product-inner{
	margin:0 auto;
}
.yt-product-details {
	padding: 0 24px;
	background: url("../images/bg-catItemfooter.png") repeat-x scroll 0 0 transparent;
    border-top: 1px solid #ACACAC;
    height: 48px;
}
a.product-details{
	color:#000;
	display:inline-block;
	background:url(../images/bg-readmore.png) repeat-x;
	font-weight: bold;
	font-size: 100%;
	line-height: 23px;
	height: 23px;
	padding: 0 17px;
	border: 1px solid #aaa;
	margin-top: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
a.product-details:hover{
	background-image:url(../images/bg-readmore-hover.png);
	text-decoration:none;
	color: #000;
}
.product-description h4.title,
.customer-reviews h4{
	font-size: 150%;
	text-transform: capitalize;
}
.product .spacer{
	border: none;
}
.product.first .spacer{
	border:none;
}
.prod-part1{
	float:left;
	margin: 0;
	padding: 5px;
	background: #000;
	display: block;
}
.width100 .prod-part1 {
	margin: 0 15px 0 0;
}
.prod-part1.no-margin{
	margin:0 0;
}
.prod-part2 {
	display: inline-block;
}
.browse-view .row .product .spacer .prod-stock span.stock-level {
	color: #ccc;
	float: none;
	font-size: 92%;
	display: inline-block;
}
.yt-product-inner a.image-prod{
    display: inline-block;
	margin:0 0 8px;
}
.browse-view .row .product .spacer .yt-product-inner a.image-prod img{
    margin: 0;
	max-width:100%;
}
.orderby-displaynumber{
	padding:15px 10px;
	background: url(../images/bg-vm-category.png);
	overflow: hidden;
	margin: 0 0 10px 0;
	border: none;
	border-top: 1px solid #e6e6e6	;
}
.orderlistcontainer div.activeOrder{
	background: url(../images/vm-arrow-down.png) no-repeat 95% center #fff;
	border: 1px solid #cac9c9;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.productdetails-view {
	background: url("../images/bg-vm-category.png") repeat;
	padding: 20px 15px;
	margin-bottom: 20px;
	color: #666;
}
.productdetails-view .width50.floatleft {
	width: 53%;
}
.productdetails-view .width50.floatright {
	width: 47%;
}
.browse-view .row .width100.floatleft .spacer {
	margin: 0 0 10px;
}
.browse-view .row .width100.floatleft .spacer .yt-product-inner {
	padding: 0 24px 10px;
	overflow: hidden;
}
.browse-view .row .width100.floatleft .spacer .yt-product-inner .prod-part2{
	display: block;
}
.productdetails-images {
	background: #fff;
	padding: 15px;
	border: 1px solid #acacac;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.main-image{
	padding: 4px;
	border: 1px solid #ccc;
}
.additional-images {
	margin: 10px 0 0;
}
.additional-images img{
	width:80px;
	height:50px;
	margin:0 0;
}
.additional-images a.modal{
	padding: 3px;
	border: 1px solid #cecece;
	display:inline-block;
	margin:0 10px 3px 0;
}
.additional-images .last a.modal{
	margin:0 0 3px 0;
}
.additional-images a.modal:hover{
	border-color:#676767;
}
.manufacturer a {
	color: #999;
	text-decoration: underline;
}
.prod-stock .vmicon {
	background: url(../images/vm-stock-level.png) no-repeat 0 0;
	height: 11px;
	width: 89px;
	display: inline-block;
	float: none;
}
.vmicon.vm2-nostock {
	background-position: 0 -22px;
}
.vmicon.vm2-lowstock{
	background-position: 0 -11px;
}
.vm2-normalstock,
.vm2-nostock,
.vm2-lowstock{
	margin: 4px 0 0 10px;
	float: left;
}
div.availability{
	text-align:left;
	margin:0 0 10px;
}
div.availability img{
	margin:0 0;
}
.productdetails-view h1.productdetails-title{
	text-transform: inherit;
	font-size: 117%;
	font-weight: normal;
	color: #000;
}
.ask-a-question, 
.manufacturer, 
.manufacturer-details-view .email-weblink, 
.manufacturer-details-view .description{
	margin:0 0 10px;
}
.list-reviews div.highlight,
.list-reviews span.date,
.list-reviews div.normal{
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.list-reviews span.date {
	background: url(../images/reviews-date.png) no-repeat left center;
	padding: 0 0 0 20px;
	border: none;
	color: #666;
	font-size: 93%;
}
.list-reviews span.vote {
	font-size: 100%;
}
.list-reviews div.highlight,
.list-reviews div.normal {
	border: none;
	border-bottom: 1px solid #ccc;
	text-shadow: 0 none;
}
.list-reviews .normal blockquote, 
.list-reviews .highlight blockquote {
	font-size: 100%;
	margin: 5px 0;
}
.list-reviews .normal blockquote:after, 
.list-reviews .highlight blockquote:after,
.list-reviews .normal blockquote:before, 
.list-reviews .highlight blockquote:before {
	font-size: 48px;
	font-weight: normal;
	position: relative;
	top: 24px;
}
.prod-stock{
	text-align:center;
}
#top_pagination{
	overflow:hidden;
	padding: 5px;
}
#bottom_pagination{
	overflow:hidden;
	padding: 5px;
}
.featured-view .spacer h3, 
.latest-view .spacer h3, 
.topten-view .spacer h3, 
.related-products-view .spacer h3, 
.browse-view .row .product .spacer h2{
	margin:10px 0 5px;
	font-size:110%;
	text-transform:uppercase;
}
.browse-view .row .product .spacer h2.yt-product-title {
	font-size: 117%;
	font-weight: normal;
	text-transform: inherit;
	margin: 15px 0 10px;
}
p.product_s_desc{
	margin:8px 0;
}
#facebox .popup {
    border: 5px solid #666666;
}
#facebox .popup div.content div{
	padding:10px 0 0;
}
#facebox .popup div.content div div{
	padding:0 0;
	margin:8px 0 0;
}
#facebox .popup div.content div h4{
	margin:0 0 10px;
}
.product-field-type-B, .product-field-type-S, .product-field-type-I {
    float: none;
    padding: 0 0;
}
.orderlistcontainer{
	float:left;
	
}
.orderlistcontainer .title{
	color: #666;
}
.display-number {
	color: #666;
}
.category-view .row .category .spacer h2 a{
	font-size:100%;
	text-transform:uppercase;
}
.category-view .row .category .spacer h2 a img{
	margin-top:25px;
}
span.quantity-controls input.quantity-controls {
	cursor:pointer;
    height: 6px;
    width: 13px;
	background: url(../images/quantity-controls.png) no-repeat 0 0;
	padding: 0;
	display: block;
	margin: 0 0 2px;
}
span.quantity-controls input.quantity-controls:hover {
	background-position: 0 -12px;
}
span.quantity-controls input.quantity-minus {
	background-position:0 -18px;
}
span.quantity-controls input.quantity-minus:hover {
	background-position:0 -6px;
}
table.cart-summary tr td,
table.cart-summary tr th{
	text-align:center;
}
.cart-view #tosAccepted,
.cart-view #remember{
	border:none;
	background:#FFF;
	vertical-align: text-top;
}
.cart-view {
	background: url("../images/bg-vm-category.png");
    color: #666;
    margin-bottom: 20px;
    padding: 20px 15px;
}
/* ----------------
Component login */
.login-fields{
	margin:0 0 5px 0;
}
/* -----------------
Component search */
#searchForm .button{
	padding:2px 8px;
	margin:0 5px;
}

/* */
td.sectiontableheader{ text-align:center !important}
/* --------------------
Component News Feed, Contact, Weblink... */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.category thead{
	background:#EEE;
}
table.category{
	width:100%;
}
table.category th{
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
	background:#EEE;
	padding:8px 10px;
}
table.category tr{
	border:1px solid #DDD;
}
table.category tbody tr td{
	padding:5px 10px;
	font-weight:normal;
}

.contact{
	background: #FFFFFF;
    border: 1px solid #ACACAC;
    margin: 0 0 20px;
    padding: 20px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.panel {
    border: 1px solid #DDD;
    margin-top: -1px;
}
.pane-hide{
}
.contact .panel h3 {
    background: #EEE;
    border: 0 none;
    margin: 0;
    padding: 0;
}
.contact .panel h3 {
    background: #EEE;
    border: 0 none;
    margin: 0;
    padding: 0;
}
.panel h3 a {
    color: #444;
    display: block;
    padding: 6px;
    text-decoration: none;
}
.panel h3.pane-toggler-down a {
    background: #F5F5F5;
    border-bottom: 1px solid #DDD;
}
.jpane-slider, .pane-slider {
    margin: 0;
    padding: 0 15px !important;
}
.contact .panel .contact-image{
	float:right;
}
.contact .panel .contact-image,
.contact .panel .contact-form form, 
.contact .panel .contact-address,
.contact .panel .contact-miscinfo {
    margin: 15px 0;
}
.contact .panel dl dd{
	margin:0 0;
	margin:0 0 10px;
}
.contact .panel dl dd .button{
	font-weight:normal;
}
.jicons-text,
.contact .panel .contact-form legend{
	font-size:100%;
	font-weight:bold;
}
.contact .panel dl dt label{
	width:150px;
	float:left;
	margin:0 0 10px;
	font-weight:normal;
}
form dl dt,
form dl dt{
	margin:5px 0 0;
}
form dl dd,
form  dl dd{
	margin:0 0 5px;
}
/* Module custom */
ul.member-custom {
	margin: 3px 0;
	overflow: hidden;
}
ul.member-custom li {
	background: none;
	padding: 0;
	margin: 7px 6px;
	float: left;
	line-height: 0;
}
ul.member-custom li img:hover {
	opacity: 0.7;
	filter: Alpha(Opacity=70);
}
/* Plugin content related */
div.related-items-title {
	border-top: 2px solid #ccc;
	padding: 15px 0 0;
	margin: 10px 0 0;
	font-size: 150%;
	font-weight: normal;
	color: #666;
}
ul.related-items {
	margin: 15px 0;
}
ul.related-items li.related-item {
	background: url(../images/li-related-item.png) no-repeat 0 5px;
	padding: 0 0 0 15px;
	
}
ul.related-items li.related-item a {
	font-size: 100%;
	color: #0087d5;
	margin: 0;
}
#user-registration button {
	margin-bottom: 10px;
}
#josForm {
	background: #fff;
	padding: 10px 15px 0;
	margin-bottom: 20px;
}
#josForm #recaptcha_area {
	width: 99%;
}
div.reset,
div.remind {
	background: #fff;
	padding: 10px 15px 0;
	margin-bottom: 20px;
	overflow: hidden;
}
#josForm .inputbox {
	width: 250px;
}
#genderm,
#genderf {
	border: none;
}
.search span.highlight {
	display: inline-block;
}