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

/* -----------------------*/
/*     General style      */
/* -----------------------*/
@media (max-width:985px) {
	.hide-tablet {
		display: none !important;
		height: 0px !important;
		width: 0px !important;
	}
}
@media screen and (min-width:481px) and (max-width: 600px) {
	#yt_topwrap #top1,
	#yt_topwrap #top2 {
		bottom: 7% !important;
		height: 24px;
	}
	#yt_topwrap .yt-main {
	    height: 150px !important;
    }
}
body{ 
	background:#eeeadf;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	line-height:2.0;
}
/* Fontsize */
body{
	font-size: 10px; /*Base font size */
}
 .sidebar-fixed {
    position: fixed;
    top: 0;
}
body.fs1 #yt_wrapper{font-size: 1em;}
body.fs2 #yt_wrapper{font-size: 1.1em;}
body.fs3 #yt_wrapper{font-size: 1.2em;}
body.fs4 #yt_wrapper{font-size: 1.3em;}
body.fs5 #yt_wrapper{font-size: 1.4em;}
body.fs6 #yt_wrapper{font-size: 1.5em;}
#system-message > dd {
	padding: 20px 0;
}
.masonry-brick.grid{
	float:left;
}
.masonry-brick.grid-05{
	width:120px;
}
.masonry-brick.grid-1{
	width:240px;
}
.masonry-brick.grid-2{
	width:480px;
}
.masonry-brick.grid-3{
	width:720px;
}
.corner-stamp {
    background: red;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: white;
    float: right;
    margin: 10px;
    padding: 10px;
    width: 480px;
}
h2.contentheading, .contentheading {
	font-weight: normal;
}
.yt-main{
	width:960px;
	margin:0 auto;
}
body #yt_wrapper{
	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 */
.text-font {
	font-weight: normal;
	font-size: 150%;
	text-transform: uppercase;
}
img{
	
}
#yt_spotlight3 ul li {
	background:url(../images/arrows.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{
	border-color: #E1E1E1;
    border-style: solid;
    border-width: 1px;
    margin: 0 5px 0 0;
    padding: 3px 2px 3px 5px;
}
select{
	border:1px solid #E5E5E5;
	padding:2px 2px 2px 5px;
	margin:0 5px 0 0;
}
.formelm input,
.inputbox{
	background:#FFF;
	border:1px solid #dbd6c7;
    color: #666;
    margin: 0;
    padding: 3px 2px 3px 5px;
	box-shadow:none;
}
.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{
	background:#ec534d;
	font-size:92%;
	color:#FFF;
    padding: 5px 10px;
	font-weight: bold;
	border:none;
	font-weight:normal;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
button{
	padding-top:4px !important;
	padding-bottom:4px !important;
}
button:hover,
.button:hover, .button:active, .button:focus, .button:visited {
	background:#000;
	color:#FFF;
    cursor: pointer;
    text-decoration: none;
}
/* End: Update css for basic.css   */

/* 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:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	line-height:1.5;
}
a:hover, 
span.separator:hover,
div.userBlock h2:hover,
div.itemListCategory h2:hover,
h1.componentheading:hover, 
.componentheading:hover {
	color: #EC534D;
}
.contentheading a:hover {
	color: #EC534D;
	text-decoration: none;
}
/* Pagination style */
ul.pagination li{
	background:none;
	padding:0 0;
	display:inline;
}
ul.pagination span{
}
ul.pagination a{
	padding:0 0;
}
ul.pagination a:hover{
}

.yt-position-inner{
	padding:5px;
}
ul.pagination {
	padding:0 0;
}
ul.pagination a {
	color: #ec534d;
	display: block;
	height:30px;
}
ul.pagination li > span,
ul.pagination li > strong {
	font-weight: normal;
	display: inline-block;
	line-height: 43px;
}
ul.pagination span.active,
ul.pagination strong.link:hover a {
	background: url(..//images/bg-pagination-ov.png) no-repeat center bottom;
	color: #fff;
	text-decoration: none;
}
ul.pagination span span,
ul.pagination strong a {
	padding: 0 10px;
}

/* -----------------------------*/
/*     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 5px;
	display:inline;
	float:left;
}
.yt-switch_modes ul.nav-swm li a span{
	display:none;
}
.yt-switch_modes ul.nav-swm li a{
	background-image:url(../images/switch-modes.png);
	background-repeat:no-repeat;
	display:block;
}
.yt-switch_modes ul.nav-swm li.window a{
	background-position:0px -17px;
	width:16px;
	height:17px;
}
.yt-switch_modes ul.nav-swm li.window.active a,
.yt-switch_modes ul.nav-swm li.window:hover a{
	background-position:0px 0px;
}
.yt-switch_modes ul.nav-swm li.mobile a{
	background-position:0px -34px;
	width:10px;
	height:16px;
}
.yt-switch_modes ul.nav-swm li.mobile.active a,
.yt-switch_modes ul.nav-swm li.mobile:hover a{
	background-position:0px -50px;
}

/* Link validate and language support  */
.yt-linkfooter ul{
	margin:0 0;	
}
.yt-linkfooter ul li{
	display:inline;
	padding:0 8px;
	background:none;
}
.yt-linkfooter ul li.first{
	background:none;
	padding:0 8px 0 0;
}
.yt-linkfooter ul li a{
	font-size:100%;
	color:#666;
	display:inline-block;
}
.yt-switch_modes{
}
/* Croll to top */
#yt_scroll_top{
	float:left;
	width:100%;
}
#yt_scroll_top .yt-main{
	position:relative;
}
#yt_scroll_top .pos-html .top {
    position: absolute;
    right: -80px;
    top: -30px;
    width: 30px;
}
#yt-totop {
	background: url(../images/up-arrow.png) no-repeat center center #ccc;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    z-index: 100;
    text-indent: -999em;
	transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
}
#yt-totop:hover {
	background-color: #777;
	animation: 1.5s linear 1s normal none infinite arrowup;
	-moz-animation: 1.5s linear 1s normal none infinite arrowup;
	-webkit-animation: 1.5s linear 1s normal none infinite arrowup;
}
@keyframes arrowup{
	0% { background-position: center 55px;}
	70% { background-position: center 8px;}
	100% { background-position: center 8px;}
}

@-moz-keyframes arrowup /* Firefox */{
	0% { background-position: center 55px;}
	70% { background-position: center 8px;}
	100% { background-position: center 8px;}
}

@-webkit-keyframes arrowup /* Safari and Chrome */{
	0% { background-position: center 55px;}
	70% { background-position: center 8px;}
	100% { background-position: center 8px;}
} 
#yt-totop .wrap-arrow {

}
#yt-totop .arrow-top {

}
#yt-totop:hover .arrow-top {

}
/* -----------------------------*/
/*     Layout types             */
/* -----------------------------*/
#left1,
#left2,
#right1,
#right2{
	width:150px;
}
.body-percentage .content-percentage #left1,
.body-percentage .content-percentage #left2,
.body-percentage .content-percentage #right1,
.body-percentage .content-percentage #right2{
	width:50% !important;
}

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

