@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic&subset=latin,cyrillic-ext);
body {
	background: #fff;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	height: 100%;
	min-height: 100%;
	min-width: 980px;
	/*min-width: 980px;
	width: 100%;*/
	position: relative;
}
*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
a{color: #000;}
img {border:none;}
form {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
tbody {border:none!important;}
caption,th {text-align:left;}5
ol,ul {list-style:none;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
h1,h2,h4,h5,h6 {font-size:100%;font-weight:bold;}
input{
	display: inline-block;
	*display: inline;
	zoom: 1;
}
input, textarea{
	border: 1px solid #A4A49D;
	vertical-align: middle;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
}
input[type='submit'], .pseudo_button, .product_brief_table .small_buy_button, .model_buy_button, .big_buy_button, .btn_checkout, .checkout input[type="submit"] {
	border-radius: 3px;
	text-shadow: 1px 1px 0 #b84b00;
	border: none;
	vertical-align: middle;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	padding: 5px 9px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background: #eca206;
	background: -moz-linear-gradient(top,  #eca206 0%, #e68100 100%);
	background: -webkit-linear-gradient(top,  #eca206 0%,#e68100 100%);
	background: linear-gradient(to bottom,  #eca206 0%,#e68100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca206', endColorstr='#e68100',GradientType=0 );
	-webkit-box-shadow:inset 0 -3px 0 0 #E05E00;
	box-shadow:inset 0 -3px 0 0 #E05E00;
	*display: inline;
	text-decoration: none !important;
	zoom: 1;
}
input[type='submit']:hover, .pseudo_button:hover, .model_buy_button:hover {
	opacity: 0.8
}
input[disabled][type='submit']{
	background: none repeat scroll 0 0 gray;
	cursor: not-allowed;
	opacity: 0.3;
}
input[type='text'], input[type='password']{
	border-radius: 3px 3px 3px 3px;
	height: 25px;
}
.clr {
	clear: both;
	display: block;
	height: 1px;
	margin: 0 0 -1px;
	position: relative;
}
hr{
	border: none;
	border-bottom: 2px solid #B3AC89;
	clear: both;
	display: block;
	height: 0;
	margin: 10px 0;
	position: relative;
	width: 100%;
}


/* css by qnut START */
.lcol, .rcol {
    display: inline;
}
.lcol {
    float: left;
}
 .rcol {
    float: right;
}
.wrap {
	margin: 0 auto;
	max-width: 1400px;
	min-width: 980px;
}
#header {
	background: url("../images/header_shape_2.png") no-repeat right top,
	#6a8d33 url("../images/header_shape.png") no-repeat left top;
	height: 125px;
	position: relative;
	overflow: hidden;
}
#header_menu {
	border-bottom: 1px solid #88a45c;
	-webkit-box-shadow: 0 1px 0 0 #557129;
	box-shadow: 0 1px 0 0 #557129;
	padding: 0 3px;
	height: 40px;
	line-height: 41px;
	font-size: 13px;
	overflow: hidden;
}
#header_menu ul {
	list-style: none;
	padding: 0;
}
#header_menu li {
	float: left;
	margin: 0 10px 0 9px;
	text-shadow: 1px 1px 0 #4a661e;
}
#header_menu li a {
	color: #fff;
	text-decoration: none;
}
#header_menu li a:hover {
	color: #d0e8aa
}
#header .header_logo {
	width: 126px;
	height: 66px;
	background: url("../images/header_logo.png") no-repeat;
	cursor: pointer;
	margin: 6px 20px 0 9px;
}
#header .search_form_wrp {
	display: block;
	margin: 1px 20px 0 0;
}
#header .search_form_wrp .search_form {
	width: 294px;
	height: 34px;
	padding: 0 3px;
	position: relative;
	background: #FFFFFF;
	border-radius: 3px;
	display: block;
	margin: 14px 0 0 0;
	-webkit-box-shadow:inset 3px 3px 3px 0 rgba(0,0,0,0.31);
	box-shadow:inset 3px 3px 3px 0 rgba(0,0,0,0.31);
	overflow: hidden;
}
#header .search_form_wrp .search_form #searchstring {
	font-size: 12px;
	color: #6c6c6c;
	outline: none;
	background: none;
	border: none;
	height: 34px;
	width: 265px;
	line-height: 34px;
	position: relative;
	text-indent: 10px;
	display: block;
}
#header .search_form_wrp .search_form #searchsubmit {
	background: #6a8d33 url("../images/header_search_ico.png") no-repeat 7px 7px;
	border: none;
	height: 29px;
	width: 29px;
	position: absolute;
	right: 3px;
	top: 3px;
	border-radius: 1px;
	-webkit-box-shadow:inset 0 -3px 0 0 #5b792c;
	box-shadow:inset 0 -3px 0 0 #5b792c;
}
#header .search_form_wrp .search_form #searchsubmit:hover {
	background: #4d6d28 url("../images/header_search_ico.png") no-repeat 7px 7px;
	background: url("../images/header_search_ico.png") no-repeat 7px 7px, -moz-linear-gradient(top,  #4d6d28 0%, #85a944 100%);
	background: url("../images/header_search_ico.png") no-repeat 7px 7px, -webkit-linear-gradient(top,  #4d6d28 0%,#85a944 100%);
	background: url("../images/header_search_ico.png") no-repeat 7px 7px, linear-gradient(to bottom,  #4d6d28 0%,#85a944 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d6d28', endColorstr='#85a944',GradientType=0 );
}
#header .search_form_wrp .search_form_label {
	color: #d8edb6;
	font-size: 12px;
	padding: 8px 5px;
	text-shadow: 1px 1px 0 #4a661e;
}
#header .search_form_wrp .search_form_label u {
	color: #ffffff;
}
#header .shopping_cart_wrp {
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.23);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.23);
	margin: 15px 0 0 26px;
	padding: 3px;
}
#header .shopping_cart_wrp button {
	outline: none;
	border: none;
	cursor: pointer;
	border-radius: 1px;
	height: 48px;
	line-height: 46px;
	background: #eca206;
	background: -moz-linear-gradient(top,  #eca206 0%, #e57e00 100%);
	background: -webkit-linear-gradient(top,  #eca206 0%,#e57e00 100%);
	background: linear-gradient(to bottom,  #eca206 0%,#e57e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca206', endColorstr='#e57e00',GradientType=0 );
	padding: 0 0 0 19px;
	font-size: 16px;
	text-shadow: 1px 1px 0 #b84b00;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
	-webkit-box-shadow:inset 0 -3px 0 0 #E05D00;
	box-shadow:inset 0 -3px 0 0 #E05D00;
}
#header .shopping_cart_wrp button:hover {
	background: #e57d00;
	background: -moz-linear-gradient(top,  #e57d00 0%, #eca206 100%);
	background: -webkit-linear-gradient(top,  #e57d00 0%,#eca206 100%);
	background: linear-gradient(to bottom,  #e57d00 0%,#eca206 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57d00', endColorstr='#eca206',GradientType=0 );
	-webkit-box-shadow:inset 0 -3px 0 0 #E88A00;
	box-shadow:inset 0 -3px 0 0 #E88A00;
}
#header .shopping_cart_wrp button span {
	display: inline-block;
	margin-left: 23px;
	width: 48px;
	text-align: center;
	background: rgba(221,82,0,0.2);
	-webkit-box-shadow:inset 1px 0 2px 0 #E16800;
	box-shadow:inset 1px 0 2px 0 #E16800;
}
#header .header_social_buttons {
	margin: 15px 0 0 0;
}
#header .header_social_buttons .hd_soc_item {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 3px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #c3c3c3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c3c3c3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#c3c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3',GradientType=0 );
	-webkit-box-shadow:inset 0 -2px 0 0 #ffffff, 1px 1px 3px 0 rgba(0,0,0,0.23);
	box-shadow:inset 0 -2px 0 0 #ffffff, 1px 1px 3px 0 rgba(0,0,0,0.23);
	position: relative;
	margin: 0 3px 0 0;
}
#header .header_social_buttons .hd_soc_item:hover {
	background: #c3c3c3;
	background: -moz-linear-gradient(top,  #c3c3c3 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #c3c3c3 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #c3c3c3 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#ffffff',GradientType=0 );
	webkit-box-shadow:inset 0 2px 0 0 #ffffff, 1px 1px 3px 0 rgba(0,0,0,0.23);
	box-shadow:inset 0 2px 0 0 #ffffff, 1px 1px 3px 0 rgba(0,0,0,0.23);
}
#header .header_social_buttons > span {
	font-size: 12px;
	padding: 5px 4px;
	color: #d8edb6;
	text-shadow: 1px 1px 0 #4a661e;
	display: block;
}
#header .header_social_buttons .hd_soc_item::after {
	position: absolute;
	content: '';
	height: 100%;
	background: url("../images/social_buttons.png") no-repeat;
	width: 25px;
	top: 5px;
	left: 5px;
}
#header .header_social_buttons .soc_vk::after {
	background-position: 0 0;
}
#header .header_social_buttons .soc_fb::after {
	background-position: -25px 0;
}
#header .header_social_buttons .soc_tw {
	width: 34px;
}
#header .header_social_buttons .soc_tw::after {
	background-position: -50px 0;
}
#header .header_social_buttons .soc_yt::after {
	top: 3px;
	background-position: -75px 0;
}
#header .header_social_buttons .soc_gp::after {
	background-position: -100px 0;
}
#header .header_social_buttons .soc_sc::after {
	background-position: -125px 0;
}
#header .header_social_buttons .soc_rss::after {
	background-position: -150px 0;
}
#header .header_social_buttons .soc_fq::after {
	background-position: -175px 0;
}
#header .header_contacts{
	color: #fff;
	margin: 19px 0 0 0;
}
#header .header_contacts .header_adress {
	font-size: 12px;
	text-shadow: 1px 1px 0 #4a661e;
	color: #d7edb5;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 25px;
	margin: 0;
	background: url("../images/ico_0.png") no-repeat;
}
#header .header_contacts .header_adress span {
	color: #fff
}
#header .header_contacts .header_phone {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 0 #4a661e;
	margin: -5px 0 0 0;
}
.q_icon {
	text-indent: -9999px !important;
	display: inline-block;
	vertical-align: middle;
}
.q_icon.ico_1 {
	padding: 0 24px 0 0;
	background: url("../images/ico_1.png") no-repeat 0 center;
}
.q_icon.ico_2 {
	padding: 0 22px 0 0;
	background: url("../images/ico_2.png") no-repeat 0 13px;
}
.q_icon.ico_3 {
	padding: 0 18px 0 0;
	background: url("../images/ico_8.png") no-repeat 0 13px;
}
.q_icon.ico_4 {
	padding: 0 18px 0 0;
	background: url("../images/ico_9.png") no-repeat 0 13px;
}
.q_icon.ico_5 {
	padding: 0 21px 0 0;
	background: url("../images/ico_12.png") no-repeat 0 13px;
}
.q_icon.ico_6 {
	padding: 0 18px 0 0;
	background: url("../images/ico_11.png") no-repeat 0 13px;
}
.q_icon.ico_7 {
	padding: 0 22px 0 0;
	background: url("../images/ico_10.png") no-repeat 0 13px;
}
.q_icon.ico_8 {
	padding: 0 22px 0 0;
	background: url("../images/ico_16.png") no-repeat;
}
#header_menu ul.lcol li:nth-of-type(4) a {
	padding: 0 0 0 21px;
	background: url("../images/ico_15.png") no-repeat 0 0;
}
#header_menu ul.rcol li:nth-of-type(1) a {
	padding: 0 0 0 18px;
	background: url("../images/ico_13.png") no-repeat 0 0;
}
#header_menu ul.rcol li:nth-of-type(2) a {
	padding: 0 0 0 18px;
	background: url("../images/ico_14.png") no-repeat 0 0;
}

@media all and (max-width: 1280px) {
	#header .search_form_wrp .search_form {
		width: 264px;
		zoom: 0.9;
	}
	#header .search_form_wrp .search_form #searchstring {
		width: 235px;
	}
	#header .shopping_cart_wrp, #header .header_social_buttons {
		zoom: 0.7;
	}
	#header .header_contacts {
		zoom: 0.7;
	}
	#header .header_contacts .header_phone {
		font-size: 18px;
	}
	/*#header .header_contacts .header_phone span {
		display: block;
		height: 1px;
		text-indent: -9999px;
	}*/
	#header .header_social_buttons {
		display: none;
	}
}
/*@media all and (min-width: 1101px) and (max-width: 1280px) {
	#header .search_form_wrp .search_form {
		width: 264px;
		zoom: 1;
	}
	#header .search_form_wrp .search_form #searchstring {
		width: 235px;
	}
	#header .shopping_cart_wrp, #header .header_social_buttons, #header .header_contacts {
		zoom: 1;
	}
	#header .header_social_buttons {
		zoom: 0.8;
	}
	#header .header_contacts .header_phone {
		font-size: 18px;
	}
}*/



