/******************************************
***          YT Framework: CSS          ***
*******************************************/

/* -----------------------*/
/*     General style      */
/* -----------------------*/
body.contentpane {
	background:none;
}
body{
	background: url(../images/bg-body.png)  repeat-x scroll #dedede;	
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	line-height:1.6em;
}
body #yt_wrapper{
	min-width: 980px;
	overflow:hidden;
	min-height: 100%;
}
.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 */
img{
	max-width:100%;
}
ul li {
	background:url(../images/dot1.png) no-repeat left 6px;
	padding:0 0 0 15px;
}

a:hover{
	text-decoration:underline;
}
textarea{
	border:1px solid #E5E5E5;
	padding:2px 5px;
	margin:0 5px 0 0;
}
input{
	padding:3px 2px 3px 5px;
	margin:0 5px 0 0;
}
select{
	border:1px solid #E5E5E5;
	padding:2px 2px 2px 5px;
	margin:0 5px 0 0;
}
.login #username,
.login #password,
.formelm input,
.inputbox{
	background:#FFF;
	border:1px solid #E5E5E5;
    color: #000;
    margin: 0;
    padding: 4px 2px 4px 5px;
	box-shadow:none;
	font-size:100%;
}
.login form fieldset{
	padding:0;
}
.checkbox{
	border: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{
}
button{
	padding-top:4px !important;
	padding-bottom:4px !important;
}
button:hover,
.button:hover, .button:active, .button:focus, .button:visited {
	background:#225180;
	color:#FFF;
    cursor: pointer;
    text-decoration: none;
}
/* End: Update css for basic.css   */


/* Fontsize */
body{
	font-size:12px;
}
body.fs1 #content{font-size: 10px;}
body.fs2 #content{font-size: 11px;}
body.fs3 #content{font-size: 12px;}
body.fs4 #content{font-size: 13px;}
body.fs5 #content{font-size: 14px;}
body.fs6 #content{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:#2060a3;
}
a:hover, 
span.separator:hover,
div.userBlock h2:hover,
div.itemListCategory h2:hover,
h1.componentheading:hover, 
.componentheading:hover {
	color:#006699;
}
/* Pagination style */
ul.pagination li{
	background:none;
	padding:0 0;
	display:inline-block;
	height:30px;
	line-height:30px;
	float:left;
	*display:inline;
}
ul.pagination span{
}

ul.pagination a{
	padding:0 2px;
	margin:0 3px;
}
ul.pagination a:hover{
}
/* -----------------------------*/
/*     Yt tolls                 */
/* -----------------------------*/

/* Switch modes view */
.yt-switch_modes {
	margin:0 0 0 10px;
	font-size:92%;
}
.yt-switch_modes span.title-swm{
	float:left;
	display:inline-block;
	color:#666;
}
.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;
	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:23px;
	height:22px;
}
.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:23px;
	height:22px;
}
.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:100%;
}
.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;
}
#content_main .content-main-inner{
/*
	background:#fff;
*/	
	border-radius:0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;
	overflow:hidden;
}
#content_right,
#content_left{
	margin:10px 0 0 0;
}
/* Type: Full */
.full #content_main .content-main-inner{ 
	margin:10px;
}
/* Type: Left-main */
.left-main #content_main .content-main-inner{ 
	margin:10px;
}
.left-main.nogroup-left #content_main .content-main-inner{ 
}
.left-main #content_left #right_top .yt-position-inner {
    margin: 0 0 0 10px;
}
.left-main #content_left #left_top .yt-position-inner{
	margin:0 0 0 10px;
}
.left-main #content_left .yt-position-inner{ 
	margin:0 0 0 10px;
}
.left-main .group-col1-top .yt-position-inner{
	margin:0 0 0 5px;
}
/* Type: main-right */
.main-right #content_main .content-main-inner{ 
	margin:10px;
	overflow:hidden;
}
.main-right.nogroup-right #content_main .content-main-inner{ 
/*
	margin:0 0;
*/
}
.main-right #content_right #right_top .yt-position-inner{
	margin:0 10px 0 0;
}
.main-right #content_right .yt-position-inner{ 
	margin:0 10px 0 0;
}
.main-right .group-col1-top .yt-position-inner{
	margin:0 10px;
	background:#f8f8f8;
	border-radius:0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;	
}

/* Type: Main-left-right */
#content_main .content-main-inner #main_bottom {

}
#content_main .content-main-inner #main_bottom1{
    background: none repeat scroll 0 0 #F8F8F8;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;			
}
#content_main .content-main-inner #main_bottom2{
    background: none repeat scroll 0 0 #F8F8F8;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;		
}
.main-left-right #content_main .content-main-inner{ 
	margin:10px;
	overflow:hidden;	
}
.main-left-right #content_left .yt-position-inner{
	margin:0 10px 0 0;
}
.main-left-right #content_left  #left_top .yt-position-inner{
	margin:0 10px 0 0;
}
.main-left-right  #content_right #right_top .yt-position-inner {
    margin: 0 10px 0 0;
}
.main-left-right #content_right .yt-position-inner{
	margin:0 10px 0 0;
}
.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{ 
/*
	margin:0 5px 0 0;
*/}
.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{
/*
	margin:0 0;
*/}
.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{ 
	margin:10px;
}
.left-right-main #content_left #left_top .yt-position-inner{
	margin:0 0 0 10px;
}
.left-right-main #content_right #right_top .yt-position-inner{
	margin:0 0 0 10px;
}
.left-right-main #content_left .yt-position-inner{
	margin:0 0 0 10px;
}
.left-right-main #content_right .yt-position-inner{
	margin:0 0 0 10px;
}
.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{
/*
	margin:0 0;
*/}
.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{ 
	margin:10px;
}
.left-main-right.nogroup-left.nogroup-right #content_main .content-main-inner{ 
/*
	margin:0 0;
*/}
.left-main-right #content_left .yt-position-inner{
	margin:0 0 0 10px;
}
.left-main-right #content_left #left_top .yt-position-inner {
    margin: 0 0 0 10px;
}
.left-main-right #content_right .yt-position-inner{
	margin:0 10px 0 0;
}
.left-main-right #content_right  #right_top .yt-position-inner{
	margin:0 10px 0 0;
}
/* -----------------------------*/
/*     Module variations        */
/* -----------------------------*/
.moduletable,
.moduletable_menu,
.moduletable_text{
	margin: 0 0 10px 0;
	padding:0;

}
#right_top .moduletable{
/*
	margin:0;
*/}
.moduletable_menu,
.moduletable_text{
	background:#FFF;
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;	
}
.moduletable_menu .yt-mod-mainbox-in p{
	margin:0;
}
.moduletable h3,
.moduletable_menu h3,
.moduletable_text h3{
	margin:0 0;
	font-size:200%;
	line-height:215%;
	font-weight:normal;
	text-transform:none;
}
.moduletable .yt-mod-mainbox,
.moduletable_menu .yt-mod-mainbox,
.moduletable_text .yt-mod-mainbox{
	margin:0 0;
/*
	padding:8px 0;
*/}
/*h3 span.first_word{
	color:#F00;
	text-shadow:0px 0px 1px #999;
}*/
ul.menu{
	margin:0 0;
}
div.custom p{
	margin:0 0;
}
.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{
/*
	border:1px solid #E5E5E5;
*/}
.moduletable h3{
	padding:10px;
/*
	border-bottom:1px solid #E5E5E5;
*/	line-height:100%;
	font-weight:normal;
	text-transform:none;
}

.moduletable .yt-mod-mainbox{
	padding:0;
}
/* Suffix class: clear */
.moduletable.clear{
	border:none;
}
.moduletable.clear h3{
	border:none;
}
/* Suffix class: title1, title2, title3, title4, title5, info, rss, email */
.moduletable.title1,
.moduletable.title2,
.moduletable.title4,
.moduletable.title5{
	background:#FFF;
/*
	border:1px solid #E5E5E5;
*/	
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;	
}
.moduletable.title1 .menu >li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.moduletable.title1 .menu >li a{
	
}
.moduletable.title3{
	background:#f8f8f8;
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;		
	overflow:hidden;
}
.moduletable.info{
	margin: 0 0 10px;
}
.moduletable.title1 h3,
.moduletable.title2 h3,
.moduletable.title4 h3,
.moduletable.title5 h3{
	border:none;
	line-height:182%;
	padding:0 0 0 15px;
	margin:0 0;
	color: #2060a3;
}
.moduletable.title3 h3{
	padding:20px 0 25px;
	margin: 0 20px;
	border-top: 4px solid #dedede;
	color: #2060a3;
}
.moduletable.title1 .yt-mod-mainbox,
.moduletable.title2 .yt-mod-mainbox,
.moduletable.title4 .yt-mod-mainbox,
.moduletable.title5 .yt-mod-mainbox{
    background: #F8F8F8;
    border-top: 1px solid #E5E5E5;
    padding: 15px 15px 25px;
	border-radius: 0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;		
}
.moduletable.title3 .yt-mod-mainbox{	
	padding: 0 20px 20px 20px;
}
.title3  .yt-mod-mainbox{
	margin: 0 0 10px 0;
}
.widget-wrap{
/*
	padding: 0 10px 20px 20px;
*/}
.moduletable.info .yt-mod-mainbox{
    background: none repeat scroll 0 0 #2060a3;
    padding: 15px 20px 20px;
	border-radius: 0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;	
	color:#fff;
}
.moduletable.rss .yt-mod-mainbox{
    background: none repeat scroll 0 0 #2060a3;
    padding: 20px;
	border-radius: 0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;	
	color:#fff;
}
.moduletable.email .yt-mod-mainbox{
    background: none repeat scroll 0 0 #2060a3;
    padding: 20px;
	border-radius: 0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;	
	color:#fff;
}
.moduletable.user .yt-mod-mainbox{
    background: none repeat scroll 0 0 #2060a3;
    padding: 10px 10px 10px 75px;
	border-radius: 0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;	
	color:#fff;
	border:none;
}
.moduletable  .head-img{
	background:url(../images/img-custom.png) no-repeat;
	width:265px;
	height:105px;
	margin:0 0 15px;
}
.moduletable ul.custom-menu li{
	padding-left:15px;
	background:url(../images/arrow-bre.png) left center no-repeat;
}
.moduletable ul.custom-menu li a{
	color:#666666;
}
.moduletable.title1 h3{
/*
	border-bottom:1px solid #E5E5E5;
*/}
.moduletable.title2 h3{
	color:#2060A3;
	background:#e8e8e8;
	border-radius: 7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;	
}
.moduletable.info h3{
	background-color:#4d80b5; 
	color:#fff;
	border-radius: 7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;		
	padding:10px 20px;
}
.moduletable.info h3 .badge, .moduletable.rss h3 .badge, .moduletable.email h3 .badge {
	right:10px;
	top:7px;
}
.moduletable.info h3 .badge{
	background:url(../images/icon-info.png) no-repeat; 
}
.moduletable.rss h3{
	background-color:#4d80b5; 
	color:#fff;
	border-radius: 7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;		
	padding-left:20px;
}
.moduletable.rss h3 .badge{
	background:url(../images/icon-rss.png) no-repeat; 
}
.moduletable.email h3{
	background-color:#4d80b5; 
	color:#fff;
	border-radius: 7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;		
	padding-left:20px;
}
.moduletable.email h3 .badge{
	background:url(../images/icon-email.png) no-repeat; 
}
.moduletable.user h3{
	background-color:#2060A3; 
	color:#fff;
	border-radius: 7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;		
	padding:15px 10px 0 75px;
	margin:0;
}
.moduletable.user h3 .badge{
	background:url(../images/icon-online.png) no-repeat; 
	right:230px;
	top:20px;
}
.moduletable.title3 h3{
	color:#2060a3;
}
.moduletable.title4 h3{
	background:#CC3333;
	color:#FFF;
}
.moduletable.title5 h3{
/*
	background:#81a800;
*/	color:#2060A3;
	font-size:200%;
	border-radius:7px 7px 0 0;	
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;		
}
/* Suffix class: border1, border2 */
.moduletable.border1{
	border-bottom:2px solid #CECECE;
	border-left:3px solid #CECECE;
}
.moduletable.border1 h3{
	line-height:300%;
	padding:0 10px;
	margin:0 0;
	border:none;
}
.moduletable.border1 .yt-mod-mainbox{
	padding:8px 10px;
}
.moduletable.border2{
	border-bottom:2px solid #CECECE;
}
.moduletable.border2 h3{
	line-height:250%;
	padding:0 0;
	margin:0 10px;
	border-bottom:1px solid #E5E5E5;
}
.moduletable.border2 .yt-mod-mainbox{
	padding:8px 10px;
}
/* Suffix class: bgcolor1, bgcolor2 */
.moduletable.bgcolor1{
	background:#fadaae;
/*
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);
	border:1px solid #E5E5E5;
*/
	color:#333333;
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;		
}
.moduletable.bgcolor1 h3{
	background-color:#ffdfb3; 
	color:#ff9200;
	border-radius: 7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;		
	padding-left:20px;
}