/* Type: Full */
#content_main {
	float: right;
}
.no-sidebar #content_main {
	float: none;
}
.full #content_main .content-main-inner{ 
	margin:0 0;
}
/* Type: Left-main */
.left-main #content_main .content-main-inner{ 
	margin:0 0 0 5px;
}
.left-main.nogroup-left #content_main .content-main-inner{ 
	margin:0 0;
}
.left-main #content_left .yt-position-inner{ 
	margin:0 5px 0 0;
}
.left-main .group-col1-top .yt-position-inner{
	margin:0 0 0 5px;
}
/* Type: main-right */
.main-right #content_main .content-main-inner{ 
	margin:0 5px 0 0;
}
.main-right.nogroup-right #content_main .content-main-inner{ 
	margin:0 0;
}
.main-right #content_right .yt-position-inner{ 
	margin:0 0 0 5px;
}
.main-right .group-col1-top .yt-position-inner{
	margin:0 5px 0 0;
}
/* Type: Main-left-right */
/*.main-left-right #content_main .content-main-inner{ 
	margin:0 10px 0 0;
}
.main-left-right #content_left .yt-position-inner{
	margin:0 5px 0 0;
}
.main-left-right #content_right .yt-position-inner{
	margin:0 0 0 5px;
}
.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:0 0 0 5px;
}
.left-right-main #content_left .yt-position-inner{
	margin:0 5px 0 0;
}
.left-right-main #content_right .yt-position-inner{
	margin:0 5px 0;
}
.left-right-main.nogroup-right #content_left .yt-position-inner,
.left-right-main.nogroup-left #content_right .yt-position-inner{
}
.left-right-main.nogroup-left.nogroup-right #content_main .content-main-inner{
	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:0 5px;
}
.left-main-right.nogroup-right #content_main .content-main-inner{ 
	margin:0 0 0 5px;
}
.left-main-right.nogroup-left #content_main .content-main-inner{ 
	margin:0 5px 0 0;
}
.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 5px 0 0;
}
.left-main-right #content_right .yt-position-inner{
	margin:0 0 0 5px;
}

/* -----------------------------*/
/*     Module variations        */
/* -----------------------------*/
.moduletable,
.moduletable_menu,
.moduletable_text{
	margin: 0 0;
	padding:0;
}
.moduletable h3,
.moduletable_menu h3,
.moduletable_text h3{
	margin:0 0;
	font-size:150%;
	line-height:215%;
	font-weight:normal;
	text-transform:uppercase;
}
.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;
}
.moduletable .custom.bg_green p img,
.moduletable .custom.bg_red p img {
	margin: 0 5% 0 0;
    width: 40%;
}
.yt-position-inner{
}
.position-first .yt-position-inner{
}
.position-last .yt-position-inner{
}
/* Default module */
.moduletable {

}
#content .mod-inner{
	margin:10px 10px 4px;
}
.module-inner {
	background:#FFF;
	border: 1px solid #e4e4e3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.moduletable h3{
	padding:0 10px;
	background: url(..//images/bg-mod-title-df.png) repeat-x center bottom;
	line-height:250%;
	color: #eb544d;
}

.moduletable .yt-mod-mainbox{
	padding:10px 8px;
}
div.box-shadow {
	background: url(..//images/box-shadow.png) no-repeat left top;
}
div.box-shadow div {
	height: 6px;
	background: url(..//images/box-shadow-r.png) no-repeat right top;
}
/* Suffix class: clear */
.moduletable.clear {
	border:none;
}
.moduletable.clear h3{
	border:none;
	background: none;
	padding: 0;
}
.moduletable.clear .module-inner {
	background: none;
	border: none;
}
.moduletable.clear .box-shadow {
	display: none;
}
.moduletable.clear .yt-mod-mainbox {
	padding: 0;
}
/* Suffix class: icon */
.moduletable.icon1 h3,
.moduletable.icon2 h3,
.moduletable.icon3 h3,
.moduletable.icon4 h3,
.moduletable.icon5 h3,
.moduletable.icon6 h3 {
	padding: 0;
}
.moduletable.icon1 h3 span.mod-title-inner,
.moduletable.icon2 h3 span.mod-title-inner,
.moduletable.icon3 h3 span.mod-title-inner,
.moduletable.icon4 h3 span.mod-title-inner,
.moduletable.icon5 h3 span.mod-title-inner,
.moduletable.icon6 h3 span.mod-title-inner {
	background: url(..//images/ico-suffix.png) no-repeat left 5px;
    margin: 0 0 0 10px;
    padding: 0 0 0 30px;
}
.moduletable.icon2 h3 span.mod-title-inner {
	background-position: left -25px;
}

.moduletable.icon3 h3 span.mod-title-inner {
	background-position: left -55px;
}

.moduletable.icon4 h3 span.mod-title-inner {
	background-position: left -85px;
}

.moduletable.icon5 h3 span.mod-title-inner {
	background-position: left -115px;
}

.moduletable.icon6 h3 span.mod-title-inner {
	background-position: left -145px;
}

/* Suffix class: mod-tabs */
.moduletable.mod-tabs {

}
.moduletable.mod-tabs .module-inner {
	border: none;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.moduletable.mod-tabs .box-shadow {

}
.moduletable.mod-tabs .yt-mod-mainbox {
	padding: 0;
}
/* Suffix class: bg_title */
.moduletable.bg_title {

}
.moduletable.bg_title .module-inner {
	background: none;
	border: none;
}
.moduletable.bg_title .box-shadow {
	display: none;
}
.moduletable.bg_title h3.mod-title {
	background: url(..//images/sf-bg-title.png) no-repeat left center;
	text-align: center;
	padding: 0;
	color: #fff;
}
.moduletable.bg_title h3.mod-title span.mod-title-inner {
	background: url(..//images/sf-bg-title-r.png) no-repeat right center;
	height: 35px;
	line-height: 35px;
	display: block;
    margin: 0 0 0 11px;
    padding: 0 11px 0 0;
}
.moduletable.bg_title .yt-mod-mainbox {

}
/* Suffix class: title1, title2, title3, title4, title5 */
.moduletable.title1,
.moduletable.title2,
.moduletable.title3,
.moduletable.title4,
.moduletable.title5{
}
.moduletable.title1 h3,
.moduletable.title2 h3,
.moduletable.title3 h3,
.moduletable.title4 h3,
.moduletable.title5 h3{
	border:none;
	padding:0 10px;
	margin:0 0;
}
.moduletable.title1 .yt-mod-mainbox,
.moduletable.title2 .yt-mod-mainbox,
.moduletable.title3 .yt-mod-mainbox,
.moduletable.title4 .yt-mod-mainbox,
.moduletable.title5 .yt-mod-mainbox{
	padding:8px 10px;
}
.moduletable.title1 h3{

}
.moduletable.title2 h3{
	color:#FFF;
	background:#3377BB;
}
.moduletable.title3 h3{
	background:#222;
	color:#FFF;
}
.moduletable.title4 h3{
	background:#CC3333;
	color:#FFF;
}
.moduletable.title5 h3{
	background:#81a800;
	color:#FFF;
}
/* Suffix class: border1, border2 */
.moduletable.border1{

}
.moduletable.border1 h3{
	line-height:300%;
	padding:0 10px;
	margin:0 0;
	border:none;
}
.moduletable.border1 .yt-mod-mainbox{
	padding:8px 10px;
}
.moduletable.border2 .mod-inner{

}
.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:
					bg_blue
					bg_cyan
					bg_red
					bg_violet
					bg_green
					bg_brow
*/
.moduletable.bg_blue,
.moduletable.bg_cyan,
.moduletable.bg_red,
.moduletable.bg_violet,
.moduletable.bg_green,
.moduletable.bg_brow {
	color: #fff;
}
.moduletable.bg_blue h3 {
	color: #4488bb;
}
.moduletable.bg_cyan h3 {
	color: #759d96;
}
.moduletable.bg_red h3 {
	color: #ec534d;
}
.moduletable.bg_violet h3 {
	color: #a772ae;
}
.moduletable.bg_green h3 {
	color: #849d6f;
}
.moduletable.bg_brow h3 {
	color: #d18c55;
}
.moduletable.bg_blue .yt-mod-mainbox-in {
	background: #4488bb;
	padding: 8px 10px;
}
.moduletable.bg_cyan .yt-mod-mainbox-in {
	background: #759d96;
	padding: 8px 10px;
}
.moduletable.bg_red .yt-mod-mainbox-in {
	background: #ec534d;
	padding: 8px 10px;
}
.moduletable.bg_violet .yt-mod-mainbox-in {
	background: #a772ae;
	padding: 8px 10px;
}
.moduletable.bg_green .yt-mod-mainbox-in {
	background: #849d6f;
	padding: 8px 10px;
}
.moduletable.bg_brow .yt-mod-mainbox-in {
	background: #d18c55;
	padding: 8px 10px;
}
.moduletable.wonline .yt-mod-mainbox-in {
	background-image: url(..//images/wol-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 8px 10px 8px 75px;
}
.moduletable.bg_red.theme_color h3 {
	color: #ec534d;
}
.moduletable.bg_red.theme_color .yt-mod-mainbox-in {
	background-color: #ec534d;
}
.blue .moduletable.bg_red.theme_color h3 {
	color: #4488bb;
}
.blue .moduletable.bg_red.theme_color .yt-mod-mainbox-in {
	background-color: #4488bb;
}
.brow .moduletable.bg_red.theme_color h3 {
	color: #d18c55;
}
.brow .moduletable.bg_red.theme_color .yt-mod-mainbox-in {
	background-color: #d18c55;
}
.cyan .moduletable.bg_red.theme_color h3 {
	color: #759d96;
}
.cyan .moduletable.bg_red.theme_color .yt-mod-mainbox-in {
	background-color: #759d96;
}
.green .moduletable.bg_red.theme_color h3 {
	color: #849d6f;
}
.green .moduletable.bg_red.theme_color .yt-mod-mainbox-in {
	background-color: #849d6f;
}
/* Suffix class: title_color */
.moduletable.title_color h3 {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
}
.moduletable.title_color .yt-mod-mainbox {
	padding-top: 0;
}
/* Suffix class: _menu */
.moduletable_menu{

}
.moduletable_menu h3 {
	line-height:250%;
	padding: 0;
	color: #ec534d;
	background: url(..//images/bg-mod-title-df.png) repeat-x center bottom;
}
.moduletable_menu h3 span.mod-title-inner {
	background: url(..//images/ico-suffix.png) no-repeat left -115px;
	margin: 0 0 0 10px;
    padding: 0 0 0 30px;
}
.moduletable_menu.about h3 span.mod-title-inner {
	background-position: left -175px;
}
.moduletable_menu .yt-mod-mainbox{
	padding:8px 10px;
}
/* level1 */
.moduletable_menu ul{
	margin:0 0;
}
.moduletable_menu ul li{
	background: none;
	padding:8px 0;
	line-height:100%;
	border-top:1px solid #eeeadf ;
}
.moduletable_menu ul.menu > li > span,
.moduletable_menu ul.menu > li > a {
	background: url(..//images/arrows.png) no-repeat left -16px;
	padding: 0 0 0 10px;
}
.moduletable_menu ul.menu > li:hover > span,
.moduletable_menu ul.menu > li:hover > a,
.moduletable_menu ul.menu > li.active > span,
.moduletable_menu ul.menu > li.active > a {
	background: url(..//images/arrows.png) no-repeat left 4px;
}
.moduletable_menu ul.menu .separator,
.moduletable_menu ul.menu a {
	color: #ec534d;
}
.moduletable_menu ul li.active.parent{
	/*padding-bottom:0px;*/
}
.moduletable_menu ul li:first-child{
	border:none;
}
.moduletable_menu ul li .separator,
.moduletable_menu ul li a{
	line-height:100%;
}
.moduletable_menu ul li.active .separator,
.moduletable_menu ul li.active a{
	color:#000;
}
.moduletable_menu ul li .separator:hover,
.moduletable_menu ul li a:hover{
	color:#000;
	text-decoration:none;
}
/* level2 */
.moduletable_menu ul li ul{
	margin:8px 0 0 10px;
	border-top:1px solid #E5E5E5;
}
.moduletable_menu ul li li > a,
.moduletable_menu ul li li > .separator {
	padding:8px 0 8px 10px;
	background:url(../images/dot.png) no-repeat 0 -10px;
}

.moduletable_menu ul li li.active > a,
.moduletable_menu ul li li:hover > a,
.moduletable_menu ul li li.active > .separator,
.moduletable_menu ul li li:hover > .separator {
	background:url(../images/dot.png) no-repeat 0 10px;
}

.moduletable_menu ul li.active li .separator,
.moduletable_menu ul li.active li a{
		color: #ec534d;
}
.moduletable_menu ul li li.active .separator,
.moduletable_menu ul li li.active a{
	color:#000;
}
.moduletable_menu ul li li .separator:hover,
.moduletable_menu ul li li a:hover{
	color:#000;
	text-decoration:none;
}
/* level 3*/
.moduletable_menu ul li li li > a,
.moduletable_menu ul li li li > .separator {
	background:url(../images/dot.png) no-repeat 0 -10px;
}
.moduletable_menu ul li li li:hover a,
.moduletable_menu ul li li li.active a,
.moduletable_menu ul li li li:hover .separator,
.moduletable_menu ul li li li.active .separator {
	background:url(../images/dot.png) no-repeat 0 10px;
}
.moduletable_menu ul li li.active li .separator,
.moduletable_menu ul li li.active li a{
	color: #ec534d;
}
.moduletable_menu ul li li li.active .separator,
.moduletable_menu ul li li li.active a{
	color:#000;
}
.moduletable_menu ul li li li:hover .separator,
.moduletable_menu ul li li li:hover a{
	color:#000;
}
/* Suffix class: _text */
.moduletable_text .yt-mod-mainbox{
	padding:10px 7px;
}
.banneritem_text{
	border-top:1px solid #DDD;
}

/* Suffix class: bage */
.moduletable.badge-new,
.moduletable.badge-hot,
.moduletable.badge-top,
.moduletable.badge-features{
}
.moduletable.badge-new h3,
.moduletable.badge-hot h3,
.moduletable.badge-top h3,
.moduletable.badge-features h3{
	line-height:275%;
	padding:0 10px;
	position: relative;
}
.moduletable.badge-new .yt-mod-mainbox,
.moduletable.badge-hot .yt-mod-mainbox,
.moduletable.badge-top .yt-mod-mainbox,
.moduletable.badge-features .yt-mod-mainbox{
	padding:8px 10px;
}
.badge-hot, 
.badge-new, 
.badge-features, 
.badge-top {
    position: relative;
}
.moduletable.badge-new h3 {
	color: #469ede;
}
.moduletable.badge-hot h3 {
	color: #aa61b3;
}
.moduletable.badge-top h3 {
	color: #849e6e;
}
.moduletable.badge-features h3 {
	color: #ec534d;
}
.badge {
    background: url(../images/badges.png) no-repeat 0 0;
    height: 67px;
    position: absolute;
    right: -4px;
    text-indent: -999em;
    top: -4px;
    width: 81px;
    z-index: 2;
}
.badge-new .badge {
    background-position: 0 -70px;
}
.badge-features .badge {
    background-position: 0 -140px;
}
.badge-top .badge {
    background-position: 0 -210px;
}

/* ----------------------------*/
/*     Block: yt_top           */
/* ----------------------------*/
#yt_topwrap {

}
#yt_topwrap .yt-main {
	position: relative;
	height: 130px;
}
#yt_topwrap .yt-logo {
	float: none !important;
	margin: 0 auto;
	padding: 25px 0 0;
}
#yt_topwrap .yt-logo h1.logo {
	margin: 0;
}
#yt_topwrap #top1 {
	position: absolute;
	left: 3%;
	bottom: 30%;
}
#yt_topwrap #top2 {
	position: absolute;
	right: 3%;
	bottom: 30%;
}
#top2 #yt_searchcustom {
	position: relative;
	padding: 0;
}
#top2 #yt_searchcustom .inputbox {
	background: #ec534d;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    height: 24px;
    padding: 0 5px 0 25px;
    border: none;
    font-size: 98%;
    color: #fff;
    width: 130px;
    line-height: 24px;
	transition: width 0.35s;
	-moz-transition: width 0.35s; /* Firefox 4 */
	-webkit-transition: width 0.35s; /* Safari and Chrome */
	-o-transition: width 0.35s; /* Opera */
}
#top2 #yt_searchcustom .inputbox:focus {
	width: 180px;
}
#top2 #yt_searchcustom .button {
    display: block;
    height: 24px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 27px;
	background: url(..//images/btn-search.png) no-repeat center center;
}
ul.social {
	margin: 0;
	list-style: none;
}
ul.social li {
	display: inline;
	padding: 0;
	background: none;
}
ul.social li a {
	display: inline-block;
	background: url(..//images/social.png) no-repeat -3px center;
}
ul.social li.twitter a {
	background-position: -34px center;
}
ul.social li.flickr a {
	background-position: -65px center;
}
ul.social li.rss a {
	background-position: -96px center;
}
ul.social li.vimeo a {
	background-position: -127px center;
}
ul.social li a span {
	display: block;
	text-indent: -999em;
	width: 24px;
	height:24px;
}
ul.social li a:hover span {
	background: url(..//images/social-ov.png) no-repeat center center;
}
ul.social li > span {
	position: absolute;
	display: block;
	padding: 5px 10px;
	background: #000;
	top: -100px;
	left: -100%;
	opacity: 0;
	white-space: nowrap;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-weight: bold;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
ul.social li:hover > span {
	background: #ec534d;
	top: -42px;
	left: -100%;
	opacity: 1;
}
ul.social li span.arrow-tt {
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 10px 5px 5px;
    top: 100%;
    left: 33px;
    text-indent: -999em;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
ul.social li:hover span.arrow-tt {
	border-color: #ec534d transparent transparent transparent;
}
/* ----------------------------*/
/*     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:100%;
	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:#FFF;
}
ul.yt-login-regis li.hiuser a.logout-switch{
	background:none;
	font-weight:bold;
	color:#FFF;
}
ul.yt-login-regis .show-box{
	background:#FFF;
	position:absolute;
	top:20px;
	right:0;
	padding:8px 10px;
	z-index:999;
	width:190px;
	border:4px solid #d6e4f1;
}
ul.yt-login-regis .show-box h3{
	margin:0 0 10px;
}
ul.yt-login-regis .show-box label{
	display:block;
}
ul.yt-login-regis .show-box .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{
	padding-bottom: 30px;
}
#yt-mobilemenu{
	display:none;
}
#yt_menuwrap .yt-main{
	position:relative;
	z-index:99;
	/*border-left: 1px solid #1C4369;
    border-right: 1px solid #1C4369;
    border-top: 1px solid #1C4369;*/
	
}
#yt_menuwrap .menu-desc {

}

#yt_menuwrap .yt-main-in1{
	background: #FFF;
	border: 1px solid #eeccc2;
	margin: 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#yt_slideshow .yt-main-in1 {
	margin: 0 10px;
}
#yt_menuwrap .yt-main-in2{
	min-height:44px;
}

#yt_menuwrap #nav2{
	margin: 0 0;
}
#yt_searchcustom{
	display:block;
	padding:8px 8px 0 0;
}
#yj_theme {position: absolute; top: 0px; left: -5321px;}
#yt_menuwrap #nav2 .yt-position-inner{
	margin:3px 0 0;	
}
#yt-menu #nav2 .search,
#yt-menu #nav2 .finder{
	overflow:hidden;
	height:24px;
}
.yt-menu {
	width: 100%;
}
#yt_menuwrap #nav2 .finder,
#yt_menuwrap #nav2 .search{
	width:135px;
	position:relative;
}
#yt_menuwrap #nav2 .finder input.inputbox,
#yt_menuwrap #nav2 .search input.inputbox{
	padding:0 10px;
	height:28px;
	width:115px;
	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:15px;
	text-indent:-999em;
	* text-transform: capitalize;
}
ul.autocompleter-choices{
	border:none;
}
/* ----------------------------*/
/*     Block: yt_slideshow     */
/* ----------------------------*/