/* footer sidebar*/
#footer_sidebar_wrp {
	background: #6a8d33;
	position: fixed;
	bottom: 0;
	right: 0;
	color: #FFFFFF;
	display: block;
	z-index: 4;
}
#footer_sidebar_wrp #fsbr_showhide {
	height: 70px;
	width: 70px;
	background: #5f7f2e url("../images/ico_3.png") no-repeat 31px 24px;
	-webkit-box-shadow:inset -1px 0 3px 0 rgba(0,0,0,0.14);
	box-shadow:inset -1px 0 3px 0 rgba(0,0,0,0.14);
	float: left;
	cursor: pointer;
}
#footer_sidebar_wrp #fsbr_showhide:hover {
	background-color: #6C8E38
}
#footer_sidebar_wrp  #fsbr_left {
	background: url("../images/larr_slider.png") repeat-x scroll 50% 50% transparent;
	height: 35px;
	left: -10px;
	position: absolute;
	top: 0;
	width: 11px;
}
#footer_sidebar_wrp #fsbr_wrp {
	display: block;
	float: left;
	height: 30px;
	margin: 20px 0 0 0;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block {
	display: block;
	border-right: 1px solid #5f7f2e;
	float: left;
	height: 30px;
	padding: 0 20px;
	font-size: 14px;
	color: #f2efe3;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block u {
	text-decoration: none;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .vert_helper {
	display: inline-block;
	height: 30px;
	vertical-align: middle;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .recallme,
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .product_history_handler,
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .comparelist_handler,
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .wishlist_handler {
	cursor: pointer;
	display: inline-block;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .recallme:hover,
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .product_history_handler:hover,
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .comparelist_handler:hover,
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .wishlist_handler:hover {
	color: #d0e8aa;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .wishlist_handler {
	background: url("../images/ico_4.png") no-repeat;
	padding: 0 0 0 22px;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block sup {
	background: #FFFFFF;
	border-radius: 3px;
	color: #808080;
	display: inline-block;
	font-size: 9px;
	height: 14px;
	line-height: 15px;
	margin: -2px 0 0 5px;
	text-align: center;
	vertical-align: middle;
	width: 14px;
	*display: inline;
	zoom: 1;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .fsbr_search_form {
	width: 226px;
    	height: 40px;
    	padding: 0 2px;
    	position: relative;
    	background: #FFFFFF;
    	border-radius: 3px;
    	display: block;
    	margin: -5px 0 0 0;
    	-webkit-box-shadow:inset 3px 3px 3px 0 rgba(0,0,0,0.31);
    	box-shadow:inset 3px 3px 3px 0 rgba(0,0,0,0.31);
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .fsbr_search_form .fsbr_search_form_input {
	font-size: 12px;
    	color: #6c6c6c;
    	outline: none;
   	background: none;
    	border: none;
    	height: 40px;
    	width: 170px;
    	line-height: 40px;
    	position: relative;
    	text-indent: 10px;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .fsbr_search_form .fsbr_search_form_submit {
	background: #6a8d33 url("../images/header_search_ico.png") no-repeat 10px 9px;
    	border: none;
	height: 36px;
    	width: 36px;
    	position: absolute;
    	right: 2px;
    	top: 2px;
    	border-radius: 1px;
    	-webkit-box-shadow:inset 0 -3px 0 0 #5b792c;
    	box-shadow:inset 0 -3px 0 0 #5b792c;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .fsbr_search_form .fsbr_search_form_submit:hover {
	background: #4d6d28 url("../images/header_search_ico.png") no-repeat 10px 9px;
    	background: url("../images/header_search_ico.png") no-repeat 10px 9px, -moz-linear-gradient(top,  #4d6d28 0%, #85a944 100%);
    	background: url("../images/header_search_ico.png") no-repeat 10px 9px, -webkit-linear-gradient(top,  #4d6d28 0%,#85a944 100%);
    	background: url("../images/header_search_ico.png") no-repeat 10px 9px, linear-gradient(to bottom,  #4d6d28 0%,#85a944 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d6d28', endColorstr='#85a944',GradientType=0 );
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .subscribe_handler {
	background: url("../images/ico_5.png") no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	vertical-align: middle;
	width: 16px;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .subscribe_handler:hover {
	opacity: 0.5
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .fsbr_cart_handler {
	color: #f2efe3;
	cursor: pointer;
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .fsbr_cart_handler:hover {
	color: #d0e8aa;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .fsbr_cart_handler .fsbr_cart_ico {
	background: url("../images/ico_6.png") no-repeat;
	display: inline-block;
	height: 21px;
	margin: 0;
	vertical-align: middle;
	width: 22px;
	*display: inline;
	zoom: 1;
}
#footer_sidebar_wrp #fsbr_wrp .fsbr_block .fsbr_cart_handler:hover .fsbr_cart_ico {
	opacity: 0.5
}





.category_tree{
	position: relative;
	margin: -10px -10px 0 -10px;
	padding: 0;
}
.category_tree ul{
	margin: 0;
	padding: 0;
}
.category_tree ul li {
	display: block;
	padding: 0;
	margin: 0;
}
.category_tree > ul > li > a {
	background: #74973c;
	background: -moz-linear-gradient(top,  #74973c 0%, #658735 100%);
	background: -webkit-linear-gradient(top,  #74973c 0%,#658735 100%);
	background: linear-gradient(to bottom,  #74973c 0%,#658735 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74973c', endColorstr='#658735',GradientType=0 );
	margin: 0 0 2px 0;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	display: block;
	text-decoration: none;
	-webkit-box-shadow:inset 0 -4px 0 0 #56732C;
	box-shadow:inset 0 -4px 0 0 #56732C;
	position: relative;
	z-index: 4;
}
.category_tree > ul > li > a:hover, .category_tree > ul > li > a:active, .category_tree > ul > li > a.open, .category_tree > ul > li > a.current {
	background: #628132;
	background: -moz-linear-gradient(top,  #628132 0%, #55702c 100%);
	background: -webkit-linear-gradient(top,  #628132 0%,#55702c 100%);
	background: linear-gradient(to bottom,  #628132 0%,#55702c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#628132', endColorstr='#55702c',GradientType=0 );
	-webkit-box-shadow:inset 0 -4px 0 0 #475F25;
	box-shadow:inset 0 -4px 0 0 #475F25;
	border-right: 4px solid #E89000;
	margin-right: -4px;
}
.category_tree > ul > li > ul {
	background: #EFEEEA;
	padding: 2px 0 0 0;
	margin: -4px 0 2px 0;
	border-bottom: 4px solid #CDCCC9;
	border-radius: 0 0 3px 3px;
}
.category_tree ul li ul li {
	border-bottom: 1px solid #E1DFD8;
	-webkit-box-shadow: 0 1px 0 0 #F8F7F5;
	box-shadow: 0 1px 0 0 #F8F7F5;
	margin: 0;
}
.category_tree ul li ul li:last-child {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.category_tree ul li ul li a {
	display: block;
	color: #000000;
	font-size: 12px;
	padding: 11px 5px 11px 15px;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
}
.category_tree ul li ul li a:hover {
	border-right: 4px solid #E89000;
	border-radius: 0 3px 3px 0;
	margin-right: -4px;
	color: #595851;
}
.category_tree ul li ul li a.open:hover, .category_tree ul li ul li a.current:hover, .category_tree ul li ul li a.open, .category_tree ul li ul li a.current {

	background: #F5F4F2;
	border-right: 4px solid #E89000;
	border-radius: 0 3px 3px 0;
	margin-right: -4px;
}
.category_tree ul li ul li ul {
	border-top: 1px solid #E1DFD8;
	-webkit-box-shadow: 0 -1px 0 0 #F8F7F5;
	box-shadow: 0 -1px 0 0 #F8F7F5;
	padding: 0;
}
.category_tree ul li ul li ul li{}
.category_tree ul li ul li ul li a {padding-left: 35px;}
.category_tree ul li ul li ul li ul li a{padding-left: 40px;}



#footer {
	background: #f8f6ef;
	border-top: 2px solid #B18809;
}
#footer .footer_wrap {
	position: relative;
	max-width: 930px;
	min-width: 890px;
	margin: 0 auto;
	padding: 40px 0 36px 0;
}
#footer .footer_wrap .footer_item {
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
	color: #625f55;
	text-shadow: 1px 1px 0 #fff;
}
#footer .footer_wrap .footer_item a {
	color: #625f55;
	text-decoration: none;
}
#footer .footer_wrap .footer_item a:hover {
	text-decoration: underline;
}
#footer .footer_wrap .footer_copy {
	margin: 0 35px 0 0;
	line-height: 20px;
}
#footer .footer_wrap .footer_menu {
	margin-right: 35px;
}
#footer .footer_wrap .footer_menu li {
	list-style: none;
	margin: 0 0 5px 0;
}
#footer .footer_wrap .footer_social_buttons {
	width: 190px;
	margin-right: 35px;
}
#footer .footer_wrap .footer_social_buttons .hd_soc_item {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 3px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #c3c3c3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c3c3c3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#c3c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3',GradientType=0 );
	-webkit-box-shadow:inset 0 -2px 0 0 #ffffff, 1px 1px 3px 0 rgba(0,0,0,0.23);
	box-shadow:inset 0 -2px 0 0 #ffffff, 1px 1px 3px 0 rgba(0,0,0,0.23);
	position: relative;
	margin: 0 3px 0 0;
}
#footer .footer_wrap .footer_social_buttons .hd_soc_item:hover {
	background: #c3c3c3;
	background: -moz-linear-gradient(top,  #c3c3c3 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #c3c3c3 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #c3c3c3 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#ffffff',GradientType=0 );
	webkit-box-shadow:inset 0 2px 0 0 #ffffff, 1px 1px 3px 0 rgba(0,0,0,0.23);
	box-shadow:inset 0 2px 0 0 #ffffff, 1px 1px 3px 0 rgba(0,0,0,0.23);
}
#footer .footer_wrap .footer_social_buttons > span {
	padding: 0 0 6px 4px;
	display: block;
}
#footer .footer_wrap .footer_social_buttons .hd_soc_item::after {
	position: absolute;
	content: '';
	height: 100%;
	background: url("../images/social_buttons.png") no-repeat;
	width: 25px;
	top: 5px;
	left: 5px;
}
#footer .footer_wrap .footer_social_buttons .soc_vk::after {
	background-position: 0 0;
}
#footer .footer_wrap .footer_social_buttons .soc_fb::after {
	background-position: -25px 0;
}
#footer .footer_wrap .footer_social_buttons .soc_tw {
	width: 34px;
}
#footer .footer_wrap .footer_social_buttons .soc_tw::after {
	background-position: -50px 0;
}
#footer .footer_wrap .footer_social_buttons .soc_yt::after {
	top: 3px;
	background-position: -75px 0;
}
#footer .footer_wrap .footer_social_buttons .soc_gp::after {
	background-position: -100px 0;
}
#footer .footer_wrap .footer_social_buttons .soc_sc::after {
	background-position: -125px 0;
}
#footer .footer_wrap .footer_social_buttons .soc_rss::after {
	background-position: -150px 0;
}
#footer .footer_wrap .footer_social_buttons .soc_fq::after {
	background-position: -175px 0;
}

#footer .footer_wrap .footer_pay_methods {
	width: 210px;
}
#footer .footer_wrap .footer_pay_methods span {
	width: 50px;
	height: 35px;
	display: inline-block;
	border-radius: 3px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #c3c3c3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c3c3c3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#c3c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3',GradientType=0 );
	-webkit-box-shadow:inset 0 -2px 0 0 #ffffff, 1px 1px 3px 0 rgba(0,0,0,0.23);
	box-shadow:inset 0 -2px 0 0 #ffffff, 1px 1px 3px 0 rgba(0,0,0,0.23);
	position: relative;
	margin: 0 3px 0 0;
}
#footer .footer_wrap .footer_pay_methods span:last-child {
	margin: 0;
}
#footer .footer_wrap .footer_pay_methods div {
	padding: 0 0 6px 4px;
}
#footer .footer_wrap .footer_pay_methods span::after {
	position: absolute;
	content: '';
	height: 100%;
	background: url("../images/pay_ico.png") no-repeat;
	width: 44px;
	top: 3px;
	left: 3px;
}
#footer .footer_wrap .footer_pay_methods .visa::after {
	background-position: 0 0;
}
#footer .footer_wrap .footer_pay_methods .maestro::after {
	background-position: -53px 0;
}
#footer .footer_wrap .footer_pay_methods .mastercard::after {
	background-position: -106px 0;
}
#footer .footer_wrap .footer_pay_methods .rbk::after {
	background-position: -159px 0;
}