.moduletable.bgcolor1 .yt-mod-mainbox{
	padding:8px 10px;
	border-top: 1px solid #e2c196;
}
.moduletable.bgcolor2{
	background:#2060a3;
/*
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);
	border:1px solid #E5E5E5;
*/
	color:#fff;
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;		
}
.moduletable.bgcolor2 h3{
	background-color:#fff; 
	color:#2060a3;
	border-radius: 7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;		
	padding-left:20px;
}
.moduletable.bgcolor2 .yt-mod-mainbox{
	padding:8px 10px;
	border-top: 1px solid #d5d5d5;
}
.moduletable.bgcolor3{
	background:#EC534D;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);
}
.moduletable.bgcolor3 h3{
	color: #FFFFFF;
    font-size: 120%;
    line-height: 250%;
    margin: 5px 10px 0;
}
.moduletable.bgcolor3 .yt-mod-mainbox{
	padding:8px 10px;
	color:#FFF;
}
.moduletable.bgcolor4{
	background:#222;
}
.moduletable.bgcolor4 h3{
	color:#FFF;
	line-height:250%;
}
.moduletable.bgcolor4 .yt-mod-mainbox{
    background: none repeat scroll 0 0 #F8F8F8;
    border-radius: 0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;		
    border-top: 1px solid #E5E5E5;
    padding: 20px;
}
/* Suffix class: testimonials*/
.moduletable.testimonials{
	margin-top:10px;
}
.moduletable.testimonials h3 .badge{
	background:url(../images/icon-testimonials.png) no-repeat; 
	left:10px;
	top:5px;
	width:51px;
	height:46px;
}
.moduletable.testimonials h3 {
    color: #FFFFFF;
    padding: 10px 75px 10px 75px;
	font-size:300%;
}
.moduletable.testimonials .yt-mod-mainbox{
	padding:20px 20px 10px 20px;
}
.moduletable.testimonials .yt-mod-mainbox .custom  .moduletable{
	width:30%;
	float:left;
	position:relative;
	margin:0 2%;
}
.moduletable.testimonials .yt-mod-mainbox .custom  .moduletable h3 {
	padding:0;
}
.moduletable.testimonials .yt-mod-mainbox .custom  .moduletable h3 .badge{
    background: url("../images/icon-wave.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    left: 235px;
    top: -16px;
    width: 30px;
}
.moduletable.testimonials .yt-mod-mainbox .custom  .moduletable.first-comment{
	margin:0 2% 0 0;
}
.moduletable.testimonials .yt-mod-mainbox .custom  .moduletable .bg_captions{
	position:absolute;
	background:#eaeaea;
	width:100%;
	height:100%;
	top:0;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;		
	opacity: 0.2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; 
	filter: alpha(opacity=20);
}
.moduletable.testimonials .yt-mod-mainbox .custom  .moduletable .yt-mod-mainbox{
	padding-top:15px;
}
.moduletable.testimonials .yt-mod-mainbox .custom  .moduletable .yt-mod-mainbox .sub-title{
	background:url(../images/icon-commen.png) no-repeat 0 center;
	padding: 15px 30px 10px;
	color: #fff;
	text-decoration:underline;
	font-weight:bold;
}
/* Suffix class: _menu */
.moduletable_menu{
/*
	border:1px solid #E5E5E5;
*/
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;		
}
.moduletable_menu p{
	margin:0;
}
.moduletable_menu h3{
	line-height:182%;
	padding:0 20px;
/*
	background:#3377BB;
*/	color:#2060A3;
}
.moduletable_menu .yt-mod-mainbox{
    background: none repeat scroll 0 0 #F8F8F8;
    border-radius: 0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;		
    border-top: 1px solid #E5E5E5;
    padding: 15px 20px 25px;
}
/* level1 */
.moduletable_menu ul{
	margin:0 0;
}
#content .moduletable_menu ul li{
	padding:7px 0 11px;
	line-height:100%;
/*
	border-top:1px dotted #000;
*/	background:url(../images/border-dotted.png) repeat-x left bottom !important;	
}
.moduletable_menu ul li.active.parent{
	/*padding-bottom:0px;*/
}
.moduletable_menu ul li:first-child{
	border:none;
}
#content .moduletable_menu ul li .separator,
#content .moduletable_menu ul li a{
	display:inline-block;
	line-height:100%;
	font-size: 150%;
	background:url(../images/triangle.png) no-repeat left center;	
	padding:0 15px;
	color:#666666;
	text-transform: capitalize;
}
#content .moduletable_menu ul.menu li ul li a{
	font-size:117%;
	background: url("../images/dot.png") no-repeat scroll left center transparent;
}
#content .moduletable_menu ul li.active .separator,
#content .moduletable_menu ul li.active a{
	color:#2060a3;
	background:url(../images/triangle.png) no-repeat left center;	
	padding:0 15px;	
}

#content .moduletable_menu ul li .separator:hover,
#content .moduletable_menu ul li a:hover{
	color:#2060a3;
	text-decoration:none;
}
/* level2 */
.moduletable_menu ul li ul{
	margin:8px 0 0 10px;
/*
	border-top:1px solid #E5E5E5;
*/}
#content .moduletable_menu ul.menu li li{
	padding:8px 0 ;
	background:none !important;
}
#content .moduletable_menu ul.menu li.current a{
	text-decoration:underline;
}
.moduletable_menu ul li li.active a,
.moduletable_menu ul li li:hover a{
	background:url(../images/dot.png) no-repeat 0 12px;
	padding:8px 0 ;
}

.moduletable_menu ul li.active li .separator,
.moduletable_menu ul li.active li a{
	color:#2060a3;
	background:none;
	font-size:117%;
}
.moduletable_menu ul li li.active .separator,
.moduletable_menu ul li li.active a{
	color:#2060a3;
	background:none;
}
.moduletable_menu ul li li .separator:hover,
.moduletable_menu ul li li a:hover{
	color:#2060a3;
	text-decoration:underline;
}
/* level 3*/

.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:#2060a3;
}
.moduletable_menu ul li li li.active .separator,
.moduletable_menu ul li li li.active a{
	color:#2060a3;
}
.moduletable_menu ul li li li .separator:hover,
.moduletable_menu ul li li li a:hover{
	color:#2060a3;
}
/* Suffix class: _text */
.moduletable_text .yt-mod-mainbox{
	padding:10px 7px;
}
.banneritem_text{
	border-top:1px solid #DDD;
}

/* Suffix class: bage */
.rtl .moduletable.badge-new,
.rtl .moduletable.badge-hot,
.rtl .moduletable.badge-sale,
.rtl .moduletable.badge-free,
.rtl .moduletable.badge-top,
.rtl .moduletable.badge-pick{
	margin-right:0px;
	margin-left:10px;
}
.moduletable.badge-new,
.moduletable.badge-hot,
.moduletable.badge-sale,
.moduletable.badge-free,
.moduletable.badge-top,
.moduletable.badge-pick{
/*
	border:1px solid #E5E5E5;
*/
	margin-right:10px;
}
.moduletable.badge-new,
.moduletable.badge-hot{
	margin: 10px 10px 20px 0px;
}
.rtl .moduletable.badge-new,
.rtl .moduletable.badge-hot{
	margin: 10px 0px 20px 10px;
}
.moduletable.badge-new h3,
.moduletable.badge-hot h3,
.moduletable.badge-sale h3,
.moduletable.badge-free h3,
.moduletable.badge-top h3,
.moduletable.badge-pick h3{
	background-color:#fff; 
	color:#dc181a;
	border-radius: 7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;		
	padding-left:20px;
	padding-right:20px;
}
.moduletable.badge-new h3{
	color: #ef1683;
}
.moduletable.badge-sale h3{
	color: #228917;
}
.moduletable.badge-free h3{
	color: #92546b;
}
.moduletable.bgcolor1 .yt-mod-mainbox,
.moduletable.bgcolor2 .yt-mod-mainbox{
    padding: 20px;
	border-radius: 0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;		
}
.moduletable.badge-new .yt-mod-mainbox,
.moduletable.badge-hot .yt-mod-mainbox,
.moduletable.badge-sale .yt-mod-mainbox,
.moduletable.badge-free .yt-mod-mainbox,
.moduletable.badge-top .yt-mod-mainbox,
.moduletable.badge-pick .yt-mod-mainbox{
/*
	padding:8px 10px;
*/  background: #F8F8F8;
    border-top: 1px solid #E5E5E5;
    padding: 20px;
	border-radius: 0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;		
}
.badge-hot, 
.badge-new, 
.badge-sale, 
.badge-free, 
.badge-pick, 
.badge-top,
.icon {
    position: relative;
}
.badge {
/*
    background: url(../images/badges.png) no-repeat 0 0;
*/	background: url("../images/icon-badges.png") no-repeat scroll 0 0 transparent;
    height: 46px;
    position: absolute;
    right: -10px;
    top: -10px;	
/*
    right: -1px;
	top: 0px;
*/    text-indent: -999em;
    width: 46px;
    z-index: 2;
}
.moduletable.badge-hot h3 .badge {
	height: 73px;
	width: 72px;
}
.moduletable.badge-new h3 .badge {
    background-position: 0 -73px ;
	height: 73px;
	width: 72px;
}
.moduletable.badge-sale h3 .badge {
    background-position: 0 -146px;
	height: 73px;
	width: 72px;
}
.moduletable.badge-free h3 .badge {
    background-position: 0 -219px ;
	height: 73px;
	width: 72px;
}
.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{
	background:#3377BB;
}
#yt_header .yt-main{
	height:86px;
	position:relative;
	z-index:100;
}
#yt_header .yt-main-in1{
}
#yt_header .yt-main-in2{
}
.yt-logo{
	width:200px;
}
.site-slogan{
	padding:0;
	margin:5px 0 0 0;
	width:105%;
	float:left;
	text-align:center;
	color:#FFF;
}
#yt_header h1.logo {
	float:left;
	margin:10px 0 0 2px;
	padding:0;
}
#yt_header h1.logo a{
	height:65px;
	width:195px;
	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:#666666;
}
ul.yt-login-regis li.hiuser a.logout-switch{
	background:none;
	font-weight:bold;
	color:#666666;
}
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 .inputbox{
	width:170px;
}
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;
}
/* ----------------------------*/
/*     Block: yt_menuwrap      */
/* ----------------------------*/
#yt_menuwrap{

/*
	background:#2060a3 url(../images/menuwrap-bg.gif) repeat-x left bottom;
	
*/	padding-bottom:10px;
	padding-top:5px;
}
#yt_menuwrap .yt-main{
	position:relative;
	z-index:99;
	border-width:1px;