/* ----------------------------*/
/*     Block: yt_spotlight1    */
/* ----------------------------*/
#yt_spotlight1 .yt-main{
	margin-top:5px;
	overflow:hidden;
}
#yt_spotlight1 .yt-main-in2{
	padding: 0 0;
}
#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 .yt-main-in1 {
	padding:0 0 30px 0;
	margin: 0 10px;
}
#yt_spotlight2 .moduletable.testimonials {

}
#yt_spotlight2 .moduletable.testimonials .module-inner {
	background: none;
	border: none;
}
#yt_spotlight2 .moduletable.testimonials h3.mod-title {
    border: medium none;
    text-align: center;
    color: #ec534d;
    font-size: 150%;
    background: url(..//images/testimonials-bg.png) no-repeat center center;
}
#yt_spotlight2 .moduletable.testimonials h3.mod-title .mod-title-inner {
	display: inline-block;
	background: url(..//images/testimonials-icon.png) no-repeat left center #eeeadf;
	padding: 5px 5px 5px 65px;
}
#yt_spotlight2 .moduletable.testimonials .yt-mod-mainbox {

}
#yt_spotlight2 .moduletable.testimonials .box-shadow {
	display: none;
}
/* ----------------------------*/
/*     Block: yt_spotlight3    */
/* ----------------------------*/
#user14 {
	display: none;
}
#user10, #user11, #user12, #user13 {
	width: 24.99% !important;
}
#yt_spotlight3 {
	background:url(../images/bg-yt_spotlight3.png) repeat-x top left;
}
#yt_spotlight3 .yt-main{
	padding:40px 0 8px;
}
#yt_spotlight3 .yt-position-inner{

}
#yt_spotlight3 .moduletable .mod-inner{
	background:none;
	border:none;
	margin:0 0;
	color:#666;
	height: 100%;
}
#yt_spotlight3 .yt-position-inner{
	border-left:1px solid #333;
	height:100%;
}
#yt_spotlight3 .position-first .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:#FFF;
}
#yt_spotlight3 ul li{
	background:url(../images/arrow.png) no-repeat left center;
	padding:0 0 0 12px;
	line-height: 220%;
}
#yt_spotlight3 ul li a{
	color:#666;
}
#yt_spotlight3 ul li:hover a{
	color:#FFF;
	text-decoration:none;
}
.yt-social {
	padding: 10px 0 0;
}
.yt-social a {
	background-image: url(..//images/ico-follow-us.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	padding:0 0 0 25px;
	margin:0 0 5px 0;
	color:#666;
	line-height: 20px;
	-moz-transition:background-position 0.25s linear 0s
}
.yt-social a:hover{
	text-decoration:none;
	color:#4488bb;
}
.yt-social a.facebooks{
	background-position: 0px 0px;
}
.yt-social a.twitters{
	background-position: 0px -30px;
}
.yt-social a.flick{
	background-position: 0px -60px;
}
.yt-social a.vimeo{
	background-position: 0px -90px;
}
.yt-social a.rss{
	background-position: 0px -120px;
}
.yt-social a.email{
	background-position: 0px -150px;
}
.yt-social a.facebooks:hover {
	background-position: 0px -180px;
}
.yt-social a.twitters:hover {
	background-position: 0px -210px;
}
.yt-social a.flick:hover {
	background-position: 0px -240px;
}
.yt-social a.vimeo:hover {
	background-position: 0px -270px;
}
.yt-social a.rss:hover {
	background-position: 0px -300px;
}
.yt-social a.email:hover {
	background-position: 0px -330px;
}
#yt_spotlight3 .moduletable.newsletter{
	border-top:1px solid #333;
	padding:0 0;
}
.moduletable.newsletter .yt-mod-mainbox{
	padding:0px 10px 8px;
}
.moduletable.newsletter form label{
	margin-bottom:10px;
	display:block;
}
.moduletable.newsletter form>div{
	overflow:hidden;
}
.moduletable.newsletter .inputbox{
	background:#1A1A1A;
	border-color:#333;
	padding:3px 5px 3px;
	vertical-align:middle;
	width:125px;
}
.moduletable.newsletter .button{
	vertical-align:middle;
}
.moduletable.newsletter .inputbox:focus{
	background:#111;
}
#yt_spotlight3 .box-shadow {
	display: none;
}
#yt_spotlight3 .module-inner {
	border: 1px solid #ec534d;
	position: relative;
	background: #eeeadf;
	height: 100%;
}
#yt_spotlight3 .module-inner:hover {
	background: rgba(255, 255, 255, 0.5);
}
#yt_spotlight3 .moduletable h3.mod-title {
	color: #ec534d;
	position: absolute;
	right: 0;
	left: -13px;
	top: 13px;
	font-size: 150%;
	white-space: nowrap;
	line-height: 36px;
	padding: 0 0 0 62px;
	font-weight: normal;
	background: url(..//images/spotlight3-icon.png) no-repeat left top;
}
#yt_spotlight3 .yt-mod-mainbox{
	padding: 50px 20px 10px;
}
#yt_spotlight3 .position .moduletable {
	margin: 0 10px;
	height: 100%;
}
#yt_spotlight3 .moduletable ul li {
	background: url(..//images/arrows.png) no-repeat left 10px;
	white-space: nowrap;
}
#yt_spotlight3 .moduletable ul li:hover {
	background-position: left -10px;
}
#yt_spotlight3 .moduletable ul a {
	color: #666666;
}
#yt_spotlight3 .moduletable ul li:hover a {
	color: #ec534d;
	text-decoration: underline;
}
#yt_spotlight3 .moduletable.cyan-mod ul li:hover {
	background-position: left -30px;
}
#yt_spotlight3 .moduletable.cyan-mod ul li:hover a {
	color: #759d96;
}
#yt_spotlight3 .moduletable.brow-mod ul li {
	background-position: left -136px;
	line-height: 150%;
}
#yt_spotlight3 .moduletable.brow-mod ul li:hover {
	background-position: left -156px;
}
#yt_spotlight3 .moduletable.brow-mod ul li:hover a {
	color: #d18c55;
}
#yt_spotlight3 .moduletable.cyan-mod .module-inner {
	border: 1px solid #759d96;
}
#yt_spotlight3 .moduletable.cyan-mod h3.mod-title {
	color: #759d96;
	background-position: left -40px;
}
#yt_spotlight3 .moduletable.brow-mod .module-inner {
	border: 1px solid #d18c55;
}
#yt_spotlight3 .moduletable.brow-mod h3.mod-title {
	color: #d18c55;
	background-position: left -80px;
}
#yt_spotlight3 .moduletable.green-mod .module-inner {
	border: 1px solid #849d6f;
}
#yt_spotlight3 .moduletable.green-mod h3.mod-title {
	color: #849d6f;
	background-position: left -120px;
}
#yt_spotlight3 .moduletable.blue-mod .module-inner {
	border: 1px solid #4488bb;
}
#yt_spotlight3 .moduletable.blue-mod h3.mod-title {
	color: #4488bb;
	background-position: left -160px;
}
#yt_spotlight3 .moduletable.green-mod a {
	color: #849D6F;
	text-decoration: underline;
}
#yt_spotlight3 .moduletable.green-mod {
	line-height: 200%;
}
#login-form .button {
	background: url(..//images/bg-login-btn.png) no-repeat 10px center #d18c55;
	padding: 6px 10px 6px 32px;
	font-size: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#login-form .button:hover {
	background-color: #000;
}
#login-form .formelm input,
#login-form .inputbox {
	padding: 1px 5px;
}
#login-form #form-login-remember input {
	border: none;
	background: none;
}
#login-form #form-login-username input,
#login-form #form-login-password input{
	width: 80%;
}
.widget-wrap img:hover {
	opacity: 0.8;
}
.custom .quote {
	padding: 0 30px;
	background: url(..//images/ico-quote-l.png) no-repeat left top;
	background: url(..//images/ico-quote-l.png) no-repeat left top,
				url(..//images/ico-quote-r.png) no-repeat right top;
}
/* ----------------------------*/
/*     Block: yt_footer        */
/* ----------------------------*/
#yt_footer .logo-footer {
	padding: 20px 0 0;
}

#yt_footer{
	background: url(..//images/bg-footer2.png);
}
#yt_footer .yt-main{
	height:100%;
	padding: 0 0 30px;
}
#yt_footer .yt-main-in1{
	height:100%;
}
#yt_footer .yt-main-in2{
	padding:15px 0 10px 0;
	margin:0 0;
	overflow:hidden;
}
#yt_footer .yt-position-inner {
	margin:0 0;
}
#yt_footer .group-footnav .yt-position-inner{
	margin: 0 0;
    overflow: hidden;
}
#yt_footer #footnav ul{
	margin: 0 0;
	overflow:hidden;
	float:left;
}
#yt_footer #footnav li{
	background:none;
	display:inline;
	padding:0 0;
}
#yt_footer #footnav li:first-child{
	background:none;
}
#yt_footer #footnav li span.separator,
#yt_footer #footnav li a{
	display:inline-block;
    padding: 0 9px;
	font-size:100%;
}
#yt_footer #footnav li:first-child a{
	padding-left:0;
}
#yt_footer #footnav li#current a,
#yt_footer #footnav li a:hover,
#yt_footer #footnav li a#active_menu-nav{
	text-decoration:underline;
}
.yt-linkfooter{
	margin: 0 0;
}
#yt_footer .yt-copyright{
	color:#666;
	text-align: center;
}

