@charset "utf-8";

@font-face {
    font-family: 'Oswald';
    src: url('../css/fonts/Oswald-Regular.eot');
    src: url('../css/fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/Oswald-Regular.woff2') format('woff2'),
         url('../css/fonts/Oswald-Regular.woff') format('woff'),
         url('../css/fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald Bold';
    src: url('../css/fonts/Oswald-Bold.eot');
    src: url('../css/fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/Oswald-Bold.woff2') format('woff2'),
         url('../css/fonts/Oswald-Bold.woff') format('woff'),
         url('../css/fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Oswald Light';
    src: url('../css/fonts/Oswald-Light.eot');
    src: url('../css/fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/Oswald-Light.woff2') format('woff2'),
         url('../css/fonts/Oswald-Light.woff') format('woff'),
         url('../css/fonts/Oswald-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
nowrap {
	white-space: nowrap;
}
a, .a {
  background: transparent;
}
a:active, a:hover, .a:active, .a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,strong, .b {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
	font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
	border: 1px solid #dedede;
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}

input:focus, textarea:focus, keygen:focus, select:focus {
	outline: 0;
	box-shadow: 0 0 3px #5fab01;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
	background: #4c8b02;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 8px 15px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
	background-color: #9a967f;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 15px;
}
td, th {
	padding: 5px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
table tr:last-child td, table tr:last-child th {
	border-bottom: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  display: block !important;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #717171;
  background-color: #ffffff;
}
input, button, select, textarea {
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 5px;
}
a, .a {
	color: #356400;
	text-decoration: underline;
	cursor: pointer;
}
a:hover, a:focus, .a:hover, .a:focus {}
a:focus, .a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
  vertical-align: middle;
  }
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #333333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #353535;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
} 
.clr{
	clear: both;
	display: block;
	height: 1px;
	margin: 0 0 -1px;
	position: relative;
} 
hr{
	border-color: transparent transparent #d9d9d9;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	clear: both;
	display: block;
	height: 0;
	margin: 5px 0;
	position: relative;
	width: 100%;
}
.fa {
	font-style: normal !important;
}

.main_wrp{
	background: #fff;
	clear: both;
	display: block;
	margin: 0 auto;
	min-width: 1074px;
	padding: 0;
}
.main_wide_padding{
	max-width: 1224px;
	min-width: 1074px;
	margin: 0 auto;
	padding: 0 20px;
}

.header_wrp{
	background: #5fab01 none repeat scroll 0 0;
	background: rgb(56,104,2);
	background: -moz-linear-gradient(left,  rgba(56,104,2,1) 0%, rgba(110,196,1,1) 50%, rgba(56,104,2,1) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(56,104,2,1)), color-stop(50%,rgba(110,196,1,1)), color-stop(100%,rgba(56,104,2,1)));
	background: -webkit-linear-gradient(left,  rgba(56,104,2,1) 0%,rgba(110,196,1,1) 50%,rgba(56,104,2,1) 100%); 
	background: -o-linear-gradient(left,  rgba(56,104,2,1) 0%,rgba(110,196,1,1) 50%,rgba(56,104,2,1) 100%);
	background: -ms-linear-gradient(left,  rgba(56,104,2,1) 0%,rgba(110,196,1,1) 50%,rgba(56,104,2,1) 100%); 
	background: linear-gradient(to right,  rgba(56,104,2,1) 0%,rgba(110,196,1,1) 50%,rgba(56,104,2,1) 100%); 

	/*background: #0a4973 url("../images/images_ny/ny_header_bg.jpg") repeat-y scroll 0 30px / 100% 125px;*/

	clear: both;
	display: block;
} 
 
.header_menu_bg{
	background-color: #0c0c0c;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	clear: both;
	display: block;
	margin: 0 auto;
}
.header_topmenu_wrp {
	margin: 0 auto;
	min-width: 1074px;
	max-width: 1224px;
	padding: 0 14px;
}
.header_topmenu_wrp .header_menu_cell{
	float: left;
	height: 29px;
	margin: 0;
}
.header_topmenu_wrp .header_menu_cell.header_menu_cell_right{
	float: right;
}
.header_topmenu_wrp .header_menu{}
.header_topmenu_wrp .header_menu ul{
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
}
.header_topmenu_wrp .header_menu_cell.header_menu_cell_right .header_menu ul{
	padding: 0;	
}
.header_topmenu_wrp .header_menu ul li{
	display: inline-block;
	line-height: 29px;
	padding: 0 13px 0 0;
} 
.header_topmenu_wrp .header_menu ul li:last-child{
	padding: 0;	
}
.header_topmenu_wrp .header_menu ul li a{
	font-size: 12px;
	color: #fff;
	word-wrap: break-word;	
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.header_topmenu_wrp .header_menu ul li a:hover{
	text-decoration: underline;
}
	.header_topmenu_wrp .header_menu ul li.auxpage_27 a {
		color: #ffa054;
		font-weight: bold;
		padding: 0;
	}
	.header_topmenu_wrp .header_menu ul li a.button{
		font-weight: bold;
		margin: 0;
		padding: 2px 7px;
	}
	.header_topmenu_wrp .header_menu ul li a.button.tm_action{
		background-color: #c50000;
	} 
	.header_topmenu_wrp .header_menu ul li a.button.tm_sale{
		background-color: #c56000;
	}


	.header_topmenu_wrp .header_menu ul li.head-lang-cell {
		position: relative;
		box-shadow: 0px 2px 0px 0 #ffa054;
	}
	.header_topmenu_wrp .header_menu ul li.head-lang-cell .currlang {
		color: #ffa054;
		text-transform: uppercase;
		cursor: pointer;
	}
	.header_topmenu_wrp .header_menu ul li.head-lang-cell .currlang > i {
		margin: 0 0 0 5px;
	}
	.header_topmenu_wrp .header_menu ul li.head-lang-cell ul {
		display: none;
	}
	.header_topmenu_wrp .header_menu ul li.head-lang-cell:hover ul {
		display: block;
		position: absolute;
		z-index: 5;
		left: 50%;
		top: 100%;
		width: 100px;
		text-align: left;
		background-color: #fff;
		color: #000;
		margin: 0 0 0 -50px;
		padding: 0;
		display: block;
	}
	.header_topmenu_wrp .header_menu ul li.head-lang-cell ul:before {}
	.header_topmenu_wrp .header_menu ul li.head-lang-cell ul li {
		display: block;
		padding: 5px 10px;
	}
	.header_topmenu_wrp .header_menu ul li.head-lang-cell ul li a, 
	.header_topmenu_wrp .header_menu ul li.head-lang-cell ul li span {
		color: #000;
		white-space: nowrap;
	}
	.header_topmenu_wrp .header_menu ul li.head-lang-cell ul li a > i, 
	.header_topmenu_wrp .header_menu ul li.head-lang-cell ul li span > i {
		margin: 0 5px 0 0;
		color: #4b8820;
	}


header {
	/*background: #0000 url("../images/images_ny/ny_sale_label.png") no-repeat scroll 406px 82%;
	background-size: auto 37px;*/
	
	clear: both;
	display: block;
	height: 98px;
	margin: 0 auto;
	max-height: 199px;
	max-width: 1400px;
	min-height: 125px;
	padding: 14px 0;
	position: relative;
}
/*header::after{
	background: rgba(0, 0, 0, 0) url("../images/images_ny/snowman.png") no-repeat scroll 0 0;
	bottom: -26px;
	content: "";
	display: block;
	height: 148px;
	left: 621px;
	position: absolute;
	width: 178px;
	z-index: 1;
}*/
header .header_logo{
	background: rgba(0, 0, 0, 0) url("../images/header_logo_v2.png") no-repeat scroll 34% 50% / contain ;
	/*background: #0000 url("../images/images_ny/header_logo_ny.png") no-repeat scroll 34% 50% / contain;*/
	display: block;
	float: left;
	height: 115px;
	margin: -10px 20px 0 4px;
	width: 220px;
}
header .header_mid_wrp {
	float: left;
	margin: 0;
	padding: 5px 0 0;
	width: 60%;
}
header .header_search_wrp {
	display: block;
	float: left;
	margin-right: 43px;
	padding: 0;
	width: 345px;
}
header .header_search_wrp .search_form {
	display: block;
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
}
header .header_search_wrp .search_form #searchstring{
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	display: block;
	font-size: 16px;
	font-style: italic;
	height: 40px;
	line-height: 42px;
	padding: 0;
	text-indent: 23px;
	width: 100%;
}
header .header_search_wrp .search_form #searchstring:focus {
	outline: none;
	box-shadow: none;
}

header .header_search_wrp .search_form #searchstring.input_message_focus{
	font-style: normal;
}
header .header_search_wrp .search_form #searchsubmit {
	background: transparent;
	box-shadow: none;
	border: medium none;
	display: block;
	border-radius: 0;
	height: 40px;
	padding: 0;
	position: absolute;
	right: -50px;
	top: 0;
	width: 50px;
	z-index: 3;
}
header .header_search_wrp .search_form:before {
	content: "\f002";
	position: absolute;
	top: 4px;
	right: -43px;
	z-index: 2;
	
	display: inline-block;
	font: normal normal normal 29px/1 FontAwesome;
	text-rendering: auto;
	color: #fff;
	font-size: 29px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);	
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
header .header_search_wrp .tm_brands{
	color:#fff;
	text-decoration:#ffdead;
	border:1px solid rgba(255,255,255,.3);
	padding:4px 10px 4px 39px;
	background-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,0,.2);
	font-weight:700;
	display:inline-block;
	font-size:15px;
	position:relative;
	line-height:15px;
	text-align:center;
}
header .header_search_wrp .tm_brands>i{
	position:absolute;
	top:9px;
	left:10px;
	font-size:21px;
	color:#ffa054;
	margin-right:5px;
}


header .header_search_wrp .header_sale_timer{
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 10px;
	margin-top:-4px;
	position:relative;
}
header .header_search_wrp .header_sale_timer .date_discount_title{
	color:#ffa054;
	font-weight:700;
	font-size:14px;
	line-height:11px;
	margin:0 0 5px;
	text-align:center;
}
header .header_search_wrp .header_sale_timer .date_discount_counter{
	font-size:16px;
	background-color:orange;
	border-radius:2px;
	padding:2px 5px;
	vertical-align:middle;
	height:27px;
}
header .header_search_wrp .header_sale_timer .date_discount_counter .position{
	width:1.1em
}
header .header_search_wrp .header_sale_timer .date_discount_counter .digit{
	background-color:#fff;
	border-radius:2px;
	color:#0e0f0d;
	letter-spacing:-1px;
	background-image:none;
	box-shadow:0 2px 0 rgba(0,0,0,.1) inset;
}
header .header_search_wrp .header_sale_timer .date_discount_counter .countDiv{
	width:16px;
	height:1em;
	vertical-align:top;
}
header .header_search_wrp .header_sale_timer .date_discount_counter .countDiv::before,header .header_search_wrp .header_sale_timer .date_discount_counter .countDiv::after{
	width:4px;
	height:4px;
	box-shadow:none
}
 