/*
	background-color: #225180;
*/	/*border-left: 1px solid #1C4369;
    border-right: 1px solid #1C4369;
    border-top: 1px solid #1C4369;*/
	min-height:127px;
}
#yt_menuwrap .yt-main-in1{
}
#yt_menuwrap .yt-main-in2{

}
#yt_menuwrap .yt-menu{
	width:785px;
}
#yt_menuwrap #nav2{
	width:195px;
}
#yt_menuwrap #nav2 .yt-position-inner{
	margin:8px 0 0;	
}
#yt-menu #nav2 .search,
#yt-menu #nav2 .finder{
	overflow:hidden;
	height:24px;
}
#yt_menuwrap #nav2 .finder,
#yt_menuwrap #nav2 .search{
	width:185px;
	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;
}
/* ----------------------------*/
/*     Block: yt_slideshow     */
/* ----------------------------*/
#yt_slideshow #slide_show{

}
.ytc-content-slideshow{
	padding:10px;
	background:#fff;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;		
	margin:10px 10px 0 10px;
}
.has-slideshow #yt_slideshow  .yt-main{
	background:url(../images/shadow-bottom.png) center 510px no-repeat;
	background-color: #FF9200;
    border-radius: 7px 7px 0px 0px;
	-moz-border-radius:7px 7px 0px 0px;
	-webkit-border-radius:7px 7px 0px 0px;		
}
.has-slideshow .left-main #content_main .content-main-inner,
.has-slideshow .full #content_main .content-main-inner, 
.has-slideshow .left-main-right #content_main .content-main-inner,
.has-slideshow .main-right #content_main,
.has-slideshow #content_left,
.has-slideshow #content_right,
.has-slideshow .group-main-top-seperate,
.has-slideshow .group-main-top,
.has-slideshow .main-right #content_main .content-main-inner,
.has-slideshow .main-right #content_right .yt-position-inner ,
.has-slideshow .main-right #content_right #right_top .yt-position-inner,
.has-slideshow .main-left-right #content_left #left_top .yt-position-inner,
.has-slideshow .main-left-right #content_main .content-main-inner, 
.has-slideshow .main-left-right #content_right #right_top .yt-position-inner,
.has-slideshow .left-main-right #content_left #left_top .yt-position-inner,
.has-slideshow .left-main-right #content_main .content-main-inner, 
.has-slideshow .left-main-right #content_right #right_top .yt-position-inner,
.has-slideshow .left-right-main #content_left #left_top .yt-position-inner,
.has-slideshow .left-right-main #content_main .content-main-inner, 
.has-slideshow .left-right-main #content_right #right_top .yt-position-inner,
.has-slideshow .left-main #content_left #left_top .yt-position-inner,
.has-slideshow .left-main #content_left #right_top .yt-position-inner, 
.has-slideshow .left-main #content_main .content-main-inner{
	margin-top:0;
	margin-bottom:0;
}
.has-slideshow #content .yt-main{
	border-radius: 0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;	
}
#slide_show .ytc-content-slideshow{
	position:relative;
}
#slide_show .ytc-content-slideshow .captions{
	display:none;
}
#slide_show .ytc-content-slideshow .cover-theme1 {
	position:absolute;
	right:628px;
	bottom:83px;
}
#slide_show  .ytc-content-slideshow .theme1 ul li.button_img_selected {
	 background: url("../images/slideshow-button.png") no-repeat scroll 0 -42px transparent;
}
#slide_show .ytc-content-slideshow .theme1 ul li.button_img {
	 background: url("../images/slideshow-button.png") no-repeat scroll 0 0 transparent;
}
#slide_show .ytc-content-slideshow .theme1 ul li.button_img:hover {
	 background: url("../images/slideshow-button.png") no-repeat scroll 0 -21px transparent;
}
#slide_show .ytc-content-slideshow .theme1 ul li{
	width:12px;
	height:21px;
}
/* ----------------------------*/
/*     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 5px;
}
#yt_spotlight2 .position-first .yt-position-inner{
	margin:0 5px 0 0;
}
#yt_spotlight2 .position-last .yt-position-inner{
	margin:0 0 0 5px;
}
/* ----------------------------*/
/*     Block: yt_spotlight3    */
/* ----------------------------*/
#yt_spotlight3 {
/*
	background:#222 url(../images/spotlight3-bg.gif) repeat-x top left;
*/

}
#yt_spotlight3 .yt-main{
    background-color: #FFFFFF;
    border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;	
    margin-top: 25px;
    overflow: hidden;
/*
    padding: 10px;
*/	width:980px;
}

#yt_spotlight3 .yt-position-inner{

}
#yt_spotlight3 .moduletable{
	background:none;
	border:none;
	padding-top:10px;
	margin:0 0;
	color:#666;
}
#yt_spotlight3 .yt-position-inner{
/*
	border-right:1px solid #333;
*/	height:100%;
}
#yt_spotlight3 .position-last .yt-position-inner{
	border:none;
}
#yt_spotlight3 .yt-position-inner:hover{
/*
	background:#1A1A1A;
*/}
#yt_spotlight3 #user14 .yt-position-inner:hover{
/*
	background:none;
*/}
#yt_spotlight3 .moduletable h3{
	background:none;
	border:none;
	color:#333333;
	font-size:100%;
	text-transform:uppercase;
	font-weight:bold;
	padding: 15px 30px;
}
#yt_spotlight3  #user10 .moduletable h3,#yt_spotlight3  #user11 .moduletable h3,#yt_spotlight3  #user12 .moduletable h3,#yt_spotlight3  #user13 .moduletable h3{
	font-family:arial !important;
}
#yt_spotlight3 .yt-mod-mainbox{
	padding:0px 10px 10px 30px;
}
#yt_spotlight3 ul.menu-contact{
	margin:0;
} 
#yt_spotlight3 ul.menu-contact li{
	line-height:300%;
}
#yt_spotlight3 ul.menu-contact li.first{
	line-height:110%;
	margin-top: 5px;
} 
#yt_spotlight3 ul.menu-contact li a{
	color:#2060A3;
} 
#yt_spotlight3 ul li{
	background:url(../images/arrow.png) no-repeat left center;
	padding:0;
	line-height:200%;
	color:#333333;
}
#yt_spotlight3 ul li a{
	color:#333333;
}
#yt_spotlight3 ul li:hover a{
	color:#2060a3;
	text-decoration:underline;
}
.yt-social a{
	background-position:left top;
	background-repeat:no-repeat;
	width:35%;
	display:inline-block;
	float:left;
	padding:0 0 0 0;
	margin:0 5px 0 0;
	color:#666;
/*
	-moz-transition:background-position 0.3s linear 0s
*/}
.yt-social a:hover{
	text-decoration:none;
	color:#FFF;
}
.yt-social a{
	background:url(../images/followus.png) no-repeat 0 0;
}
.yt-social a.facebooks:hover{
	background-position:0 -44px;
}
.yt-social a.twitters{
	background-position:0 -88px;
}
.yt-social a.twitters:hover{
	background-position:0 -132px;
}
.yt-social a.rss{
	background-position:0 -176px;
}
.yt-social a.rss:hover{
	background-position:0 -220px;
}
.yt-social a.flick{
	background-image:url(../images/icon-flick.png);
}
#yt_spotlight3 .moduletable.newsletter{
/*
	border-top:1px solid #333;
*/	padding:0;
}
#yt_spotlight3 .moduletable.newsletter h3{
	font-size:200%;
	font-weight:normal;
	color:#fff;
	text-transform:none;
	padding: 15px;
}
#yt_spotlight3 #user14{
	background:#2060a3;
}
#yt_spotlight3 .moduletable.newsletter .yt-mod-mainbox{
	padding:0px 15px 8px;
	color:#fff;
}
.moduletable.newsletter form label{
	margin:0 10px 20px;
	display:block;
}
.moduletable.newsletter form>div{
	overflow:hidden;
	background: url(../images/icon-newsletter.png) no-repeat;
	padding: 13px 19px 3px 70px;
	height:41px;
}
.moduletable.newsletter .inputbox{
	background:none;
	border:medium none;
	vertical-align:middle;
	width:150px;
}
.moduletable.newsletter .button{
	vertical-align:middle;
	display:none;
}
.moduletable.newsletter .inputbox:focus{
/*
	background:#111;
*/}
/* ----------------------------*/
/*     Block: yt_footer        */
/* ----------------------------*/
#yt_footer{
	height:97px;
/*
	background:#222;
	border-top:1px solid #333;
*/}
 .yt-main{
	height:100%;
}
#yt_footer .yt-main-in1{
	height:100%;
}
#yt_footer .yt-main-in2{
	padding:30px 0 0 0;
	margin:0 0;
	overflow:hidden;
	font-size:92%;
}
#yt_footer .yt-position-inner {
	margin:0 0;
}
 .group-footnav .yt-position-inner{
	margin: 0 0;
    overflow: hidden;
}
 .yt-main .switchmodes-wrap{
	padding:15px 0 0 0 ;
}
 .yt-main .switchmodes-wrap ul.nav-swm{
	float:left;
	margin:0;
}
 .yt-main .switchmodes-wrap ul.nav-swm li.window a{
	background:url(../images/switchmode.png) no-repeat 0 -22px;
	display:block;
	height:22px;
	width:23px;
}
 .yt-main .switchmodes-wrap ul.nav-swm li.window a:hover{
	background:url(../images/switchmode.png) no-repeat 0 0;
}
 .yt-main .switchmodes-wrap ul.nav-swm li.window.active a{
	background:url(../images/switchmode.png) no-repeat 0 0;
	display:block;
	height:22px;
	width:23px;	
}
 .yt-main .switchmodes-wrap ul.nav-swm li.mobile a{
	background:url(../images/switchmode.png) no-repeat -23px -22px;
	display:block;
	height:22px;
	width:23px;
}
 .yt-main .switchmodes-wrap ul.nav-swm li.mobile a:hover{
	background:url(../images/switchmode.png) no-repeat 100% 0;
}
 .yt-main .switchmodes-wrap ul.nav-swm li.mobile.active a{
	background:url(../images/switchmode.png) no-repeat -23px 0;
	display:block;
	height:22px;
	width:23px;	
}
 .yt-main .switchmodes-wrap ul.nav-swm li span{
	display:none;
}
 .yt-main .switchmodes-wrap span.title-swm{
	float:left;
	margin:0 5px;
}
 .yt-main .nav-swm:after{
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; 
}
 .yt-main ul.nav-swm li{
	display:inline-block;
	background:none;
	padding:0;
	float:left;
}
 #footnav{
/*
	padding:15px 0 0;
*/}
 #footnav .yt-social a	{
	height:44px;
	width:44px;
}
 #footnav .yt-social .yt-social-title{
	float:left;
	font-size:165%;
	color:#666666;
	text-transform:none;
	margin-right:10px;
	padding-top:10px;
}	
 #footnav .yt-social a span{
	display:none;
}
.yt-linkfooter{
	margin: 0 0;
}
#yt_footer .yt-copyright{
	color:#333333;
	padding-left:10px;
}
.body-percentage #yt_footer .yt-copyright{
	float:right !important;
}
#yt_footer span.separator,
#yt_footer a{
	color:#2060a3;
}
#yt_footer span.separator:hover,
#yt_footer a:hover{
	color:#2060a3;
}
#yt_footer .yt-copyright .footer1,
#yt_footer .yt-copyright .footer2{
	padding: 0 0 0;
}
#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 10px;
*/
	width:90%;