.body-percentage #yt_footer .yt-copyright{

}
#yt_footer span.separator {
	color:#666;
}
#yt_footer span.separator:hover {
	color:#FFF;
}
#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;
}
#breadcrumb .yt-position-inner{
	margin:0 0;
}
#breadcrumb .moduletable{
	margin:0 0;
}
#breadcrumb .moduletable .yt-mod-mainbox{
	padding:0 0;
}
#breadcrumb .breadcrumbs{
	line-height:30px;	
	padding:0 0 0 7px;
	display:inline-block;
}
.showHere{
	font-weight:bold;
	margin:0 10px;
	float:left;
	background: url(..//images/ico-suffix.png) no-repeat left -206px;
	padding: 0 0 0 15px;
}
#breadcrumb .breadcrumbs span.separator,
#breadcrumb .breadcrumbs a{
	padding:0 0;
	float:left;
}
#breadcrumb .breadcrumbs span.separator:hover{
	color:#000;
}
#breadcrumb .breadcrumbs span.current{
	padding-left:5px;
}
#breadcrumb .breadcrumbs a:hover{
	text-decoration:underline;
}
.breadcrumb .arrow-bre {
	background: url(..//images/arrows.png) no-repeat left top;
    float: none;
    margin: 0 5px;
    padding: 0;
    width: 7px;
}
.breadcrumb .showHere {
	color: #aaa;
	font-weight: normal;
}
.breadcrumb a,
.breadcrumb span.separator {
	color: #666;
}
.breadcrumb a:hover,
.breadcrumb span.separator:hover {
	color: #ec534d;
	text-decoration: none;
}
.breadcrumb .text-font,
.breadcrumb a.text-font {
	color: #000000;
    margin: 0 10px;
}
.breadcrumb .text-font:hover,
.breadcrumb a.text-font:hover {
	color: #ec534d;
}
.breadcrumb .module-inner {
	padding: 10px 0 0;
}
.arrow-bre{
	background:url(../images/arrow-bre.png) no-repeat center center;
	width:15px;
	padding:12px 0 11px;
	height:7px;
	display:inline-block;
	float:left;
}
#content .moduletable p{
	margin:0 0;
}
.group-col1-top{
	width:100%;
}
/* System-messag */
#system-message{
	width:100%;
	float:left;
	margin:10px 0 0;
}
#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{
	color: #fff;
    border-radius: 5px 5px 5px 5px;
    font-size: 100%;
    line-height: 250%;
    line-height: 35px;
    padding: 9px 10px 7px 35px;
	background: url(..//images/icon-readmore.png) no-repeat left center #ec534d;
}
a.readon:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
#content .yt-main{
	padding:0 0;
}
#content .yt-main-in1{	
}
#content .yt-main-in2{	
}
/* module in content */
.homepage #yt_component {
	width: 480px;
}
.homepage .breadcrumb {

}
#yt_component{
	margin:0 0; 
	padding:0 0;
	width: 720px;
}
.component-inner{
	margin:10px;
}