.category_nav {
	background: #f8f6ef;
	margin: 0 20px 30px 0;
	height: 74px;
	line-height: 74px;
	color: #b7b7b7;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	border-radius: 3px;
}
.category_nav .page_num {
	color: #9a9890;
	margin: 0 13px;
	text-decoration: none;
}
.category_nav a.page_num:hover {
	text-decoration: underline;
}
.category_nav .pn_current {
	color: #000;
}
.category_nav .prev, .category_nav .next {
	height: 74px;
	width: 74px;
	overflow: hidden;
	background: #dfddd7 url("../images/ico_7.png") no-repeat center center;
	text-indent: -9999px;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow:inset -1px 0 3px 0 rgba(0,0,0,0.14);
	box-shadow:inset -1px 0 3px 0 rgba(0,0,0,0.14);
}
.category_nav .next {
	-ms-transform: rotate(180deg);
    	-webkit-transform: rotate(180deg);
    	transform: rotate(180deg);
}
.category_nav a.prev:hover, .category_nav a.next:hover {
	background-color: #ebe9e3;
}
.category_nav .prev {
	float: left;
}
.category_nav .next {
	float: right;
}
.category_description {
	color: #474540;

	margin: 0 20px 0 0;
	overflow: hidden;
	padding: 20px 0 15px;
	font-size: 12px;
	line-height: 16px;
}
.category_description h2 {
	color: #424242;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: normal !important;
	font-family: 'Open Sans', sans-serif;
}

.category_description h3 {
	color: #424242;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: normal !important;
	font-family: 'Open Sans', sans-serif;
}

.category_description .h_desc {
	display: none;
}
.path {
	clear: both;
	display: block;
	font-size: 13px;
	color: #a9a9a9;
	padding: 0 0 15px 0;
}
.path a {
	text-decoration: none;
	color: #b58800;
}
.path span:last-child a {
	color: #a9a9a9;
}
.path a:hover {
	color: #836200;
}
.h_desc_title {
	margin: 0 20px 20px 0;
	overflow: hidden;
	background: #f8f6ef;
	border-radius: 3px;
	padding: 28px 30px;
	font-size: 13px;
	color: #615e54;
	line-height: 16px;
}
.header_categories_tree {
	background: #f2efe3;
	border-bottom: 2px solid #B18809;
	position: relative;
}
.header_categories_tree .header_menu_margin_wrp {
	margin: 0 auto;
	max-width: 1400px;
	position: relative;
	height: 41px;
}
.header_categories_tree table {
	display: block;
}
.header_categories_tree table tr {
	display: block;
}
.header_categories_tree table tr td {
	display: inline-block;
	margin: 0;
}
.header_categories_tree table tr > td > a {
	color: #6a8d33;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
	display: inline-block;
	height: 41px;
	line-height: 41px;
	position: relative;
	padding: 0 36px 0 20px;
}
.header_categories_tree table tr > td > a:hover {
	color: #979073;
}
.header_categories_tree table tr > td > a::after {
	content: '+';
	position: absolute;
	right: 20px;
	top: 0;
	font-weight: 700;
	font-size: 22px;
}
.header_categories_tree table tr > td.has_childs:hover {
	background: #fff;
}
.header_categories_tree table tr > td.has_childs:hover a {
	color: #979073;
}
.header_categories_tree table tr > td.has_childs:hover > a::before {
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	height: 5px;
	border-radius: 3px 3px 0 0;
	right: 0;
	background: #fff;
	z-index: 1;
}

.header_categories_tree table tr > td.has_childs:hover > a::after {
	top: -2px;
	content: '-';
}

.header_menu_margin_wrp table tr td .tv_subcategories_wrp{
	bottom: 0;
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 6;
}
.header_menu_margin_wrp table tr td .tv_subcategories_wrp .tv_subcategories {
	background: #FFFFFF;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.14);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.14);
	display: block;
	margin: 0 19px 0 19px;
	visibility: hidden;
}
.tv_subcategories_wrp .tv_subcategories .tv_subcategories_ul {
	padding: 15px 40px;
}
.tv_subcategories_wrp .tv_subcategories .tv_subcategories_ul .tv_subcategory {
	display: inline-block;
	font-size: 13px;
	margin: 0 5px;
	text-align: left;
	vertical-align: top;
	width: 232px;
	*display: inline;
	zoom: 1;
	text-align: left;
}
.tv_subcategories_wrp .tv_subcategories .tv_subcategories_ul li {
	border-bottom: 1px solid #EFEDE9;
}
.tv_subcategories_wrp .tv_subcategories .tv_subcategories_ul li:nth-last-child(-n+5) {
	border: none;
}
.tv_subcategories_wrp .tv_subcategories .tv_subcategories_ul .tv_subcategory a {
	color: #6a8d33;
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-size: 14px;
	padding: 15px 0;
	text-decoration: none;
}
.tv_subcategories_wrp .tv_subcategories .tv_subcategories_ul .tv_subcategory a:hover {
	text-decoration: underline;
}
.tv_subcategories_wrp .tv_subcategories .tv_subcategories_ul .tv_subcategory .tv_subcategory_description{padding: 0 0 0 5px;}
.tv_subcategories_wrp .tv_subcategories .tv_subcategories_ul .tv_subcategory div, .tv_subcategories_wrp .tv_subcategories .tv_subcategories_ul .tv_subcategory ul {
	display: none;
}

.tv_subcategories_wrp .tv_subcategories .tv_subcategories_ul .tv_subcategory ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	word-wrap: break-word;
}
.tv_subcategories_wrp .tv_subcategories .tv_subcategories_ul .tv_subcategory ul li{
	display: block;
	padding: 0 5px 0 0;
}
.tv_subcategories_wrp .tv_subcategories .tv_subcategories_ul .tv_subcategory ul li a{
	color: #615e54;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	padding: 0 5px 0 0;
	text-transform: none;
}