/*
	border-radius: 7px 0 0 0 ;
*/
}
#breadcrumb .yt-position-inner{
	margin:0 0;
}
#breadcrumb .moduletable{
	margin:0 0;
	border-radius: 7px 0 0 0;
	-moz-border-radius:7px 0 0 0;
	-webkit-border-radius:7px 0 0 0;	
}
#breadcrumb .moduletable .yt-mod-mainbox{
	padding:0 0;
}
#breadcrumb .breadcrumbs{
    background: url("../images/breadcrum.png") no-repeat scroll left center transparent;
    display: inline-block;
    line-height: 30px;
    margin: 0 0 0 20px;
    padding: 7px 0 7px 27px;
}
.showHere{
	font-weight:bold;
	margin:0 5px 0 0;
	float:left;
}
#content_main .content-main-inner{
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	background:#FFF;
}
.group-main-top{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;	
    display: block;
	float: none !important;
    margin: 10px 10px 0;
    overflow: hidden;
}
.group-main-bottom{
    margin: 0 10px 0;
}
.group-main-top-seperate{
    display: block;
    height: 100%;
	padding:5px;
	margin-top:10px;
/*
	width:10px;
*/
}
#breadcrumb .breadcrumbs span.separator,
#breadcrumb .breadcrumbs a{
	padding:0 0;
	float:left;
	font-size:117%;
	color:#666666;	
}
#breadcrumb .breadcrumbs span.separator:hover{
	color:#000;
}
#breadcrumb .breadcrumbs span.current{
	padding-left:5px;
}
#breadcrumb .breadcrumbs a:hover{
	text-decoration:underline;
}
ul.yt-fontsize li{
	background:none !important;
	display:inline;
	color: #666666;
	padding:0px;
	line-height:44px;
}
ul.yt-fontsize li:hover{
	color: #4873a0;
}
.content-main-inner div.yt-fontsize {
    line-height: 30px;
	height:30px;
/*
    padding: 7px 0 7px 0px;
*/	margin:0;
	width:10%;
	float:left;
	*float:right;
/*
	*width:9.9%;
*/}
#content div.yt-fontsize {
	margin:0;
}
div.yt-fontsize ul.yt-fontsize {
	margin:0;
}
/*
ul.yt-fontsize .dec{
	background:url(../images/fontsize-des.png) no-repeat center center;
}
ul.yt-fontsize .reset{
	background:url(../images/fontsize-reset.png) no-repeat center center;
}
ul.yt-fontsize .inc{
	background:url(../images/fontsize-inc.png) no-repeat center center;
}
*/.arrow-bre{
	background:url(../images/arrow-bre.png) no-repeat center center;
	width:10px;
	padding:12px 3px 11px;
	height:7px;
	display:inline-block;
	float:left;
}
#content .moduletable p{
	margin:0 0;
	line-height:150%;
}
.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{
	overflow:hidden; 
}
a.readon{
	font-size:100%;
}
a.readon:hover{
	text-decoration:underline;
}
#content .yt-main{
/*
	padding:10px;
*/	background-color:#ff9200;
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
#content .yt-main-in1{	
}
#content .yt-main-in2{	
}
/* module in content */
#yt_component{
	margin:0 0; 
/*
	padding:0 0 10px;
*/
	padding:0;
}
.homepage #yt_component{
	padding:0;
}
.homepage .component-inner{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;		
}
.component-inner{
	border-top:1px solid #E5E5E5;
	background:#f8f8f8;
	padding: 20px;
	border-radius:0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;	
}
.com_virtuemart .component-inner{
	padding: 20px 20px 20px 20px ;
}
h1.componentheading, .componentheading{
/*
	text-transform:uppercase;
*/	font-size:200%;
	font-weight:normal;
	border:none;
	margin-bottom:0;
}
.com_content #yt_component .intro-article{
	margin-top:10px;
}
.com_content #yt_component .blog h1.componentheading{
	margin-bottom:20px;
}
#yt_component .blog h1.componentheading{
	font-size:200%;
	border:none;
	text-transform:none;
	font-weight:normal;
	margin:0;
	padding:0;
}
.stats-module dt{
	float:left;
	font-weight:bold;
	padding:0 0 0 0;
	margin:0 0
}
.stats-module dd{
	margin:0 0;
}
/* module main content */
#main1_50, 
#main2_50 {
    width: 50%;
	*width: 49.99%;
}
#main1_100 {
    width: 100%;
}
#main1_50 .yt-position-inner{
	margin:0 5px 0 0;
}
#main2_50 .yt-position-inner{
	margin:0 0 0 5px;
}
.custom-basicnew .widget-wrap .post p {
	padding-bottom:10px;	
}
.yt-mod-mainbox .widget-wrap p.readmore a {
    background: url("../images/readmore.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    display: block;
    height: 25px;
    padding-left: 25px;
    text-decoration: underline;
}
.yt-mod-mainbox .widget-wrap p.readmore a:hover {
    background: url("../images/readmore-hover.png") no-repeat scroll 0 0 transparent;
    color: #1E7BC2;
}
/* module left, right content */
.moduletable.currencies form{
	text-align:center;
/*
	padding-bottom:15px;
*/}
.moduletable.currencies .yt-mod-mainbox{
	padding:15px 10px 25px;
}
.moduletable.currencies select.inputbox{
	padding:2px;
	width:150px;
	float:left;
	color:#515151;
	margin-top: 3px;
	margin-right:10px;
}
.moduletable.currencies input.button{
	background:url(../images/mod_sj_virtuemart/currencies.png) 0 0 no-repeat;
	font-weight:normal;
	font-size:100%;
	padding-top:4px;
	padding-bottom:4px;
	margin:0 0;
	width:122px;
	height:27px;
}
.moduletable.currencies input.button:hover{
	background:url(../images/mod_sj_virtuemart/currencies.png) 0 -27px no-repeat;
}
.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 .userdata 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;
}

/*
module sj-article-slider theme8
*/

.yt_so_article_theme.theme8 .so_img{
	float:left;
	margin: 0 15px 0 0;
}
/*
module sj-article-slider theme5
*/
.so_item .so_img a {
	display:inline-block;
}	
.yt_article_slider.yt_so_article_theme5 h4.so_created {
	font-size:100%;
	line-height:150%;
	color:#666;
}
/*
module about program
*/
#yt_component .item-content .image-content img,
.moduletable .head-img,
.items-leading .image-content img{
	border:1px solid #C6C6C6; 
}
#yt_component .item-content .image-content img:hover,
.moduletable .head-img:hover{
	border:1px solid #ff9200 !important;
}
.items-leading .image-content img:hover,
.k2Avatar img:hover,
#itemListPrimary div.catItemImageBlock:hover ,
span.catItemImage  img:hover,
.image-content.intro:hover img,
.browse-view .row .product .spacer .yt-product-inner a.image-prod:hover img, 
.yt-virtuemart .yt-vm-content ul li div.yt-item-image a:hover img,
.yt_so_article_theme.theme8 .so_img:hover,
.widget-wrap a.alignleft:hover img {
	border:1px solid #ff9200 !important;
	background: #FF9200;
}

.yt-vm-content ul li .yt-main-content .yt-item-title a:hover{
	text-decoration:underline;
}
/* ---------------------------------------*/
/*    Components (content, k2, vm, ...)   */
/* ---------------------------------------*/

/* -- Component content -- */
.formelm-buttons{
	margin:10px 0 5px;
}
#editor-xtd-buttons {
    padding: 0 0;
}
.formelm-area,
.formelm{
	margin:5px 0;
	clear:both;
	overflow:hidden;
}
.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;
}
.items-leading .image-content{
	margin:0 13px 10px 0;
}
.image-content{
	text-align:center;
/*
	margin:0 0px 10px 0;
*/	float:left;
}
.items-leading .image-content{
	width:300px;
}
.items-leading .img_caption.none .caption{
    background: none ;
    border: none;
    padding: 0px;	
}
.com_content #content #yt_component .blog h2  {
	font-size:200%;
	color:#2060a3;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:20px;
}
.com_content #content #yt_component .blog .items-leading h2.contentheading,
.com_content #content #yt_component .blog .items-row  h2.contentheading{
	font-size:100%;
	color:#2060a3;
	font-weight:bold;
	margin:0 0 5px 0;
	line-height:150%;
}
.com_content #content #yt_component .blog .items-leading h2.contentheading a:hover,
.com_content #content #yt_component .blog .items-row  h2.contentheading a:hover{
	color:#ff9200;
}
.subheading-category{

}
#yt_component .items-leading .article-content{
}
#yt_component .items-leading .contentheading{
	margin:0;
	font-size:100%;
	font-weight:bold;
	font-family:arial  !important;
	margin-bottom:10px;
}
#yt_component .items-row .article-content{
}
#yt_component .items-row .contentheading{
	font-size:100%;
	font-weight:bold;
	font-family:arial !important;
}
.img_caption{
	width:auto !important;
}
.img_caption.none .caption{
	padding:5px;
	background:#f1f1f1;
	border:1px solid #d5d5d5;
}
.image-content.intro img{
	padding:5px;
	background:#f1f1f1;
	border:1px solid #d5d5d5 !important;
	margin-right:10px;
}
.com_content .blog p{
	margin:0 0;
}
.item-leading .com_content .blog p.readmore{
	margin-top:30px;
}
.com_content .blog p.readmore{
	margin-top:15px;
	overflow:hidden;
/*
	float:right;
*/
}
.com_content .blog p.readmore a, div.catItemReadMore a, .browse-view .row .spacer a.product-details{
	color:#666666;
	background:url(../images/readmore.png) no-repeat;
	text-decoration:underline;
	padding-left:25px;
	height:25px;
	display:block;
	float:right;
}
.com_content .blog p.readmore a:hover{
	color:#1e7bc2;
	background:url(../images/readmore-hover.png) no-repeat;
}
.com_content .blog p.readmore:after{
/*
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
*/}
.com_content .blog p.img_caption {
	margin:3px 0 0;
	line-height:normal;
}
.com_content .item-page img{
	float:left;
	padding-right:10px;
/*
	margin-bottom:10px;
*/
}
/* --- Plugin releate --- */
div.related-items-title {
	color: #666666;
	font-size:150%;
	background: url("../images/border-dotted.png") repeat-x scroll left top transparent;
	padding-top:20px;
	font-weight:normal;
}
ul.related-items{
	padding:0 20px;
}
ul.related-items li.related-item{
	background:url(../images/bt-article.png) left center no-repeat;
	padding-left:15px;
	margin-bottom:0;
}
ul.related-items li.related-item:hover{
	background:url(../images/bt-article-hover.png) left center no-repeat;
	padding-left:15px;
}
ul.related-items li.related-item a{
	color:#666666;
	float:none;
}
ul.related-items li.related-item:hover a{
	color:#ff9200;
}
div.k2Pagination {
	background: url("../images/border-dotted.png") repeat-x scroll left top transparent;
}
div.pagination{
	padding:20px 0 10px 0;
	margin:20px 0;
	overflow:hidden;
	background: url("../images/border-dotted.png") repeat-x scroll left top transparent;
}
ul.pagination{
	float:right;
	padding:0 0;
	font-size:150%;
}
ul.pagination li:first span span{
	display:none;
}
ul.pagination span.is-string.prev{
	background:url(../images/pagination-back.png) center center no-repeat;
	width:8px;
	height:30px;
	display:inline-block;
}
ul.pagination a.is-string.prev{
	background:url(../images/pagination-back-link.png) center center no-repeat;
	width:8px;
	height:30px;
	display:inline-block;
}
.is-numeric.active{
	color:#797979;
}
ul.pagination span.page{
	display: inline-block;
}
ul.pagination .is-string  span.page{
	display:none;
}
ul.pagination span.is-string.next{
	background:url(../images/pagination-next.png) center center no-repeat;
}
ul.pagination a.is-string.next{
	background:url(../images/pagination-next-link.png) center center no-repeat;
	width:8px;
	height:30px;
	display:inline-block;
}
ul.pagination li span.is-string,
ul.pagination li span.is-numeric{
	margin:0 3px;
	/*margin-right:1px;*/
	/*display:inline-block;*/
	/*vertical-align:middle;*/
}
ul.pagination strong.is-string  a{
	visibility:hidden;
}
.browse-view .result{
	float:left;
	padding-top:7px;
	color:#666;
}
.com_content .blog p.counter{
	float:left;
	margin-top:8px;
	color:#666666;
}
.item-leading .item-headinfo{

}
#yt_component .content-links ul{
	margin:0;
}
#yt_component .item-headinfo{
	width:100%;
	overflow:hidden;