h1.componentheading, .componentheading{
	text-transform:uppercase;
	font-size:160%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.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;
}
/* module left, right content */
.moduletable.currencies form{
	text-align:center;
	padding-bottom:15px;
}
.moduletable.currencies select.inputbox{
	padding:2px;
	width:150px;
}
.moduletable.currencies input.button{
	font-weight:normal;
	font-size:100%;
	padding-top:4px;
	padding-bottom:4px;
	margin:0 0;
}
.yt-poll span.title{
	font-weight:bold;
}
.yt-poll .poll-select{
	line-height:26px;
	margin:0 0 10px;
}
.yt-poll .poll-select input,
.yt-poll .poll-select label{
	vertical-align:middle;
}
input[type="checkbox"],
input[type="radio"] {
	background: none !important;
	border: none !important;
}
#login-form p,
#login-form ul{
	margin:5px 0;
}
#login-form #form-login-username label,
#login-form #form-login-password label{
	display:block;
}
#form-login-remember input{
	/*vertical-align:middle;*/
	margin:0 3px;
}

/* ---------------------------------------*/
/*    Components (content, k2, vm, ...)   */
/* ---------------------------------------*/

/* -- Component content -- */
.formelm-buttons{
	margin:10px 0 5px;
}
#editor-xtd-buttons {
    padding: 0 0;
}
.formelm-area,
.formelm{
	margin:5px 0;
}
.formelm .fltlft{
	float:left;
}
.calendar, 
.calendar table{
	vertical-align:text-bottom;
	margin:0 3px;
}
.formelm-area label,
.formelm label{
	display:block;
	width:180px;
	float:left;
}
.image-content {
    background: url("../images/loading.gif") no-repeat scroll center center transparent;
	margin:0 10px 10px 0;
    text-align: center;
}
.com_content .blog p{
	margin:0 0;
}
.com_content .blog p.readmore{
	clear: both;
    display: block;
    margin-top: 10px;
}
.com_content .blog p.img_caption {
	margin:3px 0 0;
	line-height:normal;
}
.blog > div {
	padding: 25px 0 0;
}
.blog > div:first-child {
	padding: 0;
}
div.pagination{
	padding: 0px 0 10px 0;
	margin:0 0;
	overflow:hidden;
}
.browse-view .result{
	float:right;
}
p.counter{
	float:right;
	margin:0 0;
}
.item-headinfo{
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}
ul.actions{
	float:right;
	margin:0 0;
}
ul.actions li{
	background:none;
	padding:0 0;
	margin:0 0;
}
ul.actions img{
	border: medium none;
    margin: 0 5px 0 0;
    padding: 0;
}
dl.article-info {
	float:left;
	line-height:16px;
	width:70%;
	color: #999;
}
dl.article-info a {
	color: #999;
}
dl.article-info a:hover {
	color: #ec534d;
}
dl.article-info dd {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #ccc;
}
dl.article-info dd:first-child {
	border: none;
	padding: 0 5px 0 0;
	margin: 0;
}
.intro-article {
	color:#000;
}
.com_content .categories-list {
	overflow: hidden;
}
.com_content .categories-list ul{
	margin:0 0;
}
.com_content .categories-list ul li{
	float:left;
	padding: 10px;
	background:none;
}
.com_content .categories-list ul li .category-desc img {
	float: left;
	margin: 0 20px 0 0;
	width: 45%;
}
.rtl.com_content .categories-list ul li .category-desc img {
	float: right;
	margin: 0 0px 0 20px;
}
.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;
}
.com_content .categories-list .item-title a {
	font-weight: normal;
	text-decoration: none;
}
.items-leading,
.items-row{
	width:100%;
	overflow:hidden;
}
.items-row .contentheading{
	margin-top:15px;
}
.leading .item-content{
	overflow:hidden;
}
.cols-2 .item{
	width:50%;
	*width:49.9%;
	float:left;
	overflow:hidden;
	margin-bottom: 20px;
}
.cols-2 .column-1 .item-inner{
	padding-right:10px;
}
.cols-2 .column-2 .item-inner{
	padding-left:10px;
}
.cols-3 .item {
	width: 33.33%;
	float: left;
}
.cols-3 .item .item-inner {
	margin: 0 3px;
}
.cols-3 .column-1.item .item-inner {
	margin: 0 6px;
}
.cols-3 .column-3.item .item-inner {
	margin: 0 0 0 6px;
}
ul.actions li{
	display:inline-block;
	* display:inline;
}
.print-icon,
.email-icon {

}
.print-icon a,
.email-icon a {
	display: inline-block;
	background: url(..//images/ico-print-email.png) no-repeat center -20px;
	width: 15px;
	height: 11px;
}
.print-icon a:hover {
	background-position: center 0px;
}
.email-icon a {
	background-position: center -60px;
}
.email-icon a:hover {
	background-position: center -40px;
}
.print-icon a img,
.email-icon a img {
	display: none;
}
.row-separator,
.items-leading .item-separator{
	border-bottom:1px solid #DDDDDD;
	width:100%;
	display:block;
	overflow:hidden;
}

#yt_component .item-page p{
	margin:10px 0;
}
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;
}
#yt_component h2.contentheading{
	text-transform:uppercase;
	margin:5px 0 10px;
}
.blog .intro h2.contentheading, 
.blog .intro .contentheading {
	font-size: 150%;
}
.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;
}
.leading_separator,
.row_separator {
	height: 1px;
    line-height: 30px;
    margin-top: 15px;
	border-top:1px solid #eeeadf;
	border-bottom: none;
}
.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;
}
.image-content.leading img,
.image-content.intro img {

}
.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;
}
.image-content {
	position: relative;
	float:left;
	max-width: 100%;
}
.image-content span.border-img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.image-content:hover span.border-img {
	border: 3px solid #ec534d;
}
/* -------------
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:uppercase;
	font-size:210%;
}
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{
	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;
}
div.catItemLinks{
	margin:8px 0 0;
}

.catItemTags li a{
	background:#F9F9F9;
	border:1px solid #F2F2F2;
	color:#999;
	display:inline-block;
	padding:0px 5px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.catItemTags li a:hover{
	background:#333;
	color:#FFF;
	text-decoration:none;
}
div.catItemIntroText{
	padding:15px 10px 10px 10px;
}
div.catItemCategory{
	padding:4px 0;
}
div.catItemTagsBlock{
	padding:4px 0;
	border:none;
}
div.itemListCategory p img{
	margin:10px 0 0;
}
span.catItemImage{
	margin:0 0;
}
span.catItemImage a{
	/*display:block;*/
}
.catItemIntroText p{
	margin:0 0 10px;
}
div.catItemTagsBlock ul.catItemTags li{
	background:none;
}
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-top:0px;
	font-size:200%;
}
div.itemContainer:hover h3.catItemTitle a{
	text-decoration:none;
	color:#006699;
}
#itemListPrimary div.catItemImageBlock{
	display:block;
	float:left;
	margin:0 0;
	padding:8px 15px 0 0;
}
div#itemListLinks{
	margin-top:30px;
}
div#itemListLinks div.catItemImageBlock{
	margin:0 0;
}
.k2Pagination span.result{
	float:right;
}
#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:250%;
	font-size:92%;
}
div.catItemHeader span.catItemAuthor{
	background:url(../images/li-topmenu.gif) no-repeat right center;
	float:left;
	margin:0 8px 0 0;
	padding:0 8px 0 0;
}
div.catItemTagsBlock span{
	background:url(../images/icon_tag.png) no-repeat left center;
	padding:0 8px 0 20px;
	display:inline-block;
}
div.catItemReadMore,
div.catItemCommentsLink{
	margin:0 0 5px 0;
	padding:0 0;
	border:none;
	display:block;	
}
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{
	color:#666;
	display:inline-block;
	background:url(../images/arrow2.png) no-repeat left center;
	padding:0 0 0 20px;
}
div.catItemReadMore a:hover{
	background-image:url(../images/arrow2-active.png);
	color:#222;
	text-decoration:none;
}
.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:1px;
	left:1px;
}
/* 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:8px;
	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;
}
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{
	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:#FFF;
	font-size:14px;
}
.tagItemDateCreated .inner .item-date,
.userItemDateCreated .inner .item-date{
	color:#FFF;
	font-size:20px;
	font-weight:bold;
}
.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.userItemHeader h3.userItemTitle,
div.tagItemHeader h2.tagItemTitle{
	font-family: inherit;
    font-size: 200%;
    font-weight: bold;
    padding-top: 0;
    text-transform: uppercase;
}
div.userItemView:hover h3.userItemTitle a,
div.tagItemView:hover h2.tagItemTitle a{
	color:#006699;
}
div.userItemIntroText p,
div.tagItemIntroText p{
	margin:0 0 10px;
}
div.tagItemCategory{
	margin:0 0;
	padding:0 0;
	border:none;
}
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:none;
}
div.userItemView,
div.tagItemView{
	border-bottom:1px solid #DDD;
	margin:0 0 25px;
	padding:0 0 15px;
}
div.userItemCategory{
	padding:0 0;
	border-bottom:none;
}
div.userItemLinks{
	margin:8px 0 0;
}
div.userItemTagsBlock{
	border:none;
	padding:4px 0;
}
div.userItemTagsBlock span {
    background: url(../images/icon_tag.png) no-repeat scroll left center;
    display: inline-block;
    padding: 0 8px 0 20px;
}
div.userItemTagsBlock span {
    color: #555555;
    font-weight: bold;
}
div.userItemTagsBlock ul.userItemTags li{
	background:none;
}
.userItemTagsBlock li a {
    background: #F9F9F9;
    border: 1px solid #F2F2F2;
    border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
    color: #999999;
    display: inline-block;
    padding: 0 5px;
}
.userItemTagsBlock li a:hover{
	background:#333;
	color:#FFF;
	text-decoration:none;
}
div.userItemCommentsLink,
div.userItemReadMore{
	display:block;
	border: medium none;
    margin: 0 0 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:uppercase;
	font-size:200%;
}
div.itemImageBlock{
	margin:0 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;
}
div.itemHeader span.k2item-email{
}
#fontDecrease,
#fontIncrease{
	display:inline-block;
	*margin:0 2px;
	vertical-align:text-top;
	height:13px;
	width:13px;
}
#fontDecrease:hover,
#fontIncrease:hover{
	text-decoration:none
}
.itemTextResizerTitle{
	padding:0 3px 0 0;
}
#fontIncrease span,
#fontDecrease span{
	display:none;
}
#fontIncrease img{
	background:url(../images/font_increase.png) no-repeat left center;
	height:13px;
	width:13px;
	vertical-align:middle;
}
#fontDecrease img{
	background:url(../images/font_decrease.png) no-repeat left center;
	height:13px;
	width:13px;
	vertical-align:middle;
}
div.itemCommentsForm form input#submitCommentButton{
	font-size:100%;
	border:none;
	background:#3377BB;
	padding:5px 10px;
	*padding:4px 0px;
}
div.itemCommentsForm form input#submitCommentButton:hover{
	background:#225180;
}
div.itemTagsBlock span{
	background:url(../images/icon_tag.png) no-repeat left center;
	padding:0 0 0 20px;
	display:inline-block;
}
div.itemTagsBlock ul.itemTags li{
	background:none;
}
div.itemIntroText{
	font-size:100%;
	line-height:180%;
}
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;
}
.even,
.odd{
	background:none;
	border:none;
}
.box-3{
	width:33%;
	float:left;
}
div.itemCommentsForm form input.inputbox{
	width:180px;
}
div.itemAuthorLatest{
	float:left;
	width:49%;
}
div.itemRelated{
	width:49%;
	float:right;
}
div.itemAuthorLatest ul,
div.itemRelated ul{
	margin:0 15px;
}
div.itemAuthorLatest h3,
div.itemRelated h3{
	border-bottom: 2px solid #222;
    margin: 0 0 10px;
    padding: 0 0 4px;
	text-transform:uppercase;
}
div.itemCategory,
div.itemTagsBlock{
	border:none;
}
div.itemCategory{
	/*float:right;*/
	text-align:left;
	padding:0 0;
}
div.itemRatingBlock{
	padding:0 0;
	text-align:left;
}
.itemTags li a{
	background:#F9F9F9;
	border:1px solid #F2F2F2;
	color:#999;
	display:inline-block;
	padding:0px 5px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.itemTags li a:hover{
	background:#333;
	color:#FFF;
	text-decoration:none;
}
div.itemContentFooter{
	border:none;
	margin:0 0;
}
div.itemToolbar{
	border-bottom-style:solid;
	border-top-style:solid;
	margin:25px 0 10px;
}
div.itemToolbar ul{
}
div.itemToolbar ul li{
	border:none;
}
div.itemLinks{
	margin:5px 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #DDDDDD;
}
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;
}
h3.itemAuthorName{
	margin:0 0 15px 0;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl{
	border:none;
	margin:0 0;
	padding:0 0;
}
h3.itemCommentsCounter,
.itemCommentsForm h3{
	text-transform:uppercase;
	font-size:150%;
}
div.itemCommentsForm form textarea.inputbox{
	height:120px;
}
div.itemBackToTop{
	margin:10px 0 0;
}
div.itemComments ul.itemCommentsList li img{
	margin:0 10px 10px 0;
}
div.itemComments ul.itemCommentsList li p{
	margin:0 0 10px;
}
/* Module k2 */
div.k2TagCloudBlock a:hover,
div.k2TagCloudBlock a{
	float:none;
	display:inline-block;
}
.module-inner .k2LatestCommentsBlock ul{
	margin:0 0;
}
.module-inner .k2LatestCommentsBlock ul li{
	margin:0 0 10px;
	padding:0 0 10px;
}
.module-inner .k2LatestCommentsBlock ul li.lastItem{
	margin:0 0;
	padding:0 0;
}
.module-inner .k2Avatar img{
	margin:0 10px 0 0;
}
.module-inner .comment-info{
	margin-top:8px;
	display:block;
}
.lcComment{
	line-height:120%;
}
.lcUsername{
	display:block;
	margin:0 0;
	font-size:92%;
	line-height:normal;
}
.lcCommentDate{
	display:block;
	font-size:92%;
	line-height:normal;
}
/* ----------------
Component Kunena */
body #Kunena .kblock div.kheader, body #Kunena div.kblock > div.kheader {
	background: #EC534D;
	color: #FFFFFF;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}
#Kunena .kheader h2, #Kunena .kheader h2 a {
	color: #FFFFFF;
}
body #Kunena .kblock:hover div.kheader, body #Kunena div.kblock:hover > div.kheader {
    background: #000;
}
.component-inner2 {
    overflow: hidden;
}
#Kunena .button, 
#Kunena input.kbutton, 
#Kunena .kattachment-remove, 
#Kunena .kattachment-insert {
	background: #EC534D;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	border: none;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}
