/******************************************
***          YT Framework: CSS          ***
*******************************************/
form{ margin:0px;}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline:none;
  outline-offset:0px;
  box-shadow:none;
  /* IE6-9 */
}
a:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus  {
	outline:none;
	outline-offset:0px;
}
.button, button{
    background:#c09e42;
    color: #f3f3f3;
    text-shadow: none;
	border:none;
	transition:none;
	padding:5px 10px;
	border-radius:2px;
margin-top:3px; 
height:29px;
}
.button:hover, button:hover{ 
	/*background:#c09e42;*/
	color: #f3f3f3; 
	transition:none;
		
	background: rgb(209,174,81); /* Old browsers */
	background: -moz-linear-gradient(top,  #c19f41) 10%, #e1bf60 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#c19f41), color-stop(100%,#e1bf60)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c19f41 10%,#e1bf60 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19f41', endColorstr='#e1bf60',GradientType=0 ); /* IE6-9 */
}

.alert-info{background-color: #e7e5e5;  border-color: #DDDDDD;border: none;}
body.contentpane{padding:5px 20px;}
body.contentpane .pull-left{float:none;}
body.contentpane .mailto-close{float:right;}

textarea,
input[type="text"],
input[type="email"],
input[type="password"]{line-height: 16px;}

label, input, button, select, textarea{ font-size:100%;
}

hr {
    border-color: #DDDDDD -moz-use-text-color #F5F5F5;
}
ul.list-style, ul.menu {
    list-style: none outside none;
    margin: 0 0 0 30px;
    padding: 0;
}

.yt-main{margin:0 auto;}

body{color:#686868;font-size:12px;}
a:hover{color: #c09e42; text-decoration:none;}

.overflow{ overflow:hidden;}

.yt-main-in2 { width:auto !important ; padding:0 20px;}
#yt_slideshow .yt-main-in2{ padding:0px;}

#yt_header{ 
	background-color:#262626;
	background-image:url("../images/pattern/pattern3.png");
 }
#yt_header .yt-main-in2{ padding:0px;}
#content .container .yt-main-in2{ background-color:#f3f3f3;}
#yt_footer .container .yt-main-in2{ background-color:#000;}
#yt_menuwrap{ background:#1a1a1a;}
#yt_mainmenu_res{
	display: none;
}
#position-6, #position-7{ padding-top:70px;}
.homepage #position-6,
.homepage #position-7,
.homepage #content_main .content-main-inner{ padding-top:0px;}

.font-special{ /*font-family:'Petit Formal Script';*/
	font-family:'Old Standard TT:400italic';
	font-style:italic;
}

/* Text Alignment */
.clear{clear: both;}
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

table.variations{width: 99%;clear:both;margin:1.5em 0 1em;}
	table.variations tr.odd{background: none;border: none;}
	table.variations tr.odd td {
		background: #F7F7F7;
		/*box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1);
		text-shadow: 0 1px 1px rgba(255,255,255,0.6);*/
	}
	table.variations tr td{background: #fff;height: 25px;color: #666;}
	table.variations tr td.bold{font-weight: bold;padding: 3px 10px;}


/*      Special positions       */
/* -----------------------------*/
#yt_notice{position:fixed;top:0px;height: 0px;min-height: 0px;z-index: 96;}
#yt_sticky_left{position:fixed;z-index: 10;left:0;top:165px;margin:0;height: 0px;min-height: 0px;}
#yt_sticky_right {position:fixed;z-index: 10;right:0;top:165px;margin:0 0;height: 0px;min-height: 0px;}

#yt_sticky_left  .btn-special,
#yt_sticky_right .btn-special{
	height: 99px;
	color: #f3f3f3;
	border-bottom: 1px solid #ddb74f;
	background-color: #C09E42;
	box-shadow: 4px 0 0 rgba(0, 0, 0, 0.1) inset, 0 2px 2px rgba(0,0,0, 0.25);
}
#yt_sticky_right .btn-special{
	box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_right .btn-special .icon-facebook{font-size: 24px}
#yt_sticky_left  .btn-special span,
#yt_sticky_right .btn-special span{line-height: 49px;}

#yt_tool_bottom {position:fixed;right:70px;bottom:0px;height: 0px;min-height: 0px;}
#yt_special_pos div.module{width: 100%;}
#yt_special_pos div.module.active{}
#yt_special_pos div.module.active .btn-special{color: #fff;}
#yt_special_pos div.bg-white .module-inner3{padding:10px;background-color:#fff;}

#yt_special_pos div.module.active .btn-special{
	border-radius:0px;
	color:#fff;
}
/* Sticky */
.yt-sticky{position:relative;z-index: 80;}
.yt-sticky > div.module{position:absolute;z-index:88;margin-bottom:10px;}
.yt-sticky.sticky-right > div.module{right: -100%;background: #C09E42;}
.yt-sticky.sticky-left > div.module{left: -100%;background: #C09E42;}
.yt-sticky.sticky-left > div.module:first-child .btn-special{border-radius: 0 3px 0 0;}
.yt-sticky.sticky-left > div.module:last-child .btn-special {border-radius: 0 0 3px 0;}
.yt-sticky.sticky-right > div.module:first-child .btn-special{border-radius: 3px 0 0 0;}
.yt-sticky.sticky-right > div.module:last-child .btn-special {border-radius: 0 0 0 3px;}

.yt-sticky > div.module.active{}
.yt-sticky > div.module .module-inner1{position:relative;}
.yt-sticky > div.module .module-inner2{margin:6px;}

.sticky-right .btn-special{right:100%;left:auto;top:-7px;}
.sticky-left .btn-special{left:100%;top:-7px;}
.sticky-right .active .btn-special{right:-40px;}
.yt-sticky .twtr-widget{
	z-index: -1;
}
.btn-special{
	height:45px;width:45px;background-color:#6b82a2;display:block;position:absolute;left:0px;cursor:pointer;
	text-align: center;
	-webkit-transition: color 0.15s ease-in-out 0s;
	-moz-transition: color 0.15s ease-in-out 0s;
	-o-transition: color 0.15s ease-in-out 0s;
	-ms-transition: color 0.15s ease-in-out 0s;
	transition: color 0.15s ease-in-out 0s;
}
.btn-special span{font-size: 20px;line-height: 36px;width:24px;margin: 0 4px 0 8px;}
.btn-special:hover span{color:#fff;text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);}

/* Tool bottom */
.yt-tool-bottom .module{position:absolute;z-index:88;margin: 0 ;background-color:#6FAF09; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 #619E0D, -1px 0 0 #619E0D inset;}
.yt-tool-bottom .module-inner1{position:relative;}
.yt-tool-bottom .module-inner2{padding:6px;}
.yt-tool-bottom .btn-special{
	left:auto;top:-36px;right:0px;width:auto;height: 35px;padding: 0 10px 0 0;font-size: 16px;font-weight: bold;background: #6bab13;color: #eee;
	border-radius: 3px 3px 0 0;
	border: 1px solid #619e0d;border-bottom: 0;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
}
.yt-tool-bottom .btn-special span{line-height: 32px;}

/* Notice */
#yt_special_pos .yt-notice .module{background-color:#6B82A2;color: #eee; box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;}
#yt_special_pos .yt-notice .module.active{box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;}
.yt-notice .module {position:absolute;top:-99em;z-index:88;text-align:center;width:100%;min-height:35px;margin: 0 0;}
.yt-notice .module .module-inner1{position:relative;padding:10px;}
.yt-notice .module .btn-special{position:absolute;right:90px;left:auto;height: 38px;color: #BFCFE6;border-radius: 0 0 3px 3px;margin-top: -1px;box-shadow: 0 0 1px rgba(0, 0, 0, 0.2)}
.yt-notice .module .btn-special span{margin:0 8px 0 8px;line-height: 36px;}
.yt-notice .module.active .btn-special{color: #fff;}

/* Custom  Special positions*/
#yt_sticky_right .bt-facebook{}
#yt_sticky_right .bt-facebook .btn-special:hover{background: #3C5A9A;}
#yt_sticky_right .bt-twitter  .btn-special:hover{background: #2DAAE0;}
#yt_sticky_right .bt-bullhorn .btn-special:hover{background: #EC4822;}
#yt_sticky_right .bt-facebook.active{background: #3C5A9A;}
#yt_sticky_right .bt-bullhorn.active{background: #EC4822;}
#yt_sticky_right .bt-twitter.active{background: #2DAAE0;}
#yt_sticky_right .bt-twitter.active .btn-special  {background: #2DAAE0;color: #fff;border-radius: 0;}
#yt_sticky_right .bt-facebook.active .btn-special {background: #3C5A9A;color: #fff;border-radius: 0;}
#yt_sticky_right .bt-bullhorn.active .btn-special {background: #EC4822;color: #fff;border-radius: 0;}

.box-livesupport input,
.box-livesupport textarea{width:95%;font-size: 12px;}
/* -----------------------------*/

/* -----------------------------*/
/*     SJ tools                 */
/* -----------------------------*/
#yt-totop {
    background: url(../images/up-arrow.png) no-repeat center center rgba(192, 158, 66, 0.5);
    border-radius: 5px 5px 5px 5px;
    bottom: 10px;
    height: 45px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    width: 45px;
    z-index: 40;
	text-indent:-999em;
}
#yt-totop:hover{
	background-color:rgba(192, 158, 66, 0.8);
}

#yt_wrapper{overflow:hidden;}
#system-message{margin:17px 0 0 ;}

/* Tooltip voor de editor button */
.item-title .badge {
    padding: 2px 9px;
	vertical-align:middle;
	display:inline-block;
}
.label-info, .badge-info{ background-color:#C09F42;}
.tip-wrap .tip {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 85%;
	max-width: 250px;
	z-index: 80;
	position: relative; 
	box-shadow:1px 1px 1px #ccc;
}
.tip-title{
	font-weight: bold; 
	text-align:center; 
	background:#3d2b1f; 
	padding:5px; 
	color:#ccc; 
	margin-bottom:5px;
}

div.yt-main{margin:0 auto;}
div.mod-preview-info{
	background-color: #DC143B;
    border: 1px solid black;
    color: #FFFFFF;
	font-size: 12px;font-family: "arial";
    z-index: 900;
}

/****** Layout *****/
/*****Override bootrapst*****/
.row-fluid .span2d4{width:17.79005524861876%;}/* 2.4*8.5635359116022-2.7624309392265194 */
.row-fluid .span4d8 {width: 38.34254143646404%;}  /* 4.8*8.5635359116022-2.7624309392265194 */
.row-fluid .span7d2 {width: 59.09335599943328%;}  /* 7.2*8.5635359116022-2.564102564102564 */
/*.row-fluid .span4d8{width:35.89745%;}*/	
.row-fluid .no-first-child{ margin-left:2.5641% !important;}
a,a:focus,button,button:focus,.btn,.btn:focus{outline:none;}
.row-fluid .first-child{margin-left: 0;}
.row-fluid .span12{margin-left: 0;}
.row-fluid .hidden{display: none;}
#content_main .row-fluid [class*="span"]:first-child{min-height: 0;}

#main_bottom{ width:100%;  float:left;}	

/****** Module *****/
h3.title{ 
	color:#C09F42;
	text-align:center;
	font-weight:normal;
}
div.module_menu,
div.module{ margin:0 0 20px;}
div.module div.module-inner{}
.module h3.title{
	position:relative;
}
.module h3.title, .module_menu h3.title{
	line-height:42px;
	font-size:200%;
	/*font-family:'Open Sans', serif;*/
	color:#C09F42;
	font-weight:normal;
	margin:0 ;
	text-align:center;
	/*font-style:italic;	*/
}
div.module div.module-content{padding: 5px 0px 15px 0px;}

div.module.space{margin-bottom: 0;}
div.module.blank div.module-content{padding: 0;background: none;}

/* --module sticky-- */
h3.modtitle{
	line-height:20px;
	font-size:150%;
	font-weight:normal;
	margin:0 0 10px;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}
h3.modtitle:before{
	color:#C09E42;
	content:"\f111";
	font-family:'FontAwesome';
	vertical-align:top;
	width:12px;
	height: 12px;
	font-size:14px;
	margin: 0 10px 0 0;
	display: inline-block;
}
/* Suffix clear */

/* Suffix blank */
.module.blank{}
.module.blank h3{ margin: 0 0 20px;}
.module.blank h3 span{}
.module.blank .module-content{}
.module.blank div.module-content:before{
	display:none;
}
/* Moudle default */
div.module{}
	div.module .module-inner{}
	div.module h3.title{		
	}
	div.module div.module-content{ padding:0 0 15px; }
	div.module div.module-content:before,
	div.module_menu div.module-content:before{
		background: url("../images/icons/icon_style.png") no-repeat center bottom;
		
		display:block;
		height:20px;
		content:"";
	}
	
	ul.list-style li{ padding:5px 0; clear:both;}
	ul.list-style li a{ display:block;}
	ul.list-style li:before{
		height:15px;
		font-size:18px;
		color:#929292;				
		margin:0px 15px 0 -20px; 
		vertical-align:-2px;
		content:"\f0da";
		font-family:'FontAwesome';
		float:left;
	}
	ul.list-style li:hover:before{
		/*background-position:left -19px;*/
		color:#c09e42;
	}
	ul.list-style li a:hover{ 
		font-style:italic;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

/* icon Style */
div.module.style-icon{}
	div.module.style-icon .module-inner{}
	div.module.style-icon h3.title{	}
	div.module.style-icon div.module-content{  }

/* border Style */	
div.module.border1{ border:1px solid #dedede; background-color:#fff;}

div.module.border2{}
	div.module.border2 div.module-content{
		border:1px solid #dedede; 
		padding: 20px 0px 15px 0px;
		background-color:#fff;
	}
	div.module.border2 div.module-content:before{
	display:none;
	}
div.module.border3{}
	div.module.border3 h3.title{ background:#C09F42; color:#fff;}	
	div.module.border3 div.module-content{
		border:1px solid #dedede; 
		padding: 20px 0px 15px 0px;
		background-color:#fff;
	}
	div.module.border3 div.module-content:before{
		display:none;
	}
	
/* bg Style */
div.module.bg1{}
	div.module.bg1 h3.title{ background:#C09F42; color:#fff;}	
	div.module.bg1 div.module-content{
		background:#dedede; 
		padding: 10px;
	}
	div.module.bg1 .custom{ background:#fff;}
	div.module.bg1 ul.list-style{ background:#fff; padding:10px 0 5px;}
	div.module.bg1 div.module-content:before{
		display:none;
	}
	
/* Moudle module_menu */
div.module_menu ul{ margin:0 0 0 10px; list-style:none;}
div.module_menu ul li{ padding:5px 0; clear:both;}
div.module_menu ul li:before{
	content:"\f0da";
	font-family: FontAwesome;
	display:inline;
	height:15px;
	font-size:18px;
	color:#929292;				
	margin:0px 15px 0 -10px; 
	vertical-align:-2px;
	float:left;
}
div.module_menu ul li:hover:before,
div.module_menu ul li.active:before{
	color:#c09e42;
}
div.module_menu ul li a{
	display:block;
}
div.module_menu ul li a:hover{
	background:none;
	color:#c09e42;
}
div.module_menu ul li.active a{
	color:#C09E42;
	font-style:italic;
}
	
div.module.menu1{}
	div.module.menu1 ul.list-style li{ border-bottom:1px dotted #a4a4a4; padding:5px 0 4px;}
	div.module.menu1 ul.list-style li.last{ border-bottom:none;}
div.module.menu2{}
	div.module.menu2 ul.list-style li{
		background:url("../images/icons/line.png") repeat-x left bottom;
	}
	div.module.menu2 ul.list-style li.last{ background:none;}

/* Bullets Style */
div.module.bullets1{}
	div.module.bullets1 ul.list-style li:before,
	div.module.bullets1 ul.list-style li:hover:before{
		content:"\f111";
		font-family:'FontAwesome';
		font-size:8px;
		color:#826412;
		vertical-align:1px;
		margin-top:5px;
	}
div.module.bullets2{}
	div.module.bullets2 ul li{ padding:6px 0;}
	div.module.bullets2 ul.list-style li:before,
	div.module.bullets2 ul.list-style li:hover:before{
		width:14px;
		height:14px;
		content:"";
		display:inline-block;
		margin:2px 15px 0 -25px;
		background: url("../images/icons/icons.png") no-repeat left -3px;	
	}

/* Badge Style*/
div.module h3.title span.badge {
    background: url("../images/icons/icon_style.png") no-repeat center 0px;
	display:block;
	height:28px;
	position:absolute;
	bottom:-20px;
	width:100%;
	left:0px;
	padding:0px;
	border-radius:0px;
}

	div.module.badge-cool div.module-content,
	div.module.badge-hot div.module-content,
	div.module.badge-top div.module-content,
	div.module.badge-new div.module-content{ margin-top:20px;}
	
	div.module.badge-cool div.module-content:before,
	div.module.badge-hot div.module-content:before,
	div.module.badge-top div.module-content:before,
	div.module.badge-new div.module-content:before{ display:none;}
	
	div.badge-top ul.list-style li{
		background:url("../images/icons/line.png") repeat-x left bottom;
	}
	div.badge-top ul.list-style li.last{ background:none;}
	
	div.badge-top h3.title span.badge{
		background-position:center -28px;
	}
	div.badge-new h3.title span.badge{
		background-position:center -56px;
	}
	div.badge-cool h3.title span.badge{
		background-position:center -84px;
	}
/*----------------------------------------------------------------------
	Base Joomla 
----------------------------------------------------------------------*/
#content_main .content-main-inner{padding-top:70px;}
#yt_component{margin-bottom: 20px;}
#yt_component .component-inner{}
#yt_component .component-inner2{ /*padding-top:70px;*/}
#yt_component .component-inner2:after,
#yt_component .component-inner2:before{clear: both;display: block;content: "";}

/* --- Page breaks --- */
#article-index, .article-index{ border-bottom:1px solid #E9E8E8;}
.article-index{ float:none;}
#article-index li{ padding:5px 0; text-transform:capitalize;}
.article-index li{ padding:3px 0; text-transform:capitalize;}
.article-index li  a:hover{ background:none !important;  color:#C09E42 !important;}
#article-index li a.active,.article-index li a.active{color: #C09E42;}
#article-index h3 , .article-index h3{
	margin-top: 15px;line-height: 100%;text-shadow: 1px 1px 1px #fff;} 

	/*Category List*/
	div.categories-list ul > li{ list-style:none;}	
	ul.list-condensed{ margin:0;}
	ul.list-condensed li {
		list-style: none outside none;
		padding: 6px;
	}
	ul.list-condensed li.cat-list-row0 {
    background: none repeat scroll 0 0 #EBE9E9;
	}
	ul.list-condensed li:hover {
 	   background: none repeat scroll 0 0 #E7E5E5 !important;
	}
	ul.list-condensed .list-date{ font-size:85%;}
	ul.list-condensed .list-hits{ background:#FF3F00; text-shadow: none;}
	
/*Featured Articles*/
.items-leading{padding:0 0 10px;}
	.blog .items-row{margin-top:5px; }
	.blog .items-row.row{ margin-top:0px;}
	.items-row .item ,
	.items-leading > div.item{
		padding:0px;
		padding-bottom:10px;
	}
	.items-leading > div.item:first-child{}
	.items-row:first-child .item{}
	
	h2.item-title{
		font-size:150%;
		line-height:24px;
		font-family:'Petit Formal', serif;
		font-weight:bold;
	}
	.blog .item-image, .blog-featured .item-image{
		background:url(../images/loading.gif) no-repeat center center;
		text-align:center;
	}
	.pagenavcounter{
		margin:15px 0 10px;
		font-weight:bold;
	}
	.article-index{
		margin:0 0 0 10px;
	}
	.article-texst .infor_item{ width:62%; float:left; max-width:100%;}
	.article-texst a.readmore{ margin-top:10px;}
	div.blog-featured div.article-text, div.blog div.article-text{
		display: block;/* position:relative*/
	}
	div.article-info{font-size:85%; display:block; margin-bottom: 5px; color:#999;}
	.article-text div.item-headinfo{ min-height:20px;}
	div.img-intro-left{margin-bottom: 15px; float:left;}
	.com_content .page-header{
		margin:0px 0 ;
		border:none;
	}
	.page-header h2{
		margin-bottom:5px;
		font-size:150%; 
		font-weight:bold;
	}
	div.article-info > div,
	dl.article-info > dd{display:inline-block;  margin: 0; vertical-align:middle;}
	div.article-info > div:last-child{padding: 0;}
	
	.article-info-term{
		font-size:125%;
	}
	div.item-page div.article-info{
		margin:0 0 5px 0;
		padding:0 0;
	}
	.yt-gallery ul{ margin:0 auto; text-align:center;}
	.yt-gallery ul li{ display:inline-block; float:none;}
	.element-invisible{
		line-height:30px;
		vertical-align:middle;
		margin:0 8px;
	}
	div.item-page .pagenav{
		clear:both;
	}
	.item-page .pull-left.item-image{
		float:none;
		margin:0 0 10px 0;
	}
	.com_content .items-row .pull-right{margin:20px 0 0;}
	.com_content .items-row.row-0 .pull-right{margin:10px 0 0;}
	
	.icon-calendar{
		display:none;
		background: url(../images/icons/ico-sprites.png) no-repeat 0 0;
		float: left;margin: 0 5px 0 0;width:18px;height: 21px;
	}
	/* item hover */
	.item:hover .page-header h2 a{ color:#C09E42; }
	   
	/*--categories list--*/
	.categories-list .page-header.item-title > a { 
		font-size:128%; vertical-align:middle; font-weight:normal;padding: 3px 4px 0px;}
	.categories-list .page-header.item-title > a.collapsed .icon-plus{
		background-position:-432px -96px;}
	.categories-list .page-header.item-title > a .icon-plus{  
		background-position:-408px -96px;}
	.categories-list .icon-circle{
		font-size:8px;
		vertical-align:-1px;
	}
	/*----category list----*/
	.cat-items #adminForm{ margin-top:10px;}
	table.category{ width:100%;}
	table.category thead{background:none;}
	
	table.category th{
		background: url("../images/line_double.png") repeat-x scroll left bottom transparent;
		font-size: 120%;
		font-weight: bold;
		padding: 8px 10px;
		text-transform: uppercase;}
	table.category tbody tr td{
		font-weight: normal;
		padding: 5px 10px;
	}
	table.category tr{
		background:#F5F5F5;
	}
	table.category tr.cat-list-row0{ background:#FAFAFA;}
	
	table.category tbody tr:hover td {
    	background-color: #FFFFFF;
	}
	#login-form .controls a.btn{ 
		min-height:28px; background:none !important; padding:0 10px !important;}
	.quicklink ul li{ padding:0 5px;}

	div.category-list{
		margin-top:12px;
	}
	div.category-list h2{ font-size:180%; font-weight:100;}
	.category-list table.category th{ text-align:left;}
/*--archive page--*/
	.archive{ margin-top:15px;}
	.archive .filters select, 
	.archive .filters .button{
		margin:5px 0;
	}
	.archive .filters .button{ padding:4px 14px;border-radius:3px;}
	#archive-items > div{
		border-bottom: 1px dashed #c9c9c9;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	#archive-items .intro p{margin: 0;clear: both;}
	#archive-items .page-header{margin: 0 ;}
	#archive-items dl.article-info{font-size: 88%;}
	#archive-items .page-header h2{font-size: 100%;margin-bottom: 0;line-height: 100%;}
/*Pagination*/
	.pagination{height:auto; text-align:center; margin:10px auto;}
	div.pagination ul{
		box-shadow:none;
		display:table;
		margin:0 auto;
	}
	div.pagination ul li{
		display:inline-table;
		padding:0px;
		margin-top:5px;
	}
	div.item-page div.pagination ul li{ margin:0 5px;}
	div.pagination ul li a, div.pager ul li a{
		float:none;
		/*padding:5px 15px;
		border:1px solid #ccc;
		background-color:#EBE9E9;
		display: inline-block;
		border-radius:3px;
		line-height:18px;*/
	}
	.pagination ul > li:last-child > a,
	.pagination ul > li:first-child > a{border-radius:3px;}
	
	.pager a, .pager span{border-radius: 0px;padding: 3px 30px; font-size: 85%; border:none;}
	.pagenav li a{
		 background:url(../images/btn_next_pre.html) no-repeat right 9px;
		 border:none;
	}
	.pager li a:hover{background-color:#fff; color:#666;}
	.pagenav li.next a:hover{ background-position:right -50px ;}
	.pagenav li.previous a{background-position: left -116px; border:none;}
	.pagenav li.previous a:hover{ background-position:left -182px ;}
	
/*Category Blog*/
div.blog{}
	.blog .items-row .item.column-1{
		padding-right:8px;
	}
	.blog .items-row .item.column-2{
		padding-left:8px;
	}
	.blog .item-image{
		margin: 0 0px 10px 0;  
	}
	.blog .items-row .item.column-2 .item-image{
		
	}
	.item .item-image:hover img{box-shadow:2px 2px 2px rgba(0, 0, 0, 0.2);}
	.blog .item .page-header{ float:left;  width:100%;}
	.page-header h2.item-title{
		display:inline-block;
	}
	.page-header h2.special-title{
		display:block;
	}
	.page-header h2.special-title a{
		color:#C09F42;
	}
	
	ul.actions{
		display:inline-block;
		float:right;
		list-style:none;
		margin:5px 0 10px;
	}
	ul.actions li{
		float:right;
		margin: 0 0 0 15px;
    	width: 17px;
	}
	
	ul.actions li > a {
		display: block;
		float: right;
		height: 17px;
		padding: 0;
		text-indent: -999em;
		overflow:hidden;
		width: 16px;
	}	
	ul.actions li.print-icon > a {
    	background: url("../images/print_email.png") no-repeat scroll right 0 transparent;
		-moz-transition: background-position 0.3s linear 0s;
		-webkit-transition: background-position 0.3s linear 0s;
		-o-transition: background-position 0.3s linear 0s;
		transition: background-position 0.3s linear 0s;
	}
	ul.actions li.email-icon > a {
    	background: url("../images/print_email.png") no-repeat scroll left 0px transparent;
		-moz-transition: background-position 0.3s linear 0s;
		-webkit-transition: background-position 0.3s linear 0s;
		-o-transition: background-position 0.3s linear 0s;
		transition: background-position 0.3s linear 0s;
	}
	ul.actions li.print-icon > a:hover{
		background-position:right -24px;
	}
	ul.actions li.email-icon > a:hover{
		background-position:left -24px;
	}
	
	ul.pagenav li.pagenav-prev a{ float:left;}
	ul.pagenav li.pagenav-next a{ float:right;}

	
	.blog .item .item-headinfo{
		clear:both;
		margin-bottom:15px;
	}

	.blog .item p{display:inline;}
	dl.article-info{margin: 0; color:#999;}
	
	dl.article-info a{ color:#C09E42;}
	dl.article-info a:hover{ color:#686868;}
	
	dl.article-info > dd.category-name,
	dl.article-info > dd.published{ margin-right:10px;}
	
	.published .icon-date {
		background: url("../images/icons/ico-date.png") no-repeat scroll center bottom transparent;
		float: left;
		height: 19px;
		margin: 0 5px 0 0px;
		width: 19px;
		display:inline-block;
	}
	.hits .icon-eye-open{
		color:#686868;
		font-size:14px;
		margin:0 5px 0 0px;
		display:inline-block;
		float:left;
	}
	
	a.readmore{ color:#C09E42; font-size:100%; display:inline-block;}
	a.readmore:hover{ color:#686868;}
	a.readmore:after{
		display:inline-block;
		font-family:'FontAwesome';
		content:"\f105";
		color:#f3f3f3;
		margin-left:0px;
		font-size:14px;
		font-weight:bold;
	}
	a.readmore:hover:after{margin-left: 5px; color:#686868; }
	a.readmore:before{ content:"";}
	
	
/*Items Blog*/ 
div.item-page{ padding: 0 0 0px 0px;}
	div.item-page .page-header{padding:0px;margin:10px 0 0;}
	div.item-page h2.item-title{}
	div.item-page .pull-left{margin-right: 15px;}
	div.item-page + p:first-child{color: #154575;}
	dl.article-info > dd.createdby{ display:block; margin:0 0 5px;}
	div.item-page dl.article-info{
		border-bottom:1px dashed #c9c9c9;
		margin:0 0 10px;
	}
	.item-page .itemIntroText{
		padding:0 0 10px 0; 
		color:#999; 
		font-size:128%; 
		font-weight:normal;
}
	.item-page .img-fulltext-none{ margin:20px 0px; text-align:center;}
	div.img_caption{
		margin-bottom: 2em;
		position: relative;
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	}
	p.img_caption{
		padding: 5px;margin: 0;
		background: rgba(0,0,0,0.4);color: #ddd;
		position: absolute;left: 0;right: 0;bottom: 0;
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	}
	div.item-page p{
		color:#909090;
	}	
	.item-page p.img_caption{ display:none;}
	
	div.item-page .pagenav li a,
	div.item-page div.pagination ul li a{
		padding:5px 15px;
		line-height:18px;
		background:#c09e42;
    	color: #f3f3f3;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		display:inline-block;
	}
	div.item-page .pagenav li a:hover,
	div.item-page div.pagination ul li a:hover{ 
		color: #f3f3f3; 	
		background: rgb(209,174,81); /* Old browsers */
		background: -moz-linear-gradient(top,  #c19f41) 10%, #e1bf60 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#c19f41), color-stop(100%,#e1bf60)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #c19f41 10%,#e1bf60 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19f41', endColorstr='#e1bf60',GradientType=0 ); /* IE6-9 */
	}
	/* Page break Style */
	dl.tabs{width:100%;border-bottom: 1px solid #E7E7E7;margin: 1.5em 0 1em;}
	dl.tabs:before, 
	dl.tabs:after {content: "";display: table;line-height: 0;clear: both;}
	dl.tabs dt{float: left;margin-right: 5px;margin-bottom: -1px;}
	dl.tabs dt h3{background:#F5F5F5;margin: 0;padding: 7px 10px 8px;font-size: 116.7%;border: 1px solid #E7E7E7;}
	dl.tabs dt h3 > a{ color: #808080;}
	
	dl.tabs dt.open h3{background: #fff; border-bottom-color: #fff;}
	dl.tabs dt.open h3 > a{color: #73B700;}
	
	dl.tabs ~ .current dd.tabs{margin: 0;}
		
	/* relate item */
	.related-items-title{ 
		color:#686868; 
		font-size:170% !important; 
		margin:0 0 10px 0 !important; 
		padding:15px 0; 
		font-weight:normal !important; 
		background:url("../images/line_double.png") repeat-x scroll left 45px;}
	ul.related-items li.related-item{
		margin:0 10px 10px 10px !important; 
		background:url(../images/iocon_li_relate.png) no-repeat left 6px; 
		padding:0 15px;
		-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	   -o-transition: all 0.3s ease-in-out 0s;
	   -ms-transition: all 0.3s ease-in-out 0s;
	   transition: all 0.3s ease-in-out 0s;
	}
	ul.related-items li.related-item > a{ margin:0px !important; font-size:100%;}
	ul.related-items li.related-item > a.related-item-image-link{margin:0px !important;}
	ul.related-items li.related-item:hover{ background-position:left -39px;}
	ul.related-items li.related-item:hover a{ /*color:#FF3F00;*/}
/*Pagination*/
ul.pagination{
	border-radius: 0px;
	box-shadow: none;
	display: table;
	margin: 0 auto; 
	text-align:center;
}
 ul.pagination li{display: inline-block;margin: 0 0px 0 0; padding:5px 0; }
 ul.pagination > li > span,  
 ul.pagination > li > a{
 	line-height: 20px;
	padding:0px; 
	border:none; 
	background:#fff;
	border:1px solid #eeeaae;
	color:#b4ad4b;
	display:inline-block;
	border-radius:0px !important;
}
ul.pagination > li > span.link:hover,
ul.pagination > li > span.active{
	background:#fdfbd9;
}
ul.pagination > li > span > a,  
ul.pagination > li > span > span{
 	padding:5px 10px;
	display:inline;
	border-radius:0px;
	color:#b4ad4b;
 }
.blog div.pagination ul li a{ border:none; background:none;}
/* ---Page Weblinks --- */
div.categories-list{ /*padding:10px 0;*/ margin-top:12px;}
	div.categories-list h3{ font-size:150%; font-weight:100;}
	div.categories-list > ul{
		position: relative;
		margin: 0;
		padding-left: 15px;
		margin-top:15px;}
	div.categories-list ul li{list-style: none;font-weight: bold;}
	div.categories-list ul ul > li{
		list-style: none;
		position: relative;
		margin: 0;
		padding: 10px 0 0 8px;
		overflow: hidden;
	}
	div.categories-list ul ul > li:after{ 
		border-left: 1px solid #CCCCCC;
		content: "";
		height: 30px;
		width: 1px;
		left: 0px;
		position: absolute;
		top: 0;
	}
	div.categories-list ul ul > li:before{
		content: "";
		border-bottom: 1px solid #CCCCCC;
		width:7px;
		height: 1px;
		position: absolute;
		left: 0px;
		top: 28px;
	}
	div.categories-list ul ul > li span.item-title{padding: 3px 8px;}
/* --- comp Seach --- */	
#searchForm	{ margin-top:15px;}
/* --- Smart Seach --- */	
#search-form{
	background: #ECF0E8;
	border: 1px solid #ddd;
	padding: 20px;
	margin-top:20px;
	box-shadow: 0 0 0 1px #f4f4f4 inset;
}
	ul#finder-filter-select-list{
		margin:0px;
		list-style:none;
	}
	ul#finder-filter-select-list li{
		padding:5px 0;
	}
	ul#finder-filter-select-list li label{
		width:160px;
	}
	
	#search-results ul{margin: 0;}
	#search-results ul li{list-style: none;}
	#search-results ul li .result-title {
		padding: 5px 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
		background: #eee;
		font-size: 100%;
	}
	#search-results ul li small{font-size: 88%;font-style: italic;color: #999;}
	#search-results span.highlight{
		background: #DC143C;
		padding: 2px 5px;
		margin: 0 3px;
		font-weight: normal;
		color: #fff;
		text-shadow: none;
	}
	#search-results .search-pagination{margin-top:2em;}
	#search-query-explained{font-weight: bold;}
	#search-query-explained .term{
		background: #73B700;
		padding: 2px 5px;
		margin: 0 3px;
		color: #fff;
	}

/* --- Registration Form --- */
div.registration{}
	div.registration legend{font-size:120%;line-height: 40px;text-transform: none;}
	div.form-actions{background: none;border: none;}
	.form-horizontal .control-label{text-align: left;padding: 0;margin-top: 5px;}
	.form-horizontal .control-label label{font-weight: bold;font-size: 88%; margin-bottom:0px;}
	.form-horizontal .controls{margin: 0;}
	.form-horizontal .controls input{max-width:250px;}
	.form-horizontal .form-actions{padding: 0;}
	
	.registration .btn,
	#search-form a.btn,
	.login .controls .btn,
	.logout  button.btn,
	#user-registration .btn{
		background:#c09e42;
		color: #f3f3f3;
		text-shadow: none;
		border:none;
		transition:none;
		padding:5px 10px;
		border-radius:2px;
	}
	.registration .btn:hover,
	#search-form a.btn:hover,
	.login .controls .btn:hover,
	.logout  button.btn:hover,
	#user-registration .btn:hover{ 
		/*background:#c09e42;*/
		color: #f3f3f3; 
		transition:none;
			
		background: rgb(209,174,81); /* Old browsers */
		background: -moz-linear-gradient(top,  #c19f41) 10%, #e1bf60 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#c19f41), color-stop(100%,#e1bf60)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #c19f41 10%,#e1bf60 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19f41', endColorstr='#e1bf60',GradientType=0 ); /* IE6-9 */
	}

/* --- Login Form --- */
div.login{}
	div.page-header{margin: 0 0 10px;padding: 0;border: none;}
	.registration div.page-header > h1{
		/*margin: 0;
		line-height: 40px;
		text-transform: uppercase;
		font-size: 120%;
		font-weight: normal;
		border-bottom: 1px solid #ddd;*/
	}
	div.login .form-horizontal{margin: 0;}
	div.login .control-group{ vertical-align:middle;}
	div.login .form-horizontal .control-label{ margin:5px 0 0px; width:100px;}
	div.login .form-horizontal .control-label label{ margin:0px;}
	div.login .login-description{padding: 10px 0px;}
	div.login .well{
		background: none;
		border: none;
		border-radius: 0;
		box-shadow: none;
		padding: 10px 0 0;margin: 0;
	}
	ul.nav-tabs{padding-left: 20px;margin-left: 0px; display:inline-block;}
	ul.nav-tabs.nav-stacked li{list-style: disc;}
	ul.nav-tabs.nav-stacked li > a{background: none;border-radius: 0;padding: 3px 0;border: none;}
	ul.nav-tabs.nav-stacked > li:first-child > a{border-radius: 0;border: none;}
	ul.nav-tabs.nav-stacked > li:last-child > a{border-radius: 0;border: none;}
	
/* --- Mailto-window --- */
#mailto-window{}
	#mailto-window > h2{line-height: 30px;font-size: 120%;border-bottom: 1px solid #ddd;}
	#mailto-window .mailto-close{position: absolute;right:10px;top:10px;}
	#mailto-window .mailto-close > a{
		display: inline-block;
		padding: 1px 6px;
		background: #dc143c;
		color: #fff;
	}
	#mailto-window .mailto-close > a span{font-size: 12px;}
	
/****** Block #yt_spotlight4 *****/	
#yt_top{
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
			box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
			
	/*border-bottom:1px solid #353535;*/
	display:block;
			
	min-height: 0;
    position: fixed;
    top: 0;		
	z-index:20;
	width:100%;
	background:#171717;	
}
/*#yt_test{
content:"";
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
			box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
			
	width:100%;
	height:2px;
	display:block;
	position:fixed;
	top:41px;
	z-index:20;
}*/
/*#yt_top:after{
	content:"";
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
			box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
			
	width:100%;
	height:2px;
	display:block;
	position:fixed;
	top:41px;
	z-index:20;
}

*/
#yt_top  .yt-main-in2{ padding:0px;}
#yt_top div.module{
	margin:0px;
}

#top1 div.module,
#top2 div.module,
#top3 div.module{
	margin:0px;
}
#top1 div.module div.module-content,
#top2 div.module div.module-content,
#top3 div.module div.module-content{
	padding:9px 0px 8px 0px;
}

ul.sj-login-regis{
	list-style:none;
	margin:0px;
}
ul.sj-login-regis li{ display:inline-block; color:#cbcbcb; margin:0 5px;}
ul.sj-login-regis li.sj-register, ul.sj-login-regis li.sj-login{ margin:0px;}
ul.sj-login-regis li a{
	color:#c09e42;
}
ul.sj-login-regis li a:hover{
	color:#cbcbcb;
}

#top2 div.module.cart div.module-content{
	/*padding:2px 0 0px;*/
	padding:0px 0 0px;
}
div.cart h4.title{ 
	display:inline-block;	
	background:url(../images/icons/carts.png) no-repeat left center;
	padding:8px 0 12px 30px;
	margin:0px;
	text-shadow: none;
	font-weight:normal;
	font-size:100%;
}
div.cart h4.title a{
	color:#cbcbcb;
	font-size:100%:
}
div.cart h4.title a:hover{
	color:#c09e42;
}
div.cart .total_products{ display:inline-block; color:#c09e42; vertical-align:middle;}

/*--moulde smart search--*/
#mod-finder-searchform div.finder{
	/*text-align:right;*/
	float:right;
}
div.finder input#mod-finder-searchword{
	width:180px;
	background:#434343 url(../images/icons/icon-search.png) no-repeat 6px center;
	font-size:91%;
	border:none;
	border-radius:0px;
	height:16px;
	margin:0 4px;
	padding:4px 10px 4px 20px;
	color:#797979;
}
div.finder input#mod-finder-searchword:focus{
	background:#434343;
	padding-left:10px;
	padding-right:20px;
	color:#CBCBCB;
}
div.finder button.finder{
	padding:0px 16px 3px;
	border-radius:2px;
	transition:none;
	float:right;
	border:none;
	
	background:#c09e42;
}
div.finder button.finder:hover{
	transition:none;
	
	background: rgb(209,174,81); /* Old browsers */
	background: -moz-linear-gradient(top,  #c19f41) 10%, #e1bf60 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#c19f41), color-stop(100%,#e1bf60)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c19f41 10%,#e1bf60 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19f41', endColorstr='#e1bf60',GradientType=0 ); /* IE6-9 */
}
div.finder button.finder .icon-search{
	font-size:10px;
	vertical-align:middle;
	margin:0px 0 0px;
	display:inline-block;
	border:none;
}
div.finder button.finder:hover .icon-search{
	color:#fff;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
} 
/****** Block #yt_header *****/

#yt_header {
	margin-top:41px;
	border-bottom:1px solid #353535;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.7);
	z-index:9;
	position:relative;
	height: 170px;
}

/*#yt_header:after{
	content:"";
	width:100%;
	height:8px;
	display:block;	
	background:url("../images/shadown.png") repeat-x scroll left top;
	position:absolute;
	left:0px;
	bottom:-8px;
}*/

#yt_header div.module{  margin:0px;}
#yt_logoposition{ position:relative;}
#yt_logoposition h1{
	margin:0px 0 0 0; 
	text-align:center;
	position:absolute;
	top:38px;
	left:0px;
	z-index:8;
	width:180px;height:181px;
	background:url(../images/bg_logo.png) no-repeat bottom center;
}
#yt_logoposition h1.logo a{min-height:80px; display: inline-block;}

#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;
}

#yt_menuposition{}
#yt-mobilemenu{display:none;}

/****** Block Breadcrumb  *****/
#yt_breadcrumb .container .yt-main-in2{background:#c3c3c3; }
#yt_breadcrumb div.module{ margin:0px;}
#yt_breadcrumb .yt-main div.module div.module-content{ padding:5px 0px;}
ul.breadcrumb {
	padding: 0;
	margin: 0px; 
	background:none; 
}
#breadcrumb ul.breadcrumb li{text-shadow:none;}
.breadcrumb .divider{ color:#686868; width:auto;}
.breadcrumb .divider .icon-home:before{ font-size:16px; color:#424242;}
.breadcrumb .divider:before{ font-size:10px;}
.breadcrumb li a,.breadcrumb li span { padding:0 5px;}
ul.breadcrumb li.first span{ padding: 0 5px 0 0;}

/****** Block #yt-slideshow *****/
#yt_slideshow{}
#yt_slideshow div.module{ margin:0px;}
#yt_slideshow div.module div.module-content{ padding:0px;}
div.slideshowres span.addtocart-button:after{
	background:none;
}
.slideshowres.theme2{
	/*z-index:-1;*/
}
div.slideshowres span.addtocart-button{
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5);
}

/****** Block #content *****/
#content{margin:0px 0 0px 0;}
dl.stats-module{margin:0 ;}
dl.stats-module dt{
	background:#f6f6f6 url(../images/statistics-dt.gif) no-repeat right center;
	float:left;
	/*width:110px;*/
	width:40%;
	height:28px;
	line-height:28px;
	font-weight:normal;
	padding:0 10px 0 15px;
	margin:1px 0 0;
	border-radius:3px;
}
dl.stats-module dd{
	background:#f6f6f6;
	height:29px;
	line-height:29px;
	margin:0 0;
	padding:0 10px;
	margin:1px 0 0;
	border-radius:3px;
	text-indent: 5px;
}
form#login-form{margin: 0;}
form#login-form .input-small{width:115px;}
form#login-form > div{display: inline-block;}

/****** Block #main_bottom *****/


/* Module banner*/
/*--effect slight--*/
.banneritem{ display:block;}
.banneritem a{
    display: block;
    position: relative;
 	text-align:center;
}
.banneritem a:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	   -moz-transition: all 0.2s ease-in-out 0s;
  	    -ms-transition: all 0.2s ease-in-out 0s;
	     -o-transition: all 0.2s ease-in-out 0s;
	        transition: all 0.2s ease-in-out 0s;
	
}
.banneritem a:hover:before {
    left: 0%;
    right: 0%;
	width:0px;
}
.banneritem a:after {
    background: none repeat scroll 0 0 rgba(255, 0, 0, 0.2);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
	   -moz-transition: all 0.2s ease-in-out 0s;
  	    -ms-transition: all 0.2s ease-in-out 0s;
	     -o-transition: all 0.2s ease-in-out 0s;
	        transition: all 0.2s ease-in-out 0s;
			
	
}
.banneritem a:hover:after {
    bottom: 0%;
    top: 0%;
	width:0px;
}
div.banneritem{
	position:relative;
	background-color:#f3f3f3;	
}
div.banneritem:after{
	content:"";
	display:block;
	position:absolute;
	left:0px;
	bottom:-10px;
	height:10px;
	width:100%;
	background:url("../images/icons/bottom_slider.png") no-repeat scroll center bottom;
	background:url("../images/icons/bottom_slider.png") no-repeat scroll center bottom / 100% 10px transparent;
}

.banneritem  .banner1{ 
	background:#0a0a0a; 
	text-align:center;
	display:inline-block; 
	float:left;
}
.banneritem  .banner2{ background:#c09e42; text-align:center; display:inline-block;}
/****** Block #yt_spotlight *****/
#yt_spotlight .container .yt-main-in2{ background:#f3f3f3;}


#yt_spotlight2{ position:relative; z-index:10;}
#yt_spotlight2 .yt-main-in2{
	padding:0px;
}
#yt_spotlight2 .container{}
#yt_spotlight2 div.module{ margin:0px; background:#ffffff;}
#yt_spotlight2 div.module div.module-content{ 
	padding:0px 0 10px;
	background:url("../images/icons/bottom_slider.png") no-repeat scroll center bottom;
	background:url("../images/icons/bottom_slider.png") no-repeat scroll center bottom / 100% 10px transparent;	
}
#position-10{
	background:none;
}
#position-4::selection,
#position-10 div.module::selection{
	color: transparent;
	background: transparent;
}
div.container-slider{}
.container-slider .page-title{ margin:0px;}
.container-slider{
	margin:0px !important; 
	padding:0 20px; 
	z-index:1;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%, rgba(244,244,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

/*.container-slider .shadown_silder{
	position:absolute;
	bottom:-11px;
	left:0px;
	width:100%;
	height:10px;
	display:block;
	z-index:10;
	background:url("../images/icons/bottom_slider.png") no-repeat scroll center bottom / 100% 10px transparent;
}*/
/*.container-slider:after {
    border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
    bottom: 0;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.3);
    content: "";
    left: 40px;
    position: absolute;
    right: 40px;
    top: 50%;
}*/


.container-slider .slider .vpo-wrap .vp .item{ margin:0px; }
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img{
	border:none; padding:0 15px;
	border-right:1px solid #efefef;
}
.container-slider .page-button.middle{ left:0px; right:0px;}
.container-slider .slider{ 
	margin:0 35px;
	z-index:9
	/*background:url("../images/icons/bottom_slider.png") no-repeat scroll center bottom / 100% auto transparent;*/
}
.container-slider .page-button.middle .control-button .preview{
	background: url(../images/icons/arrow.png) no-repeat left top;
	width:26px;
	height:26px;
}
.container-slider .page-button.middle .control-button .next{
	background: url(../images/icons/arrow.png) no-repeat right top;
	width:26px;
	height:26px;
}
.container-slider .page-button.middle .control-button .next{ 
	top:35%;
	right:20px;
}
.container-slider .page-button.middle .control-button .preview{ 
	left:20px;
	top:35%;
}

.container-slider .item-img a{
	position: relative;
	display:block;
}
.container-slider .item-img a:after{
	content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider:hover .item:not(:hover) .item-img a:after{
	background: none repeat scroll 0 0 rgba(246, 246, 246, 0.5);
}

.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img:hover{
	opacity:1; 
    filter: alpha(opacity=100);
}

 
/****** Block #yt_spotlight3 *****/
#yt_spotlight3{ }
#yt_spotlight3 #position-10, 
#yt_spotlight3 #position-11, 
#yt_spotlight3 #position-12, 
#yt_spotlight3 #position-13, 
#yt_spotlight3 #position-14{
	margin-top:20px;
}
#js-wt{position: absolute; top: 0px; left: -5500px;}
#yt_spotlight3 .container .yt-main-in2{ background-color:#fff;}
#yt_spotlight3 .module h3.title{ 
	text-align:left; 
	color:#686868; 
	text-transform:capitalize;
	font-size:177%;
	margin:0px;
}
#yt_spotlight3 div.module div.module-content{
	padding:10px 0 0px;
}
#yt_spotlight3 div.module ul.nav,
#yt_spotlight3 div.module ul{
	margin:0px;
	list-style:none;
} 
#yt_spotlight3 div.module ul li a{ display:inline-block;}
#yt_spotlight3 div.module ul li a:hover{ 
	background:none; 
	font-style:italic; 
	text-decoration:underline; 
}

#yt_spotlight3 div.module.paypal div.module-content{
	padding:0px 0 0px;
}
ul.horizontal li{
	float:left;
	/*width:33%;*/
	display:inline-block;
	margin-left:3px;
}
ul.horizontal li.first{ margin-left:0px;}

/*Moulde socia*/
ul.social{margin:0;}
ul.social li{list-style:none;display:inline;margin:0px; padding:0px;}
ul.social li a{
	/*height:28px;*/
	width:36px;
	display:inline-block;
	text-align:center;
	color:#878787;
}
ul.social li a.icon-facebook{ width:auto; margin-right:5%;}
ul.social li a:hover{ text-decoration:none !important;}
/*ul.social li a.iocn-rss{
	background:url("../images/icons/icon-rss.png") no-repeat left bottom;
	height:16px;
}
ul.social li a.iocn-rss:hover{
	background:url("../images/icons/icon-rss.png") no-repeat left top !important;	
}*/

ul.social li a:before{ font-size:28px;}
ul.social li a:hover{ 
	font-style:normal !important; 
	text-shadow: 1px 1px #000;
		
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	   -o-transition: all 0.3s ease-in-out 0s;
	   -ms-transition: all 0.3s ease-in-out 0s;
	   transition: all 0.3s ease-in-out 0s;
}
ul.social li:hover a.icon-facebook{ color:#3350ae;}
ul.social li:hover a.icon-twitter{ color:#00c4fc;}
ul.social li:hover a.icon-linkedin{ color:#0084d7;}
ul.social li:hover a.icon-google-plus{ color:#bf9d40;}
ul.social li:hover a.icon-rss{ color:#ff7800;}
/****** Block #yt_footer *****/
#yt_footer{ color:#d6d6d6;}
#yt_footer .yt-main{}
.footer1 a,  
.footer2 a{ 
	color:#c09e42;	
}
#yt_copyrightposition{text-align:center;padding:15px 0;}
.footer1 a:hover, .footer2 a:hover{ 
	color:#fff;
}

/*Custom Class*/
.btn-group > .btn{padding: 4px 10px;}
.img-wrap.center{text-align:center;}
.icon-cog{margin:0 5px 0 0;}
ul.list-imageitem{margin:0 0 10px ;overflow: hidden;}
	ul.list-imageitem li{list-style:none;float:left;margin:4px;overflow: hidden;}
	ul.list-imageitem li > a{display: block;position: relative;}
	ul.list-imageitem li > a:after{
		content: "";right:0%;top:0;position: absolute;margin: 10%;opacity: 0;
		width:80%;height: 80%;content: "\E802"; font-family: 'fontello';font-size: 24px;
		background:rgba(0,0,0,0.5);color: #eee;text-align: center;line-height: 70px;
	}
	ul.list-imageitem li > a:hover:after{opacity: 1;}
	ul.list-imageitem li > a img{
		height:90px;
		width:90px;
	}
	
.modal-body{text-align:center;}
.font-fontello {font-family: 'fontello';}

/* Text Alignment */
/*.clear{clear: both;}*/
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

[class^="more-"]:before,
[class*=" more-"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  line-height: 1em;
}
/****** Joomla Pages *****/
/*Contact us*/
h2.contact-title, 
h2.special-title{
	/*font-size:250%;*/
	font-size:200%;
	font-weight:normal;
	color:#C09F42;
	text-align:center;
	padding:0 0 25px;
	margin: 0 0 25px;
	background:url("../images/icons/bg_title.png") no-repeat scroll center bottom;
	background:url("../images/icons/bg_title.png") no-repeat scroll center bottom / 100% 10px transparent;
}
div.sj-map {
    width: 493px;
	border:10px solid #e8e8e8;
	background:#efebe2;
	box-shadow:1px 1px 2px rgba(102, 102, 102, 0.8);
	overflow:hidden;
}
div.sj-map:hover {
	border-color:#c9c5c5;
}
div.contact_address,
.panel-form,
.contact-miscinfo{
	margin-left:30px;
}
.panel-form  dl{ margin-top:0px;}
.misc-expand ul{
	list-style:none;
	margin:0px;
}
.misc-expand{ width:247px;}
.misc-expand ul li{
	margin-top:20px;
}
.misc-expand ul li.first{
	margin-top:0px;
}
.misc-expand ul li > span{ 
	padding-left:55px;
	display:block;
	color:#aaa;
}
.misc-expand ul li > span strong{ color:#686868;}
.misc-expand ul li span > span{ display:block;}
.misc-expand .address-contact{
	position:relative;
}
.misc-expand li .address-contact:before{
	position:absolute;
	left:0px;
	top:3px;
	content:"";
	display:inline-block;
	width:34px;
	height:34px;
	background:url("../images/icons/icon-contact.png") no-repeat left bottom; 
}
.misc-expand li.first .address-contact:before{
	background-position:left top;
}
#contact-form dd {
    margin: 0;
}
#contact-form input, 
#contact-form input:focus, 
#contact-form textarea, 
#contact-form textarea:focus {
    margin: 0 0 10px;
	box-shadow:none;
	border-radius:0px;
	width:300px;
}
#contact-form  button.btn{
	position:relative;
	padding:0px;
	background:#393939;
	border-radius:2px;
	padding:6px 10px 6px 40px;
	color:#a3a3a3;
	font-size:110%;
	text-shadow:none;
	border:none;
}
#contact-form  button.btn:before{
	font-family:'FontAwesome';
	font-style:normal;
	text-align:center;
	color:#727272;
	background:#232323;
	border-right:1px solid #454545;
	width:30px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	line-height:30px;
	border-radius:2px 0 0 2px;
}
#contact-form  button.btn:after{
	content:"";
	width:100%;
	display:block;
	height:5px;
	background:url("../images/icons/shadown_cart.png") no-repeat scroll center top;
	position:absolute;
	left:0px;
	bottom:-5px;
}

div.sj-map{ width:48%;}
.contact-miscinfo{ width:20%;}
.misc-expand{ width:auto;}
.panel-form{ width:24%;}
#contact-form input, 
#contact-form input:focus, 
#contact-form textarea, 
#contact-form textarea:focus{
	/*width:250px;*/
	width:90%;
}
	
/*---------Page Login popup--------*/
div.modal.fade.in{
	top:60%;
	padding: 10px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	

}
#mod-login{
	width: auto;
}

.modal-header{
	border-bottom:none;
	padding:9px 0;
}
.modal-header .close{
	margin-top:-7px;
	background: transparent;
}
.sj-login-regis .sj-login #sj_login_box {
    background: url("../images/member_login.png") no-repeat scroll 20px 0 transparent;
    padding: 0 0 0 210px;
    width: 305px;
}
.sj_box_title h3{
	color:#c09e42;
	font-size:200%;
	padding:0 0 10px;
}

p#form_login_remember label {
    display: inline-block;
    margin:0 5px;
	font-size:100%;
	color:#686868;
}
p#form_login_remember  input[type="checkbox"]{
	margin-top:0px;
}

.login_input input[type="text"],
.login_input input[type="password"]
{
	float: left;
	box-shadow: none;
	border-radius:0px;
}
.login_input a{
	background: none repeat scroll 0 0 #ADADAD;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    height: 30px;
    width: 28px;
}
#login_form .login_input a span{
	background: none repeat scroll 0 0 #7D7D7D;
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 5px 0 0 3px;
    padding: 0 0 0 6px;
    width: 15px;
}
p#form_login_remember{
	display: block;
	vertical-align:top;
}
#login_form .button2,
#member_registration div.button2{	
	display:inline-block;	
	background: #393939;
    border: medium none;
    border-radius:2px;
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    padding: 0 10px 0 0px;
    width: auto;
	position:relative;
	vertical-align:middle;
	/*float:right;
	margin:0 25px;*/
}
#login_form .button2:hover,
#member_registration div.button2:hover,
#contact-form  button.btn:hover{
	background: rgb(23,23,23); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(48,48,48,1) 56%, rgba(2,2,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,rgba(48,48,48,1)), color-stop(100%,rgba(59,59,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(48,48,48,1) 56%,rgba(2,2,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(48,48,48,1) 56%,rgba(2,2,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(48,48,48,1) 56%,rgba(2,2,2,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(48,48,48,1) 56%,rgba(2,2,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#212121',GradientType=0 ); /* IE6-9 */

}

#login_form .button2:before,
#member_registration div.button2:before{
	font-size:16px;
	background-color:#232323;
	color:#b3b3b3;
	width:30px;
	border-radius: 2px 0px 0px 2px;
	border-right:1px solid #454545;
	height:26px;
	line-height:26px;
	margin-right:8px;
	text-align:center;
	
	float:left;
} 
#login_form .button2:after,
#member_registration div.button2:after{
	background:url("../images/icons/shadown_cart.png") no-repeat center top;
	content:"";
	width:100%;
	height:5px;
	display:block;
	position:absolute;
	bottom:-5px;
	left:0px;
}


#login_form .button2 input[type="submit"] ,
#member_registration div.button2 input.button{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    color: #b3b3b3;
    font-size: 133%;
    height: auto;
    padding: 0;
    width: auto;	
	/*vertical-align:1px;*/
	vertical-align:middle;
}
div.login_button{
	margin: 0 0 20px;
}

.sj-login-regis .sj-register #sj_register_box {
	background: url(../images/member_login.png) no-repeat 20px 50px;
    padding: 0 0 0 230px;
    width: 280px;
}

#member_registration input{
	border-radius: 0 5px 5px 0;
	width: 220px;
	margin: 0;
}
#member_registration input:focus{
	box-shadow: none;
	border-color: #ff7b30;
}
#member_registration div.button2{
	margin: 10px 0 15px 0px;
}
#member_registration a.btn{ 
	color:#CBCBCB; 
	box-shadow:none;
	font-size:133%;
	padding:3px 10px;
	vertical-align:baseline;
	text-shadow:none;
}
#member_registration input:focus::-webkit-input-placeholder{color:transparent;}
#member_registration input:focus:-moz-placeholder{color:transparent;}
#member_registration input:focus:-ms-input-placeholder{color:transparent;}
#member_registration .col-right{
	margin: 15px 0 0 10px;
}
#member_registration span,
#login_form span
{
	display: inline-block;
	width: 33px;
	height: 30px;
	float: left;
	background-color: #c09e42;
	border-radius: 5px 0 0 5px;
	background-image: url(../images/register.png);
	background-repeat: no-repeat;
}
#member_registration #namemsg span,
#member_registration #usernamemsg span,
#login_form .sj-login-user span
{
	background-position: 5px 7px;
}
#member_registration #pwmsg span,
#member_registration #pw2msg span,
#login_form .sj-login-password span
{
	background-position: 5px -43px;
}
#member_registration #emailmsg span,
#member_registration #email2msg span{
	background-position: 5px -92px;
}
.invalid{
	background: none;
}