/*
	padding-bottom:10px;
*/}
ul.actions{
	float:right;
	margin:0 5px;
	line-height:100%;
}
ul.actions li{
	background:none;
	padding:0 0;
	margin:0 0;
}
ul.actions li.print-icon{
	margin:0 8px;
}
ul.actions li.print-icon a{
	background:url(../images/printButton.png) no-repeat 0% 0%;
	width: 60px;
	height: 22px;
	display:inline-block;
}
ul.actions li.print-icon:hover a{
	background:url(../images/printButton.png) no-repeat 0% 100%;
}
ul.actions li.email-icon a{
	background:url(../images/emailButton.png) no-repeat 0% 0%;
	width: 70px;
	height: 22px;
	display:inline-block;
}
ul.actions li.email-icon:hover a{
	background:url(../images/emailButton.png) no-repeat 0% 100%;
}
ul.actions li.edit-icon a {
    background: url("../images/edit.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 18px;
    width: 18px;
}
ul.actions img{
	display:none;
	border: medium none;
    margin: 0 5px 0 0;
    padding: 0;
}
dl.article-info{
	float:left;
	line-height:16px;
	width:70%;
}
.com_content .categories-list ul{
	margin:0 0;
}
.com_content .categories-list ul li{
	width:45%;
	float:left;
	padding: 10px;
	background:none;
}
.com_content .categories-list ul li .item-title{
	text-transform:uppercase;
	font-weight:bold;
	font-size:150%;
}
.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;
}
.items-leading,
.items-row{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.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 .column-1 .item-inner{
	padding-right:10px;
}
.cols-2 .column-2 .item-inner{
	padding-left:10px;
}
ul.actions li{
	display:inline-block;
	* display:inline;
	vertical-align:middle;
}
.row-separator,
.items-leading .item-separator{
	border-bottom:1px solid #DDDDDD;
	width:100%;
	display:block;
	overflow:hidden;
}

#yt_component .item-page p{
	margin:0 0 10px 0;
	color: #666666;
}
p.readmore{ 
}
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;
}
.homepage #yt_component h2.contentheading{
	margin:0 0 20px 0;
}
#yt_component h2.contentheading{
/*
	text-transform:uppercase;
*/	margin:0px 0 5px 0;
	font-weight:normal;
	font-size:200%;
	color:#2060a3;
}
#yt_component .item-page h2.contentheading a{
	text-transform:capitalize;
}
.homepage #yt_component .leading h2.contentheading a {
	text-transform:capitalize;
}
#yt_component h2.contentheading a {
	color: #2060a3;
	text-transform:uppercase;
}
.blog .intro h2.contentheading, 
.blog .intro .contentheading {
	font-size: 110%;
}
#yt_component .item-content .image-content img{
	margin:0 15px 0 0;
}
.so_slider_content .so_item .so_img {
	padding:0;
	border:5px solid #ccc;
}
.so_slider_content  ul li:hover .so_item .so_img{
	border-color:#ff9200;
}
.so_slider_content  ul li:hover .so_item  .so_title a{
	color:#ff9200 !important;
}
.articleinfo,
.blog .article_row .articleinfo, .article-meta{
	width:70%;
}
.createdby,
.hits{
	float:left;
	margin:0 0;
}
.hits{
	background:url(../images/line_ver.gif) no-repeat left center;
	margin-left:5px;
	padding-left:6px;
}
.article_default{
	margin-bottom:20px;
}
.row_separator{
	border-bottom:none;
	line-height:normal;
	height:1px;
	padding-top:10px;
}
.leading_separator{
/*	margin-top:10px;
	border-top:1px dotted #DDD;
*/	clear:both;
}
.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;
}


/* -------------
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{
	padding-bottom:0px;
/*
	margin:0 5px;
*/	border:none;
}
div.itemIsFeatured, 
div.catItemIsFeatured, 
div.userItemIsFeatured{
	background:none;
}

div.subCategory{
	background:#FFF;
	margin:8px;
	padding:0 0 10px;
}
div.subCategory:hover{
	border-color:#666;
	background:#F2F2F2;
}
div.itemListCategory{
	padding:0 0;
	margin:0 0;
	background:none;
	border:none;
}
div.itemListCategory h2.title-category{
	text-transform:capitalize;
	font-size:200%;
	font-weight:normal;
	margin-top:0;
}
h3.label-listsub{
	text-transform:uppercase;
	font-size:200%;
	margin:25px 8px 0px;
}

.subCategory h2{
	text-transform:uppercase;
	margin:0px 0 10px;
	border-bottom:1px solid #DDD;
	padding:0 10px;
	line-height:220%;
}
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 p{
	margin:0 0 15px;
}
a.subCategoryMore{
	background:url(../images/arrow2.png) no-repeat left center;
	padding:0 0 0 20px;
	color:#000;
	display:inline-block;
	margin:0 10px;
}
div.subCategory:hover a.subCategoryMore{
	background-image:url(../images/arrow2-active.png);
	
}
a.subCategoryMore:hover{
	text-decoration:underline;
}
/* listing */
div.catItemView{
	padding:0 0;
}
div.itemContainer{
/*
	border-bottom:1px solid #E5E5E5;
*/	float:none;
}
span.catItemImage img{
	padding:0 0;
}
.itemHeader,
.catItemHeader{
	overflow:hidden;
/*
	position:relative;
	padding:0 0 0 85px;
	margin:15px 0 20px;;
*/}
.itemDateCreated,
.catItemDateCreated{
/*
	position:absolute;
	width:69px;
	height:69px;
	top:-5px;
	left:0px;
	text-align:center;
	background:url(../images/date-k2.png) no-repeat top left;
	padding:0 0;
*/}
.itemDateCreated .inner,
.catItemDateCreated .inner{
	margin:14px 0 0;
}
.itemDateCreated .inner .item-day,
.catItemDateCreated .inner .item-day{
	display:block;
	text-align:center;
	color:#FFF;
	font-size:11px;
	line-height:normal;
}
.itemDateCreated .inner .item-date,
.catItemDateCreated .inner .item-date{
	color:#FFF;
	font-size:20px;
	font-weight:bold;
}
div.itemContainer:hover .catItemDateCreated{
/*
	background-image:url(../images/date-k2-hover.png);
*/}
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;
	width:100%;
}
div.catItemImageBlock .catItemImage img{
	direction:ltr;
}
div.catItemLinks{
	margin:10px 0 0;
}

.catItemTags li a, .userItemTagsBlock li a{
	background:#999999;
	color:#fff;
	display:inline-block;
	padding:0px 5px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin-bottom:2px;
}

.catItemTags li a:hover,.userItemTagsBlock li a:hover{
	background:#ff9200;
	color:#FFF;
	text-decoration:none;
}
div.catItemIntroText{
	padding:10px 0px 0px 0px;
	color:#333333;
}
div.catItemCategory{
	padding:4px 0;
}
div.catItemTagsBlock{
	padding:4px 0;
	border:none;
}
div.itemListCategory p img{
	margin:10px 0 0;
}
div.catItemImageBlock {
	width:300px;
	float:left;
	padding:0;
	margin: 0 15px 10px 0;
}
span.catItemImage{
	margin:0 0;
}
span.catItemImage a{
	/*display:block;*/
}
.catItemIntroText p{
	margin:0 0 10px;
}
div.catItemTagsBlock ul.catItemTags li,div.userItemTagsBlock ul.userItemTags li{
	background:none;
	padding:0;
}
table.calendar{
	width:100%;
}

#itemListPrimary{
}
#itemListPrimary div.catItemView{
	padding:0 0;
	margin:0 0 20px 0;
}
div.catItemHeader h3.catItemTitle{
	font-family:inherit;
	text-transform:uppercase;
	font-weight:bold;
	padding:0px;
	font-size:100%;
}
div.itemContainer:hover h3.catItemTitle a{
	color:#ff9200;
}
div.itemContainer h3.catItemTitle a:hover{
	text-decoration:underline;
}
#itemListPrimary div.catItemImageBlock{
	display:block;
	float:left;
	margin:0 10px 0 0;
	width:180px;
	padding:5px;
	border:1px solid #d5d5d5;
	background:#f1f1f1;
}
#itemListPrimary div.catItemImageBlock img{

}
div#itemListLinks{
	margin-top:30px;
}
div#itemListLinks div.catItemImageBlock{
	margin:0 0;
}
.k2Pagination span.result{
	float:left;
	margin:8px 0 0 0;
}
#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;
}
div.k2TagCloudBlock{
	line-height:165%;
	font-size:92%;
	padding:0  0  0 15px
}
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;
	font-size:92%;
	color:#999999;
}
.item-date{
	font-size:92%;
	color:#999999;
	float:left;
    padding: 0 8px 0 0;	
}
.item-day{
/*
    background: url("../images/li-topmenu-bg.gif") no-repeat scroll right center transparent;
*/  color: #999999;
    display: inherit;
    float: left;
    font-size: 92%;
    margin: 0 0;
    padding: 0 8px 0 0;
}
.itemView .item-day{
    background: url("../images/li-topmenu-bg.gif") no-repeat scroll right center transparent;
} 
div.catItemTagsBlock span, div.userItemTagsBlock span, div.itemTagsBlock span{
/*
	background:url(../images/icon_tag.png) no-repeat left center;
	padding:0 8px 0 20px;
*/	display:inline-block;
	color:#999999;
}
div.catItemReadMore,
div.catItemCommentsLink{
	margin:0 0 5px 0;
	padding:0 0;
	border:none;
	display:block;	
}
div.catItemReadMore{
/*
	float:right;
*/
}
div.catItemCommentsLink a{
	color:#666;
	display:inline-block;
	background:url(../images/ico-comment.gif) no-repeat left center;
	padding:0 0 0 20px;
}
div.catItemCommentsLink a:hover{
	color:#222;
	text-decoration:none;
}
div.catItemReadMore a{
	background: url("../images/readmore.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    display: block;
    height: 25px;
    padding-left: 25px;
    text-decoration: underline;
}
div.catItemReadMore a:hover{
	color:#1e7bc2;
	background:url(../images/readmore-hover.png) no-repeat;
}
.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:6px;
	left:6px;
}
/* Listing by k2 category */
div.k2CategoriesListBlock ul li a span.catCounter {
    color: #93C8FF;
}
div.k2CategoriesListBlock ul li.activeCategory a {
    font-weight: normal;
}
div.k2TagCloudBlock a{
	color:#000;
}
/* Listing by tag, user */
div.userItemImageBlock span.userItemImage,
div.tagItemImageBlock span.tagItemImage{
	margin:0 10px 8px 0;
}
div.userItemImageBlock span.userItemImage a,
div.tagItemImageBlock span.tagItemImage a{
	display:block;
	padding:5px;
	border:1px solid #DDD;
}
div.userItemImageBlock span.userItemImage a img,
div.tagItemImageBlock span.tagItemImage a img{
	padding:0 0;
	border:none;
}

