7@charset "utf-8";
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;
}
a, .a {
  background: transparent;
}
a:active, a:hover, .a:active, .a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  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 {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
	-moz-user-select: none;
	background: none repeat scroll 0 0 #eaed00;
	border: medium none;
	border-radius: 0;
	color: #303030;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0;
	padding: 5px 20px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
	top: -2px;
}
.button.green{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #71b200 0%, #80ba19 29%, #8dc231 29%, #71b200 100%) repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	white-space: nowrap;
}
.button.grey{
	background-color: #ffffff;
	border-color: #dadada;
	border-image: none;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px 1px 3px;
	color: #0079b2;
}
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 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a, .a {
	color: #0079b2;
	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;
}
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: 26px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
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: none;
	border-bottom: 1px dotted #E8E8E9;
	clear: both;
	display: block;
	height: 0;
	margin: 5px 0;
	position: relative;
	width: 100%;
}

.main_wrp{
	background: none repeat scroll 0 0 #ffffff;
	clear: both;
	display: block;
	margin: 0 auto;
	min-width: 1024px;
	padding: 0;
}
.main{
	background: url("../images/header_bg.png") repeat-x scroll 50% 195px #fff;
	clear: both;
	display: block;
	padding: 0;
	position: relative;
}
.main_wide_padding{padding: 0 30px;}

.header_wrp{
	background: url("../images/header_bg.png") repeat-x scroll 0 -76px rgba(0, 0, 0, 0);
	clear: both;
	display: block;
}

.header_menu_bg{
	background: #000;
	clear: both;
	display: block;
	padding: 5px 30px;
}
.header_topmenu_wrp {
	margin: 0 auto;
	max-width: 1400px;
}
.header_topmenu_wrp .header_menu_cell{
	float: left;
	overflow: hidden;
	width: 230px;
}
.header_topmenu_wrp .header_menu_cell.header_menu_cell_right{
	float: none;
	overflow: hidden;
	width: auto;
}
.header_menu_login{
	background: url("../images/login_ico.png") no-repeat scroll 10px 50% rgba(0, 0, 0, 0);
	border: 2px solid #eaed00;
	border-radius: 10px;
	display: inline-block;
	padding: 0 10px 0 25px;
	vertical-align: middle;
}
.header_menu_login table{margin: 0;}
.header_menu_login table tr{}
.header_menu_login table tr td{}
.header_menu_login table tr td a{
		color: #fff;
}
.header_topmenu_wrp .header_menu{}
.header_topmenu_wrp .header_menu table{
	height: 35px;
	margin: 0;
	width: 100%;
}
.header_topmenu_wrp .header_menu table tr{}
.header_topmenu_wrp .header_menu table tr td{
	padding: 0 5px 0 0;
	text-align: center;
}
.header_topmenu_wrp .header_menu table tr td a{
	color: #fff;
	display: block;
	font-size: 14px;
	font-style: italic;
}