#Kunena .button:hover, 
#Kunena .button:focus, 
#Kunena .button:active, 
#Kunena input.kbutton:hover, 
#Kunena input.kbutton:focus, 
#Kunena input.kbutton:active, 
#Kunena .kattachment .kbutton:hover, 
#Kunena .kattachment .kbutton:focus, 
#Kunena .kattachment .kbutton:active {
	background: #000;
	color: #fff;
}
/* --------------------
Component Virtuemart */
h1.title-category{
	margin:10px 0 10px;
	font-size:180%;
	text-transform:uppercase;
}
.vendor-store-desc, 
.category-view, 
.featured-view, 
.latest-view, 
.topten-view, 
.related-products-view, 
.browse-view, 
.order-view{
	margin:0 0 5px;
}

.control-buttons .default,
p#com-form-login-remember .default,

.vm-button-correct, 
.vm-button-correct:link, 
.vm-button-correct:visited,

input.highlight-button,
span.addtocart-button input.addtocart-button, 
span.addtocart-button input.notify-button{
	border:none;
	height:auto;
	width:auto;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	background: #3377BB;
    border: medium none;
    color: #FFFFFF;
    font-size: 92% !important;
    padding: 4px 10px;
	cursor:pointer;
	font-weight:normal;
}
span.addtocart-button input.addtocart-button, 
span.addtocart-button input.notify-button{
	padding:5px 10px;
}
.control-buttons button.default, 
.vm-button-correct, 
.vm-button-correct:link, 
.vm-button-correct:visited{
	padding:2px 10px;
	margin:0 2px;
	
}
.write-reviews ul.rating li{
	background:none;
}
.write-reviews ul.rating,
.write-reviews{
	text-align:left;
}
.control-buttons{
	margin:0 0 15px;
}
.control-buttons button.default:hover,
p#com-form-login-remember .default:hover,