.userBlock h2{
	margin:0 0 10px;
	font-weight:normal;
}
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{
/*	position:relative;

	padding:0 0 0 85px;
	margin:15px 0 20px;
*/}
.tagItemDateCreated,
.userItemDateCreated{
	overflow:hidden;
	font-size:11px;
/*
	position:absolute;
	width:69px;
	height:69px;
	top:-5px;
	left:0px;
	text-align:center;
	background:url(../images/date-k2.png) no-repeat top left;
	padding:0 0;*/
}
.tagItemDateCreated .inner,
.userItemDateCreated .inner{
/*
	margin:14px 0 0;
*/}
.tagItemDateCreated .inner .item-day,
.userItemDateCreated .inner .item-day{
	display:block;
	text-align:center;
	color:#999;
	font-size:14px;
}
.tagItemDateCreated .inner .item-date,
.userItemDateCreated .inner .item-date{
	color:#999;
	font-size:11px;
	font-weight:normal;
}
.tagItemDateCreated .inner .item-day,
.userItemDateCreated .inner .item-day{
	font-size:11px;
}
div.userItemView:hover .userItemDateCreated,
div.tagItemView:hover .tagItemDateCreated{
/*
	background-image:url(../images/date-k2-hover.png)
*/}
div.userItemView:hover .userItemDateCreated .inner,
div.tagItemView:hover .tagItemDateCreated .inner{

}
div.tagItemCategory a,div.tagItemCategory span{
	
}
div.userItemHeader h3.userItemTitle,
div.tagItemHeader h2.tagItemTitle{
	font-family: inherit;
    font-size: 100%;
    font-weight: bold;
    padding-top: 0;
    text-transform: uppercase;
}
div.userItemView:hover h3.userItemTitle a,
div.tagItemView:hover h2.tagItemTitle a{
	color:#ff9200;
}
div.userItemView h3.userItemTitle a:hover ,
div.tagItemView h2.tagItemTitle a:hover {
	text-decoration:underline;
}
div.userItemIntroText p,
div.tagItemIntroText p{
	margin:0 0 10px;
}
div.tagItemCategory, div.userItemCategory{
	background: url("../images/li-topmenu.gif") no-repeat scroll right center transparent;
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
	border:none;
	float:left;
	font-size:11px
}
div.userItemReadMore a,
div.tagItemReadMore a {
    background: url(../images/arrow2.png) no-repeat scroll left center;
    color: #666666;
    display: inline-block;
    padding: 0 0 0 20px;
}
div.userItemReadMore a:hover,
div.tagItemReadMore a:hover{
	background-image:url(../images/arrow2-active.png);
	color:#222;
	text-decoration:underline;
}
div.userItemView,
div.tagItemView{
	border-bottom:none;
	margin:0 0 5px;
	padding:0 0 15px;
}
div.userItemCategory{
}
div.userItemIntroText {
	padding-bottom:0;
}
div.userItemBody {
	padding:0;
}
div.userItemLinks{
	margin:0;
}
div.userItemTagsBlock{
	border:none;
	padding:4px 0;
}
div.tagItemReadMore,div.userItemReadMore {
/*
	float:right;
*/
}
div.tagItemReadMore a,div.userItemReadMore a {
    background: url("../images/readmore.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    display: block;
	float:right;
    height: 25px;
    padding-left: 25px;
    text-decoration: underline;
}
div.tagItemReadMore a:hover,div.userItemReadMore a:hover {
	color:#1e7bc2;
	background:url(../images/readmore-hover.png) no-repeat;
}
/*
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;
}
*/

.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;
*/
}

div.userItemCommentsLink,
div.userItemReadMore{
	display:block;
	border: medium none;
    margin: 0 0 5px;
    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;
}
/* Detail */
div.itemHeader h2.itemTitle{
	padding:0 0 5px;
	font-family:inherit;
	text-transform:capitalize;
	font-size:200%;
	color:#2060a3;
}
span.itemImage img {
	padding:0;
	border:none;
	float:left;
}
div.itemImageBlock{
	margin:0 0 20px 0;
	padding:0;
}
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;
	color:#999999;
}
div.itemHeader span.k2item-email{
}
#fontDecrease,
#fontIncrease{
	display:inline-block;
	*margin:0 2px;
	vertical-align:middle;
	height:13px;
	width:13px;
}
#fontDecrease:hover,
#fontIncrease:hover{
	text-decoration:none
}
.itemTextResizerTitle{
	padding:0 3px 0 0;
	color:#999999;
}
#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;
}
.rtl div.itemCommentsForm form input#submitCommentButton{
	float:right;
}
div.itemCommentsForm form input#submitCommentButton{
	font-size:120%;
	border:none;
	background:#ff9200;
	padding:4px 24px 5px 24px;
/*
	padding:4px 0px;
*/	direction:ltr !important;
	border-radius:0;
/*
	width:158px;
	height:28px;
*/	
	border:1px solid #cccccc;
}
div.itemCommentsForm form input#submitCommentButton:hover{
	background:#37b1fb;
}
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;
	padding:0;
}
div.itemIntroText{
	font-size:100%;
	line-height:150%;
	padding:0;
	margin: 0 0 20px 0;
}
div.itemIntroText p{
	margin:0 0 10px;
}
div.itemFullText p{
	margin:0 0 10px;
}
div.itemNavigation{
	overflow:hidden;
	padding:4px 0;
	border-bottom-style:solid;
	border-top-style:solid;
}
div.itemNavigation span.itemNavigationTitle{
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}
#yj_theme {position: absolute; top: 0px; left: -5321px;}

#k2Container div.itemCommentsPagination{
	margin:0 0 10px;
}
.even,
.odd{
	background:none;
	border:none;
	line-height:150%;
	padding:0;
}
.box-3{
/*
	width:29%;
*/	float:left;
	margin-top:10px;
}
div.itemCommentsForm form input.inputbox{
	margin-right:12px;
	line-height:150%;
}
div.itemCommentsForm form input.inputbox#userName{
	width:149px;
}
.main-left-right div.itemCommentsForm form input.inputbox#userName{
	width:110px;
}
div.itemCommentsForm form  input.inputbox#commentEmail{
	width:219px;
}
.main-left-right div.itemCommentsForm form  input.inputbox#commentEmail{
	width:160px;
}
div.itemCommentsForm form  input.inputbox#commentURL{
	width:165px;
}
.main-left-right div.itemCommentsForm form  input.inputbox#commentURL{
	width:117px;
}
div.itemAuthorLatest{
	float:left;
	width:49%;
	margin-bottom:10px;
}
div.itemRelated{
	width:49%;
	float:right;
	margin-bottom:10px;
}
div.itemAuthorLatest ul,
div.itemRelated ul{
	margin:0 25px;
}
div.itemAuthorLatest h3,
div.itemRelated h3{
    margin: 0 0 10px;
    padding: 0 0 4px;
	text-transform:capitalize;
	color:#666;
	font-size:150%;
	font-weight:normal;
}
div.itemAuthorLatest ul li a, div.itemRelated  ul li a {
	font-size:100%;
	color:#666;
}
div.itemCategory,
div.itemTagsBlock{
	border:none;
}
div.itemCategory{
	/*float:right;*/
	text-align:left;
	padding:0 0;
}
div.itemRatingBlock{
	padding:0 0;
	text-align:left;
}
.itemRatingList,.itemRatingList a:hover,.itemRatingList .itemCurrentRating{
/*
	background:url("../images/transparent_star.png") repeat-x scroll left -1000px transparent;
*/}
.itemRatingList {
	width:70px;
	top:-3px;
}
div.itemCategory a {
	font-weight:bold;
}
span.itemHits b {
   color:#666666;
}
.itemRatingLog {
	line-height:20px;
}

.itemTags li a{
    background: none repeat scroll 0 0 #999999;
/*
    border: 1px solid #F2F2F2;
*/    border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;	
    color: #FFFFFF;
    display: inline-block;
    padding: 0 5px;
	direction:ltr !important;

}

.itemTags li a:hover{
	background:#ff9200;
	color:#FFF;
	text-decoration:none;
}
div.itemContentFooter{
	border:none;
	margin:0 0;
}
div.itemToolbar{
	border-bottom-style:dashed;
	border-top-style:dashed;
	margin:25px 0 10px;
}
div.itemAuthorBlock{
	border-left:none;
	border-right:none;
	border-bottom: 1px dashed #DDDDDD;
	border-top:  1px dashed #DDDDDD;
	background:none;
	padding-top:35px;
	margin-bottom:30px;
}
div.userBlock {
	border-left:none;
	border-right:none;
	border-bottom: none;
	border-top:  1px dashed #DDDDDD;
	background:none;
	padding-top:35px;
	margin-bottom:30px;
}
div.itemAuthorLatest-itemRelated{
	margin-bottom:30px;
}
div.itemAuthorBlock .itemAuthorDetails a{
	color:#0087d5;
	font-weight:normal;
}
div.itemToolbar ul{
}
div.itemToolbar ul li{
	border:none;
}
div.itemLinks{
	margin:5px 0 10px;
	padding:0 0 10px;
}
div.itemSocialSharing{
	overflow:hidden;
	margin:0 0 15px;
}
div.itemTwitterButton {
    float: left;
    margin: 2px 15px 0 0;
	width:90px;
}
div.itemGooglePlusOneButton{
	float:left;
	margin-:0 0 0 15px;
	width:120px;
}
div.itemFacebookButton{
	float:left;
	margin:0 0;
}
.itemCommentsCounter,
div.itemCommentsForm p.itemCommentsFormNotes{
	margin:0 0 15px;
	border:none;
}
div.itemAuthorBlock div.itemAuthorDetails{
	padding:0;
}
h3.itemAuthorName{
	margin:0;
	font-size:150%;
	line-height:100%;
}
div.itemAuthorBlock div.itemAuthorDetails p {
	line-height:200%;
	margin-top: 5px;
}
.user-desc{
	font-size:100%;
	color:#666;
}
.user-desc p{
	margin-top:10px;
}
#k2Container div.itemCommentsForm form label.formComment {
    margin: 18px 0 2px;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl{
	border:none;
	margin:0 0;
	padding:0 0;
}
h3.itemCommentsCounter,
.itemCommentsForm h3{
	font-size:150%;
	color:#666666;
	font-weight:normal;
}
h3.itemCommentsCounter{
	padding-bottom: 10px;
	background:url(../images/comment-line.png) 10% bottom no-repeat;
	margin:0;
	font-size:150%;
	text-transform:capitalize;
	display:block;
	overflow:hidden;
}
.itemCommentsForm h3{
	text-transform:normal;
}
div.itemComments ul.itemCommentsList li {
	border-bottom: 1px dashed #DDDDDD;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
	color:#0087d5;
	text-decoration:none;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover{
	color:#0087d5;
	text-decoration:underline;
}
.itemCommentsList{
	color:#666666;
}
div.itemComments ul.itemCommentsList li span.commentDate, div.itemComments ul.itemCommentsList li span.commentAuthorName  {
	font-size:100%;
}
.commentAuthorName a{
	color:#666;
}
div.itemCommentsForm form textarea.inputbox{
	height:120px;
	width:100%;
}
.main-left-right div.itemCommentsForm form textarea.inputbox{
	width:440px;
}
.rtl div.itemBackToTop{
	text-align:left;
}
div.itemBackToTop{
	margin:10px 0 0;
}
div.itemComments ul.itemCommentsList li img{
	margin:0px 25px 0px 3px;
	padding:0;
	border:none;
}
div.itemComments ul.itemCommentsList li {
	padding:25px 0 0 0;
}	
.itemCommentsForm{
	color:#666;
}
div.itemComments ul.itemCommentsList li p{
	margin:0 0 10px;
}
/* Module k2 */
div.itemComments {
	background:none;
	border:none;
	padding:0;
}
.itemCommentsCounter{
	border-bottom: 5px solid #cccccc;
/*
	position:relative;
*/
}
div.k2TagCloudBlock a:hover,
div.k2TagCloudBlock a{
	float:none;
	display:inline-block;
}
div.k2TagCloudBlock a:hover{
	background:none;
	color:#000;
	text-decoration:underline;
}
.module-inner .k2LatestCommentsBlock ul{
	margin:0 0;
}
.module-inner .k2LatestCommentsBlock ul li{
	margin:5px 10px 20px 10px;
	padding:0 0 20px;
	background:url("../images/border-dotted.png") repeat-x scroll left bottom transparent;
}
.module-inner .k2LatestCommentsBlock ul li.lastItem{
	background:none;
}
div.k2LatestCommentsBlock ul li span.lcComment {
	color:#333;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
	color:#999999;
}
.module-inner .k2LatestCommentsBlock ul li.lastItem{
	margin:0 15px 0 7px;
	padding:0;
}
.module-inner .k2Avatar img{
	margin:0 10px 0 0;
	padding:0;
}
.module-inner .comment-info{
	margin-top:8px;
	display:block;
}
.lcComment{
	line-height:150%;
}
.lcUsername{
	display:block;
	margin:0 0;
	font-size:92%;
	line-height:18px;
}
.lcCommentDate{
	display:block;
	font-size:92%;
	line-height:normal;
}
/* ----------------
Component Kunena */
body #Kunena .kblock div.kheader, body #Kunena div.kblock > div.kheader {
    background: none repeat scroll 0 0 #FF9200;
}
body #Kunena .kblock div.kheader, body #Kunena div.kblock:hover > div.kheader {
    background: none repeat scroll 0 0 #ffa122;
}
body #Kunena .kblock div.kheader, body #Kunena div.kblock > div.kheader,
#Kunena .kheader h2, #Kunena .kheader h2 a {
	color:#fff;
}
#Kunena div.ktitle-desc,
#Kunena .kblock:hover div.ktitle-desc {
    background: url("../images/arrow_hover.png") no-repeat scroll left center transparent;
}
.rtl #Kunena div.ktitle-desc,
.rtl #Kunena .kblock:hover div.ktitle-desc {
    background: url("../images/arrow_rtl_hover.png") no-repeat scroll right center transparent;
}
#Kunena ul.kfile-attach li a{
    display: inline-block;
    float: left;
	margin-right:5px;
    overflow: hidden;
}
#Kunena ul.kfile-attach li span {
	padding-left:0;
}
#Kunena #kpost-topicicons .kcol-mid input[type="radio"]{
	display:inline;
}
#Kunena #kpost-toolbar  .kcol-editor-field .kpostbuttonset #smilie img,
#Kunena #kpost-topicicons .kcol-mid img{
	display:inline;
}
/* --------------------
Component Virtuemart */
h1.title-category{
	margin:10px 0 10px;
	font-size:200%;
	text-transform:capitalize;
	color:#2060a3;
	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;
}
span.addtocart-button {
	width:auto;
	margin:0;
}
/*
.vm-button-correct, 
.vm-button-correct:link, 
.vm-button-correct:visited{
	background: url("../images/mod_sj_virtuemart/currencies.png") no-repeat scroll 0 0 transparent;
	letter-spacing:0;
	font-weight:normal;
	border:none;
}
*//*
.vm-button-correct:hover{
	background: url("../images/mod_sj_virtuemart/currencies.png") no-repeat scroll 0 -27px transparent;
}
*//*
input.highlight-button{
    background: url("../images/mod_sj_virtuemart/currencies.png") no-repeat scroll 0 0 transparent;
    font-size: 100%;
    font-weight: normal;
    height: 27px;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 122px;
	border:none;
	letter-spacing: 0px;
}
*/
#checkoutForm .customer-comment {
	margin-bottom: 10px;
}
#checkoutForm .checkout-button-top {
	text-align:left;
}
.cart-view #com-form-login-remember.width30{
	width:40%;
	margin-top:13px;
}
.cart-view #com-form-login-remember.width30 label{
	margin-left:5px;
}
.rtl .cart-view #com-form-login-remember.width30 label{
	margin-right:5px;
}
#com-form-login-remember .button{
	float:none !important;
}
#form-login input.button,
.formelm-buttons button{
	float:none !important;
}
#finder-search .button{
	margin: 2px 3px;
	float:none !important;
}
#adminForm img.calendar{
	padding:0;
}
#jform_publish_down, 
#jform_publish_up{
	float:left;
}
.rtl #user-registration button.validate{
	float:right;
}
.rtl .login form .button{
	float:right;
}
#mailtoForm .button{
	margin:0 2px;
}
#formtypo .button{
	margin:0 3px;
}
span.addtocart-button input.notify-button,
.control-buttons .default,
button, .button,
.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited,
input.highlight-button,	
span.addtocart-button input.addtocart-button, 
span.vm-bt-currencies input.vm-bt-currencies,
p#com-form-login-remember .default, 
#login-form .button{
	font-size:100%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius 7px;		
	border:none;