/*---Main Menu---*/
#yt_menuposition{ margin:0 auto; /*text-align:center;*/}
#yt_menuwrap .yt-main{}
#meganavigator, 
#moonavigator, 
#basicnavigator{ margin:104px 0 10px; float:right;}
/*---Main Menu right---*/
div.main_menu{}
div.main_menu ul.nav{
	margin:104px 0 10px;
	/*text-align:right;*/
}
div.main_menu ul.nav li{
	display:inline-block; 
	padding:10px 20px;
}
div.main_menu ul.nav li.last{
	padding-right:5px;
}
div.main_menu ul.nav li a,div.main_menu ul.nav li span.separator{ 
	color:#fff;
	font-size:150%;
	/*font-style:italic;*/
	line-height:30px;
} 
div.main_menu ul.nav li a:hover{
	background:none;
	color:#c09e42;
}
div.main_menu ul.nav li.active a, 
div.main_menu ul.nav li.active span.separator{
	color:#c09e42;
}


/*--------------------*/
/*---Component VM---*/

/*-add to cart-*/

.addtocart-area{ 
	display:inline-block; vertical-align:top;}
span.addtocart-button{
	background: #393939;
    border: medium none;
    border-radius:2px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 100% !important;
    height: 28px;
    line-height: 23px;
    padding: 0 10px 0 0px;
	margin:0px;
    width: auto;
	position:relative;
}