.product_brief_list  .small_buy_button {
	outline: none;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	height: 46px;
	line-height: 44px;
	background: #eca206;
	background: -moz-linear-gradient(top,  #eca206 0%, #e57e00 100%);
	background: -webkit-linear-gradient(top,  #eca206 0%,#e57e00 100%);
	background: linear-gradient(to bottom,  #eca206 0%,#e57e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca206', endColorstr='#e57e00',GradientType=0 );
	padding: 0 34px 0 26px;
	font-size: 16px;
	margin-right: 10px;
	text-shadow: 1px 1px 0 #b84b00;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	-webkit-box-shadow:inset 0 -3px 0 0 #E05D00;
	box-shadow:inset 0 -3px 0 0 #E05D00;
}
.product_brief_list  .small_buy_button:hover {
	background: #f3cd18;
	background: -moz-linear-gradient(top,  #f3cd18 0%, #e88200 100%);
	background: -webkit-linear-gradient(top,  #f3cd18 0%,#e88200 100%);
	background: linear-gradient(to bottom,  #f3cd18 0%,#e88200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3cd18', endColorstr='#e88200',GradientType=0 );
	-webkit-box-shadow:inset 0 -3px 0 0 #E04900;
	box-shadow:inset 0 -3px 0 0 #E04900;
}
/* css by qnut END */









.main_content_wrp {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	max-width: 1400px;
}
.main_content_wrp .maincontent{
	margin: 0;
}
.main_content_wrp .maincontent_left{
	display: block;
	float: left;
	width: 220px;
	padding: 0;
}
.main_content_wrp .maincontent_right{
	overflow: hidden;
	padding: 0 0 0 20px;
}
.main_content_wrp_home{
	clear: both;
}
.maincontent h1, .maincontent .h1, .tooltip h1, .tooltip .h1 {
	color: #000000;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	padding: 0 0 15px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font-weight: normal;
}
.maincontent h2, .maincontent .h2, .tooltip h2, .tooltip .h2{
	color: #392C03;
	font-size: 20px;
	padding: 0 0 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font-weight: normal;
}
.maincontent h3, .maincontent .h3, .tooltip h3, .tooltip .h3{
	color: #392c03;
	font-size: 18px;
	padding: 20px 0 10px;
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	margin: 0 0 10px;
}
.maincontent a{}
.maincontent b, .maincontent strong, .tooltip b, .tooltip strong{font-weight: bold;}
.maincontent i, .maincontent em, .tooltip i, .tooltip em{font-style:italic;}
.maincontent p, .tooltip p{
	margin: 0;
	font-size: 13px;
	color: #000000;
	padding: 0 0 10px;
}
.maincontent img, .tooltip img{
	max-width: 100%;
	vertical-align: middle;
}
.maincontent ul, .tooltip ul{
	clear: both;
	padding: 10px 10px 20px;
}
.maincontent li, .tooltip li{
	margin: 0 0 5px 20px;
}
.maincontent nowrap{
	white-space: pre;
}
.maincontent table{
	clear: both;
	margin: 5px 0 10px;
}
.maincontent table tr{}
.maincontent table tr td{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	padding: 5px 5px 5px 0;
	vertical-align: top;
}
.maincontent table tr:last-child td{
	border-bottom: none;
	box-shadow: none;
}



.home_row{
	clear: both;
	display: block;
	margin: 0 auto 15px;
	max-width: 1400px;
}
.home_row .home_cell_left{
	display: block;
	float: left;
	width: 74%;
}
.home_row .home_cell_right{
	display: block;
	float: right;
	width: 24%;
}

.home_tv_block{
	background: none repeat scroll 0 0 #EDEDED;
	clear: both;
	padding: 5px 0;
	position: relative;
}
.home_tv_block:after {
    background: url("../images/shadow_radial_center.png") no-repeat scroll 50% 0 / 100% auto rgba(0, 0, 0, 0);
    bottom: -11px;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 100%;
}
.home_tv_block .scrollable{
	height: 300px;
	overflow: hidden;
	position: relative;
	margin: 0 5px;
}
.home_tv_block .scrollable .lst{
	left: 0;
	position: absolute;
	top: 0;
	width: 20000em;
}
.home_tv_block .tvideo_item{
	display: block;
	float: left;
	width: 285px;
}
.home_tv_block .tvideo_item .imgwrp{
	background: none repeat scroll 0 0 #000000;
	display: block;
	font-size: 0;
	height: 200px;
	line-height: 200px;
	margin: 0 0 7px;
	position: relative;
	text-align: center;
	width: auto;
}
.home_tv_block .tvideo_item .imgwrp img{
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
}
.home_tv_block .tvideo_item .imgwrp .tvideo_play{
	background: url("../images/youtube_play_32px_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 50%;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	height: 32px;
	left: 50%;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 50%;
	width: 32px;
}
.home_tv_block .tvideo_item .tvideo_item_name{
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.home_tv_block .tvideo_item .tvideo_category{
	color: #808080;
	font-size: 11px;
}
.home_tv_block .tvideo_item .tvideo_category .tvideo_category_item a{
	color: #808080;
}
.home_tv_block .tvideo_item .tvideo_createdate{
	color: #808080;
	font-size: 11px;
	margin: 0 0 5px;
}
.home_tv_block .tvideo_item .tvideo_description{
	font-size: 12px;
}
.home_tv_block .home_moar_video{
	background: none repeat scroll 0 0 #D10000;
	bottom: -11px;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	line-height: 20px;
	padding: 0 5px 0 0;
	position: absolute;
	right: 20px;
	text-align: center;
	text-decoration: underline;
	z-index: 1;
}
.home_tv_block .home_moar_video:before{
	border-color: #D10000 rgba(0, 0, 0, 0) #D10000 rgba(0, 0, 0, 0);
	border-image: none;
	border-right: 10px solid #D10000;
	border-style: solid;
	border-width: 10px;
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
}
.home_tv_block .home_moar_video:after{
	border-color: rgba(0, 0, 0, 0)  rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #D10000 ;
	border-image: none;
	border-style: solid;
	border-width: 10px;
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
}

.home_seo_txt_wrp{padding: 0 10px;}
.home_seo_txt_wrp .home_seo_txt_block{
	margin: 0 auto 20px;
	max-width: 1400px;
	overflow: hidden;
}
.home_seo_txt{
	color: #808080;
	float: left;
	font-size: smaller;
	width: 74%;
}
.home_seo_txt h1{font-size: smaller;}
.home_seo_txt h2{font-size: smaller;}
.home_seo_txt_wrp .home_seo_txt_block .home_seo_txt_right{
	display: block;
	float: right;
	width: 24%;
	overflow: hidden;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	min-width: 200px;
	width: 100% !important;
	position: relative;
}
.fb_iframe_widget:after{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	bottom: 0;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	width: 100%;
}

.panels_mini_wrp{
	clear: both;
	display: block;
	margin: 0 0 20px;
}
.panels_mini_wrp .panels_tabs{
	clear: both;
	display: block;
	height: 34px;
	margin: 0 0 20px;
	padding: 0 25px;
	position: relative;
	text-align: center;
}
.panels_mini_wrp .panels_tabs .panels_tabs_item{
	background: url("../images/header_menu_arr.png") no-repeat scroll 100% 50% transparent;
	cursor: pointer;
	display: inline-block;
	height: 31px;
	line-height: 31px;
	margin: 0 10px;
	padding: 0 22px 0 5px;
	*display: inline;
	zoom: 1;
}
.panels_mini_wrp .panels_tabs .panels_tabs_item .panels_tabs_name{
	border-bottom: 1px dashed;
	color: #5f812c;
	font-size: 18px;
}
.panels_mini_wrp .panels_tabs .panels_tabs_item.current{
	border: medium none;
	position: relative;
}
.panels_mini_wrp .panels_tabs .panels_tabs_item.current .panels_tabs_name{
	border-image: none;
	border-style: none none dashed;
	border-width: medium medium 1px;
	color: #ed9017;
}
.panels_mini_wrp .panels_wrp{
	clear: both;
	display: block;
	padding: 0 0 10px;
}
.panels_mini_wrp .panels_wrp .panel_item{}
.panels_mini_wrp .panels_wrp .panel_item .panel_item_moar{
	color: #CFA116;
	display: block;
	font-style: italic;
	padding: 0 10px;
	text-align: right;
}
.products_scroll_wrp{
	clear: both;
	display: block;
	margin: 0 0 15px;
	position: relative;
}
.products_scroll_wrp .scrollable{
	height: 305px;
	margin: 0 35px;
	overflow: hidden;
	position: relative;
}
.products_scroll_wrp .scrollable:after{
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}
.products_scroll_wrp .scrollable .lst{
	left: 0;
	position: absolute;
	top: 0;
	width: 22222em;
}
.products_scroll_wrp .next, .products_scroll_wrp .prev{
	background: url("../images/scroll_rl_arrs.png") no-repeat scroll -37px 50%transparent;
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	width: 18px;
	right: 13px;
	left: auto;
}
.products_scroll_wrp .prev{
	background-position: 0 50% ;
	left: 14px;
}
.products_scroll_wrp .scrollable .lst .product_brief_table {
	display: block !important;
	float: left !important;
	margin: 5px 10px 0 0;
}
.products_scroll_moar{
	background: none repeat scroll 0 0 #b58800;
	color: #ffffff;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 15px 0 0;
	padding: 0 10px;
	position: relative;
	float: right;
	text-align: right;
	text-decoration: underline;
}
.products_scroll_moar:hover{
	color: #ffffff;
}
.products_scroll_moar:before, .products_scroll_moar:after {
    border-color: #b58800 transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
}
.products_scroll_moar:after {
    border-color: transparent transparent transparent #b58800;
    border-width: 10px 0 10px 10px;
    left: 100%;
}

.banners_wrp{
	margin: 40px auto 25px;
	max-width: 1400px;
	position: relative;
}
.banners_wrp .scrollable{
	height: 106px;
	margin: 0 40px;
	overflow: hidden;
	position: relative;
}
.banners_wrp .scrollable .lst{
	left: 0;
	position: absolute;
	top: 0;
	width: 22222em;
}
.banners_wrp .scrollable .lst .item{
	float: left;
	margin: 0 17px 0 0;
	width: 302px;
}
.banners_wrp .scrollable .lst .item .imgwrp{
	background: none repeat scroll 0 0 #FFFFFF;
	display: block;
	text-align: center;
	width: 302px;
}
.banners_wrp .scrollable .lst .item .imgwrp img{
	max-height: 106px;
	max-width: 302px;
	vertical-align: middle;
}
.banners_wrp .scrollable .lst .item object{
	display: block;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.banners_wrp .scrollable .lst .item embed{
	height: 100%;
	width: 100%;
}
.banners_wrp .scrollable .lst .item .flash_banner_link{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.banners_wrp .next, .banners_wrp .prev{
	background: url("../images/scroll_rl_arrs.png") no-repeat scroll 15px 50% transparent;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
}
.banners_wrp .next{
	background-position: -37px 50%;
	left: auto;
	right: 0;
}
.banners_wrp .banners_shadow{
	background: url("../images/banners_shadow.png") no-repeat scroll 0 0 transparent;
	height: 106px;
	position: absolute;
	right: 39px;
	top: 0;
	width: 48px;
}

.product_brief_table{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 3px solid #AEB5A7;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	margin: 0 10px 15px 0;
	padding: 10px 0 5px;
	text-align: center;
	vertical-align: top;
	width: 175px;
}
.product_brief_table .imgwrp{
	display: block;
	font-size: 0;
	height: 150px;
	line-height: 150px;
	margin: 0 auto 5px;
	position: relative;
	text-align: center;
	width: 150px;
}
.product_brief_table .imgwrp img{
	max-height: 150px;
	max-width: 150px;
	vertical-align: middle;
}
.product_brief_table .imgwrp .best_product_label, .product_brief_table .imgwrp .new_product_label, .product_brief_table .imgwrp .best_price_product_label {
	left: -16px;
    top: -16px;
}

.product_brief_table h2{
	display: block;
	margin: 0;
	padding: 0;
}
.product_brief_table .pb_product_name{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 10px;
}
.product_brief_table .pb_product_code{
	color: gray;
	font-size: 12px;
}

.product_info_rside .product_name_wrp .product_code {
	padding: 15px 0;
}

.product_brief_table .pb_instock{}
.product_brief_table .pb_instock b {}
.product_brief_table .pb_price {
	color: #4c593b;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px;
	vertical-align: middle;
}
.product_brief_table .pb_moar{
	font-size: 11px;
	display: block;
}
.product_brief_table .addtowishlist {
	color: #567A21;
	cursor: pointer;
	font-size: 11px;
	font-style: italic;
	text-decoration: underline;
}
.product_brief_table .pb_row{
	clear: both;
	display: block;
	margin: 5px 0;
}
.product_brief_table .pb_row .pb_cell{
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: top;
}
.product_brief_table .pb_row .pb_cell:last-child{
	margin-right: 0;
}
.notavailible {
	filter: url(../images/grayscale_filter.svg#grayscale); /* Firefox */
	filter: gray; /* IE */
	-webkit-filter: grayscale(1); /* Webkit */
}
.notavailible:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}

.home_disscuss_news_wrp{}
.home_disscuss_news_wrp .home_disscuss_news_cell{
	float: left;
	width: 25%;
}

.news_ttl{
	display: block;
	font-size: 18px;
	padding: 10px 0 15px;
	text-align: center;
	text-transform: uppercase;
}
.news_ttl.news_ttl_onlynow{
	background: none repeat scroll 0 0 #8800f7;
	color: #fff;
	margin: 10px auto 15px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 180px;
}
.news_ttl.news_ttl_onlynow:before, .news_ttl.news_ttl_onlynow:after {
	border-color: #8800f7 transparent;
	border-style: solid;
	border-width: 11px 6px 11px 0;
	content: "";
	left: 100%;
	position: absolute;
	top: 0;
}
.news_ttl.news_ttl_onlynow:after {
	border-width: 11px 0 11px 6px;
	left: auto;
	right: 100%;
}
.news_wrp{margin: 0 20px 0 0;}
.news_wrp .news_item{
	font-size: 12px;
	padding: 10px;
}
.news_wrp .news_item.gridline1{
	background: none repeat scroll 0 0 #EBF0E4;
	border-radius: 5px 5px 5px 5px;
}
.news_wrp .news_item .news_item_date{
	color: #587F24;
	padding: 0 0 3px;
}
.news_wrp .news_item .news_item_name{}
.news_wrp .news_item .imgwrp{
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 0 10px 0 0;
	overflow: hidden;
	text-align: center;
	width: 50px;
	font-size: 0;
}
.news_wrp .news_item .imgwrp img{
	max-height: 50px;
	max-width: 50px;
	vertical-align: middle;
}
.news_wrp .news_item .short_news_item_right{
	overflow: hidden;
}
.news_viewall{
	color: #CFA116;
	display: block;
	font-style: italic;
	padding: 5px 30px 5px 10px;
	text-align: right;
}

.root_categories_bg{
	background: none repeat scroll 0 0 #DEE1C9;
	margin: 0 0 20px;
	position: relative;
}
.root_categories_bg .root_categories_bg_top{
	background: url("../images/green_tb_bg.png") repeat-x scroll 0 0 transparent;
	height: 7px;
	opacity: 0.35;
	position: absolute;
	top: -7px;
	width: 100%;
}
.root_categories_bg .root_categories_bg_bottom{
	background: url("../images/green_tb_bg.png") repeat-x scroll 0 100% transparent;
	height: 7px;
	opacity: 0.35;
	position: absolute;
	bottom: -7px;
	width: 100%;
}
.root_categories_bg .root_categories_wrp{
	display: block;
	margin: 0 auto;
	max-width: 1400px;
	padding: 20px 0;
}
.root_categories_bg .root_categories_wrp .rc_category{
	display: inline-block;
	margin: 0 0 20px;
	vertical-align: middle;
	width: 340px;
}
.root_categories_bg .root_categories_wrp .rc_category .imgwrp{
	display: block;
	float: left;
	font-size: 0;
	height: 70px;
	margin: 0 10px 0 0;
	overflow: hidden;
	text-align: center;
	width: 100px;
}
.root_categories_bg .root_categories_wrp .rc_category .imgwrp img{
	max-height: 70px;
	max-width: 100px;
	vertical-align: middle;
}
.root_categories_bg .root_categories_wrp .rc_category .rc_info{
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
}
.root_categories_bg .root_categories_wrp .rc_category .rc_title{
	color: #65882C;
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 7px;
	text-decoration: none;
	text-transform: uppercase;
}
.root_categories_bg .root_categories_wrp .rc_category .rc_subcats{}
.root_categories_bg .root_categories_wrp .rc_category .rc_subcats a{
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	display: inline-block;
	padding: 0 5px 0 0;
}
.root_categories_bg .root_categories_wrp .rc_category .rc_subcats a:last-child{border:none;}
.title_center{
	color: #65882C;
	font-size: 22px;
	font-weight: normal;
	padding: 0 0 10px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.news_scroll_wrp{
	display: block;
	margin: 0 auto 20px;
	position: relative;
}
.news_scroll_wrp .scrollable{
	height: 150px;
	margin: 0 25px;
	overflow: hidden;
	position: relative;
}
.news_scroll_wrp .scrollable .lst{
	left: 0;
	position: absolute;
	top: 0;
	width: 22222em;
}
.news_scroll_wrp .scrollable .lst .news_item{
	border: 3px solid #AEB5A7;
	border-radius: 5px 5px 5px 5px;
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 10px 0;
	width: 302px;
}
.news_scroll_wrp .scrollable .lst .news_item .imgwrp{
	background-position: 50% 50%;
	background-size: cover;
	display: block;
	float: left;
	font-size: 0;
	height: 70px;
	margin: 0 10px;
	position: relative;
	text-align: center;
	width: 70px;
}
.news_scroll_wrp .scrollable .lst .news_item .imgwrp img{
	max-height: 70px;
	max-width: 70px;
	vertical-align: middle;
}
.news_scroll_wrp .scrollable .lst .news_item .imgwrp .onlynow_product_label{
	background-size: contain;
	height: 64px;
	left: -14px;
	top: -14px;
	width: 64px;
}
.news_scroll_wrp .scrollable .lst .news_item .news_item_right{
	overflow: hidden;
}
.news_scroll_wrp .scrollable .lst .news_item .news_item_right .news_item_date{
	background: url("../images/date_ico.png") no-repeat scroll 0 50% transparent;
	color: #E5AC01;
	display: block;
	font-size: 11px;
	padding: 0 0 0 10px;
}
.news_scroll_wrp .scrollable .lst .news_item .news_item_right .news_item_name{
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
	max-height: 35px;
	overflow: hidden;
}
.news_scroll_wrp .scrollable .lst .news_item .news_item_right .news_item_text{
	font-size: 11px;
	height: 40px;
	line-height: 13px;
	overflow: hidden;
}
.news_scroll_wrp .scrollable .lst .news_item .news_item_right .pb_price{
	color: #4c593b;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 0 15px 5px 0;
	vertical-align: middle;
}
.news_scroll_wrp .scrollable .lst .news_item .news_item_right .news_item_moar{
	color: #51603F;
	font-size: 11px;
	font-style: italic;
}
.news_scroll_wrp .next, .news_scroll_wrp .prev{
	background: url("../images/scroll_rl_arrs.png") no-repeat scroll 0 50% transparent;
	cursor: pointer;
	height: 100%;
	left: 5px;
	position: absolute;
	top: 0;
	width: 18px;
}
.news_scroll_wrp .next{
	background-position: -37px 50%;
	height: 100%;
	left: auto;
	right: 5px;
}

.footer_wrp{
	background: none repeat scroll 0 0 #D9E1C9;
	border-top: 3px solid #6A8D33;
	padding: 0 10px;
}
.footer_wrp footer{
	display: block;
	margin: 0 auto;
	max-width: 1400px;
	padding: 10px 0 35px;
	font-size: 0;
}
.footer_wrp footer .footer_item{
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
	width: 20%;
}
.footer_wrp footer .footer_menu{
	display: block;
}
.footer_wrp footer .footer_menu li{
	list-style: none outside none;
	margin: 0 0 5px;
}
.footer_wrp footer .footer_menu li a{}
.footer_wrp footer .tops_logo{
	background: url("../images/tops_logo.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 29px;
	margin: 0 20px 0 0;
	width: 85px;
	float: right;
}
.footer_wrp footer .footer_copy{
	display: block;
	font-size: 11px;
	margin: 0 20px 0 0;
}
.footer_wrp footer .footer_payment_types{
	background: url("../images/payment_icons.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 23px;
	margin: 0 20px 0 0;
	width: 206px;
}
.footer_wrp footer .social_buttons{
	display: block;
}
.footer_wrp footer .social_buttons .soc_item{
	background: url("../images/social_buttons.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 25px;
	margin: 0 5px 0 0;
	width: 25px;
}
.footer_wrp footer .social_buttons .soc_fb{}
.footer_wrp footer .social_buttons .soc_sc{background-position: -33px 0;}
.footer_wrp footer .social_buttons .soc_rss{background-position: -65px 0;}
.footer_wrp footer .social_buttons .soc_gp{background-position: -100px 0;}
.footer_wrp footer .social_buttons .soc_yt{background-position: -135px 0;}
.footer_wrp footer .social_buttons .soc_fq{background-position: -234px 0;}
.footer_wrp footer .social_buttons .soc_vk{background-position: -201px 0;}
.footer_wrp footer .social_buttons .soc_tw{background-position: -167px 0;}

.footer_promo{
	display: block;
	margin: 0 15px 0 0;
}
.footer_promo .footer_promo_item{
	display: inline-block;
	font-size: 0;
	height: 70px;
	margin: 0 5px 0 0;
	max-width: 40%;
	overflow: hidden;
	vertical-align: top;
	width: 100px;
}
.footer_promo .footer_promo_item img{
	height: 100%;
	width: 100%;
}
.yacount {
color: #D9E1C9;
background-color: #D9E1C9;
font-size: 6px;
cursor: default;
min-height: 8px;
}
.yacount a {
color: #D9E1C9;
font-size: 8px;
cursor: default;
}
.yacount a:hover {
color: #D9E1C9;
font-size: 6px;
cursor: default;
}

.scroll_mini_wrp {
	clear: both;
	margin: 15px 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
.scroll_mini_wrp .scrollable {
	height: 150px;
	margin: 0 40px;
	overflow: hidden;
	position: relative;
	width: auto;
	z-index: 1;
}
.scroll_mini_wrp .scrollable .lst {position:absolute;clear:both;width:2000em;top:0;left:0;}
.scroll_mini_wrp .scrollable .lst .item{
	width: 100px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.scroll_mini_wrp .scrollable .lst .item .imgwrp{
	display: block;
	font-size: 0;
	margin: 0 0 5px;
	overflow: hidden;
	text-align: center;
	height: 75px;
	width: 75px;
	line-height: 75px;
}
.scroll_mini_wrp .scrollable .lst .item .imgwrp img{
	vertical-align: middle;
	max-height: 75px;
	max-width: 75px;
}
.scroll_mini_wrp .scrollable .lst .product_name {
	display: block;
	font-size: 12px;
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
}
.scroll_mini_wrp .scrollable .lst .product_price {
	width: 75px;
	font-size: 12px;
	display: inline-block;
	font-weight: bold;
	margin: 0 10px 0 0;
	position: relative;
	vertical-align: middle;
	*display: inline;
	zoom: 1;
}
.scroll_mini_wrp .prev, .scroll_mini_wrp .next{
	background: url("../images/sidebar_showhide_ico.png") no-repeat scroll 0 50% transparent;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 11px;
	z-index: 2;
	-moz-user-select: none;
	-khtml-user-select:none;
	user-select:none;
}
.scroll_mini_wrp .next {
	background-position: 100% 50%;
	display: block;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.scroll_mini_wrp .prev.disabled, .scroll_mini_wrp  .next.disabled {visibility:hidden !important;}


.maincontent_right_pright{
	display: block;
	float: right;
	width: 190px;
}
.maincontent_right_pleft{
	overflow: hidden;
}
.category_name{
	font-size: 18px;
	padding: 0 0 20px;
	text-align: center;
}

.advsearch_title{
	color: #b58800;
	font-size: 18px;
	padding: 0 0 5px;
	text-align: center;
}
.cat_advproduct_search {
	margin: 0 0 15px;
}
.cat_advproduct_search .adv_search_option_name{
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px 5px;
}
.cat_advproduct_search .adv_search_row{
	background: none repeat scroll 0 0 #F2EFE3;
	border: 1px solid #A2AE99;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px #FFFFFF inset;
	margin: 0 0 10px;
	padding: 10px 5px;
}
.cat_advproduct_search .adv_search_variant{
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 10px;
}
.cat_advproduct_search .adv_search_variant .checkbox{
	display: block;
	float: left;
	margin: 0px 5px 0 0;
}
.cat_advproduct_search .adv_search_variant .adv_search_variant_name{
	color: #2A4E10;
	display: block;
	font-size: 12px;
	overflow: hidden;
	text-decoration: underline;
	vertical-align: middle;
}
.cat_advproduct_search .adv_search_variant .adv_search_variant_name .adv_search_variant_product_count{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
}
.cat_advproduct_search .adv_reset_filter {
	color: #625f55;
	text-decoration: none;
	font-size: 13px;
	padding: 0 10px;
}
.cat_advproduct_search .adv_reset_filter:hover {
	text-decoration: underline;
}
.trackbar_wrp {
	height: 31px;
	line-height: 31px;
	margin: 0 20px 11px;
	position: relative;
}
.trackbar_wrp .tb_left, .trackbar_wrp .tb_right{
	background: url("../images/price_slider_rl.png") no-repeat scroll 0 0 transparent;
	height: 31px;
	left: -17px;
	position: absolute;
	width: 17px;
	top: 0;
}
.trackbar_wrp .tb_right{
	background-position: 100% 0;
	left: auto;
	right: -17px;
}
.trackbar_wrp .tb_middle{
	background: url("../images/price_slider_m.png") repeat-x scroll 0 0 transparent;
	height: 31px;
	position: absolute;
	width: 100%;
	top: 0;
}
table.trackbar div, table.trackbar td {
	border: medium none !important;
	margin: 0;
	padding: 0 !important;
}
table.trackbar {
	left: 3px;
	margin: 0;
	position: relative;
	top: 4px;
}
table.trackbar .l {width:1%; text-align: right; font-size: 1px;}
table.trackbar .l div {position:relative; width:0; text-align: right; z-index:5; white-space:nowrap;margin:0!important;overflow:visible!important;}
table.trackbar .l div span {position:absolute;top:-12px; right:6px; z-index:1000; font:11px tahoma; color:#000;}
table.trackbar .l div span.limit {color:#7B7B7B;font-size:7px;margin:6px 4px;position:absolute;right:100%;text-align:left;top:21px;z-index:0;}
table.trackbar .r {position:relative; width:1%; text-align: left; font-size: 1px;cursor:default;}
table.trackbar .r div {position:relative; width:0; text-align: left; z-index:5; white-space:nowrap;margin:0!important;overflow:visible!important;}
table.trackbar .r div span {position:absolute;top:-12px; left:6px; z-index:1000; font:11px tahoma; color:#7B7B7B;margin:0 0 0 -20px;}
table.trackbar .r div span.limit {position:absolute;top:21px; left:100%; z-index:0;font-size:7px;color:#7B7B7B;margin: 6px -10px;}
table.trackbar .c {}
table.trackbar .l div b, table.trackbar .r div b{
	background: url("../images/price_slider.png") no-repeat scroll 50% 50% transparent;
	cursor: pointer;
	display: block;
	float: right;
	height: 22px;
	margin: 0 !important;
	position: relative;
	width: 16px;
	z-index: 5;
}
table.trackbar .r div b {float:none;}
.adv_search_row  #prl, .adv_search_row  #prh {
	font-size: 10px;
	height: 15px;
	margin: 0 0 0 14px;
	width: 40px;
}

/* products view*/
.view_panel {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	display: block;
	margin: 0 0 20px;
	text-align: left;
}
.view_panel form{
	display: inline;
}
.view_panel form select{
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(226,225,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(226,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(226,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(226,225,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(226,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(226,225,225,1) 100%); /* W3C */
	border: 1px solid #B0B0AF;
	border-radius: 3px 3px 3px 3px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	font-family: arial;
	*display: inline;
	zoom: 1;
}
.view_panel form select option{
	background: none repeat scroll 0 0 #FFFFFF;
	font-family: arial;
}
.category_view_select {
	line-height: 24px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.category_view_select .cat_view_list, .category_view_select .cat_view_table{
    background: url("../images/view_product_icons.png") no-repeat scroll 5px 50% #ECEBEB;
    border: 1px solid #DADADA;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin: 0 2px;
    vertical-align: middle;
    width: 24px;
	*display: inline;
	zoom: 1;
}
.category_view_select .cat_view_table{background-position: -33px 50%;}
.category_view_select .cat_view_list:hover, .category_view_select .cat_view_list.current{border-color:#78b34d;}
.category_view_select .cat_view_table:hover, .category_view_select .cat_view_table.current{border-color:#78b34d;}
.category_view_select form{display:none;}
/* products view END*/

.product_brief_wrp{text-align: left;}
.product_brief_wrp:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.product_brief_list {
	background: #f8f6ef;
	border-radius: 4px;
	clear: both;
	display: block;
	border-bottom: 2px solid #B18809;
	margin: 0 20px 20px 0;
	padding: 20px;
}
.product_brief_list .pb_left_side{
	background: #FFFFFF;
	display: block;
	float: left;
	width: 160px;
	min-height: 160px;
	vertical-align: middle;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.11);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.11);
}
.product_brief_list .pb_left_side .imgwrp {
	display: block;
	font-size: 0;
	height: 160px;
	line-height: 160px;
	position: relative;
	text-align: center;
	width: 160px;
}
.product_brief_list .pb_left_side .imgwrp img{
	max-height: 160px;
	max-width: 160px;
	vertical-align: middle;
}
.product_brief_list .pb_left_side .imgwrp .best_product_label, .product_brief_list .pb_left_side .imgwrp .new_product_label, .product_brief_list .pb_left_side .imgwrp .best_price_product_label{
	left: -3px;
	top: -3px;
}
.product_brief_list .pb_right_side {
	overflow: hidden;
	padding: 3px 0 0 20px;
}
.product_brief_list .pb_right_side h2{
	display: block;
	margin: 0;
	padding: 0;
}
.product_brief_list .pb_right_side .pb_product_name {
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	padding: 0 0 10px 0;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}
.pb_side_c {
	overflow: hidden;
	margin-bottom: 15px;
	color: #625f55;
	font-size: 13px;
	text-shadow: 1px 1px 0 #fff;
}
.product_brief_list .pb_right_side .pb_product_name:hover {
	text-decoration: underline;
}
.product_brief_list .pb_right_side .pb_product_code{
	display: block;
	margin: 3px 0 0 0;
}
.product_brief_list .pb_right_side .pb_row{
	clear: both;
	display: block;
	margin: 0 0 5px;
	overflow: hidden;
}
.product_brief_list .pb_right_side .pb_row .pb_cell {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
.product_brief_list .pb_right_side .pb_price {
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	background: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.11);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.11);
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
}
.product_brief_list .pb_right_side .pb_price .pb_oldprice {
	color: #848484;
	display: inline;
	font-size: 15px;
	padding: 0 0 0 15px;
	position: relative;
	text-decoration: none;
}
.product_brief_list .pb_right_side .pb_price .pb_oldprice::after {
	position: absolute;
	background: url("../images/strike.png") no-repeat center center;
	height: 57px;
	content: '';
	left: 0;
	top: -20px;
	right: 0;
	bottom: 0;
}
.red_strike {
  background: url("../images/price_red_stripe.png") no-repeat scroll 50% 50% / 100% 100% transparent;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product_brief_list .pb_right_side .middle_buy_button {
	background: url("../images/buy_button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
	display: inline-block;
	font-size: 0;
	height: 26px;
	text-indent: 91px;
	vertical-align: middle;
	width: 105px;
}
.product_brief_list .pb_right_side .pb_instock {
	text-align: right;
	font-size: 13px;
	text-shadow: 1px 1px 0 #fff;
	color: #625f55;
}
.product_brief_list .pb_right_side .pb_instock b {
	color: #a7a498;
}
.product_brief_list.notavailible .pb_right_side .pb_instock b {
	color: #E74947;
}

.product_brief_list .pb_right_side .addtowishlist {
	background: url("../images/fav_1.png") no-repeat;
	height: 25px;
	width: 26px;
	overflow: hidden;
	line-height: 23px;
	cursor: pointer;
	display: inline-block;
	text-indent: -9999px;
}
.product_brief_list .pb_right_side .addtowishlist.active {
	background: url("../images/fav_0.png") no-repeat;
}
.product_brief_list .pb_right_side .addtowishlist.active:hover {
	background: url("../images/fav_3.png") no-repeat;
}
.product_brief_list .pb_right_side .addtowishlist:hover {
	background: url("../images/fav_2.png") no-repeat;
}


.product_brief_list .pb_right_side .pb_extra{
	font-size: 12px;
	margin: 0 0 5px;
}
.product_brief_list .pb_right_side .pb_extra_read_moar{
	color: #D0A102;
	font-style: italic;
}




.product_info .product_info_lside{
	display: block;
	float: left;
	margin: 0 0 10px;
}
.product_info .product_info_rside{
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 0 100px 20px;
}
.product_info_images_wrp{}
.product_info_images_wrp .imgwrp{
	border: 1px solid #E5E5E5;
	border-radius: 3px 3px 3px 3px;
	display: block;
	font-size: 0;
	height: 300px;
	line-height: 300px;
	margin: 0 0 10px;
	position: relative;
	text-align: center;
	width: 350px;
}
.product_info_images_wrp .imgwrp img{
	max-height: 296px;
	max-width: 334px;
	vertical-align: middle;
}
.product_info_images_wrp .pluso{}
.product_info_lside .pluso .pluso-more{display: none;}
.onlynow_product_label{
	background: url("../images/onlynow_product_label.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 73px;
	left: -15px;
	position: absolute;
	top: -15px;
	width: 85px;
}
.best_product_label{
	background: url("../images/best_product_label.png") no-repeat scroll 0 0 transparent;
	height: 73px;
	left: -5px;
	position: absolute;
	top: -4px;
	width: 85px;
}
.best_price_product_label, .new_product_label {
	height: 68px;
	width: 69px;
	position: absolute;
	left: 0;
	top: 0;
}
.best_price_product_label {
	background: url("../images/best_price_label.png") no-repeat;
}
.new_product_label {
	background: url("../images/new_label.png") no-repeat;
}
.all_product_pictures{
	clear: both !important;
	display: block;
	margin: 0 0 -120px 370px;
	padding: 0 !important;
	position: relative;
	text-align: left;
	top: -120px;
}
.all_product_pictures li{
	display: inline-block;
	margin: 0 15px 0 0;
}
.all_product_pictures .imgwrp{
	border: medium none;
	border-radius: 0;
	display: inline-block;
	font-size: 0;
	line-height: 100px;
	margin: 0 5px 0 0;
	max-height: 100px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
.all_product_pictures .imgwrp.video_anchor{
	background: url("../images/youtube_play_32px_ico.png") no-repeat scroll 50% 50% #fafafa;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	cursor: pointer;
	height: 83px;
	vertical-align: middle;
	width: 83px;
}
.all_product_pictures .imgwrp img{
	border: 1px solid #E5E5E5;
	border-radius: 3px 3px 3px 3px;
	max-height: 96px;
	max-width: 96px;
	vertical-align: middle;
}
.product_info .product_info_rside .product_name_wrp{
	padding: 0 0 15px;
	clear: both;
}
.product_info .product_info_rside .product_name{
	display: inline;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.product_info .pi_instock{}
.product_info .pi_instock.pi_instock_available b{
	color: #6a8d33;
}
.product_info .product_info_rside .buycredit{
	background: none repeat scroll 0 0 #A2C262;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	text-decoration: none;
}
.product_info .pb_price{
	color: #455334;
	display: block;
	font-size: 20px;
	margin: 0 0 15px;
}
.pb_oldprice{
	color: gray;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	position: relative;
	text-decoration: none;
}
.red_strike {
  background: url("../images/price_red_stripe.png") no-repeat scroll 50% 50% / 100% 100% transparent;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.product_info .product_info_rside .freefshipping_block{
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
	background: url("../images/free_shipping_ico.png") no-repeat scroll 0 0 transparent;
	clear: both;
	display: block;
	height: 79px;
	margin: 0 0 10px;
	padding: 22px 85px 0 20px;
	width: 322px;
}
.product_info_rside  .addtowishlist {
	background: url("../store/images/fav_1.png") no-repeat;
	height: 25px;
	width: 26px;
	overflow: hidden;
	line-height: 23px;
	cursor: pointer;
	display: inline-block;
	text-indent: -9999px;
	margin: 10px 10px -11px;
}
.product_info_rside  .addtowishlist.active {
	background: url("../store/images/fav_0.png") no-repeat;
}
.product_info_rside  .addtowishlist.active:hover {
	background: url("../store/images/fav_3.png") no-repeat;
}
.product_info_rside  .addtowishlist:hover {
	background: url("../store/images/fav_2.png") no-repeat;
}

/*.big_buy_button{
	background: url("../images/cart_ico_32.png") no-repeat scroll 20px 50% #e7ae00 !important;
	border: 1px solid #d7a600 !important;
	display: block !important;
	font-size: 18px !important;
	font-weight: normal !important;
	height: 40px;
	margin: 0 10px 5px 0;
	padding: 0 20px 0 0 !important;
	text-indent: 60px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) !important;
	text-transform: none !important;
}
.model_buy_button{
	background: none repeat scroll 0 0 #e7ae00;
	border: 1px solid #d7a600;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 5px 20px 5px 15px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.model_buy_button:hover{
	color: #fff;
}*/
.model_buy_button.mbuy_btn_notavail{

}
.model_buy_button .model_buy_button_ico {
	background: url("../images/white_darr.png") no-repeat scroll 50% 9px rgba(0, 0, 0, 0);
	display: inline-block;
	height: 30px;
	margin: 0 8px 0 0;
	zoom: 0.6;
	vertical-align: middle;
	width: 30px;
}
.product_info .product_info_rside .pi_row{
	clear: both;
	display: block;
	margin: 0 0 5px;
	overflow: hidden;
}
.product_info .product_info_rside .pi_row .pi_cell{
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.product_info .product_info_rside .pi_row .pi_cell.pi_cell_right{
	float: right;
	margin-right: 0;
}

.pi_info_icons{}
.pi_info_icons tr{}
.pi_info_icons tr td{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	padding: 5px 5px 5px 0;
	text-align: center;
	vertical-align: top;
	width: 100px;
}
.pi_info_icons .guaranty_ico, .pi_info_icons .shipping_ico, .pi_info_icons .payment_ico {
	background: url("../images/guaranty_ico.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	display: inline-block;
	height: 60px;
	width: 60px;
}
.pi_info_icons .shipping_ico {
	background-image: url("../images/shipping_ico.png");
}
.pi_info_icons .payment_ico {
	background-image: url("../images/payment_ico.png");
}
.pi_info_icons tr td a{}

.instock_remainder_wrp{
	padding: 5px 0;
}
.instock_remainder_wrp .instock_remainder{}
.instock_remainder_wrp .instock_remainder_form{
	background: none repeat scroll 0 0 #FFFCEE;
	border: 1px solid #CBAC2F;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	display: none;
	margin: 5px 0;
	padding: 5px;
	text-align: left;
}

.extramodels_table{margin: 0 0 30px !important;}
.extramodels_table .imgwrp{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	display: block;
	font-size: 0;
	max-height: 70px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100px;
}
.extramodels_table .imgwrp img{
	max-height: 70px;
	max-width: 100px;
	vertical-align: middle;
}

.product_info_rating{
	display: inline-block;
	padding: 0 5px 10px 0;
	vertical-align: middle;
}
.product_info_rating .product_info_rating_bg {
	background: url("../images/stars_icons.png") repeat scroll 0 -23px transparent;
	display: block;
	height: 23px;
	width: 127px;
}
.product_info_rating .product_info_rating_bg i{
	background: url("../images/stars_icons.png") repeat scroll 0 0 transparent;
	display: block;
	height: 23px;
}

/*rating*/
.select_rating {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	zoom: 1;
}
div.star-rating{float:left;width:23px;height:23px;text-indent:-100%;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.star-rating,div.star-rating a{background:url(../images/stars_icons.png) no-repeat 0 -23px}
div.star-rating a{display:block;width:23px;height:100%;background-position:0 -23px;border:0}
div.star-rating-on a{background-position:0 0px!important}
div.star-rating-hover a{background-position:0 0}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

.product_info_models{
	margin: 5px 0 25px !important;
}
.product_info_models tr{}
.product_info_models tr td, .product_info_models tr th{
	padding: 5px;
}
.product_info_models tr th{
	background: none repeat scroll 0 0 #F4F1E7;
	font-weight: bold;
}
.product_info_models tr td .imgwrp{
	display: block;
	font-size: 0;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	width: 70px;
}
.product_info_models tr td .imgwrp img{
	border: 1px solid #E5E5E5;
	border-radius: 3px 3px 3px 3px;
	max-height: 48px;
	max-width: 68px;
	vertical-align: middle;
}
.product_info_models tr td .pi_model_price{
	font-size: 14px;
	font-weight: bold;
}
.product_info_models tr td .pi_model_option_name{color: gray;}

.product_info .product_info_description{
	margin: 0 0 20px;
}
.product_info_description ul.tabs{
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0 0 -1px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.product_info_description ul.tabs li{
	background: none repeat scroll 0 0 #6A8D33;
	border-radius: 3px 3px 0 0;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	margin: 0 5px;
	padding: 0 15px;
	*display: inline;
	zoom: 1;
}
.product_info_description ul.tabs li.current{
	background: none repeat scroll 0 0 #F4F1E7;
	border: 1px solid #BEC4B9;
	color: #5F812C;
	font-weight: bold;
}
.product_info_description .panes{
	background: none repeat scroll 0 0 #F4F1E7;
	border: 1px solid #BEC4B9;
	border-radius: 5px 5px 5px 5px;
	clear: both;
	overflow: hidden;
	padding: 10px 15px;
}
.product_info_description .panes .pane_wrp{
	padding: 0 0 10px;
}
.pane_reviews .review_block{
	clear: both;
	margin: 15px 0 0;
	overflow: hidden;
}
.pane_reviews .review_content {
    border-bottom: 1px solid #DADADA;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 5px;
}
.pane_reviews .review_block .review_nick{
	color: #709C42;
	display: inline-block;
	font-weight: bold;
	line-height: 20px;
	padding: 0 15px 0 0;
	*display: inline;
	zoom: 1;
}
.pane_reviews .review_block .review_time{
	color: #808080;
	display: inline-block;
	line-height: 20px;
	margin: 0 15px 0 0;
	*display: inline;
	zoom: 1;
}

.dcategories_wrp{
	display: block;
	margin: 0 0 15px;
}
.dcategories_wrp .dcategory_item{
	border-bottom: 1px dotted #DADADA;
	display: block;
	font-size: 18px;
	overflow: hidden;
	padding: 10px;
}
.dcategories_wrp .dcategory_item .dcategory_ico{
	background: url("../images/header_menu_arr.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px 0 0;
	width: 14px;
}
.dcategories_wrp .dcategory_item .dcategory_name{
	display: block;
	font-size: 18px;
	overflow: hidden;
}
.questions_wrp {
	padding: 0 0 15px;
}
.question_block {
	border-bottom: 1px solid #DADADA;
	margin: 0 0 5px;
	padding: 5px;
	background: none repeat scroll 0 0 #fafafa;
}
.question_block.question_block_admin {
	background: none repeat scroll 0 0 #F4F1E7;
}
.question_block .question_nick {
	color: #709C42;
	display: inline-block;
	font-weight: bold;
	line-height: 20px;
	padding: 0 15px 0 0;
}
.question_block .question_time {
	color: #808080;
	display: inline-block;
	line-height: 20px;
	margin: 0 15px 0 0;
}
.question_block .question_content {}
.question_block .question_textarea {
	margin: 0 0 5px;
	width: 100%;
}
.question_block .add_question {}

.date_discount_wrp {
	background: none repeat scroll 0 0 #F5F5F5;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,235,235,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);

	border: 2px solid #AA00FF;
	border-radius: 3px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	font-weight: bold;
	margin: 0 0 30px;
	padding: 20px 0 0;
	position: relative;
	text-align: center;
}
.date_discount_wrp .date_discount_title{
	background: none repeat scroll 0 0 #8400C7;
	background: rgb(132,0,199);
	background: -moz-linear-gradient(left,  rgba(132,0,199,1) 0%, rgba(157,81,198,1) 50%, rgba(132,0,199,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(132,0,199,1)), color-stop(50%,rgba(157,81,198,1)), color-stop(100%,rgba(132,0,199,1)));
	background: -webkit-linear-gradient(left,  rgba(132,0,199,1) 0%,rgba(157,81,198,1) 50%,rgba(132,0,199,1) 100%);
	background: -o-linear-gradient(left,  rgba(132,0,199,1) 0%,rgba(157,81,198,1) 50%,rgba(132,0,199,1) 100%);
	background: -ms-linear-gradient(left,  rgba(132,0,199,1) 0%,rgba(157,81,198,1) 50%,rgba(132,0,199,1) 100%);
	background: linear-gradient(to right,  rgba(132,0,199,1) 0%,rgba(157,81,198,1) 50%,rgba(132,0,199,1) 100%);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	left: 50%;
	line-height: 24px;
	margin: 0 0 0 -75px;
	position: absolute;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	top: -13px;
	width: 150px;
}
.date_discount_wrp .date_discount_title:after, .date_discount_wrp .date_discount_title:before {
	border-color: #8400C7 rgba(0, 0, 0, 0);
	border-image: none;
	border-style: solid;
	border-width: 12px 5px;
	content: "";
	left: -5px;
	position: absolute;
	top: 0;
}
.date_discount_wrp .date_discount_title:before{
	left: auto;
	right: -5px;
}
.date_discount_wrp .date_discount_content{}
.date_discount_wrp .date_discount_percent{
	color: #5B8B35;
	display: inline-block;
	font-size: 36px;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	vertical-align: middle;
}
.date_discount_wrp .date_discount_counter{
	background: none repeat scroll 0 0 #D29906;
	background: -moz-linear-gradient(top,  rgba(210,153,11,1) 0%, rgba(218,177,77,1) 47%, rgba(210,153,6,1) 50%, rgba(210,153,9,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,153,11,1)), color-stop(47%,rgba(218,177,77,1)), color-stop(50%,rgba(210,153,6,1)), color-stop(100%,rgba(210,153,9,1)));
	background: -webkit-linear-gradient(top,  rgba(210,153,11,1) 0%,rgba(218,177,77,1) 47%,rgba(210,153,6,1) 50%,rgba(210,153,9,1) 100%);
	background: -o-linear-gradient(top,  rgba(210,153,11,1) 0%,rgba(218,177,77,1) 47%,rgba(210,153,6,1) 50%,rgba(210,153,9,1) 100%);
	background: -ms-linear-gradient(top,  rgba(210,153,11,1) 0%,rgba(218,177,77,1) 47%,rgba(210,153,6,1) 50%,rgba(210,153,9,1) 100%);
	background: linear-gradient(to bottom,  rgba(210,153,11,1) 0%,rgba(218,177,77,1) 47%,rgba(210,153,6,1) 50%,rgba(210,153,9,1) 100%);
	border: 1px solid #a87800;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	height: 45px;
	margin: 0 auto 5px;
	overflow: hidden;
	padding: 5px;
	white-space: nowrap;
	width: 260px;
}
.date_discount_wrp .date_discount_counter_txt{
	background: url("../images/header_action_counter_bottomtxt.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
	bottom: -22px;
	height: 13px;
	position: absolute;
	width: 100%;
}

.pi_gift_scroll {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid #B58800;
	border-radius: 3px;
	margin: 0 0 25px;
	position: relative;
}
.pi_gift_scroll .pi_gift_title{
	color: #5B8B35;
	font-size: 18px;
	font-style: italic;
	left: 50%;
	margin: 0 0 0 -33px;
	position: absolute;
	top: 3px;
}
.pi_gift_scroll .scrollable{
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 285px;
}
.pi_gift_scroll .scrollable .lst{
	left: 0;
	position: absolute;
	top: 0;
	width: 22222em;
}
.pi_gift_scroll .scrollable .lst .item{
	display: block;
	float: left;
	width: 285px;
}
.pi_gift_scroll .scrollable .lst .item .imgwrp{
	display: block;
	float: left;
	font-size: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0 10px 0 0;
	overflow: hidden;
	text-align: center;
	width: 100px;
}
.pi_gift_scroll .scrollable .lst .item .imgwrp img{
	max-height: 90px;
	max-width: 90px;
	vertical-align: middle;
}
.pi_gift_scroll .scrollable .lst .item .pi_gift_item_right{
	overflow: hidden;
	padding: 25px 0 5px;
}
.pi_gift_scroll .scrollable .lst .item .pi_gift_item_right .pi_gift_item_name{
	display: block;
	font-size: 13px;
	margin: 0 0 5px;
}
.pi_gift_scroll .navi{
	bottom: -22px;
	position: absolute;
	right: 10px;
}
.pi_gift_scroll .navi a{
	background: none repeat scroll 0 0 #392C03;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	margin: 0 3px 0 0;
	width: 12px;
}
.pi_gift_scroll .navi a.active, .pi_gift_scroll .navi a:hover{
	background: #6A8D33;
}
.js_buy_button, .js_buypackage_button{
	background: none repeat scroll 0 0 #E6AD01;
	border-radius: 3px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	position: relative;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pi_kit_scroll{
	border: 3px solid #AEB5A7;
	border-radius: 5px;
	clear: both;
	margin: 0 0 20px;
	position: relative;
}
.pi_kit_scroll .scrollable{
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 360px;
}
.pi_kit_scroll .scrollable .lst{
	left: 0;
	position: absolute;
	top: 0;
	width: 22222em;
}
.pi_kit_scroll .scrollable .lst .item{
	display: block;
	float: left;
	width: 360px;
}
.pi_kit_scroll .scrollable .lst .item .pi_kit_item{
	display: block;
	float: left;
	width: 100px;
}
.pi_kit_scroll .scrollable .lst .item .pi_kit_item .imgwrp{
	display: block;
	height: 100px;
	line-height: 100px;
	margin: 0 0 5px;
	overflow: hidden;
	text-align: center;
	width: 100px;
	font-size: 0;
}
.pi_kit_scroll .scrollable .lst .item .pi_kit_item .imgwrp img{
	max-height: 90px;
	max-width: 90px;
	vertical-align: middle;
}
.pi_kit_scroll .scrollable .lst .item .pi_kit_item .pi_kit_name{
	display: block;
	line-height: 16px;
	margin: 0 0 5px;
	max-height: 50px;
	overflow: hidden;
	text-decoration: underline;
}
.pi_kit_scroll .scrollable .lst .item .pi_kit_item .pi_kit_oldprice{
	color: #808080;
	display: inline-block;
	font-size: 12px;
	margin: 0 0 3px;
	position: relative;
}
.pi_kit_scroll .scrollable .lst .item .pi_kit_item .pi_kit_price{
	color: #BA0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}
.pi_kit_scroll .scrollable .lst .item .sign{
	display: block;
	float: left;
	font-size: 30px;
	line-height: 218px;
	text-align: center;
	width: 30px;
}
.pi_kit_scroll .scrollable .lst .item .pi_kit_total_price{
	color: #4B5F22;
	display: block;
	float: left;
	font-size: 19px;
	margin: 0 0 10px;
	padding: 97px 0 0;
}
.pi_kit_scroll .navi{
	position: absolute;
	right: 10px;
	top: -19px;
}
.pi_kit_scroll .navi a{
	background: none repeat scroll 0 0 #392C03;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	margin: 0 3px 0 0;
	width: 12px;
}
.pi_kit_scroll .navi a.active, .pi_kit_scroll .navi a:hover{
	background: #6A8D33;
}
.pi_kit_scroll .pi_kit_title{
	color: #A36416;
	font-size: 18px;
	font-style: italic;
	left: 10px;
	position: absolute;
	top: -27px;
}

.review_block .review_rating{
	display: inline-block;
	padding: 0 5px 0 0;
	vertical-align: middle;
}
.review_block .review_rating .rating{
	background: url("../images/stars_small_icons.png") repeat scroll 0 -12px transparent;
	display: block;
	height: 12px;
	width: 72px;
}
.review_block .review_rating .rating i{
	background: url("../images/stars_small_icons.png") repeat scroll 0 0 transparent;
	display: block;
	height: 12px;
}
.loading {background:url("../images/ajax_load.gif") no-repeat scroll 50% 50% #FFFFFF;height:25px;width:25px;}

.subcategories_wrp{
	clear: both;
	display: block;
	margin: 10px 0 15px;
}
.subcategories_wrp .subcategory_item{
	display: inline-block;
	margin: 0 10px 15px 0;
	vertical-align: top;
	width: 176px;
	*display: inline;
	zoom: 1;
}
.subcategories_wrp .subcategory_item h2{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.subcategories_wrp .subcategory_item h2 .subcategory_name{
	display: block;
	font-size: 18px;
	text-align: center;
}
.subcategories_wrp .subcategory_item .imgwrp{
	border: 3px solid #AEB5A7;
	border-radius: 3px 3px 3px 3px;
	display: block;
	font-size: 0;
	height: 150px;
	line-height: 150px;
	margin: 0 0 5px;
	overflow: hidden;
	text-align: center;
	width: 170px;
}
.subcategories_wrp .subcategory_item .imgwrp img{
	max-height: 150px;
	max-width: 170px;
	vertical-align: middle;
}

/* opt module*/
.user_account_left{
	overflow: hidden;
}
.user_account_right{
	display: block;
	float: right;
	margin: 0 0 0 10px;
}
.user_account_right .ua_contact_block{
	background: none repeat scroll 0 0 #F2EFE3;
	border-bottom: 1px solid #FFFFFF;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	padding: 10px;
	width: 330px;
}
.user_account_right .ua_cb_imgwrp{
	display: block;
	float: right;
	font-size: 0;
	margin: 0 0 0 10px;
	overflow: hidden;
	vertical-align: top;
	width: 125px;
}
.user_account_right .ua_cb_imgwrp img{}
/* opt module END*/



.filter_categories_wrp{
	border-bottom: 3px solid #ED9017;
	margin: 5px 0 13px;
	padding: 0 15px 10px;
}
.filter_categories_wrp .filter_category_item{
	background: none repeat scroll 0 0 #6A8D33;
	border-radius: 3px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 5px 5px;
	padding: 3px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	vertical-align: top;
}
.filter_categories_wrp .filter_category_item.current{
	background: none repeat scroll 0 0 #ED9017;
	box-shadow: 2px 1px 0 -1px rgba(0, 0, 0, 0.15);
}
.filter_categories_wrp .filter_category_item sup{}

.category_brands_title{
	border-bottom: 1px dotted #DADADA;
	color: #2A4E10;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 2px;
}
.category_brands_wrp{
	background: url("../images/bottom_gray_gradient.png") repeat-x scroll 0 100% transparent;
	border-bottom: 1px solid #C3C3C3;
	display: block;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 0 10px;
}
.category_brands_wrp .category_brands_item{
	display: inline-block;
	margin: 0 10px 10px;
	overflow: hidden;
	vertical-align: top;
	width: 150px;
	*display: inline;
	zoom: 1;
}
.category_brands_wrp .category_brands_item .imgwrp{
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #C8AC96;
	display: block;
	font-size: 0;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	text-align: center;
	width: 140px;
}
.category_brands_wrp .category_brands_item .imgwrp img{
	max-height: 90px;
	max-width: 140px;
	vertical-align: middle;
}
.category_brands_wrp .category_brands_item .category_brands_name{
	font-weight: bold;
}

.post_categories_title{
	color: #808080;
	font-size: 11px;
	padding: 0 0 5px 10px;
}
ul.post_categories {
	background: none repeat scroll 0 0 #E5B603;
	border: 1px solid #C09903;
	border-radius: 5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
	margin: 0 0 20px;
	padding: 10px 0;
	position: relative;
}
ul.post_categories:after {
    background: url("../images/bott_shadow.png") no-repeat scroll 50% 0 / 100% 100% rgba(0, 0, 0, 0);
    bottom: -11px;
    content: "";
    height: 11px;
    left: 0;
    position: absolute;
    width: 100%;
}
ul.post_categories li{
	display: block;
	margin: 0;
	padding: 0;
}
ul.post_categories li.current{}
ul.post_categories li a{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	color: #1b1b1b;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(256, 256, 256, 0.2);
	font-weight: bold;
}
ul.post_categories li:first-child a{
	border-top: none;
}
ul.post_categories li:last-child a{
	border-bottom: none;
}
ul.post_categories li.current a{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
	margin: 0;
	position: relative;
	z-index: 4;
}
.post_category_name{
	display: block;
	font-weight: normal;
	margin: 0 !important;
	padding: 0 45px 0 0;
	font-size: 18px;
}
.post_category_name .tv_ico{
	background: url("../images/tv_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 23px;
	margin: 0 0 0 10px;
	width: 23px;
}
.tvideo_main_wrp:after {
    background: url("../images/shadow_radial_center.png") no-repeat scroll 50% 0 / 100% auto rgba(0, 0, 0, 0);
    bottom: -11px;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 100%;
}
.tvideo_main_wrp {
	background: url("../images/youtube_bottom_bg.png") no-repeat scroll 100% 100% #EDEDED;
	margin: 0 0 30px;
	min-width: 20px;
	position: relative;
}
.tvideo_main_wrp .tvideo_main_object {
	background: none repeat scroll 0 0 #1B1B1B;
	position: relative;
}
.tvideo_main_wrp .tvideo_main_bottom {
	padding: 20px;
}
.tvideo_main_wrp .tvideo_main_date {
	color: #808080;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px;
}
.tvideo_main_wrp .tvideo_main_name {
	font-size: 20px;
	margin: 0 0 5px;
}
.tvideo_main_wrp .tvideo_main_category {
	font-size: 11px;
	margin: 0 0 5px;
}
.tvideo_main_wrp .tvideo_main_category a{
	color: #5F812C;
}
.tvideo_main_wrp .tvideo_main_category .tvideo_main_category_item {}

.tvideo_brief_wrp{
	font-size: 0;
	margin: 0 -15px 20px 0;
}
.tvideo_brief_wrp.tvideo_brief_wrp_hidden{
	visibility: hidden;
	height: 0;
}
.tvideo_brief_wrp .tvideo_item{
	border-bottom: 1px solid #B0B0B0;
	display: inline-block;
	font-size: 13px;
	margin: 0 10px 15px 0;
	padding: 0 0 5px;
	position: relative;
	vertical-align: top;
	width: 212px;
}
.tvideo_brief_wrp .tvideo_item:hover, .tvideo_brief_wrp .tvideo_item.hover {
	background: #edeff0;
	border-top: 3px solid #e5b603;
	margin-top: -3px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}
.tvideo_brief_wrp .tvideo_item:hover:before, .tvideo_brief_wrp .tvideo_item.hover:before {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e5b603;
	border-image: none;
	border-style: solid;
	border-width: 10px;
	content: "";
	left: 50%;
	margin: 0 0 0 -10px;
	position: absolute;
	top: -23px;
}
.tvideo_brief_wrp .tvideo_item .imgwrp{
	background: none repeat scroll 0 0 #000000;
	cursor: pointer;
	font-size: 0;
	height: 174px;
	line-height: 174px;
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.tvideo_brief_wrp .tvideo_item .imgwrp img{
	max-height: 174px;
	max-width: 100%;
	min-width: 100%;
	vertical-align: middle;
}
.tvideo_brief_wrp .tvideo_item .imgwrp:hover:before{
	background: url("../images/youtube_play_32px_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 50%;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
	content: "";
	display: block;
	height: 32px;
	left: 50%;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 50%;
	width: 32px;
}
.tvideo_brief_wrp .tvideo_item .tvideo_item_name{
	color: #5F812C;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 0 0 3px;
	padding: 0 5px;
	text-decoration: underline;
}
.tvideo_brief_wrp .tvideo_item .tvideo_category{
	display: block;
	font-size: 11px;
	margin: 0 0 3px;
	padding: 0 5px;
	color: #808080;
}
.tvideo_brief_wrp .tvideo_item .tvideo_category a{
	color: #808080;
}
.tvideo_brief_wrp .tvideo_item .tvideo_createdate{
	color: #808080;
	font-size: 11px;
	font-style: italic;
	padding: 0 5px;
}
.tvideo_brief_wrp .tvideo_item .tvideo_description{
	display: none;
}
.tvideo_brief_wrp .nothing_found {
	color: #808080;
	font-size: 18px;
	font-style: italic;
	padding: 50px;
	text-align: center;
}

.cmp_table_wrp{
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	display: block;
	overflow-x: auto;
	padding: 10px;
}
.cmp_table_wrp .imgwrp{
	display: block;
	font-size: 0;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	text-align: center;
	width: 100px;
}
.cmp_table_wrp .imgwrp img{
	max-height: 100px;
	max-width: 100px;
	vertical-align: middle;
}
.cmp_table_wrp .cmp_headers{
	font-weight: bold;
}
.cmp_table_wrp .cmp_column_even{padding: 5px;}
.cmp_table_wrp .cmp_column_odd{background: none repeat scroll 0 0 #FFF7E1;padding: 5px;}
/*comfare products END*/

/*cart content*/
.checkout {}
.checkout .checkout_block_contacts{}
.checkout .checkout_block_contacts input[type=text]{
	width: 100%;
}
.checkout .checkout_title_block{
	border-bottom: 2px dotted #dadada;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.checkout .checkout_title_block .checkout_block_num{
	background: none repeat scroll 0 0 transparent;
	border: 2px solid #ed9017;
	border-radius: 50%;
	display: inline-block;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	text-align: center;
	vertical-align: middle;
	width: 30px;
}
.checkout .checkout_title_block .checkout_block_num.current{
	background: #ed9017;
}
.checkout .checkout_title_block .h2{
	display: inline-block;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.checkout .checkout_title_block .checkout_block_edit{
	border-bottom: 1px dashed;
	color: #5f812c;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
/*.checkout input[type="submit"]{
	background: none repeat scroll 0 0 #e7ae00;
	border: 1px solid #d7a600;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}*/

#white_body_frame {background: #fff;min-width:0;}
#white_body_frame #blck-content {
	padding: 30px;
}
#blck-content h1{font-size: 24px;}
#cart_content_tbl {
	margin: 10px 0;
	width: 100%;
}
.checkout_cart #cart_content_tbl {
	background: none repeat scroll 0 0 #fffcee;
}
#cart_content_tbl tr{}
#cart_content_tbl tr#cart_content_header{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
	border-top: 1px solid #bababa;
	font-weight: bold;
	text-shadow: 0 1px 0 #ffffff;
}
#cart_content_tbl tr td{
	border-bottom: 1px solid #DADADA;
	padding: 5px;
}
#cart_content_tbl tr td .imgwrp{
	border-radius: 3px 3px 3px 3px;
	display: block;
	font-size: 0;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	width: 100px;
}
#cart_content_tbl tr td .imgwrp img{
	max-height: 100px;
	max-width: 100px;
	vertical-align: middle;
}
#cart_content_tbl #cart_total {}
/*#cart_content_tbl .btn_checkout{
	background: none repeat scroll 0 0 #e7ae00;
	border: 1px solid #d7a600;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}*/
/*cart content END*/

.prod_history_list{display: block;margin: 3px -5px 0;max-height: 300px;overflow-y: auto;}
.prod_history_list a{
	border-top: 1px solid #FFFFFF;
	color: #5D5D5D;
	box-shadow: 0 -1px 0 #DADADA;
	display: block;
	position: relative;
	font-size: 11px;
	font-weight: normal;
	height: 30px;
	margin: 0 0 2px;
	overflow: hidden;
	padding: 0 3px 1px;
}
.prod_history_list a.instock {color: #007FC0 !important;}
.prod_history_list a:hover{background:#fff;}
.prod_history_list a div{background:#FFFFFF;float: left;height: 25px;line-height: 25px;margin: 2px 4px 0 0;text-align: center;width: 25px;}
.prod_history_list a img{max-height: 24px;max-width: 24px;vertical-align: middle;
*width:24px;}
.prod_history_list p{text-align: center;font-style:italic;}
.prod_history_list .lprice, .treeprods .lprice {color: #499500;font-weight: bold;}
.prod_history_list .delete {
	border-radius: 5px 5px 5px 5px;
	color: red;
	height: 16px;
	position: absolute;
	right: 4px;
	text-align: center;
	top: -1px;
	width: 16px;
}
.prod_history_list .delete:hover {font-weight: bold;background: #fff;}
.tooltip_btns {margin: 0;}
.tooltip_btns a{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DADADA;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	margin: 1px 0 0;
	padding: 0 4px;
	text-align: center;
	white-space: pre;
	*display: inline;
	zoom: 1;
}
.tooltip_btns a:hover{border-color: #007FC0;}
.tooltip_btns .dellallcompare{color: Red;}
.compare-list a, .wish-list a{
	padding: 0 16px 1px 3px;
}
/* footer sidebar END*/

.tooltip {
	background: #fff;
	border: 1px solid #597926;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
	display: none;
	font-size: 13px;
	line-height: 14px;
	min-height: 30px;
	min-width: 100px;
	padding: 5px 10px;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 150px;
	z-index: 5;
}
.tooltip:before{
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #597926;
	bottom: -10px;
	content: "";
	height: 0;
	left: 50%;
	margin: 0 0 0 -10px;
	position: absolute;
	width: 0;
}
.tooltip.bottom:before {
	border-top: none;
	border-bottom: 10px solid #729D44;
	top: -10px;
	bottom: autol
}
.tooltip table{width: 100%;}
.tooltip table tr{}
.tooltip table tr td{padding: 3px;}
.tooltip.tooltip_bottom_sidebar {
	bottom: 45px !important;
	margin: 0;
	position: fixed !important;
	top: auto !important;
	width: 280px;
}

.tooltip_subcats:before{
	border-bottom: 10px solid transparent;
	border-right: 10px solid #597926;
	border-top: 10px solid transparent;
	content: "";
	height: 0;
	left: 0;
	margin: 0 0 0 -10px;
	position: absolute;
	top: 10px;
	width: 0;
}
.tooltip_subcats{
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.54);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.54);
	display: none;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 0 11px;
	min-height: 30px;
	min-width: 100px;
	padding: 5px 10px;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 200px;
	z-index: 5;
}
.tooltip_subcats ul {
	padding: 5px 0;
}
.tooltip_subcats ul li{
	display: block;
	margin: 0 -10px;
	padding: 0 15px;
	position: relative;
}
.tooltip_subcats ul li a {
	color: #5D5D5D;
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin: 0 -10px;
	padding: 5px;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
}
.tooltip_subcats a:hover {
	background:#6A8D33;
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	border-radius: 3px;
}
.tooltip_subcats ul li ul {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid #729D44;
	border-radius: 4px 4px 4px 4px;
	display: none;
	left: 100%;
	margin: 0 5px 0 -2px;
	padding: 10px 0;
	position: absolute;
	top: -12px;
	width: 200px;
}
.tooltip_subcats ul li ul:before{
	border-bottom: 10px solid transparent;
	border-right: 10px solid #729D44;
	border-top: 10px solid transparent;
	content: "";
	height: 0;
	left: -2px;
	margin: 0 0 0 -10px;
	position: absolute;
	top: 10px;
	width: 0;
}
.tooltip_subcats ul li:hover > ul{display:block;}
.tooltip_subcats ul li ul li a {
	margin: 0;
}
.tooltip_subcats ul li ul li ul{margin-left: -12px;}
/* END tooltip_subcats*/

/*autocomplete*/
.ac_loading {
	background: url("../images/ajax_load.gif") no-repeat scroll 229px 50% #FFFFFF;
	color: grey!important;
}
.ac_results {
	background-color: #fff;
	margin: 1px 0 0;
	overflow: hidden;
	padding: 0;
	z-index: 6;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.24);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.24);
}
.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	border-bottom:1px solid #EEEDED;
	cursor:pointer;
	display:block;
	font-size:12px;
	margin:0;
	overflow:hidden;
	padding: 9px;
	position:relative;
}
.ac_results li:hover{background: #fafafa;}
.ac_results li b {
	color: #ed8000;
	font-weight: normal;
	display: block;
	font-size: 12px;
	padding: 3px 0 0;
}
.ac_results li a {
	font-size:12px;
	color:#625f55;
	line-height:16px;
	text-decoration: none;
}
.ac_results li .imgbrd {
	background: url("/images/ajax_load.gif") no-repeat scroll 50% 50% #FFFFFF;
	display: block;
	float: left;
	font-size: 0;
	height: 60px;
	line-height: 60px;
	margin: 0 11px 0 0;
	overflow: hidden;
	text-align: center;
	width: 60px;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.11);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.11);
	border-radius: 3px;
}
.ac_results li .imgbrd img{
	max-height: 60px;
	max-width: 60px;
	vertical-align: middle;
}
.ac_results ul li.ac_over {background-color: #ffb;}
#ac_allresults {
	background: none;
	color: #ed8000;
	cursor: pointer;
	font-size: 12px;
	padding: 5px;
	height: 47px;
	line-height: 47px;
	text-align: center;
}
#ac_allresults a {
	display: block;
	padding-right: 27px;
}
/* ac_results END*/
/*fix highslide*/
#highslide-wrapper-0, #highslide-wrapper-1, #highslide-wrapper-2, #highslide-wrapper-3, #highslide-wrapper-4, #highslide-wrapper-5, #highslide-wrapper-6, #highslide-wrapper-7 {background: #fff;}
.error_block, .success_block{
	background: none repeat scroll 0 0 #FFEEEE;
	border: 1px solid darkred;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	margin: 0 0 10px;
	padding: 5px;
	text-shadow: 0 1px 0 #FFFFFF;
}
.success_block{
	background: none repeat scroll 0 0 #f7ffde;
	border-color: #b8cb7e;
}
.error_block .error_message, .success_block .success_message{font-weight: bold;}

.sm2_debug {
	display: none;
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{
	background: url("../images/prettyPhoto/default/sprite_y.png") repeat-y scroll right top transparent;
	margin: 0 -7px 0 0;
	padding-right: 0;
}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{
	clear: both;
	display: block;
	margin-top: 5px;
}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative;}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{
	background: none repeat scroll 0 0 #6A8D33;
	border-radius: 5px 5px 5px 5px;
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery_wrp{
	height: 72px;
	position: relative;
}
.pp_gallery{
	display: block;
	left: 50%;
	margin-top: 0;
	position: absolute;
	z-index: 10000;
}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	white-space: nowrap;
}
.pp_gallery ul a{
	background: none repeat scroll 0 0 #FFFFFF !important;
	border: 1px solid rgba(0, 0, 0, 0.5);
	display: block;
	float: left;
	font-size: 0;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	text-align: center;
	width: 70px;
}
.pp_gallery ul a img{
	border: 0 none;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{
	color: #FFFFFF;
	display: none;
	font-size: 18px;
	margin: 5px 0 5px 15px;
	z-index: 9999;
}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{
	height: 20px;
	margin: 0 -7px 0 0;
	position: relative;
}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

.highslide-credits {
	opacity: 0;
	display: none !important;
}