/*
	border:1px solid #000;
*/	background:url(../images/vm-bt.png) repeat-x 0 0 ;
	height:27px;
	letter-spacing:0.2px;
	color:#fff;
	padding: 0 13px;
	margin:0;
	float:left;
	overflow:visible;
	width:auto;
}
.login #username-lbl,
.login #password-lbl{
	display: block;
}
.userdata input#modlgn-remember{
	border:none;
	background:none;
	padding:0;
}
.login-fields input,
.userdata input{
	font-family:arial;
}
button:hover,.button:hover, .button:active, .button:focus, .button:visited,
.vm-button-correct:hover,
span.addtocart-button input.addtocart-button:hover, 
span.vm-bt-currencies input.vm-bt-currencies:hover,
p#com-form-login-remember .default:hover,
#login-form .button:hover{
/*
    border: 1px solid #ff9200;
*//*
	border-top:1px solid #ff9e1d;
*/	
	background:url(../images/vm-bt.png) repeat-x 0 100% ;	
}
.k2AccountPage div.k2AccountPageUpdate button{
	float:right;
}
/*
span.addtocart-button input.addtocart-button, 
span.vm-bt-currencies input.vm-bt-currencies,
*/
/*
span.addtocart-button input.notify-button,
.control-buttons .default{
	border:none;
	height:27px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	background:url("../images/bt-vm.png") no-repeat scroll 100% 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 92% !important;
    padding: 4px 10px;
	cursor:pointer;
	font-weight:normal;
}
*/
.write-reviews textarea.virtuemart {
	width:380px;
	height:78px;
}
input.vm-default {
	height:20px;
}
/*
span.addtocart-button input.addtocart-button, 
span.vm-bt-currencies input.vm-bt-currencies, 
*/
span.addtocart-button input.notify-button{
	padding:0px 10px;
	margin:0;
	text-align:center;
	width:auto;
	letter-spacing:1px;
	overflow:visible;
	/*
    top: -2px;	
*/
}
.ask-a-question-view .form-field #askform label{
	margin:5px 0;
	display:inline-block;
}
.control-buttons button.default, 
.vm-button-correct, 
.vm-button-correct:link, 
.vm-button-correct:visited{
	float:none;
	font-weight:normal !important;
}
a.vm-button-correct, 
a.vm-button-correct:link, 
a.vm-button-correct:visited{
	float:right;
}
a.vm-button-correct span{
	display:inline-block;
	line-height:27px;
}
.write-reviews ul.rating li{
	background:none;
	padding:0 115px 0 0;
	margin:10px 0;
	float:left;
}
.main-left-right .write-reviews ul.rating li,
.left-right-main .write-reviews ul.rating li,
.left-main-right .write-reviews ul.rating li{
	padding:0 45px 0 0 ;
}
.rtl .write-reviews ul.rating li{
	float:right;
	padding:0  0 0 115px;
}
.rtl .main-left-right .write-reviews ul.rating li,
.rtl .left-right-main .write-reviews ul.rating li,
.rtl .left-main-right .write-reviews ul.rating li{
	padding:0  0 0 45px;
}
.write-reviews span.step{
	font-weight:normal;
	padding-left:5px;
	clear:both;
}
.write-reviews ul.rating li.star_align_right{
	padding-right:0;
}
.rtl .write-reviews ul.rating li.star_align_right{
	padding-left:0;
}
.write-reviews ul.rating .vm2-stars0, .write-reviews ul.rating .vm2-stars1, .write-reviews ul.rating .vm2-stars2, .write-reviews ul.rating  .vm2-stars3, .write-reviews ul.rating .vm2-stars4, .write-reviews ul.rating  .vm2-stars5{
	padding:0;
}
.vm2-stars0, .vm2-stars1, .vm2-stars2,  .vm2-stars3, .vm2-stars4,  .vm2-stars5{
    background:url(../images/stars.png) 0 0 no-repeat;
	width:101px;
	height:16px;
}
.write-reviews ul.rating li input{
	margin: 5px 0 0 0 ;
}
.vm2-stars0 {
}
.vm2-stars1 {
	background:url(../images/stars.png) 0 -16px no-repeat;
}
.vm2-stars2 {
	background:url(../images/stars.png) 0 -32px no-repeat;
}
.vm2-stars3 {
	background:url(../images/stars.png) 0 -48px no-repeat;
}
.vm2-stars4 {
	background:url(../images/stars.png) 0 -64px no-repeat;
}
.vm2-stars5 {
	background:url(../images/stars.png) 0 -80px no-repeat;
}
.customer-reviews{
	margin: 70px 0 0;
}
.list-reviews{
	margin-bottom:15px;
}
.write-reviews ul.rating,
.write-reviews{
	text-align:left;
	margin: 0 0 10px;
}
.write-reviews ul.rating{
	padding-left:10px;
}
.write-reviews{
	background: #fff;
	padding:18px 10px 30px 10px;
	border:1px solid #d5d5d5;
	overflow:hidden;
}
.control-buttons{
	margin:0 0 15px;
}

/*
span.addtocart-button:hover input.addtocart-button, 
span.vm-bt-currencies:hover input.vm-bt-currencies,
*/
.sj_item_prices .sale-price{
	font-weight:bold;
}
input.highlight-button:hover,
span.addtocart-button:hover input.notify-button,
.control-buttons button.default:hover{
	background:url("../images/vm-bt.png") repeat-x scroll 0 100% transparent;
	color:#F2F2F2;
	font-weight:normal
}
span.quantity-box{
    display: inline-block;
/*
    height: 24px;
*/    padding: 2px 0 0;
    width: auto;
}
input.quantity-input{
	background: #FFF;
    box-shadow: none;
    margin: 0;
    padding: 0;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	height:100%;
	width:60px;
	text-align:left;
	font-size:150%;
	font-weight:normal;
	direction:ltr !important;
}
span.quantity-controls{
    height: 24px;
    margin: 0 6px 0 1px;
    padding-top: 2px;
    width: 46px;
}
/*
span.addtocart-button, span.vm-bt-currencies {
	margin:0;
	float:left;
	width:auto;
	padding-left:5px;
	height:27px;
	background:url("../images/bt-vm.png") no-repeat scroll 0 0 transparent;
	display:inline;
}
span.addtocart-button:hover, span.vm-bt-currencies:hover {
	margin:0;
	padding-left:5px;
	width:auto;
	height:27px;
	background:url("../images/bt-vm.png") no-repeat scroll 0 100% transparent;
}
*/
.product-field-display input{
	float:left;
	clear:both;
	border:none;
	margin-top:2px;
}
.productdetails-view h4{
	text-transform:capitalize;
	margin:0 0 10px 0;
	border:none;
	font-size:100%;
}
.list-reviews .vote{
	color:#ff9200;
	padding:0 25px;
	font-weight:bold;
}
.list-reviews .bold{
	color:#2060a3;
	padding:0 25px;	
}
.list-reviews blockquote span.open{
	background:url(../images/quote.png) 0 0 no-repeat;
	width:18px;
	height:15px;
	padding: 0 0 0 10px;
}
.list-reviews blockquote span.close{
	background:url(../images/quote.png) 0 -15px no-repeat;
	width:18px;
	height:15px;	
	padding: 0 0 0 10px;
}
.productdetails-view .product-short-description{
	margin:0 0 25px;
	padding: 10px 0 0;
	clear:both;
}
.main-image{
	margin:0 12px 33px 0;
    float: left;
    width: 67%;	
}
.main-image .medium-image{
	width:100%;
}
.additional-images{
	margin:0;
}
.additional-images img{
    margin: 0;
    max-width: 125px;
    width: 125px;
}
.additional-images a.modal{
	display:inline-block;
	margin:0 5px 9px 0;
}
.additional-images .last a.modal{
	margin:0 0 3px 0;
}
.additional-images a.modal:hover{
	border-color:#AAA;
}
.productdetails-view p{
	margin: 0 0 8px;
}
.productdetails-view .spacer-buy-area{
	padding:0;
}