span.addtocart-button:hover{
	background: rgba(23,23,23,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(48,48,48,1) 56%, rgba(2,2,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,rgba(48,48,48,1)), color-stop(100%,rgba(59,59,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(48,48,48,1) 56%,rgba(2,2,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(48,48,48,1) 56%,rgba(2,2,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(48,48,48,1) 56%,rgba(2,2,2,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(48,48,48,1) 56%,rgba(2,2,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#212121',GradientType=0 ); /* IE6-9 */

}
span.addtocart-button:hover input.addtocart-button{ color:#c09e42;}

span.addtocart-button:before{ 
	float:left;
	background:#232323 url("../images/icons/icons.png") no-repeat 5px -16px;
	content:"";
	width:30px;
	height:28px;
	border-radius: 2px 0px 0px 2px;
	border-right:1px solid #454545;
	margin-right:5px;
}
span.addtocart-button:after{
	background:url("../images/icons/shadown_cart.png") no-repeat center top;
	content:"";
	width:100%;
	height:5px;
	display:block;
	position:absolute;
	bottom:-5px;
	left:0px;
}
span.addtocart-button input.addtocart-button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    color: #b3b3b3;
    font-size: 120%;
    height: auto;
    padding: 0;
    width: auto;
	margin-top:3px;
	
	vertical-align:middle;
}

/*---read_more---*/
a.read_more,
a.continue_link,
.billto-shipto a.details,
input.default,
button.default,
a.vm-button-correct,
a.vm-button-correct:link, 
a.vm-button-correct:visited{
	display:inline-block;
	margin:0 0 0 8px;
	padding:5px 5px 3px;
	font-size:120%;
	color:#f3f3f3;
	background:#c09e42;
	border-radius: 2px;
	position:relative;	
	border:none;
	transition:none;

}
a.read_more:hover,
a.continue_link:hover,
.billto-shipto a.details:hover,
input.default:hover,
button.default:hover,
a.vm-button-correct:hover{
	color:#f3f3f3;
	transition:none;
}

a.read_more:hover,
a.continue_link:hover,
.billto-shipto a.details:hover,
input.default:hover,
button.default:hover,
a.vm-button-correct:hover{
	background: rgb(209,174,81); /* Old browsers */
	background: -moz-linear-gradient(top,  #c19f41) 10%, #e1bf60 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#c19f41), color-stop(100%,#e1bf60)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c19f41 10%,#e1bf60 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19f41', endColorstr='#e1bf60',GradientType=0 ); /* IE6-9 */

}

a.read_more:after/*,
a.continue_link:after,
.billto-shipto a.details:after,
a.vm-button-correct:after*/{
	background:url("../images/icons/shadown_detail.png") no-repeat center top;
	content:"";
	width:100%;
	height:5px;
	display:block;
	position:absolute;
	bottom:-5px;
	left:0px;
}


/*--Categories layout--*/
.category-view .row{ margin:0px;}
.category-view .row .category { margin-top:30px;}
.category-view .row .vm_item{
	padding:0px !important;
	background:#fff;
	border:10px solid #e8e8e8;
	box-shadow: 1px 1px 2px rgba(102,102,102, 0.8);
	-moz-box-shadow: 1px 1px 2px rgba(102,102,102, 0.8);
		-webkit-box-shadow: 1px 1px 2px rgba(102,102,102, 0.8);
}
.category-view .row .vm_item .image-product{
	float:none;
}
.category-view .row .vm_item .image-product img{
	width:100%;
}
.category-view .row .vm_item .info-product{
	padding:20px 10px 0;
}
.category-view .row .vm_item .info-product h2{
	font-size:175%;
	margin-bottom:20px;
}
.category-view .row .vm_item .info-product h2 a{
	font-size:inherit;
	color:#c09e42;
	font-weight:normal;
}

.category-view .vm_item{ position:relative;}
.category-view .vm_item:after{
	content: "";    
    left: 0;
    position: absolute;
    top: 0;    
    z-index: 1;
}
.category-view:hover .vm_item:not(:hover):after{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	   -o-transition: all 0.3s ease-in-out 0s;
	   -ms-transition: all 0.3s ease-in-out 0s;
	   transition: all 0.3s ease-in-out 0s;
}
.category-view:hover .vm_item:hover{
	box-shadow: 2px 2px 2px rgba(102,102,102, 0.8);
		-moz-box-shadow: 1px 1px 2px rgba(102,102,102, 0.8);
			-webkit-box-shadow: 1px 1px 2px rgba(102,102,102, 0.8);
			
	border-color:#c9c5c5;
}
.category-view .row .vm_item .info-product h2 a:hover{
	color:#686868;
}
h3.vm_header{
	margin:0 0;
	font-size:250%;
	font-weight:normal;
	text-align:center;
	padding-bottom:20px;
	background:url("../images/icons/bg_title.png") no-repeat scroll center bottom;
	background:url("../images/icons/bg_title.png") no-repeat scroll center bottom / 100% 10px transparent;
}

/*--------------------*/
/*--Category layout--*/
div.browse-view .row{ margin:0px;}
h1.vm_title, h2.vm_title{
	color:#c09e42;
	font-size:180%;
	font-weight:normal;
	/*line-height:42px;*/
	margin:0 0 10px;
	background:url("../images/icons/line_title.png") no-repeat scroll left 70%;
	background:url("../images/icons/line_title.png") no-repeat scroll left 70% / 100% 1px transparent;
}
h1.vm_title span, h2.vm_title span{
	display:inline-block;
	background:#f3f3f3;
	padding-right:5px;
}
.browse-view div.row > .product{
	margin-top:10px;
	margin-bottom:10px;
	padding:0 0 10px 0;
	/*background:url("../images/icons/bottom_slider.png") no-repeat scroll left bottom / 100% 10px transparent;*/
}
.browse-view div.row .product .spacer{
	background:#fff;
	padding:10px;
}
.browse-view div.row .product .spacer .image-product{
	margin:0 15px 0px 0;
	border-right:1px solid #e5e5e5;
}
.browse-view div.row .product .spacer h2{
	margin:0 0 10px;
	line-height:20px;
}
.browse-view div.row .product .spacer h2 a{
	color:#c09e42;
	font-size: 133%;
}
.browse-view div.row .product .spacer .product-price{
	display:inline-block;
	margin:0 30px 5px 0;
}

.browse-view div.row .product .spacer div.PricesalesPrice{
}
.browse-view div.row .product .spacer span.PricesalesPrice{
	font-weight:bold;
	font-size:125%;
}
.browse-view div.row .product .yt-item-read-cart{
	vertical-align:top;	
}
.browse-view div.row .product .yt-item-read-cart div.addtocart-area,
.browse-view div.row .product .yt-item-read-cart  a.read_more{
	margin-top:10px;
}
.browse-view div.row .product .product_s_desc{
	color:#a6a6a6;
}

.browse-view div.row .product .spacer h2 a:hover{
	color:#686868;
}
/*-hover sp-*/
.browse-view div.row > .product:hover{
	background:url("../images/icons/bottom_slider.png") no-repeat scroll left bottom;
	background:url("../images/icons/bottom_slider.png") no-repeat scroll left bottom / 100% 10px;
}
.browse-view div.row .product .spacer{ position:relative;}
.browse-view div.row .product .spacer:after{
	content: "";    
    left: 0;
    position: absolute;
    top: 0;    
    z-index: 1;
}
.browse-view:hover div.row .product:not(:hover) .spacer:after{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	   -o-transition: all 0.3s ease-in-out 0s;
	   -ms-transition: all 0.3s ease-in-out 0s;
	   transition: all 0.3s ease-in-out 0s;
}
/*---*/

/* 
.browse-view div.row .product .image-product{ position:relative;}
.browse-view div.row .product .image-product:after{
	content: "";    
    left: 0;
    position: absolute;
    top: 0;    
    z-index: 1;
}
.browse-view:hover div.row .product:not(:hover) .image-product:after{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	   -o-transition: all 0.3s ease-in-out 0s;
	   -ms-transition: all 0.3s ease-in-out 0s;
	   transition: all 0.3s ease-in-out 0s;
}*/
.browse-view div.row .product .vote-rating{
	display:inline-block;
	vertical-align:top;
}
/*--2column--*/
.browse-view div.row .span6 .spacer .product-price{
	margin:0px;
}
.browse-view div.row .span6 .vote-rating{
	display:block;
}
.browse-view div.row .span6 .yt-item-read-cart div.addtocart-area,
.browse-view div.row .span6 .yt-item-read-cart  a.read_more{
	margin-top:10px;
}
/*--3column--*/
.browse-view div.row .span4{
	text-align:center;
}
.browse-view div.row .span4 .spacer .image-product{
	width:100%;
	border:none;
	margin:0 0 10px;
}
.browse-view div.row .span4 .spacer .image-product img{
	width:100%;
	max-width:100%;
}
.browse-view div.row .span4 .spacer .product-price{
	margin:0 0 5px;
	display:block;
}
.browse-view div.row .span4 .product_s_desc{
	margin-top:6px;
}
/*.browse-view div.row .span4 .yt-item-read-cart{
	margin-top:10px;
}*/
/*--4column--*/
.browse-view div.row .span3{
	text-align:center;
}
.browse-view div.row .span3 .spacer .image-product{
	width:100%;
	border:none;
	margin:0 0 10px;
}
.browse-view div.row .span3 .spacer .image-product img{
	width:100%;
	max-width:100%;
}
.browse-view div.row .span3 .spacer .product-price{
	margin:0 0 5px;
	display:block;
}
.browse-view div.row .span3 .product_s_desc{
	margin-top:6px;
}


/*-------------------------*/
/*--Details component VM--*/
div.productdetails .main_info {
    float: left;
	background:#f3f3f3;
}
h2.vm_title{
	margin:0 0 30px;
	clear:both;
}
/*--img product--*/
div.productdetails div.product_image {
    margin: 0 20px 0 0;
}
.popup-btn {
	position:absolute;
	right: 18px;
	bottom: 15px;
	z-index: 1000;
}
.popup-btn #yt_popup{
	/*background: url("../images/ico-zoom.png") no-repeat 0 0;*/
    display: block;
    height: 30px;
    position: static;
    width: 30px;
    margin:0 0;
	background-color:#9FA2A3;
	display:none;
	border:none;
}
.popup-btn #yt_popup:hover{ background-color:#c09e42;}


div.productdetails .main-image:hover .popup-btn #yt_popup{
	display:block;
}
.popup-btn #yt_popup .icon-search{ margin-top:5px; color:#fff;}
div.productdetails div.product_image .main-image{
	background:#e8e8e8;
	padding:10px; 
	position:relative;
}
div.productdetails div.product_image .main-image #wrap{
	z-index:5 !important;
}

div.productdetails div.product_image .main-image:hover{
	background:#dcdcdc;
}
div.productdetails div.product_image .main-image:after{
	position:absolute;
	bottom:-9px;
	left:0px;
	content:"";
	width:100%;
	height:9px;
	background:url("../images/icons/bottom_item.png") no-repeat scroll center bottom;
	background:url("../images/icons/bottom_item.png") no-repeat scroll center bottom / 100% 9px transparent;
}
/*img.img-large {
    max-width: none !important;
    width: 100%;
}*/

/*--cloud-zoom-big--*/
.cloud-zoom-big{
	border:2px solid #DCDCDC;
}

div.productdetails div.product_image .yt-carousel{
	margin:20px 0;
}
div.yt-carousel .jCarouselLite {
    float: left;
}
div.yt-carousel .nav_button {
    /*background: none repeat scroll 0 0 #630707;*/
    float: right;
    margin-top: 1px;
    width: 32px;
}

div.yt-carousel .nav_button .prev {
	cursor: pointer;
	width: 32px;
	height: 36px;
	background:#9FA2A3 url(../images/icon-arrow.png) no-repeat 9px 9px;
}
div.yt-carousel .nav_button .prev:hover{
	background-color:#bf9d3f;
	opacity:0.8;
	filter: alpha(opacity = 80);
}
div.yt-carousel .nav_button .next {
	cursor: pointer;
	margin-top:2px;
	width: 32px;
	height: 36px;
	background:#9FA2A3 url(../images/icon-arrow.png) no-repeat -59px 9px;
}
div.yt-carousel .nav_button .next:hover{
	background-color:#bf9d3f;
	opacity:0.8;
	filter: alpha(opacity = 80);
}

.nav_button::selection,
.nav_button .next::selection,
.nav_button .prev::selection,
.product-related-products::selection,
.container-slider .page-button .control-button::selection,
.container-slider .page-button.middle .control-button .preview::selection,
.container-slider .page-button.middle .control-button .next::selection,
.container-slider::selection,
#yt_relate::selection,
.product-related-products::selection{
	color: transparent;
	background: transparent;
}

.yt-carousel ul li {
    float: left;
    list-style: none outside none;
    margin: 0 3px;
}
.yt-carousel img.nav_thumb {
    border: 3px solid #eaeaea;
    height: 69px;
    margin: 0;
    width: 69px;
}
.yt-carousel img.nav_thumb:hover{
	border-color:#DCDCDC;
} 
.yt-carousel ul li a.active img.nav_thumb{
	border-color:#DCDCDC;
}

/*--info product--*/
div.productdetails .pro_date{
	color:#909090;
	font-style:italic;
}
div.productdetails .vote{
	margin-top:20px;
}
.ratingbox{
	background:url("../images/icons/icon_star.png") repeat-x left -36px;
	height:16px;
	width:80px;
	vertical-align:-3px;
}
.ratingbox span{
	height:16px;
	background:url("../images/icons/icon_star.png") repeat-x left top;
}
div.productdetails .vote .vote-number{
	display:inline-block;
	margin:0 10px;
}
div.productdetails .price-stock{
	border-top:1px dashed #909090;
	border-bottom:1px dashed #909090;
	padding:20px 0;
	color:#909090;
	margin-top:20px;
}

div.productdetails .product-price{
	display:inline-block;
	vertical-align:middle;
	margin:0px;
}	
div.productdetails .product-price div.PricesalesPrice{
	color:#686868;
	font-size:150%;
	font-weight:bold;
	margin: 0 0 5px;
}
div.productdetails .product-price div.PricesalesPrice span.PricesalesPrice{
	color:#ff3766;
	font-size:120%;
	font-weight:bold;
}
div.productdetails .stock-status{
	display:inline-block;
	margin-left:50px;
}
.layout-lmr div.productdetails .stock-status,
.layout-lrm div.productdetails .stock-status{
	margin:0px !important;
}
div.productdetails .stock-status span.title{
	border:none;
	display:inline-block;
	color:#686868;
}
div.productdetails .stock-status .stock{
	padding:10px 10px 0 10px;
	line-height:15px;
	width:41px;
	height:40px;
	background:url("../images/stock.png") no-repeat center center;
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	text-align:center;
}
div.productdetails .stock-status .in-stock{
	padding:7px 10px 0 10px;
}
div.productdetails .addtocart-bar span.quantity-box{
	width:auto;
	padding:0px;
}
div.productdetails .addtocart-bar span.quantity-box input.quantity-input{
	width:42px;
	height:18px;
	display:inline-block;
	float:left;
	font-size:11px;
	vertical-align:middle;
	line-height:20px;
	border-radius:0px;
	padding:0px 0px 0; 
	box-shadow:none;
	color:#909090;
	font-size:100%;
	border:1px solid #e5e5e5;
}
div.productdetails span.quantity-controls{
	width:auto;
	padding:0px;
	background:none;
}
div.productdetails span.quantity-controls input.quantity-controls{
	width:19px;
	height:20px;
	border:none;
	border-radius:none;
	display:inline-block;
	float:left;
	padding:0px;
}
span.quantity-controls input.quantity-plus{
	background:url("../images/icons/quantity-controls.png") no-repeat left top;
}
span.quantity-controls input.quantity-minus{
	margin-left:3px;
	background:url("../images/icons/quantity-controls.png") no-repeat right top;
}
span.quantity-controls input.quantity-plus:hover{
	background-position:left -21px;
}
span.quantity-controls input.quantity-minus:hover{
	background-position:right -21px;
}
div.productdetails .addtocart-bar{
	padding:0px;
	margin:17px 0 0;
}
div.productdetails span.addtocart-button{
	clear:both;
	margin:8px 0;
}

/*Tabs description & review*/
.productdetails .desc-review{
	margin-top:10px;
}
.title-tabs{
	position: relative;
}
.title-tabs > div{
	display: inline-block;
	/*float: left;*/
	height: 35px;
	border:1px solid #dedede;
	line-height: 35px;
	background-color: #fff;
	/*color: #c09e42;*/
	font-weight: bold;
	font-size: 12px;
	margin: 0 2px 0 0;
	padding: 0 10px;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	left:0px;
}
.title-tabs > div.active{
	position: relative;
	
	background: #FFFFFF;
	color: #c09e42;
	border-style: solid;
	border-width: 0 1px;
	border-color: transparent #dedede;
	height: 45px;
}
.title-tabs > div.active:before{
	position: absolute;
	top: 0px;
	left: 0;
	height: 4px;
	width: 100%;
	background: #c09e42;
	content: "";
}
.title-tabs > div.review{
	left: 90px;
}
.detail-tabs{
	border: 1px solid #DEDEDE;
	margin:  -1px 0 0;
	background:#fff;
}
.detail-tabs > div{
	display: none;
	margin: 0;
}
.detail-tabs > div.active{
	display: block;
}
.detail-tabs .product-description{
	padding: 20px 10px 20px 10px;
	margin: 0;
}
.detail-tabs .product-review{
	padding: 20px 10px 20px 10px;
	margin: 0;
}
span.customer{
	float: left;
	margin: 0 20px 15px 0;
	font-size: 116.67%;
}
.row-review span.vote{
	margin: 5px 20px 15px 0;
}
.row-review:first-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.row-review {
    border-top: 1px dashed #909090;
    margin: 20px 0 0;
    padding: 20px 0 0;
}
.customer-reviews{
	margin: 0;
}
.row-review span.date{
	border: medium none;
    color: inherit;
    display: block;
    float: right;
    font-size: inherit;
    font-style: italic;
	position: static;
	padding: 0;
	margin: 0 0 15px;
}
.write-reviews{
	border-top: 1px dashed #909090;
    margin: 20px 0 0;
    padding: 20px 0 0;
    text-align: left;
}
.rating label{
	height: 13px;
}
form#reviewform input,
form#reviewform textarea{
	border: 1px solid #DDDDDD;
	border-radius: 0;
	width: 300px;
	box-shadow: none;
}
.write-reviews textarea.virtuemart:hover,
.write-reviews textarea.virtuemart:focus{
	background: none;
}
.write-reviews textarea.virtuemart
{
	height: 100px;
}
span input.vm-default{
	display: block;
}
.write-reviews .button1{
	left: 12px;
}
form#reviewform input.highlight-button{
    line-height: 27px;
	display:inline-block;
    width: auto;
	font-size:125%;
	color:#f3f3f3;
	background:#c09e42;
	border-radius: 2px;
	position:relative;	
	border:none;
	padding:4px 10px;
}
form#reviewform input.highlight-button:hover{
	color:#f3f3f3;
}

form#reviewform input.highlight-button:hover{
	background: rgb(209,174,81); /* Old browsers */
	background: -moz-linear-gradient(top,  #c19f41) 10%, #e1bf60 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#c19f41), color-stop(100%,#e1bf60)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c19f41 10%,#e1bf60 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c19f41 10%,#e1bf60 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19f41', endColorstr='#e1bf60',GradientType=0 ); /* IE6-9 */

}
/*--relate product--*/
.product-related-products{
	border: none;
	margin: 30px 0 0;
	display: block;
	padding-bottom:0px;
}
#yt_relate{ padding:0 65px; position:relative; margin-top:20px;}
#yt_relate .caroufredsel {
	width: auto;
}
#yt_relate div.nav_button > div{
	background:#9fa2a3 url("../images/icon-arrow.png") no-repeat scroll 10px 7px;
    cursor: pointer;
    height: 33px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 89px;
    width: 33px;
	text-indent:-999em;
	border-radius:5px;
}
#yt_relate div.nav_button > div:hover{ background-color:#c09f42;}
#yt_relate div.nav_button > div.prev{
	left:0px;
}
#yt_relate div.nav_button > div.next{
	background-position:-57px 7px;
	right:0px;
}
#yt_relate ul li{
	list-style:none;
	display: block;
	float: left;
	margin: 5px;
}
.product-related-products h3{
	text-transform: capitalize;
	background:url("../images/icons/bg_title.png") no-repeat scroll center bottom;
	background:url("../images/icons/bg_title.png") no-repeat scroll center bottom / 100% 10px;
	padding-bottom:10px;
	line-height:42px;
}
.caroufredsel_wrapper{
	margin: 0 0 !important;
}
.product-field{
	margin: auto;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.product-field:first-child{
	margin: 0;
}
.product-field-display a{
	display: inline-block;
	text-align: center;
	font-size:116%;
	color:#c09f42;
	
	margin-bottom:10px;
}
.product-field-display a:hover{ color:#686868;}
.product-field-display a img{
	display: block;
	/*max-width: 204px;*/
	width:100%;
	margin: 0 0 15px;
	position: relative;
	box-shadow:0 6px 6px -6px #000;
	/*border:3px solid #EAEAEA;*/
	/*box-shadow:1px 1px 3px rgba(0, 0, 0, 0.25);*/
}
.product-field-display a img:after {
    border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
    bottom: 0;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.3);
    content: "";
    left: 40px;
    position: absolute;
    right: 40px;
    top: 50%;
}

.product-related-products:hover .product-field-display a img{
	opacity: 0.7;
	filter: alpha(opcity=70);
}
.product-related-products .product-field-display a:hover img{
	opacity: 1;
	filter: alpha(opcity=100);
	box-shadow:0 7px 6px -6px #000;
}


/*--panigation VM--*/
div.orderlistcontainer div.title, div.orderlistcontainer div.activeOrder {
    float: left;
}
div.orderlistcontainer .title, div.display-number .result {
    font-size: 100%;
    padding: 2px 10px 1px 0;
    text-transform: uppercase;
}
.orderlistcontainer {
    float: left;
    position: relative;
	margin:0px;
}
.orderlistcontainer div.orderlist {
    background: none repeat scroll 0 0 #fff;
    border-color: #EEEEEE;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 21px;
    width: 85%;
    z-index: 10;
}
div.orderby-displaynumber .display-number select{
	width:auto;
	padding:2px 4px;
	margin:0px;
}

/*-page shopping cart-*/
.cart-view{ margin-top:15px;}

a.continue_link,
.billto-shipto a.details,
a.vm-button-correct,
a.vm-button-correct:link{
	padding:4px 15px;
}

#com-form-login-remember label {
    display: inline;
}
#com-form-login-remember #remember{
	margin:0px;
}
#com-form-login-remember input.default{ padding:4px 15px; font-size:120%; }