header .header_contacts {
	color: #ffffff;
	display: block;
	float: right;
	font-size: 18px;
	line-height: 1.2;
	margin: -5px 15px 0 0;
	padding: 5px 0 0 40px;
	position: relative;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	vertical-align: top;
	z-index: 2;
}
header .header_contacts .fa-phone {
	color: #fff; 
	font-size: 33px;
	left: 0;
	margin-right: 16px;
	margin-top: -7px;
	position: absolute;
	top: 15px;
	vertical-align: top;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
header .header_contacts .opico {
	background-image: url(../images/ops_logos_v2.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
header .header_contacts .opico.opico_050{background-position: 0 -38px;}
header .header_contacts .opico.opico_093{background-position: 0 -19px;}
header .header_contacts .opico.opico_098{background-position: 0 0;}

header .header_contacts .hpvibr{
	background-image: url(../images/ops_logos_v2.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 -63px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

header .header_contacts small {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	opacity: 0.7;
}

header .header_contacts .header_contacts_link {
	text-align: right;
	font-size: 0;
}
header .header_contacts .header_contacts_link a {
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	padding: 2px 25px 0 0;
	text-decoration: navajowhite;
}
header .header_contacts .header_contacts_link a > i {
	color: #ffa500;
	font-size: 16px;
	margin-right: 5px;
}

header .header_work_time {
	color: #737373;
	display: block;
	float: right;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 15px 0 0;
	padding: 0 0 0 60px;
	position: relative;
	vertical-align: middle;
}
header .header_work_time:before  {
	content: '.';
	font-size: 0;
	position: absolute;
	left: 1px;
	top: -2px;
	width: 41px;
	height: 41px;
	background: url('../images/spr.png') no-repeat -82px -113px;
}

header .header_user_wrp {
	padding: 0 40px 0 0;
	position: absolute;
	right: 100%;
	text-align: right;
	top: 0;	
}
header .header_user_wrp ul{
	display: block;
	margin: 0;
	padding: 0;		
}
header .header_user_wrp ul li{
	display: block;
	margin: 0;
	padding: 0 0 3px;
	white-space: nowrap;
}
header .header_user_wrp ul li a{
	color: #333131;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;	 
}
header .header_user_wrp ul li .htm_ico{
	background: url("../images/login_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 14px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	width: 14px;	
}
header .header_user_wrp ul li .htm_ico.htm_ico_id183{
	background-image: url("../images/register_ico.png");
}
header .header_user_wrp ul li .htm_ico.htm_ico_id54{
	background-image: url("../images/login_ico.png");	
}
header .header_cart_wrp {
	float: right;
	margin: 0;
	width: 160px;
}

header .header_cart_wrp .hcart_ico {
	background: rgba(0, 0, 0, 0) url("../images/cart_ico_48px.png") no-repeat scroll 50% 50% / contain ;
	display: inline-block;
	float: left;
	height: 32px;
	margin: 5px 14px 0 0;
	position: relative;
	width: 32px;
}
header .header_cart_wrp .hcart_ico .header_cart_ico_counter{
	background: #000000 none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	font-size: 11px;
	height: 14px;
	line-height: 14px;
	position: absolute;
	right: -8px;
	text-align: center;
	top: 0;
	width: 14px;
}
header .header_cart_wrp .header_cart_right{
	color: #304203;
	overflow: hidden;
	padding: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
header .header_cart_wrp .header_cart_right .header_cart_link{
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffa054;
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin: 5px 0 4px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
header .header_cart_wrp .header_cart_right #shpcrtca {
	display: block;
	font-size: 11px;
	color: #fff;
	margin-top: 2px; 
	text-align: center;
}
header .header_cart_wrp .header_cart_right .header_shopping_total{
	color: gray;
	font-size: 11px;
}
header .header_cart_wrp .order_status {
	color: #fff;
	font-size: 15px;
	text-align: center;
	display: block;
	padding: 4px 5px;
	margin: 5px 0 5px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	background-color: rgba(0,0,0,0.1);
	font-weight: bold;
	text-decoration: none;
}
header .header_cart_wrp .order_status:hover{
	background-color: rgba(0,0,0,0.2);
}
header .header_cart_wrp .order_status .fa {
	margin: 0 6px 0 0;
	color: #ffa054;
}

.header_menu_wrp{
	background-color: rgba(0, 0, 0, 0.1);
	/*background: #20699c; 
	background: -moz-linear-gradient(left,  #20699c 0%, #2f85c5 50%, #20699c 100%); 
	background: -webkit-linear-gradient(left,  #20699c 0%,#2f85c5 50%,#20699c 100%); 
	background: linear-gradient(to right,  #20699c 0%,#2f85c5 50%,#20699c 100%); */
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	position: relative;
}
.header_menu_wrp:hover{
	z-index: 4;
}
.header_menu_wrp:before{
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.22) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.22)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 50%,rgba(0,0,0,0) 100%); /* W3C */
	content: "";
	height: 1px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}
.header_menu_wrp .header_home{
	background: url("../images/header_home_ico.png") no-repeat scroll 50% 50% #333333;
	display: block;
	height: 100%;
	position: absolute; 
	right: 100%;
	top: 0;
	width: 50px;
}
.header_menu_wrp .header_menu{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: block;
	margin: 0 auto;
	max-width: 1224px;
	padding: 0;
	position: relative;
	z-index: 2;
} 
.header_menu_wrp .header_menu table{
	margin: 0;
	padding: 0;
	width: 100%;	
}
.header_menu_wrp .header_menu table tr{}
.header_menu_wrp .header_menu table tr td{
	border: medium none;
	padding: 0;
	text-align: center;
}
.header_menu_wrp .header_menu table tr td:last-child{
	background-image: none;
}
.header_menu_wrp .header_menu table tr td:hover{
	
}
.header_menu_wrp .header_menu table tr td .tv_alink{
	display: block;
	padding: 0 5px;
	position: relative;
}
.header_menu_wrp .header_menu table tr td .tv_alink:nth-child(3){
	display: none;
}

.header_menu_wrp .header_menu table tr td:last-child .tv_alink{
	margin-right: 0;
}
.header_menu_wrp .header_menu table tr td:last-child .tv_alink:after {
	display: none;
}

.header_menu_wrp .header_menu table tr td.current, .header_menu_wrp .header_menu table tr td.open{}
.header_menu_wrp .header_menu table tr td:hover,
.header_menu_wrp .header_menu table tr td.open,
.header_menu_wrp .header_menu table tr td.current  {
	background-color: rgba(0, 0, 0, 0.25);
}
.header_menu_wrp .header_menu table tr td.current .tv_link_name, .header_menu_wrp .header_menu table tr td.open .tv_link_name{}
.header_menu_wrp .header_menu table tr td:hover .tv_alink .tv_link_name,
.header_menu_wrp .header_menu table tr td.current .tv_alink .tv_link_name {
	color: #ffa054;
}

.header_menu_wrp .header_menu table tr td .tv_alink .tv_link_name{
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 3px;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	vertical-align: middle;
}
/*.header_menu_wrp .header_menu table tr td .tv_alink .tv_link_name:before {
	display: inline-block;
	font: normal normal normal 12px/1 FontAwesome;
	font-size: 12px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f078";
	vertical-align: middle;
	margin: -5px 10px 0 0;
}*/
.header_menu_wrp .header_menu table tr td .tv_alink .tv_link_helper{
	display: inline-block;
	height: 42px;
	vertical-align: middle;
}
.header_menu_wrp .header_menu table tr td .tv_alink .tv_link_helper:first-child{
	display: none;
} 
.header_menu_wrp .header_menu table tr td .tv_subcategories_wrp{
	bottom: 0;
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.header_menu_wrp .header_menu table tr td.hover .tv_subcategories_wrp.cat_info_right:before{
	left: auto;
	right: 55px;
}
.header_menu_wrp .header_menu table tr td .tv_subcategories_wrp .tv_subcategories{
	background: #ffffff none repeat scroll 0 0;
	border-color: #376401;
	border-style: solid;
	border-width: medium 3px 3px;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
	display: block;
	left: 0;
	min-width: 80px;
	padding: 20px 0 0;
	position: absolute;
	text-align: left;
	top: -2px;
	visibility: hidden;
	width: 100%;
}   
.header_menu_wrp .header_menu table tr td .tv_subcategories_wrp.cat_info_right .tv_subcategories{
	left: auto;
	right: 0;
}

.header_bottom_info_wrp {
	padding: 10px 10px;
	background-color: #fff4de;
	display: block;
	clear: both;
}
.header_bottom_info_wrp .header_bottom_info{
	max-width: 1224px;
	min-width: 1074px;
	margin: 0 auto;
}
.header_bottom_info_wrp .header_bottom_info p:last-child {
	margin: 0;
}

.page_body_wrp{
	clear: both;
	margin: 0 auto;
	max-width: 1400px;
	min-height: 400px;
	position: relative;
	padding: 0;
}
.page_body_wrp.page_body_home{
	max-width: none;
	padding: 19px 0 30px;
}
.page_body_wrp_nopadding{
	margin: 0 -20px;
}
.page_body_wrp .page_body_left{
	float: left;
	left: 0;
	padding: 0 0 25px;
	top: 0;
	width: 243px;
}
.page_body_wrp .page_body_right{
	overflow: hidden;
	padding: 5px 0 30px 31px;
}

.page_body_wrp .path {
	font-size: 13px;
	padding: 5px 0;
}
.page_body_wrp .path a {
	color: #686e6f;	
	text-decoration: none;
}
.page_body_wrp .path a:hover {
	text-decoration: underline;
}

.page_body_wrp h1, .page_body_wrp h2, .page_body_wrp h3, .page_body_wrp h4{}
.page_body_wrp p, .tooltip  p{}
.page_body_wrp a{}
.page_body_wrp b, .page_body_wrp strong, .tooltip  strong, .tooltip  b{
	font-weight: bold;
}
.page_body_wrp i, .page_body_wrp em, .page_body_wrp address {
	font-style: italic;
}
.page_body_wrp ul{
	padding: 0 0 10px;
}
.page_body_wrp ul li{
	display: list-item;
	list-style: disc outside none;
	margin: 0 0 5px 20px;
}
.page_body_wrp table { 
	/*background: none repeat scroll 0 0 #FFFFFF;*/
	margin: 0 0 15px;
}
.page_body_wrp table tr{}
.page_body_wrp table tr td, .page_body_wrp table tr th, .tooltip table tr td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 5px;
	vertical-align: top;
}
.page_body_wrp table tr:last-child td, .page_body_wrp table tr:last-child th, .tooltip table tr:last-child td {
	border-bottom: none;
}
.page_body_wrp table tr th {
	font-weight: bold;
}
.page_body_wrp table tr td table, .page_body_wrp table tr th table{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	margin: 0;
}
.page_body_wrp table tr td table tr{}
.page_body_wrp table tr td table tr td{}
.page_body_wrp img{max-width: 100%;}

.category_tree_title{
	background-color: #4c8b02;
	border-bottom: 1px solid #cbcbcb;
	display: block;
	margin: 22px 0 12px;
	padding: 0;
	position: relative;
}
.category_tree_title .category_tree_text{
	border-bottom: 2px solid #fff;
	color: #fff;
	display: block;
	font-size: 18px;
	left: 0;
	line-height: 22px;
	padding: 7px 22px;
	position: relative;
	vertical-align: middle;
	z-index: 1;	
}
.category_tree_title .category_tree_text a{
	color: #ffffff;
	text-decoration: none;	
}
/*.category_tree_title .category_tree_line{
	background: none repeat scroll 0 0 #d9d9d9;
	height: 1px;
	position: absolute;
	top: 11px;
	width: 100%;	
}*/
.category_tree{
	margin: 0 0 20px;
	padding: 10px 0 0;
	position: relative;
	z-index: 2;
}

.category_tree_content {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 0 0 20px;
}

.category_tree ul{
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.category_tree ul li{
	display: block;
	list-style: none outside none;
	margin: 0;
}
.category_tree ul li a{
	color: #3e3e3e;
	display: block;
	font-size: 16px;
	min-height: 36px;
	text-decoration: none;
	text-decoration: none;
	padding: 7px 22px;
}
.category_tree ul li:first-child a{border-top-color: transparent;}
.category_tree ul li:last-child a{border-bottom-color: transparent;}
.category_tree ul li.current {
	position: relative;
}

.category_tree ul li a:hover{
	color: #fff;
	background: #5fab01;
	text-decoration: none;
}
.category_tree ul li a.current {
	color: #fff;
	background: #5fab01;
	text-decoration: none;
	position: relative;
	
}
.category_tree ul li a.current:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	margin-right: -4px;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 4px;
	border-color: transparent transparent transparent #5fab01;
}

.category_tree ul li a.has_childs {
	padding-right: 38px;
	position: relative;
}
.category_tree ul li a.has_childs .deco{
	/*background: url("../images/plus_ico.png") no-repeat scroll 50% 50% #dedede;*/
	display: block;
	float: left;
	height: 29px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;	
}
.category_tree ul li a.has_childs.current .deco{}
.category_tree ul li a sup {
	color: #808080;
	display: inline-block;
	font-size: 11px;
	margin: 0 0 0 5px;
}
.category_tree ul li ul{}
.category_tree ul li ul li{}
.category_tree ul li ul li a{
	font-size: 12px;
	padding-left: 30px;
}
.category_tree ul li ul li ul {}
.category_tree ul li ul li ul li a{padding-left: 60px;}
.category_tree ul li ul li ul li ul li a{padding-left: 90px;}

.category_brands_title{
	background: url("../images/category_ico.png") no-repeat scroll 10px 50% rgba(0, 0, 0, 0);
	border-bottom: 1px solid #f5f5f5;
	font-size: 18px;
	line-height: 40px;
	margin: 0 0 15px;
	padding: 0 1%;
}
.category_brands_title a{
	color: #BA0000;
	font-weight: normal;
}
.category_brands_wrp {
	margin: 0 0 5px;
	padding: 10px 0 0;
	text-align: center;
}
.category_brands_wrp .category_brands_item{
	display: inline-block;
	margin: 0 1% 15px;
	vertical-align: top;
	width: 14%;
}
.category_brands_wrp .category_brands_item .imgwrp{
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #f5f5f5;
	margin: 0 0 5px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}
.category_brands_wrp .category_brands_item .imgwrp img{
	max-height: 100px;
	max-width: 80%;
	vertical-align: middle;
}

.langs-wrapper{padding:10px 15px;}

.left_news_wrp {
	border: 1px solid #e2e2e2;
	margin: 15px 0 30px;
	padding: 15px 0 10px;
	position: relative;
}
.left_news_title {
	left: 0;
	line-height: 1;
	margin: -15px 0 0 0;
	position: absolute;
	right: 0;
	top: 0;
}
.left_news_title span {
	color: #5fab01;
	font-size: 18px;
	left: 0;
	line-height: 30px; 
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	z-index: 2;
} 
.left_news_title:after{
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #d9cac0;
	content: "";
	display: block;
	height: 26px;
	left: 16px;
	position: absolute;
	top: 0;
	width: 206px;
	z-index: 1;
}

.left_news_wrp .news_item {
	padding: 15px 18px;
	border-top: 1px solid #e2e2e2;
}
.left_news_wrp .news_item:nth-child(2) {
	border: none;
}
.left_news_wrp .news_item .imgwrp {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 58px;
	height: 56px;
}
.left_news_wrp .news_item .news_item_right {}
.left_news_wrp .news_item .news_item_right .news_item_name {
	line-height: 18px;
	margin-bottom: 5px;
}
.left_news_wrp .news_item .news_item_right .news_item_description {
	font-size: 11px;
	color: #595959;
	line-height: 13px;
}
.left_news_wrp .news_item .news_item_right .news_item_read_more {
	display: none;
}
.left_news_wrp .news_viewall {
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 0;
	background: #d6c6bc;
	margin: 0 20px -13px 0;
	padding: 2px 15px;
	text-align: center;
	font-size: 13px;
	color: #516c2b;
	text-decoration: underline;
	
}

.home_cell_right{}
.home_cell_right .news_wrp{}
.home_cell_right .news_item{
	clear: both;
	display: block;
	margin: 0 0 14px 33px;
	padding: 0px 0px 16px;
	background: url('../images/news-short-list-bottom-line.png') no-repeat  50% 100%;
}

.home_cell_right .news_item .imgwrp{
	background-color: #f5f5f5;
	background-position: 50% 50%;
	background-size: cover;
	/*border-radius: 1px;*/
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
	display: block;
	float: left;
	font-size: 0;
	height: 73px;
	line-height: 73px;
	text-align: center;
	vertical-align: middle;
	width: 73px;
}
.home_cell_right .news_item .imgwrp img{
	max-height: 50px;
	vertical-align: middle;	
}
.home_cell_right .news_item .news_item_right{
	display: block;
	font-size: 12px;
	overflow: hidden;
	padding: 0 0 0 24px;	
}
.home_cell_right .news_item .news_item_name{
	color: #d96042;
	font-size: 13px;
	line-height: 1.5;
	text-decoration: underline;
	word-wrap: break-word;	
}

.home_cell_right .news_item .news_item_date{
	color: #979797;
	font-size: 13px;
	font-style: italic;
	display: inline-block;
	padding-right: 20px;
	position: relative;
	margin-top: 10px;
}
.home_cell_right .news_item .news_item_date:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
	background: url('../images/spr.png') no-repeat -297px -112px;
}

.home_cell_right .news_item .news_item_description{
	font-size: 11px;
	word-wrap: break-word;	
}
.home_cell_right .news_viewall{
	height: 28px;
	line-height: 23px;
	display: block;
	float: right;
	font-size: 14px;
	margin: -1px 12px 0 0;
	padding: 0 3px 0 44px;
	text-decoration: underline;
	font-style: italic;
	position: relative;
}
	.home_cell_right .news_viewall:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 28px;
		height: 22px;
		background: url('../images/spr.png') no-repeat -244px -115px;
	}

.pbl_soc_block{
	border-radius: 3px;
	margin: 0 0 35px;
	overflow: hidden;
}

.category_right{
	display: block;
	float: right;
	width: 20%;
}
.category_left{
	margin: 0 0 10px;
	padding: 0;
}

.category_subcategories_wrp{
	padding: 15px 0 0;
}
.category_subcategories_wrp .subcategory_item{
	color: #FFFFFF;
	display: inline-block;
	margin: 0 2% 15px 0;
	padding: 0 0 5px;
	position: relative; 
	vertical-align: top;
	width: 23%;
}
.category_subcategories_wrp .subcategory_item .imgbrd{
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #dadada;
	border-radius: 5px;
	display: block;
	font-size: 0;
	height: 160px;
	line-height: 160px;
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}
.category_subcategories_wrp .subcategory_item .imgbrd img{
	max-height: 160px;
	max-width: 100%;
	vertical-align: middle;
}
.category_subcategories_wrp .subcategory_item .subcategory_name{
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0 10px;
}
.category_subcategories_wrp .subcategory_item .subcategory_subcat_wrp{
	padding: 0 10px;
}
.category_subcategories_wrp .subcategory_item .subcategory_subcat_wrp a{}
.category_subcategories_wrp .subcategory_item .subcategory_subcat_wrp .subcategory_subcat_item{
	display: block;
	margin: 0 0 5px;
} 

.nothing_found{
	color: #B8B8B8;
	font-size: 18px;
	font-style: italic;
	padding: 100px;
	text-align: center;
}
.category_name_wrp{
	background-color: rgba(0, 0, 0, 0.05);
	clear: both;
	margin: 0 0 10px;
	overflow: hidden;
}
.category_name{
	color: #353535;
	display: inline-block;
	font-size: 24px;
	margin: 0;
	padding: 5px 0 5px 10px !important;
}

.view_panel{
	color: #686e6f;
	display: block;
	float: right;
	font-size: 13px;
	margin: 0;
	overflow: hidden;
	padding: 3px 3px 3px 0;
	position: relative;
}
.view_panel:after {
	/*background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	width: 100%;*/
}
.view_panel #category_sort_select{
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: middle;
}
.view_panel #category_sort_select select{
	background: none !important;
	border: medium none;
	border-radius: 3px;
	/*box-shadow: 0 2px 0 rgba(0, 0, 0, 0.025) inset;*/
	color: #5fab01;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	padding: 3px 5px;
	text-decoration: underline;
	vertical-align: middle;
	width: 194px;
}
.view_panel #category_sort_select select:focus{
	text-decoration: none;
}
.view_panel #category_sort_select select option{
	background: none repeat scroll 0 0 #ffffff;
	color: #7e7e7e;
	padding: 5px;
	text-decoration: none !important;
}
.view_panel #category_sort_select select option[selected='selected']{
	color: #99c13c;
	font-weight: bold;
}
.view_panel .category_view_select{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.view_panel .category_view_select .cat_view_list{
	background: url("../images/product_view_icons.png") no-repeat -19px 0;
	cursor: pointer;
	display: inline-block;
	height: 19px;
	margin: 0 14px 0 5px;
	vertical-align: middle;
	width: 19px;
}
.view_panel .category_view_select .cat_view_table{
	background: url("../images/product_view_icons.png") no-repeat 0 0;
	cursor: pointer;
	display: inline-block;
	height: 19px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	width: 19px;
}
.view_panel .category_view_select .cat_view_table.current, .view_panel .category_view_select .cat_view_table:hover {
	background-position: 0 -19px; 
}
.view_panel .category_view_select .cat_view_list.current, .view_panel .category_view_select .cat_view_list:hover {
	background-position: -19px -19px;
}

.view_panel .category_compariso_wrp {
	display: inline-block;
	vertical-align: middle;
}
.view_panel .category_compariso_wrp form{
	display: none;
	margin: 0 15px 0 0;	
}
.view_panel .category_compariso_wrp .hndl_submit_prds_cmp{
	height: 18px;
	padding: 0 10px;
}

.product_brief_wrp{
	margin: 0 180px 0 0;
	padding: 10px 0 20px 10px;
}
.product_brief_table {
	display: inline-block;
	margin: 0 15px 15px 0;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 175px;
}
.product_brief_table.hover {
	z-index: 1;
}

.product_brief_table .addtocompare, .product_brief_table .addtowishlist {
	display: inline-block;
	color: #8a8a8a;
	font-size: 11px;
	margin-right: 10px;
	text-decoration: underline;
}

.product_brief_table .product_create_comment {
	float: right;
	display: inline-block;
	font: normal 12px Arial;
	color: #777777;
	margin-top: 4px;	
}
.product_brief_table_over .addtocart_wrp .add2cart_handler.add2preorder {
	font-size: 13px;
	padding: 8px 0px;
	width: 65px;
	word-wrap: normal;
}

.product_brief_table .product_brief_table_over{}
.product_brief_table.hover .product_brief_table_over{
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid rgba(72, 149, 17, 0.3);
	box-shadow: 0 0 3px rgba(72, 149, 17, 0.4);
	margin: -5px;
	padding: 4px;
}
.product_brief_table .imgwrp{
	background: #ffffff none repeat scroll 0 0;
	display: block;
	font-size: 0;
	height: 170px;
	line-height: 170px;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	text-align: center; 
	width: 100%;
}
.product_brief_table span.notranslate .imgwrp{
	display: inline;
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
}
.product_brief_table .imgwrp img{
	max-height: 170px;
	vertical-align: middle; 
}
.product_brief_table .imgwrp .pb_image_options{
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 80px;
}
.product_brief_table .imgwrp .pb_image_options img{
	max-height: 20px;
	max-width: 80px;
	vertical-align: middle;
}
.product_brief_table .h2{
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.product_brief_table .pb_product_name{
	display: block;
	font-size: 12px;
	font-weight: normal;
	height: 44px;
	line-height: 15px;
	overflow: hidden;
	word-wrap: break-word;
	margin: 0 0 5px;
	text-decoration: none;
}

.product_brief_table .product_brief_rating{
	display: inline-block;
	vertical-align: top;
	line-height: 0 !important;
	margin: 2px 0 0 0;
	height: 16px !important;
}
.product_brief_table .product_brief_rating_bg{
	background: url("../images/star_small_ico.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
	display: inline-block;
	overflow: hidden;
	width: 60px;
}
.product_brief_table .product_brief_rating_bg i{
	background: url("../images/star_small_ico.png") repeat-x 0 0;
	display: inline-block;
	height: 9px !important;
}
.product_brief_table .pb_orange_bg{
	background-color: #f0832c;
	display: inline-block;
	height: 36px;
	overflow: hidden;
}
.product_brief_table .pb_price_but_wrp{}
.product_brief_table .pb_price{
	font-size: 18px;
	height: 36px;
}
.product_brief_table .pb_old_price{}
.product_brief_table .pb_price_di{
	font-size: 14px;
	font-weight: bold;	
}
.product_brief_table .pb_price small{
	font-size: 14px;
}
.product_brief_table .pb_price_di small{
	font-size: 9px;
}
.product_brief_table .pb_price .price_num{}
.product_brief_table .pb_price .price_dec{
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-top;	
}
.product_brief_table .pb_price_di .price_dec{
	font-size: 9px;
}
.product_brief_table .product_code{
	border-radius: 3px;
	font-size: 10px;
	margin: 0;
	float: left;
	color: #686e6f;
	display: none;
}
.product_brief_table .instock_remainder{
	cursor: pointer;
	display: block;
	font-size: 11px; 
	margin-bottom: 3px;
	padding: 5px 7px;
	text-decoration: none;
} 

.product_brief_table .pb_left{
	float: left;
	margin: 0;
}
.product_brief_table .pb_right{
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.product_brief_table .stock_label{
	background: rgba(0, 0, 0, 0) url("../images/outofstock_ico.png") no-repeat scroll 0 50%;
	display: inline-block;
	font-size: 11px;
	margin: 0 0 5px 5px;
	padding: 0 0 0 15px;
}
.product_brief_table .stock_label.instock{
	background: rgba(0, 0, 0, 0) url("../images/instock_ico.png") no-repeat scroll 0 50%;
}
.product_brief_table .stock_label.outofstock{}
.product_brief_table .prdbrief_comparison{
	clear: both;
	display: block;
	font-size: 11px;
	padding: 5px 10px 0;
}
.product_brief_table .prdbrief_comparison input{
	margin: 0 5px 0 0;
}
.product_brief_table .pb_extra {
	font-size: 12px;
}
.pb_hidden_content {display: none;}
.product_brief_table.hover  .pb_hidden_content {display: block;}

/* product_brief_list */
.product_brief_list{
	display: block;
	margin: 0 20px 10px 0;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}

.product_brief_list:after {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	width: 100%;
}

.product_brief_list .instock_remainder {
	color: #202020;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	text-align: center;	
	text-decoration: underline;
	width: 100px;
}

.product_brief_list .pb_left{
	border-radius: 3px;
	float: left;
	margin: 0;
}
.product_brief_list .imgwrp{
	background: none repeat scroll 0 0 #ffffff;
	/*border: 1px solid #dedede;*/
	display: block;
	font-size: 0;
	height: 200px;
	line-height: 198px;
	margin: 0;
	position: relative;
	text-align: center;
	width: 200px;
}
.product_brief_list span.notranslate .imgwrp{
	display: inline;
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
}
.product_brief_list .imgwrp img{
	max-height: 198px;
	vertical-align: middle;
}
.product_brief_list .imgwrp .pb_image_options{
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 80px;
}
.product_brief_list .imgwrp .pb_image_options img{
	max-height: 20px;
	max-width: 80px;
	vertical-align: middle;
}
.product_brief_list .prdbrief_comparison {
	font-size: 11px;
	padding: 5px 10px 0;
	vertical-align: middle;
}
.product_brief_list .prdbrief_comparison input{
	margin: 0 5px 0 0;
}
.product_brief_list .pb_right{
	overflow: hidden;
	padding: 0 0 0 25px;
}
.product_brief_list .pb_right .pb_right_left{
	overflow: hidden;
	padding: 0 25px 0 0;
}
.product_brief_list .pb_right .pb_right_right{
	float: right;
	width: 230px;
}
.product_brief_list .pb_right .pb_product_name{
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 5px 0 0;
}
.product_brief_list .pb_right .pb_description{
	clear: both;
	font-size: 12px;
	margin: 0 0 15px;
}
.product_brief_list .pb_right .pb_row{
	clear: both;
	display: block;
	margin: 0 0 5px;
}
.product_brief_list .pb_right .pb_row .pb_cell{
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.product_brief_list .pb_right .pb_row .pb_cell:last-child{
	margin:0;
}
.product_brief_list .pb_right .pb_row .pb_cell.pb_cell_right{
	float: right;	
}
.product_brief_list .pb_orange_bg{
	background-color: #f0832c;
	display: inline-block;
	height: 36px;
	overflow: hidden;
}
.product_brief_list .pb_price_but_wrp{}
.product_brief_list .pb_right .pb_price{
	font-size: 18px;	
}
.product_brief_list .pb_right .pb_price.pb_price_model {
	font-size: 15px !important;
}
.product_brief_list .pb_right .pb_price.pb_price_action{}
.product_brief_list .pb_right .pb_price small{
	font-size: 14px !important;
}
.product_brief_list .pb_right .pb_price .price_num{}
.product_brief_list .pb_right .pb_price .price_dec{}
.product_brief_list .pb_price_di {}
.product_brief_list .pb_old_price {}
.product_brief_list .pb_right .stock_label{
	background: url("../images/outofstock_ico.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	font-size: 11px;
	margin: 0 0 0 6px;
	padding: 0 0 0 16px;
}
.product_brief_list .pb_right .stock_label.instock {
  background: url("../images/instock_ico.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
}
.product_brief_list .pb_extra {
	font-size: 12px;
	margin: 0 0 10px;
}
.product_brief_list .addtocompare,
.product_brief_list .addtowishlist,
.product_brief_list .product_create_comment {
	display: inline-block;
	color: #8a8a8a;
	font-size: 13px;
}

.product_brief_list .addtocompare {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.product_brief_list .addtocompare:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -1px;
	display: inline-block;
	width: 23px;
	height: 20px;
	background: url('../images/spr.png') no-repeat -60px -230px;
	margin-right: 5px;
}
.product_brief_list .addtowishlist {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.product_brief_list .addtowishlist:before {
	content: '';
	position: absolute;
	left: 1px;
	top: -2px;
	display: inline-block;
	width: 19px;
	height: 20px;
	background: url('../images/spr.png') no-repeat -84px -230px;
	margin-right: 6px;
	margin-left: 3px;
}
.product_brief_list .product_create_comment {}

/* notavailible product */
.notavailible .imgwrp{
	opacity: 0.7;
}
.notavailible .pb_product_name{
	color: #404040!important;
}
.notavailible .pb_price, .notavailible .pb_price_but_wrp {
	/*background: #f0f0f0!important;*/
	color: #404040!important;
}

.pb_price_but_wrp{
	background-color: #f0832c;
	color: #ffffff;
	display: inline-block;
	padding: 0;
	position: relative;
}
.pb_price_but_wrp.has_old_price{
	margin: 0 0 20px;
}
.pb_price_but_wrp .pb_old_price{
	left: 0;
	position: absolute;
	top: 100%;
}
.pb_price{
	color: #ffffff;
	display: inline-block;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	padding: 6px 5px 5px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.pb_price:before, .pb_price:after {}
.pb_price:before {
	margin-left: -6px;
	left: 0;
}
.pb_price:after { 
	margin-right: -6px;
	right: 0; 
}
.pb_price .price_dec {
  font-size: 12px;
  font-weight: bold;
  vertical-align: text-top;
}

.pb_price_model {
	font-size: 15px !important;
}
.pb_price.pb_price_action {
	white-space: nowrap;
}
.pb_old_price{
	color: #aeaeae;
	display: inline-block;
	font-size: 11px;
	font-style: italic;
	margin: 0 0 5px;
	padding: 0;
	position: relative;
}
.pb_old_price:before {
	background: url("../images/old_price_red_line.png") no-repeat scroll 50% 50% / 100% 11px rgba(0, 0, 0, 0);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.pb_ask_stock{
	background: none repeat scroll 0 0 #d9d9d9;
	display: inline-block;
	font-weight: bold;
	margin: 0 0 5px; 
	padding: 3px 10px;
	position: relative;	
}
.pb_ask_stock:before, .pb_ask_stock:after {
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;
	content: "";
	height: 6px;
	margin: -3px -3px 0 0;
	position: absolute;
	right: 100%;
	top: 50%;
	width: 6px;	
}
.pb_ask_stock:after {
	left: 100%;
	margin-left: -3px;
	right: auto;	 
}

.addtocart_wrp{
	display: inline-block;
	margin: 0 0 5px;
}
.addtocart_wrp .product_qty_wrp{
	display: inline-block;
}
.addtocart_wrp .product_qty{
	color: #000000;
	display: inline-block;
	font-size: 12px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.add2cart_handler_wrp{
	background: #4c8b02 none repeat scroll 0 0;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.add2cart_handler_wrp:before{
	background: rgba(0, 0, 0, 0) url("../images/cart_ico_48px.png") no-repeat scroll 50% 50% / contain ;
	color: #ffffff;
	content: "";
	display: inline-block;
	height: 100%;
	left: 5px;
	margin: 0;
	position: absolute;
	text-align: left;
	text-rendering: auto;
	top: 0;
	width: 24px; 
}
.addtocart_wrp .add2cart_handler, .simulate_add2cart {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	height: 36px;
	left: 0;
	line-height: 36px;
	margin: 0;
	padding: 0 6px 0 35px;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	top: 0;
	z-index: 1;
}
.addtocart_wrp .add2cart_handler.add2preorder {
	background: none repeat scroll 0 0 #333333;
	color: #fff;
	font-size: 12px;
	height: auto;
	padding: 8px 15px;
	text-transform: uppercase;
	width: auto;	
}
.addtocart_wrp .add2cart_handler:hover{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
.addtocart_wrp .add2cart_handler.add2preorder:hover {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}

.quickbuy_button {
	background: rgb(207,109,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(207,109,85,1) 0%, rgba(202,92,65,1) 21%, rgba(226,87,53,1) 22%, rgba(208,92,62,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,109,85,1)), color-stop(21%,rgba(202,92,65,1)), color-stop(22%,rgba(226,87,53,1)), color-stop(100%,rgba(208,92,62,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,109,85,1) 0%,rgba(202,92,65,1) 21%,rgba(226,87,53,1) 22%,rgba(208,92,62,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,109,85,1) 0%,rgba(202,92,65,1) 21%,rgba(226,87,53,1) 22%,rgba(208,92,62,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,109,85,1) 0%,rgba(202,92,65,1) 21%,rgba(226,87,53,1) 22%,rgba(208,92,62,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,109,85,1) 0%,rgba(202,92,65,1) 21%,rgba(226,87,53,1) 22%,rgba(208,92,62,1) 100%); /* W3C */
	border: 1px solid #b40000;
	border-radius: 7px;
	box-shadow: 0 -2px 0 rgba(255, 255, 255, 0.31) inset, 0 1px 0 rgba(155, 43, 15, 0.75), 0 3px 2px rgba(0, 0, 0, 0.15);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: right;
	font: 11px Arial;
	margin: 3px 0 0;
	padding: 4px 8px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.41);
}

.instock_remainder {
	cursor: pointer;
	display: block;
	font-size: 11px; 
	margin-bottom: 3px;
	padding: 5px 7px;
	text-decoration: none;
} 

.product_brief_list .pb_right .product_code{
	background: none repeat scroll 0 0 #f0f1f1;
	border-radius: 3px;
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 1px 10px;
}
.product_brief_list .pb_right .all_product_pictures_wrp{}
.product_brief_list .pb_right .all_product_pictures_wrp .imgwrp{
	height: 70px;
	line-height: 70px;
	margin: 0 5px 5px 0;
	width: 70px;
}
.product_brief_list .pb_right .all_product_pictures_wrp .imgwrp img{
	max-height: 70px;
}

/* advproduct_search_form */
.advproduct_search_form{
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	float: right;
	margin: 0 0 25px;
	padding: 21px 15px;
	position: relative;
	width: 18%;
}
.advproduct_search_form .adv_search_option_name{
	font-weight: bold;
	padding: 0 5px 0;
}
.advproduct_search_form .adv_search_row{
	margin: 10px 0 14px;
}
.advproduct_search_form .adv_search_row .adv_search_variant{
	padding: 0 5px 3px;
	position: relative;
}
.advproduct_search_form .adv_search_row .adv_search_variant.checked{
	color: #5fab01;
	font-weight: bold;
}
.advproduct_search_form .adv_search_row .adv_search_variant #prl, .advproduct_search_form .adv_search_row .adv_search_variant #prh{
	font-size: 11px;
	height: 20px;	
}
.advproduct_search_form .adv_search_row .adv_search_variant .checkbox {
	display: block;
	margin: 4px 7px 0 0px;
	position: absolute;
	vertical-align: middle;
	z-index: 0;
	transform: scale(1.2);
}
.advproduct_search_form .adv_search_row .adv_search_variant > a {
	text-decoration: none;
}
.advproduct_search_form .adv_search_row .adv_search_variant .adv_search_variant_name {
	display: block;
	overflow: hidden;
	padding: 0 0 0 21px;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	text-decoration: none;
	font-size: 16px;
}
.advproduct_search_form .adv_search_row .adv_search_variant .adv_search_variant_name:hover {
	text-decoration: underline dotted;
}
.advproduct_search_form .adv_search_row .adv_search_variant .adv_search_variant_name .adv_search_variant_product_count{
	color: #808080;
	display: inline-block;
	font-size: 9px;
	line-height: 9px;
	position: static;
	text-decoration: none;
	top: 0;
	vertical-align: text-top;
}
.adv_reset_filter{
	background: url("../images/x_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: transparent;
	display: block;
	font-size: 0;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 12px;
}

.trackbar_wrp {
	margin: 9px 10px 15px;
	position: relative;
}
	.trackbar_from_to_wrp {
		padding: 0 5px;
	}
		.trackbar_from_to_wrp {
			font-size: 13px;
			color: #62605e;
			margin-left: -10px;
			margin-right: -13px;
		}
			.trackbar_from_to_wrp input {
				background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
				border-color: #e4e4e4 -moz-use-text-color -moz-use-text-color;
				border-radius: 0;
				border-style: solid none none;
				border-width: 2px medium medium;
				color: #000000;
				font-size: 12px;
				padding: 2px 3px;
				text-align: center;
				width: 40px;
			}

.category_nav_wrp {
	margin-right: 3px;
	text-align: center;
}
.category_nav{
	background: #fff;
	clear: both;
	color: #868686;
	display: inline-block;
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0 5px 0 15px;
	text-align: center;
	
}
span.prev,
span.next {
	display: none !important;
}
.category_nav .prev {
	background: #ede7e3;
	display: inline-block;
	height: 29px;
	line-height: 29px;
	margin: 0 5px 0 0px;
	max-height: 29px;
	min-height: 29px;
	padding: 0 10px 0 5px;
	position: relative;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 111px;
}

.category_nav .next {
	background: #ede7e3;
	display: inline-block;
	height: 29px;
	line-height: 29px;
	margin: 0 0px 0 5px;
	max-height: 29px;
	min-height: 29px;
	padding: 0 5px 0 5px;
	position: relative;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 112px;
}
.category_nav .prev:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14.5px 15px 14.5px 0;
	border-color: transparent #ede7e3 transparent transparent;
}
.category_nav .next:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14.5px 0 14.5px 15px;
	border-color: transparent transparent transparent #ede7e3;
}

.category_nav * {
	vertical-align: middle;
}
.category_nav .page_num{
	display: inline-block;
	font-size: 18px;
	line-height: 29px;
	color: #575757;
	text-decoration: underline;
	padding: 0 7px;
	vertical-align: middle;
}
.category_nav .page_num.pn_current{
	border: none;
	background: #5fab01;
	color: #fff;
	padding: 0 10px;
	text-decoration: none !important
}
.category_nav .show_all{
	color: #808080;
	display: inline-block;
	font-size: 13px;
	margin: 0 0 0 30px;
	vertical-align: middle;
}

.category_description{
	color: #4F4A2D;
	font-size: 12px;
	margin: 0 0 10px;
	overflow: hidden;
}
.category_description .category_description_imgwrp{
	display: block;
	float: left;
	font-size: 0;
	line-height: 100px;
	margin: 0 10px 10px 0;
	max-height: 100px;
	overflow: hidden;
	text-align: center;
	width: 100px;	
}
.category_description .category_description_imgwrp img{
	max-height: 100px;
	vertical-align: middle;	
}
.category_description table{
	background: transparent;
	border: none;
}

.banners_wrp{
	clear: both;
	display: block;
	font-size: 0;
	margin: 0 0 15px;
	position: relative;
	text-align: right;
	padding-bottom: 5px;
}
.banners_wrp .scrollable{
	height: 260px;
	margin: 0 0 21px;
	max-height: 483px;
	min-height: 50px;
	position: relative;
}
.banners_wrp .scrollable .lst {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 40000px;
	min-height: 50px;
}
.banners_wrp .scrollable:before,
.banners_wrp .scrollable:after{
	background: #fff;
	opacity: .7;
	position: absolute;
	
	top: 0;
	
	bottom: 0;
	z-index: 2;
	content: '';
	display: block;
}
.banners_wrp .scrollable:before {
	left: -1000px;
	right: 100%;
}
.banners_wrp .scrollable:after {
	right: -1000px;
	left: 100%;
}

.banners_wrp .scrollable .lst .item{
	background: #ffffff none repeat scroll 0 0;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	position: relative;
	width: 582px;
	min-height: 50px;
}
.banners_wrp .scrollable .lst .item .imgwrp{
	display: block;
	font-size: 0;
}
.banners_wrp .scrollable .lst .item img{
	min-height: 200px;
	left: 0;
	position: relative;
	top: 0;
	vertical-align: middle;
	width: 100%;
}
.prev, .next {}
.next {}
.navi {
	background: none repeat scroll 0 0 #fff;
	bottom: 0;
	clear: both;
	display: inline-block;
	height: 1px;
	line-height: 1px;
	margin: -2px 0 0 0;
	padding: 0 30px 0 5px;
	position: relative;
}
.navi a{
	background: none repeat scroll 0 0 #ede7e3;
	border: 3px solid #d4c0b3;
	border-radius: 50%;
	display: inline-block;
	height: 21px;
	margin: 1px 0 0 14px;
	position: relative;
	top: -7px;
	vertical-align: middle;
	width: 21px;
}
.navi a:hover,
.navi a.active {
	background: #5fab01 none repeat scroll 0 0;
	border-color: #5fab01;
	height: 22px;
	margin-left: 13px;
	margin-top: 0;
	width: 22px;
}

@media (max-width: 1360px){
	.products_scroll_wrp .prev {
		left: 0 !important;
	}
	.products_scroll_wrp .next {
		right: 0 !important;
	}
}

.panels_mini_wrp {
	clear: both;
	display: block;
	position: relative;
	z-index: 2;
	/*float: left;*/
	/*width: 834px;*/
	margin-bottom: 30px;
}
.panels_mini_wrp .panels_tabs{
	clear: both;
	color: #b2b2b2;
	display: block;
	font-size: 18px;
	margin: 0;
	padding: 5px 15px 0;
	position: relative;
	text-align: center;
}
.panels_mini_wrp .panels_tabs .panels_tabs_item{
	/*border: 1px solid #fff;*/
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	vertical-align: middle;
}
.panels_mini_wrp .panels_tabs .panels_tabs_item.current{
	/*border-color: #d9d9d9;*/
	position: relative;
	padding: 0;
}
/*.panels_mini_wrp .panels_tabs .panels_tabs_item.current:before, .panels_mini_wrp .panels_tabs .panels_tabs_item.current:after {
	border-color: #d9d9d9 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 10px;
	content: "";
	display: block;
	left: 50%;
	margin: 0 0 0 -10px;
	position: absolute;
	top: 100%;
}*/
.panels_mini_wrp .panels_tabs .panels_tabs_item.current:after {
	border-top-color: #fff;
	margin-top: -1px;	
}
.panels_mini_wrp .panels_tabs .panels_tabs_item .panels_tabs_name{
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 8px 25px;
		
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.panels_mini_wrp .panels_tabs .panels_tabs_item.current .panels_tabs_name{
	background: #fff;
	color: #f36f50;
} 
.panels_mini_wrp .panels_wrp{
	border-radius: 7px;
	clear: both;
	display: block;
	margin: 0 0 40px;
}
.panels_mini_wrp .panels_wrp .panel_item{
	display: block;
	height: 0;
	position: relative;
	visibility: hidden;
}
.panels_mini_wrp .panels_wrp .panel_item:first-child{
	height: auto;
	visibility: visible;
}
.panels_mini_wrp .panels_wrp .panel_item .products_scroll_wrp{
	padding: 25px 0;	
}
.panels_mini_wrp .panels_wrp .panel_item .panel_item_moar{
	/*background: url("../images/darr_ico.png") no-repeat scroll 20px 51% #fff;*/
	/*border: 1px solid #d3d3d3;*/
	/*left: 50%;*/
	bottom: -45px;
	color: #4089a9;
	display: block;
	font-size: 14px;
	font-style: italic;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	position: absolute;
	right: -20px;
	text-align: center;
	text-decoration: unset;
	/*top: 100%;*/
	width: 180px;
}
.panels_mini_wrp .panels_wrp .panel_item_title {
	margin: 15px 0 30px;
	position: relative;
	text-align: center;
}
	.panels_mini_wrp .panels_wrp .panel_item_title span {
		background: #ffffff none repeat scroll 0 0;
		color: #ff7100;
		display: inline-block;
		font-size: 30px;
		font-weight: bold;
		padding: 0 25px;
		position: relative; 
		text-transform: uppercase;
		z-index: 2;
	}
	.panels_mini_wrp .panels_wrp .panel_item_title:before {
		background: #ff7100 none repeat scroll 0 0;
		content: "";
		height: 3px; 
		left: 0; 
		margin-top: -2px;
		position: absolute;
		right: 0; 
		top: 50%;
		z-index: 1;
	}
.panels_mini_wrp .panels_wrp .panel_item_title_new span {
	background: #ffffff none repeat scroll 0 0;
	color: #5fab01;
}
	.panels_mini_wrp .panels_wrp .panel_item_title_new:before {
		background: #5fab01;
	}
.panels_mini_wrp .panels_wrp .panel_item_title_top span {
	background-color: #f8f5f4;
	color: #d23004;
}
	.panels_mini_wrp .panels_wrp .panel_item_title_top:before {
		background: #d23004;
	}
.panels_mini_wrp .panels_wrp .panel_item_title_last span {
	background-color: #f8f5f4;
	color: #a9ce17;
}
	.panels_mini_wrp .panels_wrp .panel_item_title_last:before {
		background: #a9ce17;
	}
.panels_mini_wrp .panels_wrp .product_brief_table .product_brief_rating {
	display: none;
}

.panel-new-bg-wrp {
	background: #f8f5f4;
}
.panel_item_moar {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #d6c6bc;
	color: #5fab01;
	display: block;
	font-size: 14px;
	height: 30px;
	left: 50%;
	line-height: 24px;
	margin: -15px 0 0 -80px; 
	position: absolute;
	text-align: center; 
	top: 100%;
	width: 160px;
} 
.panel_item_moar.panel_item_moar_auction {
	border-color: #d05d04;
	color: #d05d04;	
}
.panel_item_moar.panel_item_moar_new {
	border-color: #5fab01;
	color: #5fab01;	
}
.panel_item_moar.panel_item_moar_top {
	border-color: #d23004;
	color: #d23004;	
}
.panel_item_moar.panel_item_moar_last {
	border-color: #a9ce17;
	color: #a9ce17;	
}

.products_scroll_wrp{ 
	margin: 0 0 9px;
	position: relative;
}
.products_scroll_wrp .scrollable{
	height: 390px;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.products_scroll_wrp .scrollable:before{
	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: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	z-index: 1;
}

.products_scroll_wrp .scrollable .lst{
	left: 0;
	min-height: 1px;
	position: absolute;
	top: 0;
	width: 22222em;
}
.products_scroll_wrp .scrollable .lst .product_brief_table{
	display: block;
	float: left;
	height: auto;
	margin: 5px 31px 30px 5px;
	position: relative;
	width: 170px;
}

.products_scroll_wrp .scrollable .lst .product_brief_table .pb_extra{
	display: none; 
}
.products_scroll_wrp .prev, .products_scroll_wrp .next {
	background: #e2d6cf;
	cursor: pointer;
	display: block;
	height: 42px;
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 42px;
	z-index: 1;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.products_scroll_wrp .prev:before,
.products_scroll_wrp .next:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: inherit;
	font: normal normal normal 27px/1 FontAwesome;
	text-rendering: auto;
	transform: translate(0, 0);
	
	color: #fff;
	position: absolute;
	text-align: left;
	vertical-align: middle;
	top: 9px;	
}
.products_scroll_wrp .prev:before {
	content: "\f053";
	left: 10px;
}
.products_scroll_wrp .next:before {
	content: "\f054";
	right: 10px;
}

.products_scroll_wrp .product_brief_table .pb_left {
	float: none;
	text-align: center;
}
.products_scroll_wrp .product_brief_table .pb_right {
	display: none !important;
}
.products_scroll_wrp .next {
	background-position: -38px -113px;
	left: auto;
	right: 0;
}
.products_miniscroll_wrp {margin: 0 50px;} 
.products_miniscroll_wrp .product_brief_table{
	margin: 5px !important;
	width: 165px !important;
}
.products_miniscroll_wrp .product_brief_table .imgwrp{
	height: 70px;
	line-height: 70px;	
}
.products_miniscroll_wrp .product_brief_table .imgwrp img{max-height: 70px;}
.products_miniscroll_wrp .product_brief_table .h2{margin: 0;}
/*.products_miniscroll_wrp .product_brief_table .pb_product_name{font-size: 12px;}*/
.products_miniscroll_wrp .product_brief_table .pb_left{
	margin: 0 0 5px;
}
 
.product_brief_scroll{
	display: block;
	float: left;
	margin: 0 30px 0 0;
	position: relative;
	width: 180px;	
} 
.product_brief_scroll .imgwrp{
	display: block;
	font-size: 0;
	height: 180px;
	line-height: 180px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0 auto 15px;
}
.product_brief_scroll .imgwrp:before{
	border: 1px solid #ff8a00;
	border-radius: 50%;
	content: "";
	display: block;
	height: 178px;
	left: 50%;
	margin: 0 0 0 -90px;
	position: absolute;
	top: 10px;
	width: 178px;	
}
.product_brief_scroll .imgwrp img{
	max-height: 180px;
	max-width: 100%;
	vertical-align: middle;	
}
.product_brief_scroll .pb_product_name{
	display: block;
	font-size: 13px;
	padding: 0 5px;
	text-align: center;	
}
.product_brief_scroll .pb_price{
	background: none repeat scroll 0 0 #bd1616;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	right: 10px;
	top: 20px;	
}
.product_brief_scroll .pb_price:before, .product_brief_scroll .pb_price:after{}
.product_brief_scroll .pb_price:after{}
.product_brief_scroll .pb_old_price{
	bottom: -20px;
	color: gray;
	font-size: 11px;
	font-weight: bold;
	left: 5px;
	padding: 0 5px;
	position: absolute;
}
.product_brief_scroll .pb_old_price:after{
	background: url("../images/old_price_red_line.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;	
}

/* home */
.home_row{
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 1400px;	
}
.home_row .home_cell{
	float: left;	
}
.home_row .home_cell.home_cell_w20{width: 20%;}
.home_row .home_cell.home_cell_w50{width: 50%;}
.home_row .home_cell.home_cell_w60{width: 60%;}
.home_row .home_cell.home_cell_w70{width: 70%;}
.home_row .home_cell.home_cell_w80{width: 80%;}
.home_row .home_cell.home_cell_overflow{
	float: none;
	overflow: hidden;	
}
.home_cell_left {
	float: left;
}
.home_cell_right {
	float: right;
}

.home_block_title{
	/*background: none repeat scroll 0 0 #d9d9d9;*/
	font-size: 25px;
	/*height: 1px;*/
	line-height: 1px;
	margin: 12px 0 32px 0;
	text-align: center;
	position: relative;
}
.home_block_title .home_block_ico{
	background: url("../images/spr.png") no-repeat -170px -113px;
	display: inline-block;
	height: 32px;
	margin: -12px 10px 0 0;
	position: absolute;
	right: 100%;
	top: 50%;
	vertical-align: middle;
	width: 32px;
}
.home_block_title .home_block_text{
	background: none repeat scroll 0 0 #fff;
	color: #333333;
	display: inline-block;
	font-size: 18px;
	left: 0;
	padding: 0 15px 0 0;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	vertical-align: middle;
}

.products_hits_wrp{
	clear: both;
	display: block;
	margin: 0 0 30px 30px;
	padding: 0;
	position: relative;
}
.products_hits_wrp .products_hits_title_wrp{
	background: none repeat scroll 0 0 #d9d9d9;
	height: 1px;
	margin: 10px 0;
	position: relative;
	text-align: center;
}
.products_hits_wrp .products_hits_title_wrp:before, .products_hits_wrp .products_hits_title_wrp:after{
	-webkit-transform: rotate(45deg); 
	-ms-transform: rotate(45deg); 
	transform: rotate(45deg); 
	background: none repeat scroll 0 0 #d9d9d9;
	content: "";
	height: 1px;
	left: -1px;
	position: absolute;
	top: 3px;
	width: 10px;
}
.products_hits_wrp .products_hits_title_wrp:after{
	-webkit-transform: rotate(-45deg); 
	-ms-transform: rotate(-45deg); 
	transform: rotate(-45deg); 
	left: auto;
	right: -1px;
}
.products_hits_wrp .products_hits_title{
	background: none repeat scroll 0 0 #fff;
	color: #333333;
	display: inline-block;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
	top: -10px;	
}
.products_hits_wrp .products_scroll_wrp {
	border-bottom: 1px solid #d9d9d9;
	margin: 0 10px;
	position: relative;
	text-align: center;	
}
.products_hits_wrp .products_scroll_wrp .scrollable{}
.products_hits_wrp .products_scroll_wrp .lst{}
.products_hits_wrp .products_scroll_wrp .navi {
	background: none repeat scroll 0 0 #fff;
	bottom: -13px;
	display: inline-block;
	padding: 0 15px 0 5px;
	position: relative;
}
.products_hits_wrp .products_scroll_wrp .navi a{
	background: none repeat scroll 0 0 #d9d9d9;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	margin: 0 0 0 10px;
	width: 15px;
}
.products_hits_wrp .products_scroll_wrp .navi a:hover{
	background-color: #333333;
	border-color: #333333;
}
.products_hits_wrp .products_scroll_wrp .navi a.active{
	background: none repeat scroll 0 0 #fff;
} 
/* home_brands */
.home_brands_wrp{
	clear: both;
	margin: 0 32px 24px;
	position: relative;
}
.home_brands_wrp .home_brands_title{
	border: 1px solid #d9d9d9;
	left: 0;
	padding: 15px 20px;
	position: absolute;
	top: 5px;
	width: 128px;
}
.home_brands_wrp .home_brands_title:before, .home_brands_wrp .home_brands_title:after {
	border-color: transparent transparent transparent #d9d9d9;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	content: "";
	display: block;
	left: 100%;
	margin: -10px 0 0;
	position: absolute;
	top: 50%;
}
.home_brands_wrp .home_brands_title:after {
	border-left-color: #fff;
	margin-left: -1px;
}	
.home_brands_wrp .home_brands_title .home_brands_title_text{
	font-size: 18px;
	text-transform: uppercase;
}
.home_brands_wrp .home_brands_title .home_brands_all{}
.home_brands_wrp .home_brands_scrl_wrp{
	margin: 0;
	position: relative;
}
.home_brands_wrp .home_brands_scrl_wrp .scrollable{
	height: 90px;
	margin: 0 40px;
	overflow: hidden;
	position: relative;
}
.home_brands_wrp .home_brands_scrl_wrp .scrollable .lst{
	left: 0;
	position: absolute;
	top: 0;
	width: 20000em;	
}
.home_brands_wrp .home_brands_scrl_wrp .scrollable .lst .brand_item{
	display: block;
	float: left;
	line-height: 70px;
	margin: 10px 20px 10px 20px;
	text-align: center;
	width: 100px;
}
.home_brands_wrp .home_brands_scrl_wrp .scrollable .lst .brand_item img{
	max-height: 70px;
	vertical-align: middle;	
}
.home_brands_wrp .home_brands_scrl_wrp .prev, .home_brands_wrp .home_brands_scrl_wrp .next {
	background: url("../images/spr.png") no-repeat -3px -113px;
	display: block;
	height: 33px;
	margin-top: -16px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 33px;	
}
.home_brands_wrp .home_brands_scrl_wrp .next {
	background-position: -38px -113px;
	left: auto;
	right: 0;
} 

.home_categories_wrp{
	font-size: 13px;
	margin: 0 -10px 20px;
}
.home_categories_wrp .rc_category{
	display: inline-block;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 10px;
	position: relative; 
	vertical-align: top;
	width: 16.666%;
}

.home_categories_wrp .rc_category:hover{
	overflow: visible;
	z-index: 1;
}
.home_categories_wrp .rc_category:hover:before{
	display: none;
}
.home_categories_wrp .rc_category .imgwrp{
	background: #ffffff none no-repeat scroll 50% 50% / contain;
	display: block;
	font-size: 0;
	height: 100px;
	line-height: 100px;
	margin: 0 0 15px;
	overflow: hidden;
	text-align: center;
}
.home_categories_wrp .rc_category .imgwrp img{
	max-height: 35px;
	vertical-align: middle;	
}
.home_categories_wrp .rc_category .rc_title{
	display: block;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.home_categories_wrp .home_categories_allpr{
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;
	display: none;
	font-size: 15px;
	height: 100px;
	padding: 27px 12px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;	
}
.home_categories_wrp .home_categories_allpr:hover{
	background-color: #333333;
	color: #fff;
}

.home_news {
	display: block;
	margin: 0 30px 0 0;
	position: relative;
}
.home_news .home_news_title .home_block_ico{
	background-image: url('../images/news_ico.png');
}
.home_news .news_wrp{
	margin: 0;
	overflow: hidden;
	position: relative;
}
.home_news .news_wrp .news_item{
	display: block;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 0 5px;
}
.home_news .news_wrp .news_item .imgwrp{
	background: none repeat scroll 50% 50% / cover  #f5f5f5;
	display: block;
	float: left;
	font-size: 0;
	height: 70px;
	line-height: 70px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 70px;
}
.home_news .news_wrp .news_item .imgwrp img{
	max-height: 70px;
	vertical-align: middle;	
}
.home_news .news_wrp .news_item .news_item_right{
	
}
.home_news .news_wrp .news_item .news_item_name{
	display: block;
	font-size: 13px;
	line-height: 17px;
	margin: 0 10px 3px 0;
	word-wrap: break-word;
}
.home_news .news_wrp .news_item .news_item_date{
	color: #808080;
	font-size: 10px;
	margin: 0 0 5px 0;
}
.home_news .news_wrp .news_item .news_item_description{
	display: none;
	font-size: 11px;
	margin: 0 10px 0 0;
}
.home_news .news_viewall {
	color: #333333;
	display: block;
	float: right;
	font-style: italic;
	margin: 0;
	text-align: right;
	text-decoration: underline;
}

.home_articles{margin: 0 30px 0 0;}
.home_articles .home_articles_title{}
.home_articles .home_articles_title .home_block_ico{
	background-image: url('../images/articles_ico.png');
}
.home_articles .news_wrp{}
.home_articles .news_wrp .news_item{
	width: 100%;	
}
.home_articles .news_wrp .news_item:last-child{
	padding: 0 0 0 0;
	}
.home_articles .news_wrp .news_item .imgwrp{
	background-color: #f5f5f5;
	background-position: 50% center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	font-size: 0;
	height: 70px;
	line-height: 70px;
	margin: 0 0 10px;
	text-align: center;
	width: 100%;	
}
.home_articles .news_wrp .news_item .imgwrp img{
	max-height: 70px;
	vertical-align: middle;
}
.home_articles .news_wrp .news_item .news_item_right{
	color: #9c9c9c;	
}
.home_articles .news_wrp .news_item .news_item_name{
	display: block;
	margin: 0 0 10px;	
}
.home_articles .news_wrp .news_item .news_item_date{
	font-size: 11px;	
}
.home_articles .news_wrp .news_item .news_item_description{}
.home_articles .news_wrp .news_item .news_item_description a{white-space: nowrap;}
.home_articles .news_viewall{
	color: #333333;
	display: block;
	float: right;
	font-style: italic;
	margin: 0;
	text-align: right;
	text-decoration: underline;
}

.cat_soc {}
	.cat_soc .tabs {
		padding: 0 0 5px !important;
	}
		.cat_soc .socail_tab_icon {
			display: none !important;
		}
	.cat_soc .panes {
		margin: 0 23px;
	}

.home_soc{
	padding-bottom: 30px;
	margin-bottom: 20px;
	background: url('../images/blocks-bottom-circles.png') repeat-x 2px 100%;
}
.social-media {
	background: url('../images/blocks-bottom-circles.png') repeat-x 2px 100%;
	padding-bottom: 30px;
}

.social-media .social_tabs .tabs li {
	text-transform: uppercase;
  	padding: 0 31px !important;
  	color: #5da3c2 !important;
  	height: 26px !important;
  	line-height: 26px !important;
}

.social_tabs {margin: 0 0 30px;}
.social_tabs .tabs{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none !important;
	box-shadow: none !important;
	padding: 0 0 15px !important;
	text-align: center;	
	vertical-align: top !important;
}
.social_tabs .tabs li{
	background: #fff;
	border: 1px solid #5fab01 !important;
	box-shadow: none;
	color: #888888 !important;
	font-size: 12px;
	height: 26px !important;
	line-height: 26px !important;
	margin: 0 5px !important;
	padding: 0 15px !important;
	text-shadow: none !important;
	vertical-align: top !important;
}
.social_tabs .tabs li.current{
	background: #5fab01; /* Old browsers */
	color: #f5f5f5 !important;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
}
.social_tabs .tabs li:before, .home_soc  .tabs li:after{
	display: none;
}
.social_tabs .tabs li.current:before{
	border-color: #5fab01 transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0;
	content: "";
	display: block;
	left: 50%;
	margin: 0 0 0 -10px;
	position: absolute;
	top: 100%;
}

.socail_tab_icon {
	background-image: url("../images/spr.png");
	display: inline-block;
	height: 19px;
	margin: -5px 5px 0 0;
	vertical-align: middle;
	width: 18px;
}
.socail_tab_icon.fb {
	background-position: 0 -216px;
}
.socail_tab_icon.vk {
	background-position: -19px -216px;
}
.current .socail_tab_icon.fb {
	background-position: 0 -195px;
}
.current .socail_tab_icon.vk {
	background-position: -19px -195px;
}

.social_tabs .panes{}
.social_tabs .panes .pane_wrp{}
.social_tabs .panes .pane_wrp iframe{
	margin: 0 auto;
}

/*home_last_discussions_wrp*/

.home_last_discussions_wrp .scrollable {
	overflow: hidden;
	position: relative;
}

.home_last_discussions_wrp .scrollable .lst {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 40000px;
}
.home_last_discussions_wrp .scrollable .lst .item{
	background: none repeat scroll 0 0 #ffffff;
	display: block;
	float: left;
	/*min-height: 219px;*/
	/*margin: 0 20px 0 0;*/
	overflow: hidden;
	position: relative;
	/*width: 824px;*/
}
.home_last_discussions_wrp .scrollable .lst .item .imgwrp{
	display: block;
	font-size: 0;
}
/*.home_last_discussions_wrp .scrollable .lst .item img{
	left: 0;
	position: relative;
	top: 0;
	vertical-align: middle;
	width: 100%;
}*/
.home_last_discussions_wrp .navi {
	position: absolute;
	text-align: center;
	width: 86px;
	left: 50%;
	margin-left: -61px;
	background: #fff;
	padding: 3px 0;
	height: 20px;
	bottom: -15px;
	z-index: 10;
}
	.home_last_discussions_wrp .navi a {
		top: 3px;
		margin: 0 4px;
	}

.home_last_discussions_wrp{
	margin: 6px 0 0 0;
	padding: 6px 0 0 33px;
	position: relative;
	background: url('../images/blocks-bottom-circles.png') repeat-x 2px 100%;
}

.home_last_discussions_wrp .last_discussions_title{
	text-align: center;
	position: relative;
	margin: 6px 0 16px;
}
.home_last_discussions_wrp .last_discussions_title .home_block_ico{
	background: url("../images/spr.png") no-repeat -170px -113px;
	display: inline-block;
	height: 32px;
	margin: 0 10px 0 0;
	position: relative;
	right: auto;
	top: auto;
	vertical-align: middle;
	width: 32px;
}

.home_last_discussions_wrp .last_discussions_title .last_discussions_ico{
	background-image: url("../images/disscus_ico.png");
	display: inline-block;
}
.home_last_discussions_wrp .last_discussions{
	margin: 0 0 10px;
	position: relative;
}
.home_last_discussions_wrp .home_block_title .home_block_text {
	color: #4991b1;
	font: bold 18px Arial;
	display: inline-block;
	position: relative;
}
.home_last_discussions_wrp .last_discussions .discu_item{
	border-bottom: 1px solid #d9d9d9;
	clear: both;
	display: block;
	margin: 0 0 7px;
	padding: 0 0 7px;
}
.home_last_discussions_wrp .last_discussions .discu_item:last-child{
	border:none;
}
.home_last_discussions_wrp .last_discussions .discu_item .imgwrp{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #4991b1;
	display: block;
	float: left;
	font-size: 0;
	height: 73px;
	line-height: 73px;
	margin: 0 23px 5px 0;
	text-align: center;
	width: 73px;
	position: relative;
}
	.home_last_discussions_wrp .last_discussions .discu_item .imgwrp:before {
		position: absolute;
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7.5px 0 7.5px 8px;
		border-color: transparent transparent transparent #4992b1;
		line-height: 0px;
		_border-color: #000000 #000000 #000000 #4992b1;
		_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
		top: 12px;
		right: -8px;
	}
.home_last_discussions_wrp .last_discussions .discu_item .imgwrp img{
	max-height: 70px;
	max-width: 100%;
	vertical-align: middle;
}
.home_last_discussions_wrp .last_discussions .discu_item .discu_item_right{
	overflow: hidden;	
}
.home_last_discussions_wrp .last_discussions .discu_item .discu_item_right .discu_item_title{
	display: block;
	font-size: 13px;
	color: #d96042;
	text-decoration: underline;
	line-height: 16px;
	margin: 0 0 9px;
	overflow: hidden;
	word-wrap: break-word;
}
.home_last_discussions_wrp .last_discussions .discu_item .discu_item_right .discu_item_description{
	font-size: 12px;
	line-height: 1.3;
	margin-right: 15px;
}
.home_last_discussions_wrp .last_discussions .discu_item .discu_item_right .discu_item_description .discu_item_read_more {
	display: block;
	text-decoration: underline;
	color: #676767;	
}

.home_map_wrp{
	position: relative;
	margin: 31px 2px 0 11px;
}
	.home_map_wrp:after {
		background: url('../images/map-icon.png') no-repeat 0 0;
		content: '';
		display: block;
		height: 81px;
		left: 6px;
		position: absolute;
		top: 84px;
		width: 55px;
		z-index: 10;
	}
.home_map_wrp .home_map_title{
	font-size: 25px;
	margin: 0 0 10px;	
}
.home_map_wrp .home_map_iframe_wrp{
	height: 139px;
	margin: 0 0 12px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.home_map_wrp .home_map_iframe_wrp iframe{
	height: 360px;
	position: absolute;
	right: -143px;
	top: -110px;
	width: 600px;
}
.home_map_wrp .home_map_address {
	margin-left: 69px;
	line-height: 16px;
}
.home_map_wrp .home_map_address * {
	display: inline-block;
	font-size: 13px;
}
.home_map_contacts-link {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
	.home_map_contacts-link li {
		display: inline-block;
		margin: 0 !important;
	}
		.home_map_contacts-link li a {
			color: #d96042;
			display: inline-block;
			font-size: 13px;
			font-style: italic;
			text-decoration: underline;
		}
/* home END */

.seo_txt{
	clear: both;
	color: #9e9d9d;
	display: block;
	font-size: 13px;
	line-height: 1.3;
	margin: 0 45px 0 -12px;
	padding: 0;
}
.seo_txt p {
	margin: 0;
}

/* PRODUCT_INFO */
.product_info{}
.product_name_wrp{
	border-bottom: 1px solid #ede7e3;
	margin: 0 0 10px;
}
.product_name_wrp .product_name{
	display: inline-block;
	font-size: 24px;
	margin: 0;
}
.product_name_wrp .product_code{
	display: inline-block !important;
	vertical-align: top;
}
.product_name_wrp #vote{
	float: right;	
}
.product_info_lside{
	float: left;
	margin: 0 0 15px;
	width: 43%;
}
.page_body_right .product_code {
	color: #7f7f7f;
	display: block;
	font-size: 12px;
	margin: 0 0 5px;
}

.pi_name_wrp {
	clear: both;
}

.product_info_rside_rside {
	float: right;
	margin-top: 0;
	width: 173px;
}
	.pi_triggers_wrp {
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,249,250,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,249,250,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,249,250,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,249,250,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,249,250,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,249,250,1) 100%); /* W3C */
		border: 1px solid #ddeaf0;
		border-radius: 10px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		padding: 15px 0 0;
	}
	
		.pi_triggers_item {
			padding: 5px 10px 15px 40px;	
			position: relative;
		}
		.pi_triggers_item:before {
			content: '';
			position: absolute;
			width: 49px;
			height: 49px;
			top: 0;
			left: 1px;
			margin: 0 0 0 -22px;
			background: url('../images/spr.png');
			background-repeat: no-repeat;
		}
		.trigger_delivery:before {
			background-position: 0 -300px;
		}
		.trigger_payment:before {
			background-position: -48px -300px;
		}
		.trigger_garant:before {
			background-position: -97px -300px;
		}
			.pi_triggers_item b {
				font: normal 21px Arial;
				color: #3f88a8;
				margin-bottom: 4px;
				display: block;
			}
			.pi_triggers_item p {
				font: normal 11px Arial;
				color: #858585;
				line-height: 14px;
			}

.product_info_rside{
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 0 0 2%;
}
.pi_image_options {
	background: #ffffff none repeat scroll 0 0;
	display: inline-block;
	float: none;
	line-height: 60px;
	position: relative;
}
.pi_image_options a{}
.pi_image_options a img {
	max-height: 90px;
	max-width: 150px;
	vertical-align: middle;
}
.product_name{
	color: #353535;
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	margin: 35px 0 10px;
	padding: 0 15px 0 0;
	text-transform: none;
	line-height: 35px;
}
.pi_soc_buttons{
	height: 27px;
	margin: 6px 0 15px 390px;
}
.pi_soc_buttons .addtocompare {
	color: #8a8a8a;
	display: inline-block;
	font-size: 14px;
	margin-right: 16px;
	padding-left: 34px;
	position: relative;
}
	.pi_soc_buttons .addtocompare:before {
		background: url('../images/spr.png') no-repeat -60px -230px;
		content: '';
		display: inline-block;
		height: 20px;
		left: 0;
		position: absolute;
		top: -1px;
		width: 23px;		
	}
.pi_soc_buttons .addtowishlist {
	color: #8a8a8a;
	display: inline-block;
	font-size: 14px;
	margin-right: 33px;
	padding-left: 28px;
	position: relative;
}
	.pi_soc_buttons .addtowishlist:before {
		background: url('../images/spr.png') no-repeat -84px -230px;
		content: '';
		display: inline-block;
		height: 20px;
		left: 1px;
		position: absolute;
		top: -2px;
		width: 19px;
		margin-left: 3px;
	}

.pi_buttons_wrp {
	background: url("../images/pi_buttons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 10px;
	display: inline-block;
	font-size: 0;
	height: 43px;
	margin-bottom: 20px;
}
.pi_buttons_wrp .pi_button {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 0 0 0;
	line-height: 15px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
.pi_buttons_wrp .pi_button.pi_button_skidka {
  	width: 87px;
}
.pi_buttons_wrp .pi_button.pi_button_credit {
	width: 81px;
}
.pi_buttons_wrp .pi_button.pi_button_oneclick {
	width: 79px;
}
.pi_buttons_wrp > *:hover {
	cursor: pointer;
}

.pi_gifts {
	background: #FDE9CD; 
	background: -moz-linear-gradient(left,  rgba(253,233,205,0) 0%, rgba(253,233,205,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(253,233,205,0)), color-stop(100%,rgba(253,233,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(253,233,205,0) 0%,rgba(253,233,205,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(253,233,205,0) 0%,rgba(253,233,205,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(253,233,205,0) 0%,rgba(253,233,205,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(253,233,205,0) 0%,rgba(253,233,205,1) 100%); /* W3C */
	border-radius: 10px;
	clear: both;
	margin: 19px 0 30px;
	padding: 3px;
	position: relative;
}
.pi_gifts_wrp {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 20px 10px 5px;	
}
.pi_gift_title {
	background: url("../images/pi_gifts_title.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: transparent;
	display: block;
	font-size: 0;
	height: 37px;
	left: 0;
	position: absolute;
	top: -19px;
	width: 143px;
}
.pi_gift_items_wrp {

}
.pi_gift_item {
	float: left;
	margin-left: 20px;
	padding: 0 5px 10px;
	position: relative;
	width: 90px;
}
.pi_gift_item:first-child {
	margin-left: 0;
}
.pi_gift_item:first-child:before {
	display: none;
}
.pi_gift_item:before {
	content: '';
	position: absolute;
	top: 94px;
	left: -20px;
	height: 17px;
	width: 17px;
	background: url('../images/spr.png') no-repeat -109px -230px;
	display: block;

}
.pi_gift_item .imgwrp {
	height: 70px;
	line-height: 70px;
	display: block;
	position: relative;
	text-align: center;
}
.pi_gift_item .imgwrp img {
	max-height: 70px;
	max-width: 100%;
	line-height: 70px;
	display: inline-block;
}
.pi_gift_item .pi_gift_item_title {
	margin-top: 10px;
	display: block;
	font: normal 13px Arial;
	color: #be4b2f;
	text-decoration: underline;
}


.pi_soc_buttons .pluso {vertical-align: middle;}
.pr_allprices_wrp{
	font-style: italic;
	font-weight: bold;
	padding: 0 0 5px 15px;
}
.pr_allprices_wrp .pi_allprice_item{}
.selectable_option_item{
	clear: both;
	display: block;
	margin: 0 0 10px;
}

.selectable_option_item .selectable_option_name{
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px 0 0;
	text-align: right;
	vertical-align: top;
	width: 90px;
	word-wrap: break-word;
}
.selectable_option_item .selectable_option_value{
	border: 2px solid #EAE2B4;
	height: 25px;
	line-height: 25px;
	width: 160px;
}

.pi_price_but_wrp{margin: 0 3px 0 0;}
.pi_price{
	display: inline-block;
	text-decoration: none;
}
.pi_price small {
	font-size: 16px;
}
.pi_price .price_dec {
	font-size: 15px;
	font-weight: bold;
	vertical-align: text-top;
}
.pi_old_price{
	color: #7c7c7c;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 0 10px;
}
.pi_add2cart_button {margin: 0 0 10px;}
.pi_add2cart_button .addtocart_wrp{
	margin: 0;	
}
.pi_add2cart_button .addtocart_wrp .product_qty{
	color: #000;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 10px;
	text-align: center;
	vertical-align: middle;
	width: 45px;
}
.pi_add2cart_button .add2cart_handler_wrp:before{
	left: 10px;
	width: 35px;
}
.pi_add2cart_button .addtocart_wrp .add2cart_handler, .pi_add2cart_button .addtocart_wrp .add2cart_scroll {
	font-size: 18px;
	height: 51px !important;
	padding: 0 8px 0 53px;
	color: #fff;
	line-height: 52px;
	cursor: pointer;
}
.pi_add2cart_button .addtocart_wrp .add2cart_handler:hover, 
.pi_add2cart_button .addtocart_wrp .add2cart_scroll:hover {
	background-color: rgba(255,255,255,0.1);
}
.pi_add2cart_button .addtocart_wrp .add2cart_scroll > i {
	margin: 0 0 0 10px;
}
.product_info .stock_label {
	background: rgba(0, 0, 0, 0) url("../images/outofstock_ico.png") no-repeat scroll 0 50%;
	clear: both;
	display: inline-block;
	font-size: 13px;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
	text-align: left;
} 
.product_info .stock_label.instock {
	background: url("../images/instock_ico.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
}
.pi_row{
	display: block;
	margin: 10px 0 15px;
	overflow: hidden;
}
.pi_row .pi_cell{
	float: left;
	margin: 0 15px 0 0;
}
.pi_row .pi_cell.right{
	float: right;
	margin: 0;
}

#vote{
	display: block;
	height: 18px;
	margin: 0 0 20px;
	padding: 7px 0 0 5px; 
}
#curr-rating {
	background: url("../images/star_ico.png") repeat-x scroll left 100% rgba(0, 0, 0, 0);
	float: left;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 120px;
	z-index: 1;
}
#curr-rating i {
	background:url("../images/star_ico.png") repeat-x scroll left top transparent;
	display:block;
	height:18px;
}
#vote:hover #curr-rating i {
	visibility: hidden;
}
#rating {
	float: left;
	height: 18px;
	margin: 0 0 0 -120px;
	position: relative;
	width: 120px;
	z-index: 2;
}
#rating:hover {
	height: 18px;
	width:120px;
	overflow:hidden;
	cursor: pointer !important;
}
#rating u{display:block;border: medium none;float:left;height:18px;width:24px;position:relative;cursor:pointer;}
#rating u:hover{background: url('../images/star_ico.png') left 0;left: 0px; cursor: pointer !important;}
#rating u#u1{z-index:5;}
#rating u#u2{
	margin: 0 0 0 -24px;
	width: 48px;
	z-index: 4;
}
#rating u#u3{
	margin: 0 0 0 -48px;
	width: 72px;
	z-index: 3;
}
#rating u#u4{
	margin: 0 0 0 -72px;
	width: 96px;
	z-index: 2;
}
#rating u#u5{
	margin: 0 0 0 -96px;
	width: 120px;
	z-index: 1;
}


.product_info_extra{
	margin: 0 0 20px;
	font-size: 14px;
}
.product_info_extra b {
	font-weight: normal;
}
.all_product_pictures_wrp{
	clear: both;
	display: block;
	margin: 0;
}
.all_product_pictures_wrp .imgwrp{
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 3px;
	border: 1px solid #dfeff5;
	display: inline-block;
	font-size: 0;
	height: 86px;
	line-height: 86px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	text-align: center;
	width: 86px;
}
.all_product_pictures_wrp .imgwrp img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

/*product_label*/
.discount_product_label_small{
	background-color: #ff0000;
	border: 2px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 38px;
	line-height: 34px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	transform: rotate(10deg);
	width: 38px;
}
.discount_product_label_small.discountsale_product_label_small{
	background-color: #f0832c;
}
.sale_product_label_small{
	background: url("../images/action_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: transparent;
	display: block;
	font-size: 0;
	height: 65px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 64px;
}
.auction_product_label_small{
	background: url("../images/action_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: transparent;
	display: block;
	font-size: 0;
	height: 65px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 64px;
}
.specialoffer_product_label_small{
	background: rgba(0, 0, 0, 0) url("../images/hit_ico.png") no-repeat scroll 0 0;
	color: rgba(0, 0, 0, 0);
	display: block;
	font-size: 0;
	height: 65px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 64px;
}
.new_product_label_small{
	background: url("../images/new_ico.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	display: block;
	font-size: 0;
	height: 64px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
}
.best_product_label_small{
	background: url("../images/pb_label_hit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 90px;
	left: -5px;
	position: absolute;
	top: -5px;
	width: 90px;
}
.free_shipping_product_label_small{
	background-color: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid #ffa500;
	bottom: 0;
	color: #808080;
	font-size: 13px;
	font-style: italic;
	height: 24px;
	left: 0;
	line-height: 24px;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff, 0 -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
	width: 100%;
}
.free_shipping_product_label_small .fa{
	color: #ffa500;
	font-size: 22px;
	margin: 0 -4px 0 0;
	position: relative;
	text-align: center;
	top: -3px;
	transform: scaleX(-1) skewX(30deg);
	vertical-align: top;
	width: 23px;
}

.product_info_images_wrp{
	position: relative;	
}
.product_info_images_wrp .imgwrp{
	background: none repeat scroll 0 0 #fff;
	border: none;
	display: block;
	font-size: 0;
	height: 324px;
	line-height: 324px;
	margin: 0 0 10px;
	position: relative;
	text-align: center;
	
	overflow: hidden;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.product_info_images_wrp span.notranslate .imgwrp{
	display: inline;
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
}
.product_info_images_wrp .imgwrp img{
	max-height: 324px;
	max-width: 98%; 
	vertical-align: middle;
}
.product_info_images_wrp .imgwrp .zoom_ico{}

.all_product_pictures_wrp {
	position: relative;
}

.all_product_pictures_wrp .scrollable {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 278px;
}
.all_product_pictures_wrp .scrollable .lst {
	left: 0;
	width: 20000px;
	position: absolute;
}
.all_product_pictures_wrp .prev,
.all_product_pictures_wrp .next {
	position: absolute;
	top: 50%;
	width: 23px;
	height: 23px;
	display: block;
	background: #f1f1f1;
	margin-top: -17px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.all_product_pictures_wrp .prev {
	left: 18px;
}
.all_product_pictures_wrp .next {
	right: 18px;
}
.all_product_pictures_wrp .prev:before,
.all_product_pictures_wrp .next:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #8f8f8f;
	display: inline-block;
	font-size: inherit;
	font: normal normal normal 12px/1 FontAwesome;
	position: absolute;
	text-align: left;
	text-rendering: auto;
	top: 6px;
	transform: translate(0, 0);
	vertical-align: middle;
}

	.all_product_pictures_wrp .prev:before {
		content: "\f053";
		left: 6px;
	}
	.all_product_pictures_wrp .next:before {
		content: "\f054";
		right: 6px;
	}

.product_description {
	margin: 0 0 15px;
}
.product_description.maxreadmoar_wrp {
	overflow: hidden;
	max-height: 100px;
	position: relative;
}
.product_description.maxreadmoar_wrp .maxreadmoar {
	padding-left: 5px;
}
.product_description .product_model_description {}
.product_description .product_model_description.current{
	display: block;
}
.pi_discription{
	margin: 8px 0 0;
}
.pi_discription_content {
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 6px 0;
}
.pi_discription_content .tabs {
	background: none !important;
	border-bottom: 2px solid #5fab01;
}
.pi_discription_content .tabs li {
	margin: 0 !important;
}
.pi_discription_content .tabs li.hidden {
	display: none !important;
}
.pi_discription_content .panes {
	padding: 0;
	border-bottom: 1px solid #e2e2e2;
}
.pi_discription_content .h3 {
	margin: 25px 0;
	position: relative;
	text-align: left;
}
.pi_discription_content .h3 span {
	background: #ffffff none repeat scroll 0 0;
	color: #202020;
	display: inline-block;
	font-size: 24px;
	padding: 0 20px;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
} 
.pi_discription_content .h3:before {
	background: #d6c6bc none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.pi_discription_content .panes .pane_wrp {
	margin: 15px 0 5px;
	padding-bottom: 20px;
}

.addit_items_wrp{}
.addit_items_wrp .addit_item_pane{}
.addit_items_wrp .addit_item_pane.hidden{
	display: none;
}
.addit_items_wrp .addit_item_pane.visible{
	display: block;
}
.pi_models{
	width: 100%;	
}
.pi_models .pb_price {
	font-size: 18px;	
}
.pi_models .pb_price small { font-size: 13px !important; }

.pi_models .pi_models_header{
	background-color: #f5f5f5;
	font-weight: normal;
}
.pi_models .pi_models_header td{
	padding: 15px 5px !important;
	font: normal 13px Arial !important;
	color: #202020;
}
.pi_models tr.pi_model_tr{}
.pi_models tr.pi_model_tr td{
	background: none repeat scroll 0 0 #fff;
	padding: 5px 3px;
}
.pi_models tr.pi_model_tr.current td{
	background-color: rgba(72, 149, 17, 0.2);
	cursor: pointer;
}
.pi_models tr.pi_model_tr:hover td{
	background-color: rgba(72, 149, 17, 0.1);
	cursor: pointer;
}
.pi_models .show_child_models{
	background: #eb9f15; /* Old browsers */
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-align: center;
	text-decoration: underline;
	vertical-align: middle;
}
.pi_models .show_child_models:before{
	border-color: transparent #eb9f15 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 7px;
	content: "";
	display: block;
	left: -14px;
	margin: -7px 0 0;
	position: absolute;
	top: 50%;	
}
.pi_models .imgwrp {
	display: block;
	font-size: 0;
	max-height: 80px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	line-height: 80px;
}
.pi_models.pi_models_noimg .imgwrp{
	display: none;
}
.pi_models .imgwrp img {
	max-height: 80px;
}
.pi_models .pi_price{
	font-size: 18px;
	padding: 3px 5px;
	white-space: nowrap;
}
.pi_models .pi_price .price_dec{
	font-size: 11px;
}
.pi_models .stock_label {
	background: rgba(0, 0, 0, 0) url("../images/outofstock_ico.png") no-repeat scroll 0 50%;
	clear: both;
	display: inline-block;
	font-size: 13px;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
	text-align: left;
}
.pi_models .stock_label.instock {
  background: url("../images/instock_ico.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
}
.pi_models .pi_model_has_childs_darr {
	background: url("../images/darr_line_ico.png") no-repeat scroll 100% 2px rgba(0, 0, 0, 0);
	display: inline-block;
	font-style: italic;
	padding: 0 15px 0 0;
}
.pi_models .addtocart_wrp {
	display: inline-block;
	margin: 0;
	white-space: nowrap;
}
.pi_models .addtocart_wrp .product_qty_wrp {
	display: inline-block;
	font-size: 11px;
	margin: 0;
	vertical-align: middle;
	white-space: nowrap;
}
.pi_models .addtocart_wrp .product_qty_wrp .input_type_number_control{
	margin: 0;
}
.pi_models .addtocart_wrp .product_qty_wrp .product_qty{
	height: 15px;
	padding: 0;
}
.pi_models .pb_price_but_wrp {
	vertical-align: top;
	white-space: nowrap;
}
.pi_models .addtocart_wrp .add2cart_handler {}
.addtocart_wrp .add2cart_handler.add2preorder, .pi_models .addtocart_wrp .add2cart_handler.add2preorder {}
.pi_models form {
	display: inline-block;
	vertical-align: middle;
}

.tabs{
	background: none repeat scroll 0 0 #e6e6e6;
	border-bottom: 1px solid #dfdfdf;
	margin: 0 !important;
	padding: 0 !important;
}
.tabs li{
	color: #181818;
	background: #e6e6e8;
	cursor: pointer;
	display: inline-block !important;
	font-size: 14px;
	height: 41px;
	line-height: 20px;
	margin: 0 14px !important;
	padding: 11px 23px;
	position: relative;
	vertical-align: bottom;
}
.tabs li:hover{
	z-index: 1;
}
.tabs li.current{ 
	background: #5fab01;
	color: #fff;
	z-index: 2;
}

.tabs.model_tabs{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #5fab01;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 2px;
	margin: 0 0 5px !important;
	position: relative;
}
.tabs.model_tabs li{
	background-color: #e6e6e8;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0 !important;
	padding: 0 15px;
	z-index: 1;
}
.tabs.model_tabs li:before, .tabs.model_tabs li:after{
	display: none;
}
.tabs.model_tabs li.current{
	background: #5fab01 none repeat scroll 0 0;
	color: #fff; 
}

.panes{
	background: none repeat scroll 0 0 #ffffff;
}
.panes .pane_wrp{
	margin: 15px 0;
	padding: 0;
} 
.panes.model_panes{}
.panes.model_panes .pane_wrp{padding: 0;}
.panes.model_panes .pane_wrp .product_child_model_wrp{
	margin: 0 -20px 0 0;
	padding: 0 0 0 10px;	
} 
.product_child_model_wrp .product_brief_table {}
.product_child_model_wrp .product_brief_table .imgwrp{}
.product_child_model_wrp .product_brief_table .pb_right{
	font-size: 0;
}
.product_child_model_wrp .product_brief_table .addtocart_wrp{
	background-color: #4c8b02;
	padding: 0 5px;
	text-align: left;
}
.product_child_model_wrp .product_brief_table .addtocart_wrp .product_qty_wrp{
	display: inline-block;
	font-size: 0;
	margin: 0 5px 0 -5px;
	position: relative;
	vertical-align: middle;
}
.product_child_model_wrp .product_brief_table .addtocart_wrp .product_qty_wrp:before{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: "";
	left: 100%;
	margin: -5px 0 0 -1px;
	position: absolute;
	top: 50%;	
}
.product_child_model_wrp .product_brief_table .addtocart_wrp .product_qty_wrp .input_type_number_control{
	margin: 0 5px 0 0;
}
.product_child_model_wrp .product_brief_table .addtocart_wrp .product_qty_wrp .product_qty{
	height: 16px;
	padding: 0;
}
.product_child_model_wrp .product_brief_table .addtocart_wrp .add2cart_handler_wrp{}
.product_child_model_wrp .product_brief_table .addtocart_wrp .add2cart_handler_wrp .add2cart_handler {
	font-size: 0;
	padding: 0;
	width: 34px;	
}

.discuss {
	padding: 0 20px;
}
.discuss table{
	width: 100%;
	max-width: 600px;
}
.discuss button[type="submit"] {
	padding: 7px 25px;
}
 
.post_item{
	border-bottom: 1px dashed #E3E3E3;
	clear: both;
	display: block;
	margin: 0 10px 15px 0;
}
.post_item .post_title{
	display: block;
	margin: 0;
	padding: 0;
}
.post_item .post_title a{
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px;
}
.post_item .post_date{
	color: #808080;
	font-size: 11px;
	margin: 0 0 5px;
	display: block;
}
.post_item .post_content{
	clear: both;
	display: block;
	margin: 0 0 15px;
}
.post_item .post_item_imgwrp{
	display: block;
	float: left;
	font-size: 0;
	height: 90px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	text-align: center;
	width: 130px;
}
.post_item .post_item_imgwrp img{
	max-height: 90px;
	max-width: 100%;
	vertical-align: middle;
}

.review_block{
	/*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);*/
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
	clear: both;
	display: block;
	margin: 0 0 15px;
}
.review_block.level-1{
	margin-left: 15px;
}
.review_block.level0{
	margin-left: 45px;
} 
.review_block.level1{
	margin-left: 75px;
}
.review_block.review_block_admin{
	/*background: #fffcf4;*/
}
.review_block .rewiever_ico{
	background: url("../images/rewiever_ico.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	float: left;
	height: 35px;
	margin: 0 10px 5px 0;
	width: 35px;	
	font-size: 0;
	color: transparent;
}
.review_block .review_block_right{
	overflow: hidden;	
}
.review_block .review_discuss_manager_pane{
	display: block;
	float: right;	
}
.review_block .review_nick{
	display: inline-block;
	font-weight: bold;
	margin: 0 5px 5px 0;
}
.review_block .review_time{
	color: #808080;
	display: inline-block;
}
.review_block .review_content{
	padding: 0 0 5px;	
}
.review_block .review_reply{
	color: #003e40;
	cursor: pointer;
	padding: 0 0 5px;
	text-decoration: underline;
}
.no_reviews{
	color: gray;
	font-style: italic;
	padding: 20px;
	text-align: center;	
}  

.footer_wrp{
	background-color: #e2e2e2;
	border-top: 6px solid #0c0c0c;
	clear: both;
	color: #fffade;
	display: block;
	margin: 0;
	position: relative;
}
.footer_wrp footer{
	clear: both;
	color: #5d5d5d;
	display: block;
	font-size: 12px;
	margin: 0 auto;
	max-width: 1400px;
	padding: 10px 0;
	position: relative;
}
.footer_wrp footer .footer_copy{
	color: #4c4c4c;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 43px;
}
.footer_wrp footer .footer_copy .footer_logo{
	background: url("../images/footer_logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
	display: inline-block;
	height: 39px;
	margin: 8px 9px 0 3px;
	vertical-align: middle;
	width: 130px;
}
.footer_wrp footer .footer_top_menu{
	float: left;
	margin: 0;
	padding: 12px 25px 0 0;
}
.footer_wrp footer .footer_top_menu ul{
	display: block;
	margin: 0;
	padding: 0;
}
.footer_wrp footer .footer_top_menu ul li{
	display: inline-block;
	padding: 0 18px 0 0;
	vertical-align: middle;
}
.footer_wrp footer .footer_top_menu ul li a{
	display: inline-block;
	vertical-align: middle;
	color: #5a5a5a;
	font-size: 13px;
}
.footer_wrp footer .footer_soc_buttons{
	color: #5fab01;
	display: block;
	float: right;
	margin: 8px 32px 0 0;
	font-size: 12px;
}
.footer_wrp footer .footer_soc_buttons .fsoc_ico{
	background: url("../images/footer_soc_icons.png") no-repeat scroll -35px 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 29px;
	margin: 0 0 0 6px;
	vertical-align: middle;
	width: 29px;
}
.footer_wrp footer .footer_soc_buttons .fsoc_ico.fs_vk{}
.footer_wrp footer .footer_soc_buttons .fsoc_ico.fs_tw{background-position: -71px 0;}
.footer_wrp footer .footer_soc_buttons .fsoc_ico.fs_fb{background-position: 0 0;}
.footer_wrp footer .footer_soc_buttons .fsoc_ico.fs_gp{background-position: -105px 0;}
.footer_wrp footer .tops_logo{
	background: url("../images/tops.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	float: right;
	height: 30px;
	margin: 7px 4px 0 0;
	width: 88px;
}
.footer_wrp footer .tops_logo:hover{opacity: 1;}

.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 #c23335;
	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 #c23335;
	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: #c23335 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: rgb(254,185,79); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,185,79,1) 0%, rgba(211,134,32,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,185,79,1)), color-stop(100%,rgba(211,134,32,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,185,79,1) 0%,rgba(211,134,32,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,185,79,1) 0%,rgba(211,134,32,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,185,79,1) 0%,rgba(211,134,32,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,185,79,1) 0%,rgba(211,134,32,1) 100%); /* W3C */
	border-radius: 2px;
	box-shadow: 0 2px 0 #886607;
	height: 52px;
	margin: 0 auto -5px;
	overflow: hidden;
	padding: 10px;
	white-space: nowrap;
	width: 268px;
}
.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%;
}

/* input type number */
.input_type_number_control{
	display: inline-block;
	margin: 0 5px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	vertical-align: middle;
}
.input_type_number_control input[type=text]{
	text-align: center;	
}
.input_type_number_control .itnc_plusminus{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #dbdbdb none repeat scroll 0 0;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	color: #000000;
	cursor: pointer;
	display: block;
	font-size: 7px;
	height: 10px;
	left: 0;
	line-height: 7px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.input_type_number_control .itnc_plusminus_down{
	background-position: 0 100%;
	bottom: 0;
	top: auto;
}
.input_type_number_control .itnc_plusminus:hover{
	background: #000;
	border: 1px solid #000;
	color: #fff;
} 

/* sidebar */
.floating_sidebar{
	background-color: #ffa500;
	border-left: 3px solid #4c8b02;
	border-radius: 36px 0 0 36px;
	box-shadow: -1px 3px 0 1px rgba(0, 0, 0, 0.03);
	margin: -120px 0 0;
	padding: 20px 0 17px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 2;
}
.floating_sidebar .fs_item{
	background: rgba(0, 0, 0, 0) url("../images/floating_sidebar_br.png") no-repeat scroll 50% 100%;
	margin: 0 0 10px;
	padding: 0 0 10px;
	width: 35px;
} 
.floating_sidebar .fs_item:last-child{background-image:none;}
.floating_sidebar .fs_item sup {
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
	color: gray;
	display: block;
	font-size: 12px;
	font-weight: 700;
	height: 20px;
	line-height: 20px; 
	margin: 0 auto 10px;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 20px;
	transform: rotate(-90deg);
}
.floating_sidebar .fs_item .fs_item_name {
	cursor: pointer;
	display: inline-block;
	text-shadow: none;
	transform: rotate(-90deg);
	font-size: 18px;
	line-height: 30px;
	width: 78px;
	vertical-align: middle;
	height: 73px;
	text-decoration: none;
}
.floating_sidebar .fs_item.product_history_handler .fs_item_name{background-position:50% -139px;height:110px;}
.floating_sidebar .fs_item.wishlist_handler .fs_item_name{background-position:50% -73px;height:56px;}
.floating_sidebar .fs_item .hndl_proceed_checkout{}

.tooltip_product_list{display: block;margin: 3px -5px 0;max-height: 300px;overflow-y: auto;}
.tooltip_product_list .pb_item{
	border-bottom: 1px dotted #dadada;
	display: block;
	font-weight: normal;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 0 5px;
	position: relative;
}
.tooltip_product_list .pb_item:last-child{
	border-bottom: 1px dotted transparent;
}
.tooltip_product_list .pb_item .imgwrp{
	background:#FFFFFF;
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0 5px 0 0;
	text-align: center;
	width: 25px;
	font-size: 0;
}
.tooltip_product_list .pb_item img{
	max-height: 25px;
	max-width: 25px;
	vertical-align: middle;
}
.tooltip_product_list .pb_item .pb_item_right {
	overflow: hidden;
	padding: 0 15px 0 0;
}
.tooltip_product_list .pb_item .pb_item_right .price {color: #a50000;font-weight: bold;}
.tooltip_product_list .pb_item .pb_item_right .pb_item_delete {
	background: none repeat scroll 0 0 darkred;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	line-height: 13px;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: none;
	top: 0;
	width: 15px;
}
.tooltip_product_list p{text-align: center;font-style:italic;}

.tooltip_product_list .delete {
	border-radius: 5px 5px 5px 5px;
	color: red;
	height: 16px;
	position: absolute;
	right: 4px;
	text-align: center;
	top: -1px;
	width: 16px;
}
.tooltip_product_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;
	font-weight: normal;
	margin: 1px 0 0;
	padding: 3px 10px;
	text-align: center;
	white-space: pre;
	*display: inline;
	zoom: 1;
}
.tooltip_btns a:hover{border-color: #005576;}
.tooltip_btns .dellallcompare{color: red;}
.compare-list a, .wish-list a{
	font-weight: normal;
}

.ttip_notify_addtcrt{padding:15px 20px;font-size:14px;text-align:center;}

/*cart content*/
#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%;
}
#cart_content_tbl tr{}
#cart_content_tbl tr#cart_content_header{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	text-shadow: 0 1px 0 #ffffff;
}
#cart_content_tbl tr td{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 5px;
}
#cart_content_tbl tr td .num {
	display: inline-block;
	float: left;
	font-size: 12px;
	width: 16px;
	height: 16px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 0 0 50% 0;
	margin: 0 0 -16px -6px;
	text-align: center;
	z-index: 1;
	position: relative;
	color: #000;
}
#cart_content_tbl tr td .imgwrp{
	border-radius: 3px 3px 3px 3px;
	display: block;
	font-size: 0;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	width: 50px;
	margin: 0 0 0 10px;
}
#cart_content_tbl tr td .imgwrp img{
	max-height: 50px;
	max-width: 50px; 
	vertical-align: middle;
}
.cart_gifts_list{
	border-left: 1px dotted rgba(0, 0, 0, 0.1);
	font-size: 11px;
	padding: 5px;	
}
.cart_gifts_list ul{
	margin: 0;
	padding: 0;	
}
.cart_gifts_list ul li{
	margin: 0 0 0 20px;	
}
.cart_gifts_list ul li a{}
#cart_content_tbl tr td .sp_price{
	font-size: 15px;
	font-weight: bold;
}
#cart_content_tbl tr td .sp_price.sp_price_action{color: #f0832c;}
#cart_content_tbl tr td .sp_old_price{
	color: #808080;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 5px;
	padding: 0;
	position: relative;
	text-decoration: none;
}
#cart_content_tbl tr td .sp_old_price::before {
  background: rgba(0, 0, 0, 0) url("../images/old_price_red_line.png") no-repeat scroll 50% 50% / 100% 11px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.button.btn_checkout_back {
	background-color: #aeaeae;
}
.btn_checkout {
	font-size: 18px;
	font-weight: bold;
}
.checkout{
	font-size: larger;
}
.checkout .shipping_methods{}
.checkout .shipping_methods .shippayicowrp {
	width: 46px;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}
.checkout .shipping_methods .shippayicowrp img {
	max-width: 100%;
	max-height: 46px;
}
.payment_method_row {}
.payment_method_row.disabled {
	color: #828282;
}
.payment_method_row.disabled input[type="radio"], 
.payment_method_row.disabled label{
	cursor: not-allowed;
}
.payment_method_add_desc {
	border: 1px solid #f9f4e3;
	box-shadow: 0 3px 0 rgba(0,0,0,.05);
	display: inline-block;
	margin: 15px 0 10px;
	padding: 10px 15px;
	position: relative;
	background-color: #fffcf4;
}
.payment_method_add_desc::before {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f9f4e3;
    border-style: solid;
    border-width: 0 10px 10px;
    bottom: 100%;
    content: "";
    display: block;
    left: 10px;
    position: absolute;
}
.payment-method-info {
	font-size: small;
	border: 2px solid #e1e10e;
	padding: 3px 10px;
	margin: 10px 0 5px 0;
	position: relative;
	background-color: #fbf7ec;
}
.payment-method-info::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent transparent #e1e10e transparent;
	margin: 0 0 2px -2px;
}
.loading{
	background: rgba(0, 0, 0, 0) url("../images/loading.gif") no-repeat scroll 50% 50%;
	display: block;
	height: 32px;
	margin: 10px auto 20px;
	width: 32px;
}
.loading_block{position: relative;}
.loading_block:before{
	background: url("../images/loading.gif") no-repeat scroll 50% 50% rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;	
}
#message-block{
	background: none repeat scroll 0 0 #fff0f0;
	border: 1px solid red;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	margin: 0 0 15px;
	padding: 15px;	
}
#message-block.success_block{
	background: none repeat scroll 0 0 #f9ffe6;
	border: 1px solid #668300;
}

/*tooltip*/
.tooltip {
	background: none repeat scroll 0 0 #fff;
	border: 3px solid #005576;
	color: #005576;
	display: none;
	font-size: 13px;
	line-height: 14px;
	min-height: 30px;
	min-width: 100px;
	padding: 5px 10px;
	text-shadow: 0 1px 0 #ffffff;
	width: 230px;
	z-index: 10;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tooltip:before{
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #005576;
	bottom: -10px;
	content: "";
	height: 0;
	left: 50%;
	margin: 0 0 0 -10px;
	position: absolute;
	width: 0;
}
.tooltip.bottom {
	margin: 10px 0 0 0;
}
.tooltip.top {
	margin: -6px 0 0;
}

.tooltip.bottom:before {
	border-top: none;
	border-bottom: 10px solid #005576;
	top: -10px;
}
.tooltip.left {
	margin: -10px 0 0 -13px;
}
.tooltip.left:before {
	border-bottom: 10px solid transparent;
	border-left: 10px solid #005576;
	border-top: 10px solid transparent;
	left: auto;
	margin: -10px 0 0;
	right: -22px;
	top: 50%;
}
.tooltip.sidebar_tooltip {
	bottom: 57px !important;
	position: fixed !important;
	top: auto !important;
}
.tooltip_subcats{
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #5fab01;
	border-radius: 3px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	display: none;
	margin: 5px 0 0 9px;
	min-width: 200px;
	z-index: 3;
}
.tooltip_subcats:before{
	border-color: rgba(0, 0, 0, 0) #5fab01 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-image: none;
	border-style: solid;
	border-width: 15px 10px 15px 15px;
	content: "";
	left: -27px;
	position: absolute;
	top: 2px;
}
.tooltip_subcats ul{
	margin: 0;
	padding: 0;
}
.tooltip_subcats ul li{
	color: #fff;
	display: block;
	padding: 0;
	position: relative;
}
.tooltip_subcats ul li a{
	display: block;
	padding: 7px 10px 7px 15px;
	text-decoration: none;
	color: #333;
	/*text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);*/
	border-bottom: 1px dotted rgba(255,255,255,.1);
}
.tooltip_subcats ul li > a:hover{
	background: none repeat scroll 0 0 #5fab01;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.tooltip_subcats ul li > a:hover:before{
	background: #fff;
}
.tooltip_subcats ul li ul{
	background: none repeat scroll 0 0 #F4F8FC;
	border-left: 1px solid #DBDBDB;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1), 1px 0 0 rgba(255, 255, 255, 0.8) inset;
	display: none;
	left: 100%;
	margin: 0 0 0 15px;
	padding: 5px 0;
	position: absolute;
	top: 0;
	width: 200px;
}
.tooltip_subcats ul li:hover > ul{display:none;}
.tooltip_subcats ul li ul li{}
.tooltip_subcats ul li ul li a{}

/*autocomplete*/
.ac_loading {
	background: url("../images/ajax_load.gif") no-repeat scroll 229px 50% #FFFFFF;
	color: grey!important;
}
.ac_results {
	margin: 0;
	overflow: hidden;
	padding: 0 20px;
	z-index: 6;
}
.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 {
	border-color: transparent #dadada #dadada;
	border-image: none;
	border-right: 1px solid #dadada;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ac_results li {
	background:#fff;
	border-bottom:1px solid #DADADA;
	cursor:pointer;
	display:block;
	font:menu;
	font-size:12px;
	margin:0;
	overflow:hidden;
	padding:2px 5px 5px;
	position:relative;
}
.ac_results li:last-child{
	border-bottom: none;
}
.ac_results li:hover{background: #f5f5f5;}
.ac_results li b{
	color: #C40000;
	display: block;
	font-size: 12px;
	padding: 3px 0 0;
}
.ac_results li a{font-size:12px;font-weight:bold;line-height:16px;text-decoration: underline;}
.ac_results li .imgbrd{
	display: block;
	float: left;
	font-size: 0;
	height: 40px;
	line-height: 40px;
	margin: 4px 10px 0 7px;
	overflow: hidden;
	text-align: center;
	width: 40px;
}
.ac_results li .imgbrd img{
	max-height: 40px;
	max-width: 40px;
	vertical-align: middle;
}
#ac_allresults {
	display: none;
	background: none repeat scroll 0 0 #FFFFFF;
	cursor: pointer;
	font-style: italic;
	font-weight: bold;
	padding: 5px 10px;
	text-align: right;
	text-decoration: underline;
}

/*! fancyBox v2.1.5 */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-thumbs {
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	left: 0;
	margin: 5px 0 0;
	overflow: hidden;
	padding: 5px 0 0;
	position: absolute;
	width: 100%;
	z-index: 8050;
}
#fancybox-thumbs.bottom {
	top: 100%;
}
#fancybox-thumbs ul {
	display: block;
	left: 0 !important;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

#fancybox-thumbs ul li {
	display: inline-block;
	opacity: 0.9;
	margin: 0 5px 5px;
	padding: 0;
}

#fancybox-thumbs ul li.active {
	opacity: 1;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #dadada;
	border-radius: 3px;
	display: block;
	outline: medium;
	overflow: hidden;
	position: relative;
	line-height: 50px;
}
#fancybox-thumbs ul li.active a {
	border-color: #2a4b12;
}

#fancybox-thumbs ul li img {
	display: inline-block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: 100%;
	max-height: 50px;
	vertical-align: middle;
}

/*! jQuery UI - v1.10.3 - 2013-08-05
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.slider.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	background: url("../images/price_slider.png") no-repeat scroll 50% 50% transparent;
	position: absolute;
	z-index: 2;
	width: 10px;
	height: 23px;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 7px;
}
.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.3em;
	top: -7px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #cecece;
	background: none;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	/*background-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255,255,255,1) 1px, rgba(255,255,255,1) 2px);*/
	background: url('../images/price-slider-bg.png') repeat-x 0 0;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: url('../images/ui-state.png') no-repeat 0 0;
	color: #1c94c4;
	font-weight: bold;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	/*background-color: #333333;
	font-weight: bold;
	color: #fff;*/
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	/*border: 1px solid #333333;
	background: #ffffff;
	font-weight: bold;
	color: #eb8f00;*/
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(../images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(../images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(../images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}
/* JQuery UI END*/



.home-banners-wrapper {
	margin: 0 auto;
	max-width: 100%;	
	overflow: hidden;
}
.home-big-banner {
	/*float: left;
	width: 66%;*/
	min-width: 1074px;
	max-width: 1224px;
	margin: 0 auto;
} 
.home-mini-banners {
	float: right;
	width: 32%;
}

.banners_left_wrp{
	margin: 0 0 10px;
	position: relative;
	text-align: center;
} 
.banners_left_wrp .scrollable{
	height: 140px;
	overflow: hidden;
	position: relative;	 
}			
.banners_left_wrp .scrollable .lst{
	left: 0;
	position: absolute;
	top: 0;
	width: 20000em;
}			
.banners_left_wrp .scrollable .lst .item{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	position: relative; 
	text-align: left;
	width: 243px;
}			
.banners_left_wrp .scrollable .lst .item a{}			
.banners_left_wrp .scrollable .lst .item img{
	width: 100%;	
}
.banners_left_wrp .navi{
	margin: 15px 0 0;
	padding: 0;
	text-align: center;	
}
.banners_left_wrp .navi a{
	height: 16px;
	margin: 0 5px;
	width: 16px;	
}
.banners_left_wrp .navi a.active{}
			
.home-about-list-wrapper {
	margin: 0 0 50px 33px;
}
	.home-about-list {
		margin: 0 0 20px;
		padding: 0;
		list-style: none;
		font-size: 0;
	}
		.home-about-list li {
			padding: 3px 0 0 65px;
			width: 20%;
			float: left;
			margin: 0 !important;
			position: relative;
		}
			.hal-k:before,
			.hal-g:before,
			.hal-s:before,
			.hal-d:before,
			.hal-u:before {
				background-image: url('../images/spr.png');
				background-repeat: no-repeat;
				content: '.';
				display: block;
				height: 53px;
				left: 0;
				position: absolute;
				top: 0;
				width: 53px;
			}
		
			.hal-k:before { background-position: -1px -54px; }
			.hal-g:before { background-position: -56px -54px; }
			.hal-s:before { background-position: -112px -54px; }
			.hal-d:before { background-position: -168px -54px; }
			.hal-u:before { background-position: -225px -54px; }
		
			.home-about-list li span {
				display: block;
				font: normal 24px Arial;
				color: #3f88a8;
				margin-bottom: 2px;
			}
			.home-about-list li small {
				font-size: 12px;
				color: #818181;
			}
			

.instock_remainder_form	input {
	height: 40px;
	padding: 10px 15px;
}
.instock_remainder_form th,
.instock_remainder_form td {
	border: none !important;
}
.recallme {
	background: rgb(207,109,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(207,109,85,1) 0%, rgba(202,92,65,1) 21%, rgba(226,87,53,1) 22%, rgba(208,92,62,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,109,85,1)), color-stop(21%,rgba(202,92,65,1)), color-stop(22%,rgba(226,87,53,1)), color-stop(100%,rgba(208,92,62,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,109,85,1) 0%,rgba(202,92,65,1) 21%,rgba(226,87,53,1) 22%,rgba(208,92,62,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,109,85,1) 0%,rgba(202,92,65,1) 21%,rgba(226,87,53,1) 22%,rgba(208,92,62,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,109,85,1) 0%,rgba(202,92,65,1) 21%,rgba(226,87,53,1) 22%,rgba(208,92,62,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,109,85,1) 0%,rgba(202,92,65,1) 21%,rgba(226,87,53,1) 22%,rgba(208,92,62,1) 100%); /* W3C */
	border: 1px solid #b40000;
	border-radius: 4px;
	box-shadow: 0 -2px 0 rgba(255, 255, 255, 0.31) inset, 0 1px 0 rgba(155, 43, 15, 0.75);
	color: #fff;
	display: inline-block;
	float: right;
	font: 11px Arial;
	margin: 3px 0 0;
	padding: 1px 8px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.41);
}

.recallme_productname_wrp input[type="text"],
.recallme_productname_wrp input[type="email"] {
	height: 37px;
	padding-left: 15px;
	padding-right: 15px;
}

.header_logo_links {
	left: 0;
	margin: -30px 0 0 96px;
	position: absolute;
	top: 0;
	z-index: 2;
}
	.header_logo_links a {
		background-image: url('../images/spr.png');
		display: inline-block;
		height: 12px;
		text-decoration: none;
	}
	.header_logo_links a:hover {
		text-decoration: none;
	}
	
	.h_i_c {
		background-position: -7px 0;
		margin-right: 17px;
		width: 9px;
	}
	.h_i_c:hover {
		background-position: -47px 0;
	}
	
	.h_i_h {
		background-position: -19px 0;
		width: 12px;
		margin-right: 17px;
	}
	.h_i_h:hover {
		background-position: -59px 0;
	}
	
	.h_i_m {
		background-position: -33px 0;
		width: 12px;
	}
	.h_i_m:hover {
		background-position: -73px 0;
	}

.pi_scrollers {}
	.pi_scrollers .h4 {
		margin: 25px 0;
		position: relative;
		text-align: center;
	}
	.pi_scrollers .h4 span {
		background: #ffffff none repeat scroll 0 0;
		color: #d05d04;
		display: inline-block;
		font-size: 30px;
		padding: 0 25px;
		position: relative;
		text-transform: uppercase;
		z-index: 2;
	}
	.pi_scrollers .h4:before {
		background: #d05d04 none repeat scroll 0 0;
		content: "";
		height: 3px;
		left: 0;
		margin-top: -2px;
		position: absolute;
		right: 0;
		top: 50%;
		z-index: 1;
	}
	.pi_scrollers .products_scroll_wrp {
		margin: 0;
	}
		.pi_scrollers .products_scroll_wrp .scrollable .lst .product_brief_table {}
			.pi_scrollers .products_scroll_wrp .prev {
				left: 0 !important;
				zoom: .7 !important;
			}
			.pi_scrollers .products_scroll_wrp .next {
				right: 0 !important;
				zoom: .7 !important;
			}
			.pi_scrollers .products_scroll_wrp .scrollable {
				margin: 0 50px;
			}
			.pi_scrollers .product_brief_table .product_code {
				display: none;
			}
.htm_ico {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #ffa500;
}
.htm_ico.htm_ico_id183:before {
	content: "\f084";
}
.htm_ico.htm_ico_id54:before { 
	content: "\f023";
}


.home-news-slider-wrapper {
	margin: 15px auto 20px;
	padding: 25px 0 10px;
	position: relative;
} 
.home-news-slider-wrapper .products_scroll_wrp .prev, 
.home-news-slider-wrapper .products_scroll_wrp .next {
  	zoom: .5;
  	z-index: 20;
  	margin-top: -24px;
}
.home-news-slider-wrapper .products_scroll_wrp .prev {
	left: -55px;
}
.home-news-slider-wrapper .products_scroll_wrp .next {
	right: -55px;
}

.home-news-slider-wrapper .lst {}
.home-news-slider-title {
	background: #d6c6bc;
	display: block;
	font-size: 20px;
	left: 50%;
	margin: -13px 0 0 -105px;
	padding: 5px 5px 2px;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0; 
	width: 209px;
	z-index: 15;
} 
.home-news-slider-wrapper .news_item { 
	border-right: 2px dotted #d6c6bc;
	float: left;
	margin: 0 20px 0 0;
	padding: 20px 20px 0 0;
	width: 302px;
}
	.news_item .imgwrp {
		width: 70px;
		height: 70px;
		display: block;
		float: left;
		background: none repeat scroll 50% 50% / cover  #f5f5f5;
		-webkit-border-radius: 50%; 
		-moz-border-radius: 50%; 
		border-radius: 50%; 
		margin-right: 16px;
	}
	.news_item_right { 
		overflow: hidden;
	}
		.news_item_name {
			display: block;
			font: 14px/21px Arial;
			margin-bottom: 3px;
			overflow: hidden;
			text-decoration: underline;
		}
		.news_item_date {
			font-size: 11px;
		} 
		.home-news-slider-wrapper .news_item_description {
		}
		.news_item_read_more {
			background: #eb9f15;
			color: #fff;
			display: inline-block;
			font: bold 11px Arial;
			margin-top: 7px;
			padding: 6px 8px;
			text-decoration: none;
			text-transform: uppercase;
		}
.home-news-slider-wrapper .news_viewall {
	display: none;
}		
		
.home_vk {
	float: left;
	text-align: center;
	width: 50%;
} 
.home_fb {
	float: left;
	text-align: center;
	width: 50%;
}		
.left_vk {
	padding: 20px 0; 
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
}
.left_fb {
	padding: 20px 0;
	text-align: center;
	 
}

ul.brand_letters {
	background-color: transparent;
	border-bottom-width: 4px;
} 
ul.brand_letters li {
	background-color: transparent;
	margin: 4px 10px 5px 0 !important;
}
ul.brand_letters li:hover {
	background-color: rgba(0,0,0,0.05);
}
ul.brand_letters li.current:hover {
	background: #4e8c00;
	color: #fff;
}
ul.brand_letters li .bletter {
	font-size: 22px;
	font-weight: bold;
}
.brands_panes {}
.brands_panes .brands_pane {} 
.brands_panes .brands_pane .brands_title {
	font-size: 40px;
	margin: 0 0 10px;
	color: #000;
	font-weight: bold;
}
.brands_panes .brands_pane .category_brands_item {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 30px 0;
	text-decoration: navajowhite;
}
.brands_panes .brands_pane .category_brands_item .imgwrp {
	border: 1px solid rgba(0,0,0,0.1);
	display: inline-block;
	width: 100%;
	height: 90px;
	overflow: hidden;
	line-height: 90px;
	text-align: center; 
	font-size: 0;
}
.brands_panes .brands_pane .category_brands_item .imgwrp img {
	vertical-align: middle;
	max-height: 80px;
}
.brands_panes .brands_pane .category_brands_item .imgwrp .textname {
	
}
.brands_panes .brands_pane .category_brands_item .imgwrp .textname {
	color: #80808087;
	font-size: 26px;
	word-wrap: break-word;
}
.brands_panes .brands_pane .category_brands_item .category_brands_name > i {
	color: orange;
	margin: 0 5px 0 0;
}

.pluso-wrapper {
	margin: 0 0 10px;
	vertical-align: middle;
}
.pluso-wrapper > * { 

	vertical-align: middle;
}
.pluso-wrapper span {
	display: inline-block;
}

.maxreadmoar{
	bottom: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, #fff 50%, #fff 100%) repeat scroll 0 0;
	color: #288D08;
	display: block;
	padding: 30px 15px 10px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.maxreadmoar:hover{}
.maxreadmoar .fa{
	margin: 0 5px 0 0;
}

.maincontent_padding {
	padding: 30px 0;
}

.countdownHolder{
	font:24px/1.4 'Open Sans Condensed',sans-serif;
	height:35px;
	letter-spacing:-3px;
	margin:0 auto;
	text-align:left;
}
.countdownHolder .position{
	display:inline-block;
	height:1.6em;
	overflow:hidden;
	position:relative;
	width:1.05em;
}
.countdownHolder .position .digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444;
	border-radius:.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}
.countdownHolder .position .digit.static{
	box-shadow:0 2px 0 rgba(256,256,256,.3);
	background-image:linear-gradient(bottom,#3A3A3A 50%,#444444 50%);
	background-image:-o-linear-gradient(bottom,#3A3A3A 50%,#444444 50%);
	background-image:-moz-linear-gradient(bottom,#3A3A3A 50%,#444444 50%);
	background-image:-webkit-linear-gradient(bottom,#3A3A3A 50%,#444444 50%);
	background-image:-ms-linear-gradient(bottom,#3A3A3A 50%,#444444 50%);
	background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0.5,#3A3A3A),color-stop(0.5,#444444) );
}
.countdownHolder .countDays, .countdownHolder .countHours, .countdownHolder .countMinutes, .countdownHolder .countSeconds{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.countdownHolder .countDays::after, .countHours::after, .countMinutes::after, .countSeconds::after {
	content: "дней";
	display: block;
	font-family: arial;
	font-size: 10px;
	line-height: normal;
	position: absolute;
	text-align: center;
	top: 100%;
	width: 100%;
	letter-spacing: 0;
	color: #ffffffbf;
	margin: -7px 0 0 0;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
.countdownHolder .countHours:after{
	content: "часов";
}
.countdownHolder .countMinutes:after{
	content: "минут";
}
.countdownHolder .countSeconds:after{
	content: "секунд";
}

.countdownHolder .countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}
.countdownHolder .countDiv:before, .countdownHolder .countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:.5em;
	box-shadow:1px 1px 1px rgba(4,4,4,.5);
	content:'';
}
.countdownHolder .countDiv:after{
	top:.9em;
}


@media only screen and (max-width:768px) {
	header .header_mid_wrp {
		padding: 0 15px;
	}

	#cart_content_tbl tr td .imgwrp {
		display: none;
	}
	#cart_content_tbl tr#coupon_form {

	}
	#cart_content_tbl tr#coupon_form td {
		border: none;
	}
	#cart_content_tbl tr#coupon_form td.cart_discount_label {

		border: none;
	}
	#cart_content_tbl tr:last-child{

	}
	#cart_content_tbl tr:last-child td{

		border: none;
	}
}