.vm-button-correct:hover,

input.highlight-button:hover,
span.addtocart-button input.addtocart-button:hover, 
span.addtocart-button input.notify-button:hover{
	background:#225180;
	color:#F2F2F2;
	font-weight:normal
}
span.quantity-box{
	padding:0 0;
}
input.quantity-input{
	background: #FFF;
    box-shadow: none;
    margin: 0;
    padding: 3px 2px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	height:auto;
}
span.quantity-controls{
	position:relative;
	padding:0 0;
	height:24px;
}
.product-field-display input{
	float:left;
	clear:both;
	border:none;
	margin-top:2px;
}
.productdetails-view h4{
	text-transform:uppercase;
	margin:0 0 8px;
	border:none;
}
.main-image{
	border:4px solid #DDD;
}
.additional-images img{
	width:98px;
	max-width:98px;
	height:55px;
	margin:0 0;
}
.additional-images a.modal{
	border:4px solid #DDD;
	display:inline-block;
	margin:0 5px 3px 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 0 0 20px;
}


.productdetails-view .addtocart-bar{
	margin:15px 0 0;
	padding:0 0;
}
.product-price{
	margin:0 0 10px;
}
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;
}
.prod-part1{
	float:left;
	margin:0 15px 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{
    margin: 7px;
	max-width:100%;
} 
.row .product:hover .yt-product-inner a.image-prod{
	background:#AAA;
}
.orderby-displaynumber{
	padding:10px 0 15px;
}
.orderlistcontainer div.activeOrder{
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.vm2-normalstock,
.vm2-nostock{
	margin:0 auto;
	
}
div.availability{
	text-align:left;
	margin:0 0 10px;
}
div.availability img{
	margin:0 0;
}
.productdetails-view h1{
	text-transform:uppercase;
}
.ask-a-question, 
.manufacturer, 
.manufacturer-details-view .email-weblink, 
.manufacturer-details-view .description{
	margin:0 0 10px;
}
.list-reviews div.highlight,
.list-reviews span.date,
.list-reviews div.normal{
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.prod-stock{
	text-align:center;
}
#top_pagination{
	border-bottom: 4px solid #DDDDDD;
    margin: 5px 0 15px;
    padding-bottom: 5px;
}
#bottom_pagination{
	padding:5px 0;
	margin-top:15px;
	overflow:hidden;
	border-top:1px solid #DDD;
	border-bottom:4px solid #DDD;
}
.featured-view .spacer h3, 
.latest-view .spacer h3, 
.topten-view .spacer h3, 
.related-products-view .spacer h3, 
.browse-view .row .product .spacer h2{
	margin:10px 0 5px;
	font-size:110%;
	text-transform:uppercase;
}
p.product_s_desc{
	margin:8px 0;
}
#facebox .popup {
    border: 5px solid #666666;
	position:static !important;
	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;
}
.product-field-type-B, .product-field-type-S, .product-field-type-I {
    float: none;
    padding: 0 0;
}
.orderlistcontainer{
	float:left;
}
.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-bottom:0px;
}
span.quantity-controls input.quantity-minus {
	background-position:12px 0;
	position:absolute;
	bottom:0px;
}
span.quantity-controls input.quantity-plus{
	position:absolute;
	top:0px;
}