#adminForm .user-details{ width:100%;}

.layout-lmr #com-form-login  .width30{ width:100%;}
.layout-lmr #adminForm td.key{ width:30%;}
.layout-lrm #com-form-login  .width30{ width:100%;}
.layout-lrm #adminForm td.key{ width:30%;}

#com-form-login a,
a.terms-of-service,
.cart-summary a{ 
	color:#C09E42;
}
#com-form-login a:hover, 
.cart-summary a:hover{ 
	color:#686868;
}
.cart-view #form-login input.button{ padding:4px 15px; border-radius:2px; font-size:120%;}

a.terms-of-service:hover{ color:#686868;}
.billto-shipto{ border-bottom:none;}

table.cart-summary input.inputbox {
    width: auto;
	margin:0px;
}
table.cart-summary {
    border: 1px solid #E9E8E8;
}
table.cart-summary tr th {
    border: medium none;
    padding: 5px;
    text-align: left;
}
table.cart-summary tr {
    border-bottom: 1px solid #E9E8E8;
	background:#FAFAFA;
}
table.cart-summary td {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}
.customer-comment {
    border: medium none;
    text-align: left;
}
textarea.customer-comment {
    background: #FAFAFA;
    width: 99%;
	border: 1px solid #E9E8E8;
}
textarea.customer-comment:hover{
	background:#fff;
}
.checkout-button-top{ border:none;}

form#userForm h1 { margin-top:10px;}

/*-page account-maintenance-*/
#com-form-login h2{
	font-size:150%;
}
h1.item-title {
    font-size: 150%;
    font-weight: bold;
    line-height: 24px;
	margin:10px 0 5px;
}
fieldset h2.item-title{
	margin-top:20px;
}
#userForm .control-buttons{
	text-align:left !important;
}
.control-buttons button.default {
    margin:10px 5px;
}
.buttonBar-right{ 
	text-align:left;
}
.userfields_info{ margin-top:10px;}

/*--Module sj Virtuamart--*/
div.module.features { margin:20px 0 0px;}
div.module.features div.module-content{ padding: 0 0 5px;}
div.module.sales1{}
div.module.sales1 .yt-item{ border-bottom:1px dotted #c3c3c3;}
div.module.sales1 .yt-last{ border-bottom:none;}

/*---sj-lotte3---*/
.btn-group + .btn-group{ margin-top:2px;}
.search .radio input[type="radio"], .search .checkbox input[type="checkbox"]{
	margin-top:3px;
}
div.img_caption{ width:auto !important;}