.productdetails-view .addtocart-bar{
	margin:15px 0 0;
	padding:0 0;
}
.productdetails-view .addtocart-bar .wrapper-quantity_box{
	margin-bottom: 5px;
}
.quantity_box{
	font-weight:bold;
}
.wrapper-quantity{
	background:#959595;
    height: 25px;
    padding: 8px 10px 10px 10px;
    width: 210px;
}
.product-price{
	margin:0;
	color:#666;
}
.productdetails-view .product-price h4{
	margin:0;
}
.product-price h4 strong{
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	opacity:1;
}
.product-price > div{
	margin:0 10px;
}
.PricebasePriceWithTax span, .PricesalesPrice span, .PricepriceWithoutTax span, .PricetaxAmount span, span.PricebasePriceVariant, span.PricebasePrice, span.PricevariantModification, span.PricediscountedPriceWithoutTax, span.PricesalesPriceWithDiscount, span.PricediscountAmount{
	color:#ff9200;
	display: inline-block;
}
div.product-field-desc{
	margin:0 0 5px;
}
.product-field-display label{
	display:block;
}
.category_description p{
	margin:0 0 10px;
}
.yt-product-inner{
	margin:0 auto;
}
.product .spacer{
	border-left:1px solid #DDD;
}
.product.first .spacer{
	border:none;
}
.browse-view .row .product .spacer {
	padding:0;
}
.prod-part1{
	float:left;
	margin:0 10px 0 0;
}
.prod-part1.no-margin{
	margin:0 0;
}
.yt-product-inner a.image-prod{
/*
    background: #DDD;
*/    
	display: inline-block;
	margin:0 0 8px;
}
.browse-view .row .product .spacer .yt-product-inner a.image-prod img{
	border:1px solid #d5d5d5;
    padding: 5px;
	max-width:100%;
} 
.row .product:hover .yt-product-inner a.image-prod{
/*
	background:#AAA;
*/}
.orderby-displaynumber{
	padding:20px 0 40px 0;
	border:none;
	margin:0;
}
.orderby-displaynumber .display-number{
	color:#999;
}
.orderlistcontainer div.activeOrder{
	background:url(../images/down-sort.png) right center  no-repeat;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.orderlistcontainer div.activeOrder a{
	color:#000;
}
.vm2-normalstock,
.vm2-nostock{
	margin:0 auto;
	float:left;
	
}
.prod-stock .vm2-lowstock {
    background:url(../images/stock.png) 0 -20px no-repeat;
    display: block;
    height: 20px;
    width: 56px;
	float:left;
}
.prod-stock .vm2-nostock {
    background:url(../images/stock.png) 0 0 no-repeat;
    display: block;
    height: 20px;
    width: 56px;
}
.prod-stock .vm2-normalstock {
    background:url(../images/stock.png) 0 -40px no-repeat;
    display: block;
    height: 20px;
    width: 56px;
}
.browse-view .row .product .spacer .prod-stock   span.stock-level {
	font-size:100%;
	color:#999;
}
.browse-view .horizontal-separator {
	background:none;
	height:40px;
	margin:0;
}
.com_virtuemart .moduletable.title1 .yt-mod-mainbox{
/*
	padding-top:10px;
*/}
.com_virtuemart .moduletable_menu .yt-mod-mainbox {
	padding-top:10px;
}
.vm_cart_products{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
}
.vm_cart_products .product_name a{
	color:#000;
}
.vm_cart_products .product_name a:hover{
	text-decoration:underline;
}
.vm_cart_products .prices{
	color:#ff9200;
	font-size:100%;
}
.vmCartModule .total_products{
	font-weight:bold;
	margin-top:10px;
	padding-bottom:8px;
	border-bottom:1px solid #e6e6e6;
}
.vmCartModule  .total{
	color:#ff9200;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:8px;
}
.vmCartModule  .total strong{
	font-weight:bold;
}
.yt-virtuemart .yt-vm-content ul li .yt-main-content .sj_item_prices,
.yt-virtuemart .yt-vm-content ul li .yt-main-content .yt-item-desc {
	line-height:150%;
}
.show_cart{
	margin-top:25px;
}
.show_cart a{
	height:52px;
	width:80px;
	background:url(../images/showcart.png) 0 0 no-repeat;
	font-size:150%;
	color:#4d4e50;
	padding-left:57px;
	line-height:52px;
}
.show_cart a:hover{
	background:url(../images/showcart.png) 0 -52px no-repeat;
	color:#2060a3;
	text-decoration:none;
}
#content .yt-virtuemart .yt-vm-content .sj_item_prices .show-price-char{
	display:none;
}
div.availability{
	text-align:left;
	margin:0 0 10px;
	display:none;
}
div.availability img{
	margin:0 0;
}
.vmorder-done tr td{
	padding:5px 10px;
}
.product-neighbours{
	overflow:hidden;
}
.productdetails-view h1{
	text-transform:capitalize;
	font-weight:normal;
	color:#2060A3;
	float:left;
}
.productdetails-view {
/*
	position:relative;
*/
}
.productdetails-view .icons a.modal img{
	display:none;
}
.productdetails-view .icons{
	height:22px;
}
.productdetails-view .icons a.modal{
    background: url("../images/emailButton.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 22px;
    width: 80px;
}
.productdetails-view .icons a.modal:hover{
	background: url("../images/emailButton.png") no-repeat scroll 0 100% transparent;
}
.productdetails-view .floatright{
	clear:both;
	float:none;
}
.productdetails-view .product-description h4.title{
	font-size:100%;
	font-weight:bold;
}
.product-description h4.title{
	margin-bottom:15px;
}
.productdetails-view .product-description{
	margin:35px 0 15px 0;
}
.ask-a-question, 
.manufacturer-details-view .email-weblink, 
.manufacturer-details-view .description{
	margin:0 0 10px;
}
.manufacturer{
	margin:10px 0 10px;
}
.list-reviews div.highlight,
.list-reviews span.date,
.list-reviews div.normal{
	background:#fff;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	color:#000;
	margin-bottom:20px;
}
.list-reviews span.date{
	background:url(../images/clock.png)  10px center no-repeat;
	padding: 0 0 0 30px;
	line-height: 300%;
	width:117px;
}
.prod-stock{
	text-align:center;
}
#top_pagination{
	border-bottom: 4px solid #DDDDDD;
    margin: 5px 0 15px;
    padding-bottom: 5px;
}
#bottom_pagination{
	padding:12px 0 5px 0;
	background: url("../images/border-dotted.png") repeat-x scroll left top transparent;
	margin-top:25px;
	overflow:hidden;
}
.featured-view .spacer h3, 
.latest-view .spacer h3, 
.topten-view .spacer h3, 
.related-products-view .spacer h3, 
.browse-view .row .product .spacer h2{
	margin:0px 0 7px;
	font-size:110%;
	text-transform:uppercase;
}
.browse-view .row .spacer p.product_s_desc{
	margin:6px 0;
}
#facebox .popup {
    border: 5px solid #666666;
	position:static !important;
	overflow:hidden;
/*
	width:390px;
*/}
#facebox .close{
	top:10px;
	right:8px;
}
#facebox a.continue{
	float:left;
}
#facebox .popup div.content div{
	padding:10px 0 0;
}
#facebox .popup div.content div div{
	clear: both;
    padding: 8px 0;
}
#facebox .popup div.content div h4{
	margin:0 0 10px;
}
.output-shipto input#STsameAsBT{
    margin: 0 5px;
    vertical-align: middle;
}
.product-field-type-B, .product-field-type-S, .product-field-type-I {
    float: none;
    padding: 0 0;
}
.orderlistcontainer{
	float:left;
}
.orderlistcontainer .title{
	color:#999;
}
.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: 11px;
    width: 12px;
	margin:0 0 0 1px;
	color:#666;
}
span.quantity-controls input.quantity-minus, span.quantity-controls input.quantity-plus{
	border:1px solid #fff;
	background: #f0f0f0;
	width:22px;
	height:24px;
	float:left;
	padding:3px 5px 3px 5px;
}
span.quantity-controls input.quantity-minus:hover, span.quantity-controls input.quantity-plus:hover{
	background: #fff;
}
span.quantity-controls input.quantity-minus {

}
span.quantity-controls input.quantity-plus{
}

table.cart-summary tr td,
table.cart-summary tr th{
	text-align:left;
}

.rtl table.cart-summary tr td,
.rtl table.cart-summary tr th{
	text-align:right;
}
.cart-view #tosAccepted,
.cart-view #remember{
	border:none;
	background:#FFF;
	vertical-align:middle;
}
.orderlistcontainer{
	position:relative;
}
.orderlistcontainer .title{
	
}
.orderlistcontainer div.orderlist{
	width:150px;
	position:absolute;
	left:0px;
}
.orderlistcontainer div.orderlist a{
	color:#000;
}
ul.vmmanufacturer{
	margin:7px 0;
	overflow:hidden;
}
ul.vmmanufacturer li{
	padding:0 0;
	background:none;
}
.browse-view .row .spacer .product-price  div span{
	display:inline-block;
	color:#ff9200;
	font-weight:bold;
}
.browse-view .row .spacer p{
	margin:0;
}
.browse-view .row .spacer a.product-details,ul.navi .yt-item-readmore a{
    background: url("../images/readmore.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    display: block;
    height: 25px;
    padding:0 0 0 25px;
    text-decoration: underline;
	border:none;
	float:right;
	font-weight:normal;
}
.browse-view .row .spacer a.product-details:hover,
.yt-virtuemart .yt-vm-content ul li .yt-main-content .yt-item-readmore a:hover{
	color:#1e7bc2;
	background:url(../images/readmore-hover.png) no-repeat;
}
#full-tos{
	padding-top:15px;
}
.terms-of-service #full-tos h5{
	margin-top:5px;
	color:#000;
	background:#E5E5E5;
	padding:5px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	font-size:100%;
}
.list-reviews .normal blockquote, 
.list-reviews .highlight blockquote{
	font-size:100%;
	padding:0 25px;	
}
.list-reviews .normal blockquote:after, 
.list-reviews .highlight blockquote:after {
    content:normal;
    padding: 0px;
}
.list-reviews .normal blockquote:before, 
.list-reviews .highlight blockquote:before {
    content:normal;
    padding: 0pc;
}
/* ----------------
Component login */
.login-fields{
	margin:0 0 5px 0;
}
/* -----------------
Component search */
#searchForm .button{
	padding:2px 8px;
	margin:0 5px;
}
/* -----------------------
Component smart search */
#advanced-search ul li.filter-branch{
	background-position:left center;
	margin:5px 0;
}
#advanced-search ul li.filter-branch label{
    display: inline-block;
    padding: 0 5px 0 0;
    width: 18%;
}
#advanced-search ul li.filter-branch select{
	width:140px;
}
#advanced-search ul li.filter-branch select option{
	padding:0 8px;
}

/* */
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{
	margin:10px 10px;
}

.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;
	display:block;
	overflow:hidden;
}
.contact .panel dl dd .button{
	font-weight:normal;
	padding:3px 8px;
}
.jicons-text,
.contact .panel .contact-form legend{
	font-size:100%;
	font-weight:bold;
}
.contact .panel dl dt{
	width:150px;
	float:left;
	margin:0 0 10px;
	font-weight:normal;
	display:block;
}
form dl dt,
form dl dt{
	margin:5px 0 0;
}
form dl dd,
form  dl dd{
	margin:0 0 5px;
}

/* My styles */

.myblockquote
	{
	text-align:justify; 
	text-indent:1.5em; 
	line-height:1.5;
	color:#000000 !important;
	}
	
.mypinblockquote
	{
	margin-top:0px; 
	color:#000000 !important;
	}
	
.myp
	{
	text-align:justify; 
	text-indent:1.5em; 
	line-height:1.5; 
	margin-top:6px !important;
	color:#000000 !important;
	}

.myul
	{
	text-indent:1em;
	margin-left:2.5em;
	color:#000000 !important;
	}
	
.mytdth
	{
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	text-align:center;
	padding:5px;
	}