table.cart-summary tr td,
table.cart-summary tr th{
	text-align:center;
}
.cart-view #tosAccepted,
.cart-view #remember{
	border:none;
	background:#FFF;
}
.orderlistcontainer{
	position:relative;
}
.orderlistcontainer div.orderlist{
	width:150px;
	position:absolute;
	left:0px;
}
ul.vmmanufacturer{
	margin:7px 0;
	overflow:hidden;
}
ul.vmmanufacturer li{
	padding:0 0;
	background:none;
}
.product-price  div span{
	display:inline-block;
}
#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%;
}
.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 input#password,
.login-fields input#username {
	display: block;
}
.login-fields{
	margin:0 0 5px 0;
}
/* -----------------
Component search */
#searchForm .button{
	padding:2px 8px;
	margin:0 5px;
}
#yt_component #searchForm .word .button,
#yt_component #search-form .word .button {
	background: url(..//images/icon-search.png) no-repeat scroll left center #ec534d;
	border-radius: 4px 4px 4px 4px;
	font-size: 100%;
	padding: 6px 10px 6px 32px;
}
#yt_component #searchForm .word .button:hover,
#yt_component #search-form .word .button:hover {
	background-color: #000;
}
/* -----------------------
Component smart search */
#advanced-search ul li.filter-branch{
	margin:5px 0;
	background: none;
}
#advanced-search ul li.filter-branch label{
	padding:0 5px 0 0;
	display: block;
}
#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;
}
.category {
	word-wrap: break-word;
}
.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;
}
.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 label{
	width:150px;
	float:left;
	margin:0 0 10px;
	font-weight:normal;
}
form dl dt,
form dl dt{
	margin:5px 0 0;
}
form dl dd,
form  dl dd{
	margin:0 0 5px;
}
/* .yt-fontsize */
.yt-fontsize {
	margin: 0;
}
.yt-fontsize li {
	display: inline-block;
	padding: 0;
	background: url(..//images/yt-fontsize.png) no-repeat;
	text-indent: -999em;
	width: 30px;
	height: 30px;
}
.yt-fontsize li.dec {
	background-position: center 0px;
}
.yt-fontsize li.reset {
	background-position: center -40px;
}
.yt-fontsize li.inc {
	background-position: center -80px;
}
.yt-fontsize li.dec:hover {
	background-position: center -120px;
}
.yt-fontsize li.reset:hover {
	background-position: center -160px;
}
.yt-fontsize li.inc:hover {
	background-position: center -200px;
}
.block-breadcrumbs {
	position: relative;
}
.block-yt-fontsize {
	position: absolute;
	right: 0;
	top: 0;
}
.rtl .block-yt-fontsize {
	right: auto;
	left: 0;
}
/* ***     registration form     *** */
.k2AccountPage div.admintable {
	width: 100%;
}
.k2AccountPage div.admintable fieldset.key label {
	display: block;
    float: left;
    width: 110px;
}
.k2AccountPage div.admintable .text-font {
	background: #eee;
	font-size: 120%;
    padding: 5px 15px;
}
.k2AccountPage table.admintable td.key, 
.k2AccountPage table.admintable td.paramlist_key {
	width: auto;
}
.reset #user-registration fieldset,
.remind  #user-registration fieldset {
	padding: 0;
}
#meganavigator .mega-module-content ul.menu.j-category li,
.rtl #meganavigator .mega-module-content ul.menu.j-category li {
	background: none;
}
#meganavigator .mega-module-content ul.menu.j-category li a {
	position: relative;
}
#meganavigator .mega-module-content ul.menu.j-category li a > img {
	left: 5px;
    position: absolute;
    top: 9px;
}
#meganavigator .mega-module-content ul.menu.j-category li a > img + span {
	padding: 0 5px;
}
.rtl #meganavigator .mega-module-content ul.menu.j-category li a > img {
	left: auto;
    right: 5px;
}
.mod_topvideo {
	position: relative;
	padding: 6px 0 10px;
}
.mod_topvideo a {
	background: url(..//images/play.png) no-repeat center center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -999em;
}
.mod_topvideo a:hover {
	background-image: url(..//images/play-ov.png);
}
.only-5col {
	display: none;
	height: 0;
}