header{
	clear: both;
	display: block;
	margin: 40px auto;
	max-width: 1400px;
	position: relative;
}
header .header_logo{
	background: url("../images/header_logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	height: 99px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 263px;
}
header .header_mid_wrp{
	margin: 0 248px 0 268px;
	min-height: 77px;
	padding: 20px 30px 0;
	position: relative;
}
header .header_search_wrp {
	display: block;
	padding: 0 460px 0 280px;
}
header .header_search_wrp .search_form{
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #dbdbdb;
	border-radius: 10px;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
header .header_search_wrp .search_form #searchstring{
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	display: block;
	font-size: 18px;
	font-style: italic;
	height: 30px;
	margin: 0 auto;
	width: 95%;
	text-indent: 10px;
}
header .header_search_wrp .search_form #searchstring.input_message_focus{
	font-style: normal;
}
header .header_search_wrp .search_form #searchsubmit{
	background: url("../images/search_ico.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	height: 57px;
	padding: 0;
	position: absolute;
	right: 15px;
	top: -18px;
	width: 57px;
	z-index: 5;
}
header .header_search_wrp .sample_search{
	color: #dadada;
	font-size: 11px;
	padding: 5px 20px 0;
	text-align: right;
}
header .header_contacts{
	background: url("../images/header_worktime_ico.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
	padding: 4px 0 0 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
}
header .header_contacts .header_phone{
	background: url("../images/phone_ico.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: -5px 0 5px;
	padding: 0 0 0 30px;	
}
header .header_contacts .header_phone small{font-size: 13px;}
header .header_contacts .header_worktime{
	background: url("../images/worktime_ico.png") no-repeat scroll 10px 4px rgba(0, 0, 0, 0);
	padding: 0 0 0 30px;	
}
header .header_cart_wrp{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 230px;
}
header .header_cart_wrp .hcart_ico{
	background: url("../images/cart_ico.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	float: left;
	height: 54px;
	margin: 0 15px 0 0;
	position: relative;
	width: 53px;
}
header .header_cart_wrp .hcart_ico .header_cart_ico_counter{
	background: none repeat scroll 0 0 #fd8e3b;
	border-radius: 50%;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	line-height: 17px;
	position: absolute;
	right: -3px;
	text-align: center;
	top: -5px;
	width: 16px;
}
header .header_cart_wrp .header_cart_right{
	color: #304203;
	overflow: hidden;
	padding: 10px 10px 0 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
header .header_cart_wrp .header_cart_right .header_cart_link{
	color: #304203;
	display: block;
	font-size: 22px;
	font-weight: normal !important;
	line-height: 18px;
	padding: 0 0 5px;
	text-decoration: underline;
}
header .header_cart_wrp .header_cart_right .header_shopping_total{
	padding: 0 0 10px;
}

.header_menu_wrp{
	margin: 0 auto;
	max-width: 1400px;	
}
.header_menu_wrp .header_menu{
	background: none repeat scroll 0 0 #d9d9d9;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E4E4E4), color-stop(1, #CDCDCD));
	background-image: -o-linear-gradient(bottom, #E4E4E4 0%, #CDCDCD 100%);
	background-image: -moz-linear-gradient(bottom, #E4E4E4 0%, #CDCDCD 100%);
	background-image: -webkit-linear-gradient(bottom, #E4E4E4 0%, #CDCDCD 100%);
	background-image: -ms-linear-gradient(bottom, #E4E4E4 0%, #CDCDCD 100%);
	background-image: linear-gradient(to bottom, #E4E4E4 0%, #CDCDCD 100%);
	border: 1px solid #949494;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	display: block;
	margin: 0 auto 5px;
	max-width: 1400px;
	position: relative;
}
.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{
	background: url("../images/header_cats_lr.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
	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{
	background: #f6f6f6;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.header_menu_wrp .header_menu table tr td .tv_alink{
	display: block;		
	padding: 5px 0;
}
.header_menu_wrp .header_menu table tr td.current, .header_menu_wrp .header_menu table tr td.open{
	background: #f6f6f6;
	position: relative;
}
.header_menu_wrp .header_menu table tr td.current .tv_alink:before, .header_menu_wrp .header_menu table tr td.open .tv_alink:before {
	border-color: rgba(1, 144, 1, 1) transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 10px;
	content: "";
	display: block;
	left: 50%;
	margin: 7px 0 0 -10px;
	position: absolute;
	top: 100%;
}
.header_menu_wrp .header_menu table tr td.current .tv_alink:after, .header_menu_wrp .header_menu table tr td.open .tv_alink:after{
	border-color: #f6f6f6 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%;
	z-index: 7;
}
.header_menu_wrp .header_menu table tr td .tv_alink .tv_link_name{
	color: #563100;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
	vertical-align: middle;
}
.header_menu_wrp .header_menu table tr td .tv_alink .tv_link_helper{
	display: inline-block;
	height: 35px;
	vertical-align: middle;
}
.header_menu_wrp .header_menu table tr td .tv_subcategories_wrp{
	bottom: 0;
	display: block;
	height: 0;
	position: relative;
	z-index: 10;
}
.header_menu_wrp .header_menu table tr td.hover .tv_subcategories_wrp:after {
	background: none repeat scroll 0 0 #f6f6f6;
	content: "";
	display: block;
	height: 5px;
	width: 100%;
}
.header_menu_wrp .header_menu table tr td .tv_subcategories_wrp .tv_subcategories{
	background: none repeat scroll 0 0 #f6f6f6;
	border-color: transparent #949494 #949494;
	border-image: none;
	border-radius: 0 0 5px 5px;
	border-style: none solid solid;
	border-width: medium 2px 2px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	display: block;
	left: -2px;
	padding: 25px 0;
	position: absolute;
	text-align: left;
	top: 1px;
	visibility: hidden;
	width: 600px;
}
.header_menu_wrp .header_menu table tr td .tv_subcategories_wrp.cat_info_right .tv_subcategories{
	left: auto;
	right: -2px;
}

.category_info {
	padding: 0 20px;	
}
.category_info .h4{
	margin-top: 0;
}
.category_info .cat_inf_left{
	overflow: hidden;	
}
.category_info .cat_inf_left .tv_subcategories_ul{
	padding: 0 0 0 5px;	
}
.category_info .cat_inf_left .tv_subcategories_ul li{
	display: block;	
}
.category_info .cat_inf_left .tv_subcategories_ul li a{}
.category_info .cat_inf_right{
	background: url("../images/white_right_shadow_bg.png") repeat scroll 0 50% / 100% 100% rgba(0, 0, 0, 0);
	border-left: 1px dotted rgba(0, 0, 0, 0.05);
	float: right;
	padding: 0 0 0 20px;
}
.category_info .cat_inf_right .product_brief_table {}
.category_info .cat_inf_right .product_brief_table .imgwrp {
	border: 1px solid #f3a22e;
	border-radius: 3px;
	height: 150px;
	line-height: 150px;
	width: 150px;
}
.category_info .cat_inf_right .product_brief_table .imgwrp img{
	max-height: 150px;
}
.category_info .cat_inf_right .product_brief_table .pb_product_name{}

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

.page_body_wrp .path{
	font-size: 11px;
	padding: 5px 0;
}
.page_body_wrp .path a{
	color: #686e6f;	
}

.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 dotted #dadada;
	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: url("../images/catree_ico.png") no-repeat scroll 100% 40% rgba(0, 0, 0, 0);
	color: #848484;
	display: inline-block;
	font-size: 22px;
	margin: 0 0 10px;
	padding: 0 20px;
}
.category_tree{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	border: 6px solid #ceea9d;
	margin: 0 0 30px;
	padding: 10px 0 40px;
	position: relative;
	z-index: 2;
}
.category_tree:after{
	background: url("../images/cat_tree_wave.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 0;
	content: "";
	display: block;
	height: 30px;
	left: 0;
	position: absolute;
	width: 100%;
}
.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: #0079b2;
	display: block;
	padding: 2px 10px 5px 20px;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);	
}
.category_tree ul li a:hover, .category_tree ul li a.current{
	background: #f3f3f3;
}
.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: 40px;}
.category_tree ul li ul li ul li ul li a{padding-left: 50px;}

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

.survey_wrp{
	border-bottom: 5px solid #ededed;
	font-size: 12px;
	margin: 0 0 25px;
	padding: 0 5px 10px 20px;		
}
.survey_wrp .survey_question{
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px;	
}
.survey_wrp form{}
.survey_wrp table{
	margin: 0 0 10px;	
}
.survey_wrp table tr{}
.survey_wrp table tr td{
	border-bottom: medium none;
	padding: 0 5px 5px 0;
}
.survey_wrp table tr td .survey_percent_line{
	background: none repeat scroll 0 0 #ffd800;
	clear: both;
	display: block;
	height: 4px;
	position: relative;
}
.survey_wrp .survey_submit{}

.left_news_title{
	color: #8b8b8b;
	font-size: 22px;
	margin: 0 0 10px;
	padding: 5px 0;
	position: relative;
	text-align: center;
}
.left_news_title:after{
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 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.1)), 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.1) 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.1) 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.1) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%); /* W3C */
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 100%;
	width: 100%;
}
.left_news_wrp{
	box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
	border: 2px solid #e4e4e4;
	border-radius: 5px;
	margin: 0 0 30px;
	padding: 5px 0 10px;
	position: relative;
}
.left_news_wrp .news_wrp{}
.left_news_wrp .news_item{
	clear: both;
	display: block;
	margin: 0 0 10px;
	padding: 5px 10px 0;
}
.left_news_wrp .news_item .imgwrp{
	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: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	width: 50px;
}
.left_news_wrp .news_item .imgwrp img{
	max-height: 50px;
	vertical-align: middle;	
}
.left_news_wrp .news_item .news_item_right{
	display: block;
	font-size: 12px;
	overflow: hidden;
	padding: 0 0 0 10px;	
}
.left_news_wrp .news_item .news_item_name{
	color: #b16400;
	font-weight: bold;
	word-wrap: break-word;	
}
.left_news_wrp .news_item .news_item_date{
	color: gray;
	font-size: 10px;	
}
.left_news_wrp .news_item .news_item_description{
	font-size: 11px;
	word-wrap: break-word;	
}
.left_news_wrp .news_viewall{
	background: none repeat scroll 0 0 #f26b28;
	border-radius: 3px;
	box-shadow: 0 2px 0 #832b00, 0 -1px 0 rgba(255, 255, 255, 0.3) inset;
	color: #fff;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0 5px;
	text-decoration: none;	
}

.pbl_soc_block{
	margin: 0 0 30px;
	overflow: hidden;
}

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

.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%;
	min-width: 125px;
}
.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_head{
	border-bottom: 5px solid #f3f3f3;
	clear: both;
	margin: 0 0 10px;	
}
.category_name{
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px !important;
}

.view_panel{
	color: gray;
	display: block;
	float: right;
	font-size: 12px;
	overflow: hidden;
	padding: 5px 0 10px;
	position: relative;
}
.view_panel #category_sort_select{
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: middle;
}
.view_panel #category_sort_select select{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #a5a5a5;
	border-radius: 3px;
	color: #334a13;
	cursor: pointer;
	display: inline-block;
	padding: 1px 5px;
	text-decoration: underline;
	vertical-align: middle;
}
.view_panel #category_sort_select select option{
	background: none repeat scroll 0 0 #FFFFFF;
	color: #7E7E7E;
	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 10px 0 0;
	vertical-align: middle;
}
.view_panel .category_view_select .cat_view_list{
	background: url("../images/product_view_icons.png") no-repeat scroll 100% 0 rgba(0, 0, 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{
	background: url("../images/product_view_icons.png") no-repeat scroll 0 0 rgba(0, 0, 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 100%; 
}
.view_panel .category_view_select .cat_view_list.current, .view_panel .category_view_select .cat_view_list:hover {
	background-position: 100% 100%;
}

.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{
	font-size: 14px;
	font-weight: bold;
}

.pb_price .p_before, .pi_price_content .p_before {
	content: "Цена";
	display: block;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 9px;
	position: relative;
	top: 3px;
	color: darkred;
	font-weight: normal;
}
.pi_cell .pi_price_content .p_before {
	font-size: 12px;
}

.product_brief_wrp{
	margin: 0 -35px 0 5px;
}
.product_brief_table {
	display: inline-block;
	height: 390px;
	margin: 0 15px 25px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 200px;
}
.product_brief_table:after{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	bottom: 0;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
	display: block;
}
.product_brief_table:hover{
	overflow: visible;
    z-index: 1;
}
.product_brief_table:hover:after{
	display: none;
}
.product_brief_table:hover .product_brief_table_over{
	background: #fff;
	border-radius: 0 0 10px 10px;
	border: 1px solid #f1f1f1;
	box-shadow: 2px 1px 0 rgba(0, 0, 0, 0.05);
	margin: -5px;
	padding: 4px;	
}
.product_brief_table .imgwrp{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #f1f1f1;
	display: block;
	font-size: 0;
	height: 200px;
	line-height: 200px;
	margin: 0 0 10px;
	position: relative;
	text-align: center;
	width: 100%;
}
.product_brief_table .imgwrp img{
	max-height: 180px;
	max-width: 90%;
	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;
	padding: 0;
}
.product_brief_table .pb_product_name{
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 7px;
	padding: 0; 
	word-wrap: break-word;
}
.product_brief_table .product_brief_rating{
	display: inline-block;
	margin: 0 0 7px 5px;
	vertical-align: middle;
}
.product_brief_table .product_brief_rating_bg{
	background: url("../images/votes_stars.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
	height: 11px;
	width: 60px;	
	overflow: hidden;
}
.product_brief_table .product_brief_rating_bg i{
	display: block;
	background: url("../images/votes_stars.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	height: 11px;
}
.product_brief_table .pb_price_but_wrp{
	background: none repeat scroll 0 0 #fef6bf;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1), -1px -1px 0 #dad3a4 inset;
	display: inline-block;
	margin: 0;
	overflow: hidden;
	padding: 0 5px;
	position: relative;
}
.product_brief_table .pb_price_but_wrp:before, .product_brief_table .pb_price_but_wrp:after{
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;
	box-shadow: -1px -1px 0 #dad3a4, 0 2px 0 rgba(0, 0, 0, 0.05) inset;
	content: "";
	display: block;
	height: 10px;
	left: -5px;
	margin: -5px 0 0;
	position: absolute;
	top: 50%;
	width: 10px;	
}
.product_brief_table .pb_price_but_wrp:after{
	left: auto;
	right: -5px;	
}
.product_brief_table .pb_price_but_wrp .instock_remainder_wrp{}  
.product_brief_table .pb_price{
	color: #5b9000;
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
	padding: 0 5px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	vertical-align: middle;
}
.product_brief_table .pb_price.pb_price_action {
	color: #a50000;
	white-space: nowrap;
} 
.product_brief_table .pb_old_price{
	color: #808080;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	margin: 0 5px;
	padding: 0 3px;
	position: relative;
}
.product_brief_table .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%;
}
.product_brief_table .pb_old_price small{font-size: 11px;}
.product_brief_table .pb_price_di{
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
}
.product_brief_table .pb_price small{
	font-size: 11px;
}
.product_brief_table .product_code{
	border-radius: 3px;
	font-size: 12px;
	margin: 0;
}
.product_brief_table .pb_left{
	float: left;
	margin: 0 0 10px;
}
.product_brief_table .pb_right{
	display: block;
	margin: 0 0 10px;
	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%;
	font-size: 10px;
	margin: 0 0 0 5px;
	padding: 0 0 0 13px;
}
.product_brief_table .stock_label.instock{
	background: url("../images/instock_ico.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
}
.product_brief_table .stock_label.outofstock{}
.product_brief_table .stock_label.preorder{
	background: url("../images/preorder_ico.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);	
}
.product_brief_table  .simulate_add2cart {
	background: url("../images/small_cart_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: none;
	display: inline-block;
	height: 35px;
	margin: 0;
	vertical-align: middle;
	width: 35px;
}
.product_brief_table .prdbrief_comparison{
	clear: both;
	display: inline-block;
	font-size: 11px;
	padding: 0 5px;
	vertical-align: middle;
}
.product_brief_table .prdbrief_comparison input{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.product_brief_table .prdbrief_comparison label{
	display: inline-block;
	vertical-align: middle;
}
.product_brief_table .pb_extra {
	font-size: 12px;
	margin: 0 0 10px;
}

/* product_brief_list */
.product_brief_list{
	border-bottom: 1px dotted #c9c9c9;
	display: block;
	margin: 0 55px 10px 0;
	padding: 0 0 10px;
	position: relative;
}
.product_brief_list:after{
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* W3C */
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1;
}
.product_brief_list .pb_left{
	border-radius: 3px;
	float: left;
	margin: 0;
}
.product_brief_list .imgwrp{
	background: none repeat scroll 0 0 #ffffff;
	display: block;
	font-size: 0;
	height: 200px;
	line-height: 200px;
	margin: 0;
	position: relative;
	text-align: center;
	width: 200px;
}
.product_brief_list .imgwrp img{
	max-height: 200px;
	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 h2{
	display: block;
	margin: 0;
	padding: 0;
}
.product_brief_list .pb_right h2 .pb_product_name{
	color: #006d04;
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 5px 0 0;
}
.product_brief_list .pb_right .pb_description{
	clear: both;
	font-size: 14px;
	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;
}
.product_brief_list .pb_right .pb_price{
	background: none repeat scroll 0 0 #fff5d7;
	border: 2px solid #e18e21;
	border-radius: 3px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	color: #b26d13;
	display: block;
	font-size: 21px;
	font-weight: normal;
	margin: 0 15px 5px 0;
	padding: 3px 15px;
	position: relative;
}
.product_brief_list .pb_right .pb_price.pb_price_action{
	color: #a50000;
}
.product_brief_list .pb_right .pb_price small{
	font-size: 11px;
	font-weight: bold;
	vertical-align: text-bottom;
}
.product_brief_list .pb_price_di {
  font-size: 15px;
  padding: 0 7px;
}
.product_brief_list .pb_old_price {
	color: #808080;
	display: inline-block;
	font-style: italic;
	margin: 0 15px 5px;
	position: relative;
}
.product_brief_list .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%;
}
.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_right .stock_label.preorder{
	background: url("../images/preorder_ico.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);	
}
.ttip_notify_addtcrt{padding:15px 20px;font-size:14px;text-align:center;}
.simulate_add2cart{
	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;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	height: 38px;
	line-height: 38px;
	margin: 0 0 5px;
	padding: 0 10px 0 0;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	white-space: nowrap;
}
.simulate_add2cart .sm_cart_ico{
	background: url("../images/addtocart_white_ico.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	display: block;
	float: left;
	height: 39px;
	margin: 0 3px 0 0;
	vertical-align: middle;
	width: 40px;
}
.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{
	background: url("../images/filter_bg.png") no-repeat scroll 0 50% / 100% 100% rgba(0, 0, 0, 0);
	border: 5px solid #f3f3f3;
	margin: 0 0 5px;
	padding: 10px;
	position: relative;
}
.advproduct_search_form .h3{
	color: #7d7d7d;
	margin: 0 0 15px;	
}
.advproduct_search_form .adv_search_option_name{
	font-weight: bold;
	padding: 0 0 5px;
}
.advproduct_search_form .adv_search_row{
	margin: 0 0 20px;
}
.advproduct_search_form .adv_search_row .adv_search_variant {
	padding: 0 0 3px;
	position: relative;
}
.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;
	vertical-align: middle;
	position: absolute;
	top: 3px;
	left: 2px;
}
.advproduct_search_form .adv_search_row .adv_search_variant .adv_search_variant_name {
	display: block;
	overflow: hidden;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 0 0 20px;
	position: relative;
	z-index: 1;
}
.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 {
	height: 25px;
	line-height: 25px;
	margin: 0 0 5px;
	position: relative;
}
.trackbar_wrp .tb_left, .trackbar_wrp .tb_right{}
.trackbar_wrp .tb_right{
	background-position: 100% 0;
	left: auto;
	right: -17px;
}
.trackbar_wrp .tb_middle{
	background: none repeat scroll 0 0 #f3f3f3;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
	height: 4px;
	margin: 0 auto;
	position: relative;
	top: -12px;
	width: 140px;
	z-index: 0;
}
table.trackbar div, table.trackbar td {
	border: medium none !important;
	margin: 0;
	padding: 0 !important;
}
table.trackbar {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	margin: 0 auto;
}
table.trackbar .l {width:1%; text-align: right; font-size: 1px;}
table.trackbar .l div {position:relative; width:0; text-align: right; z-index:1; white-space:nowrap;margin:0!important;overflow:visible!important;}
table.trackbar .l div span {position:absolute;top:-12px; right:6px; z-index:1000; font:11px tahoma; color:#000;}
table.trackbar .l div span.limit {display: none;color:#7B7B7B;font-size:7px;margin:6px 4px;position:absolute;right:100%;text-align:left;top:-16px;z-index:0;}
table.trackbar .r {position:relative; width:1%; text-align: left; font-size: 1px;cursor:default;}
table.trackbar .r div {position:relative; width:0; text-align: left; z-index:1; white-space:nowrap;margin:0!important;overflow:visible!important;}
table.trackbar .r div span {position:absolute;top:-12px; left:6px; z-index:1000; font:11px tahoma; color:#7B7B7B;margin:0 0 0 -20px;}
table.trackbar .r div span.limit {display: none;position:absolute;top:-16px; left:100%; z-index:0;font-size:7px;color:#7B7B7B;margin: 6px -10px;}
table.trackbar .c {
	background: url("../images/trackbar_sel_bg.png") repeat-x scroll 0 50% rgba(0, 0, 0, 0);
	position: relative;
	z-index: 1;
}
table.trackbar .l div b, table.trackbar .r div b{
	background: none repeat scroll 0 0 #d9851a;
	background: -moz-linear-gradient(top,  rgba(254,175,55,1) 0%, rgba(217,133,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,175,55,1)), color-stop(100%,rgba(217,133,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,175,55,1) 0%,rgba(217,133,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,175,55,1) 0%,rgba(217,133,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,175,55,1) 0%,rgba(217,133,26,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,175,55,1) 0%,rgba(217,133,26,1) 100%); /* W3C */
	cursor: pointer;
	display: block;
	float: right;
	height: 20px;
	margin: 0 !important;
	position: relative;
	top: 0;
	width: 10px;
	z-index: 1;
}
table.trackbar .r div b {float:none;}
table.trackbar .l div b:after, table.trackbar .r div b:after{
	border-color: #d9851a transparent transparent;
	border-image: none;
	border-right: 5px solid transparent;
	border-style: solid;
	border-width: 3px 5px 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 100%;
}

.category_nav{
	border-top: 5px solid #f3f3f3;
	clear: both;
	display: block;
	font-size: 18px;
	margin: 0 0 15px;
	padding: 10px 0 0;
	text-align: center;
}
.category_nav .prev{
	background: none repeat scroll 0 0 #ededed;
	color: #575757;
	display: inline-block;
	line-height: 26px;
	padding: 0 10px 0 5px;
	margin: 0 5px 0 18px;
	position: relative;
	vertical-align: middle;
	text-transform: uppercase;
}
.category_nav .prev:before {
	border-color: rgba(0, 0, 0, 0) #ededed rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-image: none;
	border-style: solid;
	border-width: 13px;
	content: "";
	left: -26px;
	margin: -13px 0 0;
	position: absolute;
	top: 50%;
}
.category_nav .next{
	background: none repeat scroll 0 0 #ededed;
	color: #575757;
	display: inline-block;
	line-height: 26px;
	margin: 0 18px 0 5px;
	padding: 0 5px 0 10px;
	position: relative;
	vertical-align: middle;
	text-transform: uppercase;
}
.category_nav .next:before {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ededed;
	border-image: none;
	border-style: solid;
	border-width: 13px;
	content: "";
	right: -26px;
	margin: -13px 0 0;
	position: absolute;
	top: 50%;
}
.category_nav .page_num{
	color: #575757;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
}
.category_nav .page_num.pn_current{
	background: none repeat scroll 0 0 #71b200;
	color: #FFFFFF;
	padding: 0 5px;
}
.category_nav .show_all{
	color: #575757;
	font-size: 13px;
}

.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{
	background: rgba(0, 0, 0, 0) url("../images/header_banners_bg.png") no-repeat scroll 50% 0;
	clear: both;
	display: block;
	margin: 0 auto 55px;
	max-width: 1400px;
	padding: 0;
	position: relative;
}
.banners_wrp .scrollable{
	height: 216px;
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
}
.banners_wrp .scrollable .lst{
	left: 0;
	position: absolute;
	top: 0;
	width: 22222em;
}
.banners_wrp .scrollable .lst .item{
	background-color: #ffffff;
	border-radius: 10px;
	display: block;
	float: left;
	height: 216px;
	margin: 0 20px 0 0;
	overflow: hidden;
	position: relative;
	width: 327px;
}
.banners_wrp .scrollable .lst .item .imgwrp{
	display: block;
	font-size: 0;
}
.banners_wrp .scrollable .lst .item img{
	height: 100%;
	vertical-align: middle;
	width: 100%;
	position: absolute;
}
.banners_wrp .prev, .banners_wrp .next {
	background: url("../images/bnr_lr_arrs.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	height: 100%;
	left: -45px;
	position: absolute;
	top: 0;
	width: 34px;
	z-index: 1;
	opacity: 0.7;
}
.banners_wrp .prev:hover, .banners_wrp .next:hover {
	opacity: 1;
}
.banners_wrp .next {
	background-position: 100% 51%;
	left: auto;
	right: -45px;
}
.banners_wrp .navi {
	margin: 0 0 10px;
	padding: 15px 0 0;
	position: absolute;
	text-align: center;
	top: 100%;
	width: 100%;
}
.banners_wrp .navi a{
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	margin: 0 0 0 10px;
	width: 20px;
	outline: none;
}
.banners_wrp .navi a:hover{
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) inset;
}
.banners_wrp .navi a.active{
	background-color: #71b200;
} 

.home_categories_wrp_wrp{
	background: #ededed;
	clear: both;
	margin: 0 0 30px;	
}
.home_categories_wrp_wrp .home_categories_wrp{
	margin: 0 auto;
	padding: 20px 0 0;
}
.home_categories_wrp_wrp .home_categories_wrp .rc_category{
	display: inline-block;
	margin: 0 0 20px;
	vertical-align: top;
	width: 20%;	
}
.home_categories_wrp_wrp .home_categories_wrp .rc_category .imgwrp{
	background: none repeat scroll 50% 50% / cover  #fff;
	border-radius: 50%;
	display: block;
	float: left;
	font-size: 0;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	width: 35px;	
}
.home_categories_wrp_wrp .home_categories_wrp .rc_category .imgwrp img{
	max-height: 35px;
	vertical-align: middle;	
}
.home_categories_wrp_wrp .home_categories_wrp .rc_category .rc_info{
	overflow: hidden;
	padding: 0 10px 0 10px;
}
.home_categories_wrp_wrp .home_categories_wrp .rc_category .rc_info .rc_title{
	display: block;
	font-size: 16px;
	padding: 2px 0 7px;
}
.home_categories_wrp_wrp .home_categories_wrp .rc_category .rc_info .rc_subcats{

}
.home_categories_wrp_wrp .home_categories_wrp .rc_category .rc_info .rc_subcats a{
	color: #555555;
	display: block;
	font-size: 12px;
	margin: 0 0 5px;
}

.panels_mini_wrp {
	clear: both;
	display: block;
	margin: 0 auto 30px;
	max-width: 1400px;
	position: relative;
	z-index: 2;
}
.panels_mini_wrp .panels_tabs{
	clear: both;
	display: block;
	margin: 0 0 25px;
	padding: 5px 15px;
	position: relative;
	text-align: center;
}
.panels_mini_wrp .panels_tabs .panels_tabs_item{
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	font-size: 22px;
}
.panels_mini_wrp .panels_tabs .panels_tabs_item.current{
	background: #71b200;
	position: relative;
}
.panels_mini_wrp .panels_tabs .panels_tabs_item .panels_tabs_name{
	color: #71b200;
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
}
.panels_mini_wrp .panels_tabs .panels_tabs_item.current .panels_tabs_name{
	color: #fff;
	font-size: 26px;
	padding: 0 25px;
} 
.panels_mini_wrp .panels_wrp{
	clear: both;
	display: block;
}
.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 .panel_item_moar{
	background: none repeat scroll 0 0 #eaed00;
	bottom: -10px;
	color: #303030;
	display: block;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	padding: 0 10px;
	position: absolute;
	right: -30px;
	text-decoration: underline;
}
.panels_mini_wrp .panels_wrp .panel_item .panel_item_moar:before, .panels_mini_wrp .panels_wrp .panel_item .panel_item_moar:after{
	border-color: #eaed00 #eaed00 #eaed00 transparent;
	border-image: none;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	content: "";
	left: -10px;
	position: absolute;
	top: 0;	
}
.panels_mini_wrp .panels_wrp .panel_item .panel_item_moar:after{
	border-color: transparent transparent transparent #eaed00;
	border-width: 10px 0 10px 10px;
	left: auto;
	right: -10px;
}

.products_scroll_wrp{
	margin: 0 0 20px;
	position: relative;
}
.products_scroll_wrp.products_scroll_alikeproducts{
	margin: 0 50px 19px;	
}
.products_scroll_wrp .scrollable{
	height: 334px;
	margin: 0;
	overflow: hidden;
	position: relative;
} 
.products_scroll_wrp .scrollable:after{
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}
.products_scroll_wrp .scrollable .lst{
	left: 0;
	position: absolute;
	top: 0;
	width: 22222em;
}
.products_scroll_wrp .scrollable .lst .product_brief_table{
	display: block;
	float: left;
	height: auto;
	margin: 5px 25px 5px 5px;
	width: 210px;
}
.products_scroll_wrp .scrollable .lst .product_brief_table .pb_extra{
	display: none; 
}
.products_scroll_wrp .scrollable .lst .product_brief_table .instock_remainder_wrp{
	display: none; 
}
.products_scroll_wrp .prev, .products_scroll_wrp .next {
	background: url("../images/scroller_lr_arrs.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	height: 100%;
	left: -25px;
	position: absolute;
	top: 0;
	width: 25px;
	z-index: 1;
}
.products_scroll_wrp .next {
	background-position: 100% 50%;
	left: auto;
	right: -25px;
}
.products_miniscroll_wrp {margin: 0 50px;} 
.products_miniscroll_wrp .product_brief_table{
	margin: 5px !important;
	width: 150px !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;
}
.products_miniscroll_wrp .product_brief_table .pb_right{
	clear: both;
	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{
	background: none repeat scroll 0 0 #fff;
	border-radius: 0 50% 50% 0;
	content: "";
	display: block;
	height: 8px;
	left: 0;
	margin: -4px 0 0;
	position: absolute;
	top: 50%;
	width: 4px;	
}
.product_brief_scroll .pb_price:after{
	border-radius: 50% 0 0 50%;
	left: auto;
	right: 0;
}
.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_products_auction_wrp{
	background: url("../images/sale_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	clear: both;
	padding: 30px 0;
	position: relative;	
	text-align: center;
	z-index: 1;
}
.home_products_auction_wrp .home_products_auction_title{
	background: none repeat scroll 0 0 #ff8a00;
	color: #fff;
	display: block;
	font-size: 36px;
	line-height: 36px;
	margin: 0 auto 15px;
	padding: 5px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 300px;	
}
.home_products_auction_wrp .home_products_auction_title:before, .home_products_auction_wrp .home_products_auction_title:after{
	background: none repeat scroll 0 0 #ff8a00;
	border-radius: 50%;
	clear: both;
	content: "";
	display: block;
	height: 30px;
	left: -15px;
	margin: -15px 0 0;
	position: absolute;
	top: 50%;
	width: 30px;	
}
.home_products_auction_wrp .home_products_auction_title:after{
	left: auto;
	right: -15px;
}
.home_products_auction_wrp .product_brief_scroll{
	display: inline-block;
	float: none;
	margin: 0 15px 30px;
	vertical-align: top;
}
.home_products_auction_wrp .product_brief_scroll .imgwrp{
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;	
}
.home_products_auction_wrp .product_brief_scroll .imgwrp:before{
	display: none;
}
.home_products_auction_wrp .product_brief_scroll .pb_price:after{
	background: none repeat scroll 0 0 #b5e1ec;
}
.home_products_auction_wrp .panel_item_moar{
	background: none repeat scroll 0 0 #227885;
	bottom: -10px;
	color: #ffffff;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 35px 0 0;
	padding: 0 5px;
	position: absolute;
	right: 0;
	text-align: right;
	text-decoration: underline;
}
.home_products_auction_wrp .panel_item_moar:before{
	border-color: #227885 rgba(0, 0, 0, 0) #227885 rgba(0, 0, 0, 0);
	border-image: none;
	border-right: 10px solid #227885;
	border-style: solid;
	border-width: 10px;
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
}
.home_products_auction_wrp .panel_item_moar:after{
	border-color: rgba(0, 0, 0, 0)  rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #227885 ;
	border-image: none;
	border-style: solid;
	border-width: 10px;
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
}

.home_news_wrp {
	margin: 0 auto 40px;
	max-width: 1400px;
	padding: 0;
}
.home_news {
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 20px;
	position: relative;
	vertical-align: top;
	width: 50%;
}
.home_news .home_news_title{
	background: rgba(0, 0, 0, 0) url("../images/wave_line.png") repeat-x scroll 50% 50%;
	color: #0079b2;
	font-size: 31px;
	height: 32px;
	line-height: 26px;
	margin: 0 0 15px;
	text-align: center;
	text-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff;
	text-transform: uppercase;
}

.home_news .news_wrp{
	margin: 0;
	overflow: hidden;
	position: relative;
}
.news_wrp .news_item{
	display: inline-block;
	margin: 0 0 30px;
	padding: 5px 10px 0 0;
	vertical-align: top;
	width: 33%;
}
.news_wrp .news_item .imgwrp{
	background: #ffffff none repeat scroll 50% 50% / cover ;
	border-radius: 50%;
	display: block;
	font-size: 0;
	height: 150px;
	line-height: 150px;
	margin: 0 0 10px;
	text-align: center;
	width: 150px;
}
.news_wrp .news_item .imgwrp img{
	max-height: 150px;
	vertical-align: middle;	
}
.home_news .news_wrp .news_item_right{
	overflow: hidden;
}
.home_news .news_wrp .news_item .news_item_name{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 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{
	font-size: 11px;
	margin: 0;
}
.home_news .news_wrp .news_item .news_item_description a{
	white-space: nowrap;
}
.home_news .news_viewall {
	background: none repeat scroll 0 0 #eaed00;
	bottom: -10px;
	color: #303030;
	display: block;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	margin: 0 15px 0 0;
	padding: 0 10px;
	position: absolute;
	right: 20px;
	text-decoration: underline;
}
.home_news .news_viewall:before, .home_news .news_viewall:after{
	border-color: #eaed00 #eaed00 #eaed00 transparent;
	border-image: none;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	content: "";
	left: -10px;
	position: absolute;
	top: 0;	
}
.home_news .news_viewall:after{
	border-color: transparent transparent transparent #eaed00;
	border-width: 10px 0 10px 10px;
	left: auto;
	right: -10px;
}

/*home_last_discussions_wrp*/
.home_last_discussions_wrp{
	border-left: 1px dotted rgba(0, 0, 0, 0.1);
	float: left;
	padding: 0 25px;
	position: relative;
	width: 20%;
}
.home_last_discussions_wrp .last_discussions_title{
	font-size: 25px;
	margin: 0 0 10px;
}
.home_last_discussions_wrp .last_discussions{
	margin: 0 0 10px;
	position: relative;
}
.home_last_discussions_wrp .last_discussions .discu_item{
	clear: both;
	display: block;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.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;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	display: block;
	float: left;
	font-size: 0;
	height: 40px;
	line-height: 40px;
	margin: 0 10px 5px 0;
	overflow: hidden;
	text-align: center;
	width: 40px;
}
.home_last_discussions_wrp .last_discussions .discu_item .imgwrp img{
	max-height: 40px;
	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{
	color: #b26500;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	overflow: hidden;
	word-wrap: break-word;
}
.home_last_discussions_wrp .last_discussions .discu_item .discu_item_right .discu_item_description{
	font-size: 11px;
}

.home_map_wrp{
	float: left;
	width: 20%;	
}
.home_map_wrp .home_map_title{
	font-size: 25px;
	margin: 0 0 10px;	
}
.home_map_wrp .home_map_iframe_wrp{
	height: 160px;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.home_map_wrp .home_map_iframe_wrp iframe{
	height: 600px;
	position: absolute;
	right: -107px;
	top: -180px;
	width: 600px;
}
.home_map_wrp .home_map_address{}

.tag_cloud{
	margin: 0 0 30px;
	text-align: center;	
}
.tag_cloud a{
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;	
}

.seo_txt{
	clear: both;
	color: grey;
	display: block;
	font-size: 11px;
	margin: 0 auto 15px;
	max-width: 1400px;
	padding: 0;
}

/* PRODUCT_INFO */
.product_info{
	margin: 0 15px 0 0;
}
.product_name_wrp{
	border-bottom: 1px solid #EAE2B4;
	margin: 0 0 10px;
}
.product_name_wrp .category_name{
	font-size: 24px;
	padding: 0 0 5px;
}
.product_name_wrp .pi_product_code{
	float: right;
}
.product_info_lside{
	float: left;
	margin: 0 0 15px;
	width: 500px;
}
.product_info_rside{
	margin: 0 0 15px;
	overflow: hidden;
	padding: 15px 20px 0;
}
.pi_image_options{
	float: right;
	font-size: 0;
	line-height: 0;
}
.pi_image_options a{}
.pi_image_options a img{
	margin: 0 0 0 10px;
	max-height: 30px;
	max-width: 100px;
	vertical-align: middle;
}
.product_name{
	font-size: 26px !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 0 10px !important;
}
.pi_soc_buttons{
	float: right;
	height: 27px;
	line-height: 28px;
	margin: 0 0 15px;
}
.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{}

.addtocart_wrp{
	background: #71b200;
	background: rgb(113,178,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(113,178,0,1) 0%, rgba(128,186,25,1) 29%, rgba(141,194,49,1) 29%, rgba(113,178,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(113,178,0,1)), color-stop(29%,rgba(128,186,25,1)), color-stop(29%,rgba(141,194,49,1)), color-stop(100%,rgba(113,178,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(113,178,0,1) 0%,rgba(128,186,25,1) 29%,rgba(141,194,49,1) 29%,rgba(113,178,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(113,178,0,1) 0%,rgba(128,186,25,1) 29%,rgba(141,194,49,1) 29%,rgba(113,178,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(113,178,0,1) 0%,rgba(128,186,25,1) 29%,rgba(141,194,49,1) 29%,rgba(113,178,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(113,178,0,1) 0%,rgba(128,186,25,1) 29%,rgba(141,194,49,1) 29%,rgba(113,178,0,1) 100%); /* W3C */
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 0 5px 0 20px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	white-space: nowrap;
}
.addtocart_wrp .product_qty{
	color: #000000;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	width: 25px;
}
.addtocart_wrp .add2cart_handler {
	background: transparent;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 0.2);
	border-image: none;
	border-radius: 0;
	border-style: none none none solid;
	border-width: medium medium medium 1px;
	box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	height: 35px;
	margin: 0 0 0 5px;
	padding: 0 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	text-transform: none;
}

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

.pi_price{
	background: none repeat scroll 0 0 #fef6bf;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1), -1px -1px 0 #dad3a4 inset;
	color: #5b9000;
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	overflow: hidden;
	padding: 5px 15px;
	position: relative;
}
.pi_price:before, .pi_price:after{
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;
	box-shadow: -1px -1px 0 #dad3a4, 0 2px 0 rgba(0, 0, 0, 0.05) inset;
	content: "";
	display: block;
	height: 16px;
	left: -8px;
	margin: -8px 0 0;
	position: absolute;
	top: 50%;
	width: 16px;
}
.pi_price:after{
	left: auto;
	right: -8px;	
}
.pi_price.pi_price_action{
	color: #a50000;	
}
.pi_price small{}
.pi_old_price {
	color: #808080;
	display: inline-block;
	font-style: italic;
	font-weight: bold;
	margin: 3px 10px 5px;
	padding: 0 5px;
	position: relative;
}
.pi_old_price:before{
	background: url("../images/old_price_red_line.png") no-repeat scroll 50% 50% / 100% 13px rgba(0, 0, 0, 0);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.shipping_freightuc{
	font-size: 13px;
	margin: 0 0 5px;	
}
.pi_product_code{
	background: none repeat scroll 0 0 #f0f1f1;
	border-radius: 3px;
	float: right;
	margin: 0 0 5px;
	padding: 3px 5px;
}
.pi_add2cart_button .addtocart_wrp{}
.pi_add2cart_button .addtocart_wrp .product_qty{
	border: medium none;
	border-radius: 3px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
	color: #000;
	display: inline-block;
	font-size: 16px;
	height: 31px;
	line-height: 15px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 30px;
}
.pi_add2cart_button .addtocart_wrp .add2cart_handler{
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
	font-size: 30px;
	font-weight: normal;
	height: 60px;
	margin: 0 0 0 7px;
	padding: 0 10px;
}
.product_info .stock_label {
	background: url("../images/outofstock_ico.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	clear: both;
	display: block;
	margin: 0 0 0 15px;
	padding: 0 0 0 16px;
}
.product_info .stock_label.instock {
  background: url("../images/instock_ico.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
}
.product_info .stock_label.preorder{
	background: url("../images/preorder_ico.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);	
}
.pi_row{
	clear: both;
	display: block;
	margin: 10px 0 15px;
}
.pi_row .pi_cell{
	float: left;
	margin: 0 15px 0 0;
}
.ship_pay_link{
	background: url("../images/pacart_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 38px;
	line-height: 17px;
	padding: 0 0 0 60px;
	width: 136px;
}

#vote{
	height: 23px;
	margin: 0 0 20px;
}
#curr-rating {
	background: url("../images/votes_big_stars.png") repeat-x scroll left 100% rgba(0, 0, 0, 0);
	float: left;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 130px;
	z-index: 1;
}
#curr-rating i {
	background:url("../images/votes_big_stars.png") repeat-x scroll left top transparent;
	display:block;
	height:23px;
}
#rating {
	float: left;
	height: 23px;
	margin: 0 0 0 -130px;
	position: relative;
	width: 130px;
	z-index: 2;
}
#rating:hover {
	height: 23px;
	width:130px;
	overflow:hidden;
}
#rating u{display:block;border: medium none;float:left;height:23px;width:26px;position:relative;cursor:pointer;}
#rating u:hover{background: url('../images/votes_big_stars.png') left 0;left: 0px;}
#rating u#u1{z-index:5;}
#rating u#u2{
	margin: 0 0 0 -26px;
	width: 52px;
	z-index: 4;
}
#rating u#u3{
	margin: 0 0 0 -52px;
	width: 78px;
	z-index: 3;
}
#rating u#u4{
	margin: 0 0 0 -78px;
	width: 104px;
	z-index: 2;	
}
#rating u#u5{
	margin: 0 0 0 -104px;
	width: 130px;
	z-index: 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 #e03837;
	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 #e03837;
	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: #e03837 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: 26px;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	vertical-align: middle;
}
.date_discount_wrp .date_discount_counter{
	background: rgb(247,247,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,0,1) 0%, rgba(229,199,29,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(247,247,0,1) 0%,rgba(229,199,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(247,247,0,1) 0%,rgba(229,199,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 2px;
	box-shadow: 0 2px 0 #BFAB18;
	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%;
}

.product_info_extra{
	margin: 0 0 20px;
}
.all_product_pictures_wrp{
	clear: both;
	display: block;
	margin: 0;
}
.all_product_pictures_wrp .imgwrp{
	background: none repeat scroll 0 0 #ffffff;
	display: inline-block;
	font-size: 0;
	height: 100px;
	line-height: 100px;
	margin: 0 10px 10px 0;
	text-align: center;
	width: 100px;
}
.all_product_pictures_wrp .imgwrp img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

/*product_label*/
.auction_product_label_small{
	background: none repeat scroll 0 0 #e03837;
	color: #fff;
	display: block;
	font-size: 14px;
	font-style: italic;
	line-height: 1;
	padding: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
}
.specialoffer_product_label_small{
	background: #e18e21; /* Old browsers */
	color: #fff;
	display: block;
	font-size: 14px;
	font-style: italic;
	line-height: 1;
	padding: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
}
.new_product_label_small{
	background: #71b200;
	color: #fff;
	display: block;
	font-size: 14px;
	font-style: italic;
	line-height: 1;
	padding: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
}
.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;
}

.product_info_images_wrp{
	position: relative;	
}
.product_info_images_wrp .imgwrp{
	background: none repeat scroll 0 0 #ffffff;
	display: block;
	font-size: 0;
	height: 400px;
	line-height: 400px;
	margin: 0 0 10px;
	position: relative;
	text-align: center;
}
.product_info_images_wrp .imgwrp img{
	max-height: 400px;
	max-width: 100%; 
	vertical-align: middle;
}
.product_info_images_wrp .imgwrp .zoom_ico{}

.pi_discription{
	margin: 0 15px 15px 0;
	padding: 15px 0;
}
.pi_models_wrp{
	overflow-y: auto;	
}
.pi_models{
	font-size: 12px;
	width: 100%;	
}
.pi_models .pi_models_header{
	font-weight: bold;
}
.pi_models tr{}
.pi_models tr:hover{
	background: rgba(0,0,0,0.025);
}
.pi_models tr td{padding: 5px 5px 5px 0 !important;}
.pi_models .show_child_models{
	background: #71b200;
	background: rgb(113,178,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(113,178,0,1) 0%, rgba(128,186,25,1) 29%, rgba(141,194,49,1) 29%, rgba(113,178,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(113,178,0,1)), color-stop(29%,rgba(128,186,25,1)), color-stop(29%,rgba(141,194,49,1)), color-stop(100%,rgba(113,178,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(113,178,0,1) 0%,rgba(128,186,25,1) 29%,rgba(141,194,49,1) 29%,rgba(113,178,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(113,178,0,1) 0%,rgba(128,186,25,1) 29%,rgba(141,194,49,1) 29%,rgba(113,178,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(113,178,0,1) 0%,rgba(128,186,25,1) 29%,rgba(141,194,49,1) 29%,rgba(113,178,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(113,178,0,1) 0%,rgba(128,186,25,1) 29%,rgba(141,194,49,1) 29%,rgba(113,178,0,1) 100%); /* W3C */
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 8px 15px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	white-space: nowrap;
}
.pi_models .show_child_models:before{
	border-color: transparent #86be25 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;
	line-height: 0;
	max-height: 50px;
	text-align: center;
	vertical-align: middle;
	width: 100px;	
}
.pi_models .imgwrp img{max-height: 50px;}
.pi_models .pi_price{
	font-size: 22px;
	font-weight: normal;
	padding: 0 10px;
	white-space: nowrap;
}
.pi_models .pi_price::before, .pi_models .pi_price::after{
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 50%;
	box-shadow: -1px -1px 0 #dad3a4, 0 2px 0 rgba(0, 0, 0, 0.05) inset;
	content: "";
	display: block;
	height: 10px;
	left: -5px;
	margin: -5px 0 0;
	position: absolute;
	top: 50%;
	width: 10px;
}
.pi_models .pi_price::after{
	left: auto;
	right: -5px;
}
.pi_models .pi_price small{
	font-size: 13px;
}
.pi_models .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;
}
.pi_models .stock_label.instock {
  background: url("../images/instock_ico.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
}
.pi_models .stock_label.preorder{
	background: url("../images/preorder_ico.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);	
}
.pi_models .addtocart_wrp{
	padding: 0 0 0 10px;	
}
.pi_models .addtocart_wrp .product_qty{}
.pi_models .addtocart_wrp .add2cart_handler{}

.pi_models.pi_models_list{}
.pi_models.pi_models_list .imgwrp {
	max-height: 100px;
	width: 100%;
	text-align: left;
}
.pi_models.pi_models_list .imgwrp img {
	max-height: 100px;
}
.pi_models.pi_models_list .model_name {
	display: block;
	margin: 0 0 5px;
	clear: both;
	color: #000;
	font-size: 15px;
}
.pi_models.pi_models_list .stock_label {
	margin: 0 0 5px;
}
.pi_models.pi_models_list .pi_price {}
.pi_models.pi_models_list .pi_model_code {
	color: gray;
	display: block;
	clear: both;
	margin: 0 0 3px;
}
.pi_models.pi_models_list .model_extra {
	padding: 3px 0px 3px 10px;
	margin: 0 0 5px;
	border-left: 1px solid rgba(0,0,0,0.1);
	font-size: 12px;
}
.pi_models.pi_models_list .model_extra .model_extra_item {
	display: block;
}
.pi_models.pi_models_list .show_child_models{}

/* product_child_model_wrp */
.product_child_model_wrp{
	margin: 0 -30px 0 0;
}
.product_child_model_wrp .product_brief_table{
	height: auto;
	text-align: center;
	width: 140px;
}
.product_child_model_wrp .product_brief_table .imgwrp{
	height: 100px;
	line-height: 100px;	
}
.product_child_model_wrp .product_brief_table .imgwrp img{
	max-height: 90px;	
}
.product_child_model_wrp .product_brief_table .pb_product_name{
	font-size: 13px;
	margin: 0 0 5px;
	text-align: center;	
}
.product_child_model_wrp .product_brief_table .pb_price_but_wrp{
	margin: 0 0 5px;
}
.product_child_model_wrp .product_brief_table .addtocart_wrp{
	border: medium none;
	box-shadow: none;
	display: inline-block;
	font-size: 13px;
	height: auto;
	line-height: 0;
	margin: 0;
}
.product_child_model_wrp .product_brief_table .addtocart_wrp .add2cart_handler{
	background: url("../images/small_cart_ico.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	box-shadow: none;
	display: inline-block;
	font-size: 0;
	height: 35px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 35px;	
}
.product_child_model_wrp .product_brief_table .stock_label{
	display: inline-block;
	margin: 0;
	padding: 0 0 0 16px;
}


.tabs{
	border-bottom: 5px solid #303030;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
}
.tabs li{
	background: none repeat scroll 0 0 #fff;
	border-color: #f3f3f3 #f3f3f3 -moz-use-text-color;
	border-image: none;
	border-radius: 5px 5px 0 0;
	border-style: solid solid none;
	border-width: 2px 2px medium;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	color: #303030;
	cursor: pointer;
	display: inline-block !important;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: 0 5px 0 0 !important;
	padding: 0 20px;
	position: relative;
}
.tabs li.current, .tabs li:hover{
	border: 2px solid #303030;
	background: #303030;
	color: #eaed00;
	z-index: 2;
	box-shadow: none;
}

.tabs.model_tabs{
	background-color: #0079b2;
	border: medium none;
	border-radius: 5px;
	overflow: visible;
	padding: 6px 0 0 15px !important;
	position: relative;
}
.tabs.model_tabs li{
	background: none repeat scroll 0 0 #ffffff;
	border: medium none;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px 5px !important;
	padding: 8px 15px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.tabs.model_tabs li.current, .tabs.model_tabs li:hover{
	background: #71b200;
	background: rgb(113,178,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(113,178,0,1) 0%, rgba(128,186,25,1) 29%, rgba(141,194,49,1) 29%, rgba(113,178,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(113,178,0,1)), color-stop(29%,rgba(128,186,25,1)), color-stop(29%,rgba(141,194,49,1)), color-stop(100%,rgba(113,178,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(113,178,0,1) 0%,rgba(128,186,25,1) 29%,rgba(141,194,49,1) 29%,rgba(113,178,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(113,178,0,1) 0%,rgba(128,186,25,1) 29%,rgba(141,194,49,1) 29%,rgba(113,178,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(113,178,0,1) 0%,rgba(128,186,25,1) 29%,rgba(141,194,49,1) 29%,rgba(113,178,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(113,178,0,1) 0%,rgba(128,186,25,1) 29%,rgba(141,194,49,1) 29%,rgba(113,178,0,1) 100%); /* W3C */
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	color: #ffffff;
}
.tabs.model_tabs li.current:before{
	border-color: rgba(113,178,0,1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-image: none;
	border-style: solid;
	border-width: 10px;
	content: "";
	display: block;
	left: 50%;
	margin: 0 0 0 -10px;
	position: absolute;
	top: 100%;
}

.panes{
	background: none repeat scroll 0 0 #ffffff;
	border-bottom: 5px solid #f3f3f3;
	overflow: hidden;
}
.panes .pane_wrp{
	margin: 15px 0;
	padding: 0;
}

.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 dotted #dadada;
	clear: both;
	display: block;
	margin: 0 0 15px;
}
.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;	
}
.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: none repeat scroll 0 0 #303030;
	clear: both;
	color: #fff;
	display: block;
	position: relative;
}
.footer_wrp footer{
	clear: both;
	color: #fff;
	display: block;
	font-size: 12px;
	margin: 0 auto;
	max-width: 1400px;
	padding: 5px 0;
	position: relative;
}
.footer_wrp footer .footer_copy{
	color: #b1b1b1;
	display: block;
	float: left;
	line-height: 41px;
	padding: 0 25px 0 0;
	width: 260px;
}
.footer_wrp footer .footer_copy .footer_logo{
	background: url("../images/footer_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
	display: inline-block;
	height: 27px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	width: 85px;
}
.footer_wrp footer .footer_top_menu{
	float: left;
	margin: 0;
	padding: 0 25px 0 0;
}
.footer_wrp footer .footer_top_menu table{
	height: 37px;
	margin: 0;
	width: 100%;	
}
.footer_wrp footer .footer_top_menu table tr{}
.footer_wrp footer .footer_top_menu table tr td{
	padding: 0 5px;	
	vertical-align: middle;
}
.footer_wrp footer .footer_top_menu table tr td a{
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 0 5px 0 0;
	vertical-align: middle;
}
.footer_wrp footer .footer_top_menu{}
.footer_wrp footer .footer_soc_buttons{
	display: block;
	float: right;
	line-height: 40px;
	margin: 0 30px 0 0;
}
.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 5px;
	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: 5px 0 0;
	right: 30px;
	width: 88px;
}

/* sidebar*/
.floating_sidebar{
	background: none repeat scroll 0 0 #e9e9e9;
	border-left: 3px solid #e18e21;
	box-shadow: -1px 3px 0 1px rgba(0, 0, 0, 0.03);
	margin: -176px 0 0;
	padding: 10px 0 0;
	position: fixed;
	right: 0;
	top: 50%;	
}
.floating_sidebar .fs_item{
	background: url("../images/floating_sidebar_br.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
	margin: 0 0 10px;
	padding: 0 0 10px;
	width: 40px;	
}
.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, 0.1);
	color: gray;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 auto 10px;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 20px;	
}
.floating_sidebar .fs_item .fs_item_name{
	background: url("../images/floating_sidebar_text.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 62px;
	text-shadow: 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;
	margin: 1px 0 0;
	padding: 0 4px;
	text-align: center;
	white-space: pre;
	font-weight: normal;
	*display: inline;
	zoom: 1;
}
.tooltip_btns a:hover{border-color: #007FC0;}
.tooltip_btns .dellallcompare{color: Red;}
.compare-list a, .wish-list a{
	padding: 0 16px 1px 3px;
	font-weight: normal;
} 

/*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 #f3f3f3;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
}
#cart_content_tbl tr td{
	border-bottom: 1px solid #DADADA;
	padding: 5px;
}
#cart_content_tbl tr td .imgwrp{
	border-radius: 3px 3px 3px 3px;
	display: block;
	font-size: 0;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	width: 50px;
}
#cart_content_tbl tr td .imgwrp img{
	max-height: 50px;
	max-width: 50px;
	vertical-align: middle;
}
#cart_content_tbl #cart_total {}
#cart_content_tbl #discount_coupon_code {
	height: 24px;
	vertical-align: middle;
	width: 80px;
}
#cart_content_tbl .apply_coupon {
	font-size: 12px;
	padding: 3px 5px;
	vertical-align: middle;
}
#cart_content_tbl .recalculate {
	font-size: 12px;
	padding: 3px 5px;
	vertical-align: middle;
}
.btn_checkout_wrp{
	background-color: #fef6bf;
	border-radius: 5px;
	display: inline-block;
	padding: 10px;
}
.btn_checkout_wrp .btn_checkout{
	margin: 5px 0 0;
	padding: 10px 20px;
}

.no_email_wrp{
	font-size: 12px;
	padding: 5px;
	vertical-align: middle;
}
.no_email_wrp #no_email_handler{vertical-align: middle;}

.loading{
	background: url('../images/loading.gif') no-repeat scroll 50% 50% transparent;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
.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;
	border-radius: 5px;
	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;
}

.error_block, .success_block{
	background: none repeat scroll 0 0 #FFEEEE;
	border: 1px solid darkred;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	margin: 0 0 10px;
	padding: 5px;
	text-shadow: 0 1px 0 #FFFFFF;
}
.success_block{
	background: none repeat scroll 0 0 #f7ffde;
	border-color: #b8cb7e;
}
.error_block .error_message, .success_block .success_message{font-weight: bold;}

/*tooltip*/
.tooltip {
	background: none repeat scroll 0 0 #fff;
	border: 3px solid #0079b3;
	border-radius: 5px;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
	display: none;
	font-size: 13px;
	line-height: 14px;
	min-height: 30px;
	min-width: 100px;
	padding: 5px 10px;
	text-shadow: 0 1px 0 #ffffff;
	width: 230px;
	z-index: 5;
}
.tooltip:before{
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0079b3;
	bottom: -10px;
	content: "";
	height: 0;
	left: 50%;
	margin: 0 0 0 -10px;
	position: absolute;
	width: 0;
}
.tooltip.bottom {
	margin: 10px 0 0 0;
}
.tooltip.bottom:before {
	border-top: none;
	border-bottom: 10px solid #0079b3;
	top: -10px;
}
.tooltip.left {
	margin: -10px 0 0 -13px;
}
.tooltip.left:before {
	border-bottom: 10px solid transparent;
	border-left: 10px solid #0079b3;
	border-top: 10px solid transparent;
	left: auto;
	margin: -10px 0 0;
	right: -22px;
	top: 50%;
}
.tooltip_subcats{
	background: none repeat scroll 0 0 #ffffff;
	border: 6px solid #ceea9d;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	display: none;
	margin: -5px 0 0 16px;
	min-width: 200px;
	z-index: 3;
}
.tooltip_subcats:before{
	border-color: rgba(0, 0, 0, 0) #ceea9d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-image: none;
	border-style: solid;
	border-width: 15px 10px 15px 15px;
	content: "";
	left: -31px;
	position: absolute;
	top: 2px;
}
.tooltip_subcats ul{
	margin: 0;
	padding: 0;
}
.tooltip_subcats ul li{
	color: #45638a;
	display: block;
	padding: 0;
	position: relative;
}
.tooltip_subcats ul li a{
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	display: block;
	padding: 3px 10px 3px 15px;
	text-decoration: none;
}
.tooltip_subcats ul li > a:hover{
	background: none repeat scroll 0 0 #f3f3f3;
}
.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 {
	background: none repeat scroll 0 0 #fff;
	border-color: -moz-use-text-color #dbdbdb #dbdbdb;
	border-image: none;
	border-radius: 0 0 5px 5px;
	border-style: none solid solid;
	border-width: medium 2px 2px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
	z-index: 4;
}
.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width: 3000px;
	height: 3000px;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	border-bottom:1px dotted #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: rgba(0,0,0,0.05);}
.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{
	background: url("/images/ajax_load.gif") no-repeat scroll 50% 50% #FFFFFF;
	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-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');-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;}
.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;}
.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;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);}
@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;}
#fancybox-loading div{background-image:url('../images/fancybox_loading@2x.gif');background-size:24px 24px;}
}
#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 none;overflow:hidden;position:relative;}
#fancybox-thumbs ul li.active a{border-color:#2a4b12;}
#fancybox-thumbs ul li img{display:block;position:relative;border:0;padding:0;max-width:none;}

.highslide {
	cursor: url(/store/published/SC/html/scripts/3rdparty/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(/store/published/SC/html/scripts/3rdparty/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}

/* Controlbar example */
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(/store/published/SC/html/scripts/3rdparty/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .close {
	background: url(/store/published/SC/html/scripts/3rdparty/highslide/graphics/controlbar4.gif);
	width: 36px;
	background-position: -130px 0;
}
.controlbar {	
	background: url(/store/published/SC/html/scripts/3rdparty/highslide/graphics/controlbar4.gif);
	width: 127px;
	height: 34px;
}
.highslide-full-expand {
        background: url(/store/published/SC/html/scripts/3rdparty/highslide/graphics/fullexpand.gif);
        width: 45px;
        height: 44px;
}


/* Responsive */
.visible-xs { display: none; }
@media (max-width: 767px) {

	.visible-xs {
		display: block;
	}

	.hidden-xs {
		display: none;
	}

}