@charset "utf-8";
* {
	margin: auto;
}

@font-face {
    font-family: 'segoeui';
    src: url('../fonts/segoeui.ttf');
}
@font-face {
    font-family: 'segoeuib';
    src: url('../fonts/segoeuib.ttf');
}
@font-face {
    font-family: 'segoeui_0';
    src: url('../fonts/segoeui_0.ttf');
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #AAAAAA !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #AAAAAA !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #AAAAAA !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #AAAAAA !important;
}

html{

}
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#FFF;
	color:#666;
	background-position: center top;
}
img{
	border:none;
}
a{
	font-weight:normal;
	color: #009adb;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
p{
	font-size:15px;
	line-height: 25px;
	margin: 15px 0;
}
p b a,
p strong a {
	font-weight: bold;
}

:focus{ outline: 0; }
/* Headings */
h1{
	font-family: 'segoeui_0', Arial, Helvetica, sans-serif;	
	font-size: 36px;
	line-height: 44px;
	margin: 15px 0;
}
h2,
.div-h2{
	font-family: 'segoeui_0', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 15px 0;
}
h3,
.div-h3{
	font-family: 'segoeui_0', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0;
}
h4{
	font-family: 'segoeui_0', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 15px 0;
}
h5{
	font-family: 'segoeui_0', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 15px 0;
}
h6{

}

/*clear*/
.bold{
	font-weight:bold;
}
.left{
	float:left;
}
.rihgt, .right{
	float:right;
}
.black{
	color:#333;
}
.clear{
	clear:both;
}
.none,
.re-images-table.none{
	display: none;
}


#block_client {
	background: #F66;
	color: #800;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	left: 50%;
	line-height: 30px;
	margin-left: -500px;
	position: fixed;
	top: 0;
	width: 1000px;
	z-index: 500;
}
#block_client a {
	color: #800;
	font-size: 14px;
	font-weight: bold;
}
#block_client.trial_client {
	font-size: 17px;
	background: #F88;
	color: #800;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
#block_client.trial_client a {
	font-size: 17px;
	color: #800;
}

/*body*/
#body{
	padding-top:40px;
	width:1000px;
	position:relative;
	-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
}
/*top_menu*/
#top_menu{
	background:#f5f5f5;
	padding:5px 30px;
	height:30px;
	line-height:30px;
	position:fixed;
	width:940px;
	left:50%;
	margin-left:-500px;
	border-bottom:1px dashed #dddddd;
	color:#707070;
	font-size:15px;
	z-index:500;
}
#top_menu a{
	display:block;
	float:left;
	padding-top:7px;
	text-decoration: none;
	color:#707070;
}
#top_menu a span{
	display:block;
	border-bottom:1px dashed #8f8f8f;
	line-height:normal;
	line-height: 16px;
}
#top_menu a:hover span{
	border:none;
}
#top_menu a.login{
	padding-left:20px;
	font-weight:bold;
	background:url('../images/lolin.png') no-repeat;
}
#top_menu a.orders{
	font-weight:bold;
}
#top_menu .sep{
	margin:0 10px;
}
#top_menu a.basket{
	padding-left: 30px;
	background: url("../images/basket.png") no-repeat scroll 0 4px transparent;
	margin-right: 5px;
	padding-top: 7px;
	padding-bottom: 1px;
}
#top_menu a.catalog{
	padding: 0;
	background: none;
	margin: 0;
	float: none;
	display: inline;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
/*header*/
#header{
	background:#FFFFFF;
	background:rgba(255,255,255,0.8);
	z-index:10;
	position:relative;
}
#header .top_block{
	padding:20px 30px 15px;
}
#header .logo{
	font-family: 'segoeui', Arial, Helvetica, sans-serif;
	color:#666666;
	padding-top: 6px;
	padding-right: 4px;
	display:block;
	text-decoration:none;
	float:left;
	max-width: 422px;
	overflow: hidden;
}
#header .logo.img{
	padding-top: 0;
}
#header .logo span.light{
	font-size:42px;
}
#header .logo span.bolder{
	font-size:42px;
	font-family: 'segoeuib', Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
#header .logo span.lightitalic{
	font-size:18px;
	font-style:italic;
	display: block;
	line-height: 22px;
}
.contackts{
	background-color: #FFFFFF;
	border:1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
	padding:10px 0;
	float:right;
}
.contackts .block{
	border-right: 1px solid #DDDDDD;
	float: left;
	font-size: 14px;
	height: 87px;
	overflow: hidden;
	padding: 10px 17px 0;
}
.contackts .soc_link{
	display: block;
	float: left;
	height: 18px;
	margin: 0 11px 11px 0;
	width: 18px;
}
span.contakt{
	display:block;
	padding-left:24px;
	line-height:15px;
	margin-bottom:7px;
}
span.contakt span{
	color:#000;
}
a.contakt{
	display:block;
	text-decoration:none;
	color:#000;
	border-bottom:1px dashed #000;
	float:left;
}
a.contakt:hover{
	border:none;
}
/*main_menu*/
#main_menu{
	width:940px;
	padding:5px;
	background:rgba(0,0,0,0.05);
	margin-bottom:-25px;
}
#main_menu .nav{
	width:916px;
	border:1px solid #dddddd; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-stacking:19px;
	padding:0 11px;
	background:#fff;
	overflow:hidden;	
}
#main_menu .nav a{
	text-decoration: none;
	color:#333;
	padding:10px 26px;
	font-size:16px;
	font-family: 'segoeui_0', Arial, Helvetica, sans-serif;	
	display:block; 
	float:left;
}
#main_menu .nav div.nav-separator{
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	float:left;
	margin: 12px 0 0;
	padding: 20px 0 0;
}
#main_menu .nav a:hover{
	color:#999;
}
#main_menu .nav a:active{
	color:#000;
}
#main_menu .nav a.active{
	color:#000;
}
/*content*/
#content{
	padding-bottom:40px;
	background:#fff;
	padding-top:45px;
}
#slider_container {
	margin: 0 0 20px 0;
}
#slideshow {
	background-color: #FFF;
	border: 1px dashed #DDDDDD;
	border-radius: 4px 4px 4px 4px;
	position: relative;
}
/*left_side*/
#left_side{
	float:left;
	padding:10px 23px 15px 30px;
	width:239px;
	position:relative;
	background:url("../images/bg_left_side.png") repeat-y scroll right center #ffffff;
}
#left_side .top_bg{
	position:absolute;
	right:0;
	top:0;
	background:url('../images/bg_left_side_top.png');
	width:20px;
	height:45px;
}
#left_side .bottom_bg{
	position:absolute;
	right:0;
	bottom:0;
	background:url('../images/bg_left_side_bottom.png');
	width:20px;
	height:45px;
}
/*left_menu*/
#left_menu{
	background:#fff;
	border:1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 4px 0 #f5f5f5;
	-moz-box-shadow: 2px 2px 4px 0 #f5f5f5;
	box-shadow: 2px 2px 4px 0 #f5f5f5;
	padding:13px 0 20px 0;
}
#left_menu .top_title{
	margin:0 8px 20px 8px;
	border-bottom:1px dashed #dddddd;
	font-size:15px;
	text-transform:uppercase;
	padding:0 5px 5px;
	font-family: 'segoeuib', Arial, Helvetica, sans-serif;
	cursor: pointer;
}
#left_menu .top_title:hover{
	 text-decoration: underline;
 }
#left_menu ul{
	list-style:none;
	padding:0;
	margin:0;
}

#left_menu a.level_opener{
	width: 15px;
	height: 15px;
	text-decoration:none;
	display:block;
	float: left;
	padding: 0;
	margin: 7px 2px 0 4px;
	border:none;
	background: url('../images/plus.png') no-repeat 3px 3px;
}
#left_menu a.level_opener.opened{
	background-image: url('../images/minus.png');
}
#left_menu li.active a.level_opener{
	border-left:none !important;
}

#left_menu a{
	text-decoration:none;
	font-size:16px;
	display:block;
	padding: 5px 4px 5px 15px;
	font-weight: bold;
	border-left:3px solid #fff;
	color:#666;
}
#left_menu li.active>a{
	border-left:3px solid #000;
	color:#000;
	font-weight:bold;
}
#left_menu ul>li>ul>li>a{
	padding: 5px 4px 5px 30px;
	font-size: 15px;
	font-weight: normal;
}
#left_menu ul>li>ul>li>a.level_opener{
	margin: 6px 0 0 17px;
}
#left_menu ul>li>ul>li>ul>li>a{
	padding: 4px 4px 4px 45px;
	font-size: 13px;
	font-style: italic;
}
#left_menu ul>li>ul>li>ul>li>a.level_opener{
	margin: 4px 0 0 32px;
}
#left_menu ul>li>ul>li>ul>li>ul>li>a{
	padding-left:60px;
}
#left_menu ul>li>ul>li>ul>li>ul>li>a.level_opener{
	margin: 2px 0 0 47px;
}
#left_menu a:hover{
	color:#000;
}
/*ul.list*/
.h3{
	font-size:15px;
	text-transform:uppercase;
	font-family: 'segoeuib', Arial, Helvetica, sans-serif;	
	margin:40px 0 15px 0;
	clear:both;
}
ul.list, ul.list ul{
	list-style:none;
	padding:0;
	margin:0;
	clear:both;
	display:block;
}
ul.list li{
	margin:0;
	padding:0;
	padding-left:15px;
	display:block;
	clear:both;
}
ul.list>li{
	padding-left:0;
}
ul.list span{
	display:block;
	float:left;
	clear:both;
	margin:5px 0;
	color:#999;
	font-size:14px;
	color: #553322;
}
ul.list a{
	display:block;
	float:left;
	clear:both;
	margin:5px 0;
	color:#999;
	border-bottom:1px dashed #999;
	text-decoration:none;
	font-size:14px;
}
ul.list a:hover{
	border-bottom:1px dashed #fff;
}
/*right_content*/
#right_content{
	background-color: #FFFFFF;
	width:679px;
	padding-left:29px;
	float:left;
	padding-top:10px;
}
.top_padding{
	padding-top:29px;
}
.right_padding{
	padding-right:29px;
}
#right_content_text{
	background-color: #FFFFFF;
	width:650px;
	padding-left:29px;
	padding-right:29px;
	float:left;
	padding-top:10px;
	overflow: hidden;
}
#right_content ul, #right_content ol,
#right_content_text ul, #right_content_text ol {
	margin: 10px 0;
}
#right_content li,
#right_content_text li {
	line-height: 20px;
	font-size: 14px;
}
.searchdiv{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow:hidden;
	height:37px;
}
.search_text{
	width:538px;
	display:block;
	float:left;
	height:17px;
	line-height:17px;
	padding:9px 25px;
	font-size:14px;
	background:#f7f7f7;
	border:1px solid #dddddd;
	border-right:none;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	color:#666;
}

.search_sumbit{
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: url('../images/searchgif.png') no-repeat;
	-webkit-box-shadow: -1px 0 4px 0 #c9c9c9;
	-moz-box-shadow: -1px 0 4px 0 #c9c9c9;
	box-shadow: -1px 0 4px 0 #c9c9c9;
	border:none;
	width:60px;
	height:37px;
	cursor:pointer;
}
.search_sumbit:hover{

}
/*block_news*/
.block_news{
	width:330px;
	float:left;
	margin:30px 0;
	padding:15px 0 15px 0;
}
.block_spec{
	width:303px;
	float:left;
	margin:30px 0;
	padding:15px 0 0 15px;
	background:#f7f7f7;
	border:1px dashed #dddddd;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.block_doc{
	width:610px;
	margin: 30px 0 0;
	padding:20px;
}
.block_pay{
	width:610px;
	margin: 0 0 20px 0;
	padding: 5px 20px 20px 20px;
}
.block_del{
	width:650px;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}
.block_image{
	margin-right: 20px;
	overflow: hidden;
	text-align: center;
	width: 200px;
	float:left;
	background-color: #FFFFFF;
}
.block_image img {
	max-height: 200px;
	max-width: 200px;
}
/*head_title*/
.head_title{
	font-size: 27px;
	clear:both;
	line-height: 27px;
	margin: 0 0 15px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}
.popular {
	margin-top: 30px;
}
.head_title h1 {
	margin: 0;
}
.head_title a{
	border-bottom: dashed 1px;
	text-decoration: none;
}
.head_title a:hover{
	border-bottom: solid 1px;
}
.head_title_bold{
	font-size:15px;
	font-family: 'segoeuib', Arial, Helvetica, sans-serif;	
	margin-left:0;
	margin-bottom:5px;
	clear:both;
}

.head_title_small{
	font-size: 20px;
	clear:both;
	line-height: 20px;
	margin: 0 0 15px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}
.head_title_small a{
	border-bottom: dashed 1px;
	text-decoration: none;
}
.head_title_small a:hover{
	border-bottom: solid 1px;
}

.head_title_mini{
	font-size:20px;
	margin-left:0;
	margin-top:20px;
	margin-bottom:25px;
	clear:both;
}
.head_doc_right {
	float: left;
	margin: 0 0 15px 0;
	width: 388px;
	clear: inherit;
}

.info_title{
	font-size: 23px;
	line-height: 32px;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	display: block;
	margin: 0;
}
a.info_title:hover{
	text-decoration: underline;
}

/*block_item_v*/
.products-list{
	position: relative;
}
.block_item_v{
	background:#f7f7f7;
	position:relative;
	padding:4px;
	width:148px;
	height:285px;
	float:left;
	margin:0 12px 12px -3px;
}
.block_item_v:hover{
	background:#f0f0f0;
}
.block_item_v_absolute {
	position: absolute;
	margin: 0;
	float: none;
	display: none;
	z-index: 105;
}
.block_item_v_absolute:hover {
	background:#CDE;
}
.block_item_v .item_content{
	border:1px solid #dddddd;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px;
	width:126px;
	height:263px;
}
.block_item_v .image{
	width:114px;
	height:120px;
	text-align:center;
	overflow:hidden;
	margin:5px auto;
	vertical-align: middle;
	display: flex;
}
.block_item_v .image img{
	max-height: 120px;
    max-width: 114px;
}

.re-images-table {
	width: 100%;
	height: 3px;
	display: table;
	margin: -3px 0 -5px;
}
.re-images-tr {
	display: table-row;
}
.re-images-tr>div {
	height: 3px;
	display: table-cell;
	cursor: pointer;
	background-color: #DDD;
	border-right: solid 1px #FFF;
	border-left: solid 1px #FFF;
}
.re-images-tr>div.active {
	background-color: #333;
}

.block_item_v .title{
	height:105px;
	line-height: 20px;
	margin-top:10px;
	text-align:center;
	font-size:14px;
	overflow: hidden;
}
.block_item_v .title a{
	color:#666666;
	display: block;
	text-decoration: none;
}
.block_item_v .title a:hover {
	text-decoration: underline;
}
.block_item_v .descr{
	height:150px;
	line-height:20px;
	margin-top:10px;
	text-align:center;
	font-size:14px;
	overflow: hidden;
}
.block_item_v .descr a{
	font-size:20px;
	margin-bottom:10px;
	display: block;
	text-decoration: none;
}
.block_item_v .descr a:hover {
	text-decoration: underline;
}
.block_item_v .price{
	text-align:center;
	font-size:18px;
	color:#333333;
	margin: 0 -10px;
}
.block_item_v .price span{
	color:#666666;
	font-size:12px;
}
.block_item_v .price-old{
	text-align:center;
	font-size:11px;
	color:#999999;
	text-decoration:line-through;
	cursor:help;
	margin: 0 -10px;
}
.block_item_v .price-old-empty{
	padding-top:14px
}
.block_item_v .price-old span{
	color:#AAAAAA;
	font-size:10px;
}

.block_item_v .mini, .block_item_g .mini{
	margin-top:2px;
	font-weight: bold;
	font-size:12px !important;
}
.block_item_v .mini span, .block_item_g .mini span{
	font-weight: normal;
	font-size:12px !important;
}

.price_btn .price b{
	font-weight: bold;
	font-size:15px !important;
}
.price_btn span.mini{
	font-weight: normal;
	font-size:14px !important;
}

.block_item_v .fastbuy{
	display: none;
	padding: 10px 0 12px;
}
.fastbuy .big_btn{
	float: none;
	font-size: 13px;
	line-height: 24px;
	padding: 0 5px;
	text-align: center;
}
.fastbuy .modifications_params{
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 10px;
	color: #555;
}
.fastbuy .m_param{
	margin: 4px 0;
}
.fastbuy .m_link{
	margin: 10px 0 -4px;
	text-align: center;
}
.fastbuy .m_link a{
	border-bottom: dashed 1px;
	display: inline-block;
	text-decoration: none;
}
.fastbuy .m_link a:hover{
	border-bottom: solid 1px;
	text-decoration: none;
}
.fastbuy .not_available{
	text-align: center;
	font-weight: bold;
}


/*block_item_g*/
.block_item_g{
	width:286px;
	float:left;
	margin-bottom:20px;
	position: relative;
}
.block_item_g .item_content{
	border:1px solid #dddddd;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:270px;
	height:108px;
	padding:7px;
}
.block_item_g .image{
	width:100px;
	height:100px;
	text-align:center;
	overflow:hidden;
	float:left;
	margin:4px 0;
}
.block_item_g .image img{
	max-height:100px;
	max-width:100px;
}
.block_item_g .title{
	height:78px;
	margin-top: 5px;
	margin-left:120px;
	line-height: 20px;
	text-align:left;
	font-size:14px;
	overflow: hidden;
}
.block_item_g .title a{
	color:#666666;
	display: block;
}
.block_item_g .price{
	text-align:right;
	font-size:18px;
	color:#333333;
	margin-left:120px;
}
.block_item_g .price span{
	color:#666666;
	font-size:12px;
}
.block_item_g .price-old{
	text-align:right;
	font-size:11px;
	color:#999999;
	margin-left:120px;
	text-decoration:line-through;
	cursor:help;
}
.block_item_g .price-old-empty{
	padding-top:14px
}
.block_item_g .price-old span{
	color:#AAAAAA;
	font-size:10px;
}

/*context*/
#context{
	width:940px;
	padding: 50px 30px;
	background:rgba(255,255,255,0.8);
}
#context li{
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
}

/*path*/
.way{
	margin:0 !important;
	padding: 28px 0 30px;
	height:20px;
	clear:both;
	list-style:none;
}
.way li{
	display:block;
	float:left;
	padding:0;
	margin:0;
	font-size:13px !important;
	line-height:20px !important;
}
.way a{
	text-decoration:none;
	border-bottom:1px dashed #AAA;
	color:#AAA;
}
.way a:hover{
	border-bottom-color:#FFF;
}
.way .way-last{
	color:#666;
	border-bottom-color:#FFF;
}
.way .arrow{
	padding: 0 5px;
	color:#CCC;
	line-height: 18px !important;
}

/*sort*/
.sort{
	padding-top:8px;
	float:right;
	margin-right:35px;
	width:270px;
	line-height: 20px;
	position: relative;
}
.sort a, .sort span{
	display:block;
	float:right;
	font-size:14px;
}
.sort a{
	text-decoration:none;
	border-bottom:1px dashed #666;
	color:#666;
	line-height: 20px;
	margin-left: 20px;
}
.sort a:hover{
	border-color:#fff;
}

.brands-wrapper {
	float: left;
	padding: 10px 0 0;
	position: relative;
}
.re-brands {
	font-size: 21px;
	line-height: 21px;
}
.brands {
	width: 230px;
	padding: 10px 15px;
	background: #fff;
	border: solid 1px #ccc;
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	border-radius: 4px;
	position: absolute;
	z-index: 110;
	left: 0;
	top: 2px;
	display: none;
}
.brands a {
	display: block;
	border: none !important;
	float: none;
	font-size: 15px;
	line-height: 15px;
	margin: 8px 0;
}
.brands a:hover {
	text-decoration: underline;
	border: none;
}
.brands a.re-brands-close {
	display: inline;
	float: right;
	font-size: 21px;
	font-weight: bold;
	margin: -10px -13px 0 0;
	padding: 5px;
	text-decoration: none;
}
.brands a.re-brands-close:hover {
	text-decoration: none;
}

/*navigation*/
.navigation{
	text-align:center;
	clear:both;
}
#navigation table,
#navigation tr,
#navigation th,
#navigation td {
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	margin: 0 auto !important;
	padding: 0 !important;
	width: auto !important;
}
.page-navigator{
	margin-top:20px;
}
.page-navigator a, .page-navigator span{
	display:block;
	float:left;
	margin-left:5px;
	padding:3px 4px;
	text-decoration:none;
	color:#9f9f9f;
}
.page-navigator a:hover{
	color:#222222;
}
.page-navigator span a{
	float:none;
	margin:0;
	padding:0;
}
.page-navigator span.active{
	background:#9f9f9f;
	color:#FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.page-navigator span.first a{
	background:url('../images/navigation_arrow_left.gif') no-repeat;
	width:9px;
	height:10px;
	margin-top:3px;
}
.page-navigator span.last a{
	background:url('../images/navigation_arrow_right.gif') no-repeat;
	width:9px;
	height:10px;
	margin-top:3px;
}
.page-navigator span.prev a{
	background:url('../images/navigation_arrow_left.gif') no-repeat;
	width:5px;
	height:10px;
	margin-top:3px;
}
.page-navigator span.next a{
	background:url('../images/navigation_arrow_right.gif') no-repeat -4px 0;
	width:5px;
	height:10px;
	margin-top:3px;
}
/*block_item_img*/
.block_item_img{
	background:#f7f7f7;
	position:relative;
	padding:4px;
	width:314px;
	max-height:367px;
	float:left;
	margin-right: 25px;
}
.block_item_img .item_content{
	border:1px solid #dddddd;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:312px;
	max-height:365px;
	overflow:hidden;
}
.block_item_img .image_big{
	padding: 5px;
	width:302px;
	max-height:288px;
	text-align:center;
	overflow:hidden;
	border-bottom:1px solid #dddddd;
	position: relative;
}
.block_item_img .image_big img{
	max-height:288px;
	max-width:302px;
}
.block_item_img .block_img{
	width:77px;
	height:56px;
	text-align:center;
	overflow:hidden;
	border-right:1px solid #dddddd;
	float:left;
	margin-top:5px;
	margin-bottom: 5px;
}
.block_item_img .block_img_last{
	border-right:none;
}
.block_item_img .block_img img{
	max-height:56px;
	max-width:73px;
}
/*description*/
.description{
	float:left;
	font-size:15px;
	width:650px;
}
.description p{
	margin: 0 0 20px 0;
	line-height:25px;
}
.description .price{
	color:#666;
	font-size: 27px;
	margin-bottom: 21px;
	margin-right: -25px;
}
.description .price span {
	font-size:17px;
}
.description .price-old{
	color:#999999;
	font-size: 18px;
	margin-bottom: 10px;
	text-decoration:line-through;
	cursor:help;
}
.description .price-old span {
	font-size:14px;
}
.description .price_btn {
	width: 300px;
	float: left;
	margin: 20px 0 20px 0;
}
.description .request{
	color:#666666;
	font-size:15px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.description .request span{
	font-size:20px;
}

.description .sku{
	color:#666666;
	font-size:17px;
	margin-top:15px;
}
.description .sku span{
	font-size:17px;
	font-weight: bold;
}

.description .not_available{
	margin-top: 0;
	margin-bottom: 0;
	color:#DD2222;
	font-size:20px;
}
/*big_btn*/
.big_btn{
	display:block;
	text-decoration:none;
	padding:0 30px;
	line-height:41px;
	float:left;
	color:#fff;
	font-size:21px;
	border:1px solid #6e6e6e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #626262;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #626262 0%, #565656 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #626262), color-stop(100%, #565656));
	background-image: -webkit-linear-gradient(top, #626262 0%, #565656 100%);
	background-image: -o-linear-gradient(top, #626262 0%, #565656 100%);
	background-image: -ms-linear-gradient(top, #626262 0%, #565656 100%);
	background-image: linear-gradient(top, #626262 0%, #565656 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#626262", endColorstr="#565656", GradientType=0);
	text-shadow: 0 1px 0 #444444;
}
.big_btn:hover {
	opacity: 0.90;
	-moz-opacity: 0.90;
}
.big_btn:active {
	margin-top: 1px;
	margin-bottom: -1px;
}
/*parametrs*/
.parametrs{
	border-collapse:collapse;
	border-spacing:0;
	font-size:15px;
	width:650px;
	margin-bottom:20px;
	margin-left:0;
}
.parametrs td{
	padding:0 20px;
	line-height:31px;
}
.parametrs .even td{
	background:none;
}
.parametrs .odd td{
	background:#f7f7f7;
}
/*block_news*/
.news_block{
	background:#f7f7f7;
	position:relative;
	padding:4px;
	width:650px;
	margin-bottom:20px;
	height:220;
	margin-left:-4px;
}
.news_block .news_content{
	border:1px solid #dddddd;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:588px;
	padding:30px;
	overflow:hidden;
}
.news_block a.head_title{
	font-size:20px;
	text-decoration:none;
	display:block;
	border-bottom: dashed 1px;
}
.news_block a.head_title:hover{
	border-bottom: solid 1px;
}
.news_block img.brand{
	width: 150px;
	max-width: 150px;
	float: left;
}
.news_block div.brand_descr{
	width: 406px;
	padding-left: 30px;
	float: left;
}
.news_block .date{
	margin-bottom:15px;
	color:#000;
}
.news_block p{
	display:block;
	line-height:23px;
	font-size:15px;
}
/*pays*/
.pays{
	padding-bottom:10px;
}
.pays a{
	display:block;
	width:80px;
	margin-right:33px;
	background-position:center top;
	padding-top:80px;
	float:left;
	color:#666;
	text-decoration:none;
	text-align:center;
	background-repeat:no-repeat;
}
/*delivery*/
.delivery{
	width:545px;
	padding-left:90px;
	background-position:left;
	background-repeat:no-repeat;
	margin-bottom:30px;
	color:#999;
	background-position:top left;
	line-height:20px;
	margin-left:10px;
}
.delivery span{
	color:#333;
	line-height:24px;
	font-size:15px;
}
/*cntackt_data_left*/
.cntackt_data_left{
	width:250px;
	float:left;
	line-height:30px;
	font-size:17px;
	margin-right:26px;
	padding-top:15px;
}
.cntackt_data_left .rihgt{
	font-weight: bold;
}
.emsg{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #f2f2f2;
	font-size:16px;
}
/*.cntackt_data_right*/
.cntackt_data_right{
	float:left;
	width:370px;
	padding:20px 0;
	border:1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.cntackt_data_right .left_band{
	margin-left:20px;
	float:left;
	font-size:15px;
}
.cntackt_data_right .right_band{
	float:right;
	width:115px;
	margin-right:15px;
	font-size:15px;
}
.cntackt_data_right .dark_band{
	background:#f2f2f2;
	height:26px;
	margin-top:10px;
	line-height:26px;
	padding:5px 0;
}
.cntackt_data_right .dark_band .day{
	width:24px;
	line-height:24px;
	height:24px;
	border:1px solid #444;
	float:left;
	background:#666;
	text-align:center;
	color:#fff;
	text-shadow: 0 1px 0 #444444;
	margin-right:5px;
}
/*footer*/
#footer{
	background:#f5f5f5;
	color:#888888;
	line-height:22px;
}
#footer .block_mid{
	width:940px;
	padding:40px 0 0;
	position: relative;
}
#footer a{
	color:#888888;
	border-bottom: dotted 1px #888888;
	text-decoration:none;
}
#footer a:hover{
	border-bottom: none;
}
#footer .bloc_mid{
	width:940px;
}
#footer span{
	font-weight:bold;
	color:#666666;
}
#footer span.adr,
#footer span.tel,
#footer span.email {
	font-weight:normal;
}
#footer .block_left{
	width:240px;
	float:left;
	position: relative;
	z-index: 1;
}
#footer .block_right{
	float:left;
	width:680px;
	position: relative;
	z-index: 1;
}
#footer .block_right div.jur{
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 30px;
}

/*btn*/
.btn,
.re-filters-submit {
	cursor: pointer;
	padding:0 20px !important;
	line-height:27px;
	height:27px;
	font-size:15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#FFF !important;
	border:1px solid #6e6e6e;
	background-color: #8c8c8c;
	background-position: 0 1px;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #8c8c8c 0%, #6e6e6e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c8c8c), color-stop(100%, #6e6e6e));
	background-image: -webkit-linear-gradient(top, #8c8c8c 0%, #6e6e6e 100%);
	background-image: -o-linear-gradient(top, #8c8c8c 0%, #6e6e6e 100%);
	background-image: -ms-linear-gradient(top, #8c8c8c 0%, #6e6e6e 100%);
	background-image: linear-gradient(top, #8c8c8c 0%, #6e6e6e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c8c8c", endColorstr="#6e6e6e", GradientType=0);
	text-shadow: 0 1px 0 #6e6e6e;
}
.btn:hover,
.re-filters-submit:hover {
	opacity: 0.90;
	-moz-opacity: 0.90;
}

/**/
label.labele {
	width: 125px;
	color: #111111;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: right;
}
.input_text {
	font-family: Arial,Helvetica,sans-serif;
	border-color: #CCCCCC;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 1px #eee, 1px 1px 1px #eee inset;
	display: block;
	float: left;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 5px;
	width: 210px;
}
span.input_error {
	color: red;
	display: block;
	float: left;
	margin: 4px 0 10px 10px;
	width: 272px;
}
span.textarea_error {
	color: red;
	display: block;
	float: left;
	margin: 4px 10px 0 144px;
}
.quest_text {
	font-family: Arial,Helvetica,sans-serif;
	border-color: #CCCCCC;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 1px #eee, 1px 1px 1px #eee inset;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	padding-left: 5px;
	padding-top: 5px;
	resize: vertical;
	width: 495px;
}

input.submit{
	line-height:25px;
	float:right; 
	margin: 22px 0 0;
}

/*--------------------------------*/
.hit{
	width:52px;
	height:52px;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	background:url('../images/hit.png') no-repeat;
}
.action{
	width:52px;
	height:52px;
	position:absolute;
	right:0;
	top:0;
	z-index:100;
	background:url('../images/action.png') no-repeat;
}
.new{
	width:42px;
	height:42px;
	position:absolute;
	right:20px;
	top:80px;
	z-index:100;
	background:url('../images/new.png') no-repeat;
}
.images-preview{
	width:16px;
	height:16px;
	position:absolute;
	right:6px;
	bottom:6px;
	z-index:100;
}
.images-preview a{
	opacity: 0.15;
	-moz-opacity: 0.15;
}
.images-preview a:hover{
	opacity: 1;
	-moz-opacity: 1;
}
.not-available {
	width:68px;
	height:11px;
	position:absolute;
	left:4px;
	bottom:4px;
	z-index:100;
	background:url('../images/not-available.png') no-repeat;
}
.on-request {
	width:47px;
	height:11px;
	position:absolute;
	left:4px;
	bottom:4px;
	z-index:100;
	background:url('../images/on-request.png') no-repeat;
}

.folder_cont{
	background: none;
}
.folder_cont:hover{
	background: none !important;
}
.plus_prod{
	font-size: 11px;
	line-height: 9px;
	position: relative;
	top: 7px;
	z-index: 13;
	padding-right: 5px;
	text-shadow: 0 1px 1px #fff;
}
.folder1{
	bottom: 0;
	box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
	left: 0;
	position: absolute;
	z-index: 10;
	border: 1px solid #cccccc !important;
}
.folder1 .images-preview{
	bottom: 1px;
	right: 1px;
}
.folder1 .not-available {
	left:0;
	bottom:0;
}
.folder1 .on-request {
	left:0;
	bottom:0;
}
.folder1 .hit{
	left:-5px;
	top:-5px;
}
.folder1 .action{
	right: -5px;
	top: -5px;
}
.folder2{
	box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
	left: 5px;
	position: absolute;
	top: 3px;
	z-index: 7;
	border: 1px solid #cccccc !important;
}
.folder3{
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 5;
	border: 1px solid #cccccc !important;
}

.block_item_g .on-request {
	left:0;
	bottom:0;
}
.block_item_g .hit{
	left:-4px;
	top:-4px;
}
.block_item_g .action{
	right:-4px;
	top:-4px;
}
.block_item_g .new{
	right: auto;
	top: auto;
	left:10px;
	bottom:10px;
}
.block_item_g .not-available {
	left:0;
	bottom:0;
}
.block_item_img .new{
	top: auto;
	right: 20px;
	bottom: 20px;
}

.contackts .vk{
	background:url('../images/vk.png') no-repeat;
}
.contackts .fb{
	background:url('../images/fb.png') no-repeat;
}
.contackts .ok{
	background:url('../images/ok.png') no-repeat;
}
.contackts .tw{
	background:url('../images/tw.png') no-repeat;
}
.contackts .inst{
	background:url('../images/inst.png') no-repeat;
}
.contackts .gplus{
	background:url(../images/gplus.png) no-repeat;
}
.contackts .youtube{
	background:url(../images/youtube.png) no-repeat;
}
.contackts .mail{
	background:url('../images/mail.png') no-repeat;
}
.contackts .skype{
	background:url('../images/skype.png') no-repeat;
}
.contackts .isq{
	background:url('../images/isq.png') no-repeat;
}
.contackts .phone{
	background:url('../images/phone.png') no-repeat;
}
.contackts .mobile{
	background:url('../images/mobile.png') no-repeat;
}
.contackts .life{
	background:url('../images/life.png') no-repeat;
}
.contackts .vel{
	background:url('../images/vel.png') no-repeat;
}
.contackts .mts{
	background:url('../images/mts.png') no-repeat;
}
.contackts .viber{
	background:url(../images/viber.png) no-repeat 0 1px;
}
.contackts .whatsapp{
	background:url(../images/whatsapp.png) no-repeat 0 1px;
}
.contackts .telegram{
	background:url(../images/telegram.png) no-repeat 0 1px;
}

.contackts .mobile.viber,.contackts .mobile.whatsapp,.contackts .mobile.telegram,
.contackts .life.viber,.contackts .life.whatsapp,.contackts .life.telegram,
.contackts .vel.viber,.contackts .vel.whatsapp,.contackts .vel.telegram,
.contackts .mts.viber,.contackts .mts.whatsapp,.contackts .mts.telegram,
.contackts .viber.whatsapp,.contackts .viber.telegram,.contackts .whatsapp.telegram{
	padding-left: 36px;
}

.contackts .viber.whatsapp{
	background:url(../images/viber.png) no-repeat 0 1px, url(../images/whatsapp.png) no-repeat 16px 1px;
}
.contackts .viber.telegram{
	background:url(../images/viber.png) no-repeat 0 1px, url(../images/telegram.png) no-repeat 16px 1px;
}
.contackts .whatsapp.telegram{
	background:url(../images/whatsapp.png) no-repeat 0 1px, url(../images/telegram.png) no-repeat 16px 1px;
}

.contackts .mobile.viber{
	background:url(../images/mobile.png) no-repeat 0 0, url(../images/viber.png) no-repeat 16px 1px;
}
.contackts .mobile.whatsapp{
	background:url(../images/mobile.png) no-repeat 0 0, url(../images/whatsapp.png) no-repeat 16px 1px;
}
.contackts .mobile.telegram{
	background:url(../images/mobile.png) no-repeat 0 0, url(../images/telegram.png) no-repeat 16px 1px;
}

.contackts .life.viber{
	background:url(../images/life.png) no-repeat 0 1px, url(../images/viber.png) no-repeat 16px 1px;
}
.contackts .life.whatsapp{
	background:url(../images/life.png) no-repeat 0 1px, url(../images/whatsapp.png) no-repeat 16px 1px;
}
.contackts .life.telegram{
	background:url(../images/life.png) no-repeat 0 1px, url(../images/telegram.png) no-repeat 16px 1px;
}

.contackts .vel.viber{
	background:url(../images/vel.png) no-repeat 0 1px, url(../images/viber.png) no-repeat 16px 1px;
}
.contackts .vel.whatsapp{
	background:url(../images/vel.png) no-repeat 0 1px, url(../images/whatsapp.png) no-repeat 16px 1px;
}
.contackts .vel.telegram{
	background:url(../images/vel.png) no-repeat 0 1px, url(../images/telegram.png) no-repeat 16px 1px;
}

.contackts .mts.viber{
	background:url(../images/mts.png) no-repeat 0 1px, url(../images/viber.png) no-repeat 16px 1px;
}
.contackts .mts.whatsapp{
	background:url(../images/mts.png) no-repeat 0 1px, url(../images/whatsapp.png) no-repeat 16px 1px;
}
.contackts .mts.telegram{
	background:url(../images/mts.png) no-repeat 0 1px, url(../images/telegram.png) no-repeat 16px 1px;
}

.contackts .mobile.viber.whatsapp,.contackts .life.viber.whatsapp,.contackts .vel.viber.whatsapp,.contackts .mts.viber.whatsapp,
.contackts .mobile.viber.telegram,.contackts .life.viber.telegram,.contackts .vel.viber.telegram,.contackts .mts.viber.telegram,
.contackts .mobile.telegram.whatsapp,.contackts .life.telegram.whatsapp,.contackts .vel.telegram.whatsapp,.contackts .mts.telegram.whatsapp,
.contackts .viber.telegram.whatsapp{
	padding-left: 52px;
}

.contackts .viber.telegram.whatsapp{
	background:url(../images/viber.png) no-repeat 0 0, url(../images/telegram.png) no-repeat 16px 1px, url(../images/whatsapp.png) no-repeat 32px 1px;
}

.contackts .mobile.viber.whatsapp{
	background:url(../images/mobile.png) no-repeat 0 0, url(../images/viber.png) no-repeat 16px 1px, url(../images/whatsapp.png) no-repeat 32px 1px;
}
.contackts .life.viber.whatsapp{
	background:url(../images/life.png) no-repeat 0 1px, url(../images/viber.png) no-repeat 16px 1px, url(../images/whatsapp.png) no-repeat 32px 1px;
}
.contackts .vel.viber.whatsapp{
	background:url(../images/vel.png) no-repeat 0 1px, url(../images/viber.png) no-repeat 16px 1px, url(../images/whatsapp.png) no-repeat 32px 1px;
}
.contackts .mts.viber.whatsapp{
	background:url(../images/mts.png) no-repeat 0 1px, url(../images/viber.png) no-repeat 16px 1px, url(../images/whatsapp.png) no-repeat 32px 1px;
}

.contackts .mobile.viber.telegram{
	background:url(../images/mobile.png) no-repeat 0 0, url(../images/viber.png) no-repeat 16px 1px, url(../images/telegram.png) no-repeat 32px 1px;
}
.contackts .life.viber.telegram{
	background:url(../images/life.png) no-repeat 0 1px, url(../images/viber.png) no-repeat 16px 1px, url(../images/telegram.png) no-repeat 32px 1px;
}
.contackts .vel.viber.telegram{
	background:url(../images/vel.png) no-repeat 0 1px, url(../images/viber.png) no-repeat 16px 1px, url(../images/telegram.png) no-repeat 32px 1px;
}
.contackts .mts.viber.telegram{
	background:url(../images/mts.png) no-repeat 0 1px, url(../images/viber.png) no-repeat 16px 1px, url(../images/telegram.png) no-repeat 32px 1px;
}

.contackts .mobile.telegram.whatsapp{
	background:url(../images/mobile.png) no-repeat 0 0, url(../images/telegram.png) no-repeat 16px 1px, url(../images/whatsapp.png) no-repeat 32px 1px;
}
.contackts .life.telegram.whatsapp{
	background:url(../images/life.png) no-repeat 0 1px, url(../images/telegram.png) no-repeat 16px 1px, url(../images/whatsapp.png) no-repeat 32px 1px;
}
.contackts .vel.telegram.whatsapp{
	background:url(../images/vel.png) no-repeat 0 1px, url(../images/telegram.png) no-repeat 16px 1px, url(../images/whatsapp.png) no-repeat 32px 1px;
}
.contackts .mts.telegram.whatsapp{
	background:url(../images/mts.png) no-repeat 0 1px, url(../images/telegram.png) no-repeat 16px 1px, url(../images/whatsapp.png) no-repeat 32px 1px;
}

.contackts .mobile.viber.whatsapp.telegram,
.contackts .life.viber.whatsapp.telegram,
.contackts .vel.viber.whatsapp.telegram,
.contackts .mts.viber.whatsapp.telegram{
	padding-left: 68px;
}

.contackts .mobile.viber.whatsapp.telegram{
	background:url(../images/mobile.png) no-repeat 0 0, url(../images/viber.png) no-repeat 16px 1px, url(../images/whatsapp.png) no-repeat 32px 1px, url(../images/telegram.png) no-repeat 48px 1px;
}
.contackts .life.viber.whatsapp.telegram{
	background:url(../images/life.png) no-repeat 0 1px, url(../images/viber.png) no-repeat 16px 1px, url(../images/whatsapp.png) no-repeat 32px 1px, url(../images/telegram.png) no-repeat 48px 1px;
}
.contackts .vel.viber.whatsapp.telegram{
	background:url(../images/vel.png) no-repeat 0 1px, url(../images/viber.png) no-repeat 16px 1px, url(../images/whatsapp.png) no-repeat 32px 1px, url(../images/telegram.png) no-repeat 48px 1px;
}
.contackts .mts.viber.whatsapp.telegram{
	background:url(../images/mts.png) no-repeat 0 1px, url(../images/viber.png) no-repeat 16px 1px, url(../images/whatsapp.png) no-repeat 32px 1px, url(../images/telegram.png) no-repeat 48px 1px;
}


#content table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
#content table tr {
	vertical-align: middle;
}
#content table tr th {
	background-color: #F5F5F5;
	border: solid 1px #DDDDDD;
	font-weight: bold;
	padding: 8px 10px;
	vertical-align: middle;
	text-align: left;
}
#content table tr td {
	border: solid 1px #DDDDDD;
	padding: 8px 10px;
	vertical-align: middle;
}
#content table tr td p {
	vertical-align: middle;
}
#content table tr th p {
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}
#content table tr.pdsection td {
	background-color: #F5F5F5;
	font-weight: bold;
}
#content table tr td.pdinfohead {

}



.rihgt {
	float: right;
}
.emsg {
	border-top: 1px solid #F2F2F2;
	font-size: 16px;
	margin-top: 20px;
	padding-top: 20px;
}
.head_title_mini {
	clear: both;
	font-size: 20px;
	margin-bottom: 25px;
	margin-left: 0;
	margin-top: 20px;
}

.black {
	color: #000000;
}

div#vk {
	float: left;
	height: 22px;
	margin: 20px -6px 0 0;
}
div.fb-like {
	float: left;
	height: 20px;
	margin-top: 21px;
}
div#ok_shareWidget {
	float: left;
	height: 21px;
	margin-left: 10px;
	margin-top: 21px;
}

.head_next_prev {
	margin: -16px 0 10px;
}
a.arr_prev, a.arr_next {
	display: block;
	width: 300px;
	padding: 8px 10px;
	font-size: 11px;
	color: #AAAAAA;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}
a.arr_prev {
	float: left;
}
a.arr_next {
	float: right;
	text-align: right;
	margin-right: 29px;
}
a.arr_prev:hover, a.arr_next:hover {
	background-color: #F0F0F0;
	color: #666666;
	text-decoration: none;
}
.head_next_prev span {
	display: block;
	width: 280px;
	overflow: hidden;
}
a.arr_prev span {
	float: right;
}
a.arr_next span {
	float: left;
}

.arbitrary {
	margin: 30px 0;
}
.arbitrary a {
	text-decoration: none !important;
	border: none !important;
}

.recommerce {
	font-size: 11px !important;
	line-height: 14px !important;
}
.recommerce a {
	border: none !important;
}
.recommerce-logo {
	float: left;
	margin: 1px 8px 25px 0;
}
.recommerce-logo img {
	width: 26px;
	background-image: url('/media/system/images/re-black.png');
}
.recommerce-text {
	float: left;
}
.recommerce-text a:hover {
	text-decoration: underline !important;
}

.re-table-paydel h4 {
	font-size: 20px;
}

.review_button {
	border-bottom: dotted 1px;
	float: right;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 20px;
	text-decoration: none;
}
.review_button:hover {
	border-color: transparent;
}


/* по 4 РАЗДЕЛА в строку */
.block_item_v.section4 {
	width: 147px;
	height: 305px;
}
.block_item_v.section4 .item_content {
	width: 125px;
	height: 283px;
}
.block_item_v.section4 .image {
	width: 114px;
	height: 120px;
}
.block_item_v.section4 .image img {
	max-width: 114px;
	max-height: 120px;
}

/* по 3 РАЗДЕЛА в строку */
.block_item_v.section3 {
	width: 204px;
	height: 360px;
}
.block_item_v.section3 .item_content {
	width: 182px;
	height: 338px;
}
.block_item_v.section3 .image {
	width: 172px;
	height: 170px;
}
.block_item_v.section3 .image img {
	max-width: 172px;
	max-height: 170px;
}

/* по 2 РАЗДЕЛА в строку */
.block_item_v.section2 {
	width: 316px;
	height: 445px;
}
.block_item_v.section2 .item_content {
	width: 294px;
	height: 423px;
}
.block_item_v.section2 .image {
	width: 284px;
	height: 255px;
}
.block_item_v.section2 .image img {
	max-width: 284px;
	max-height: 255px;
}


/* 3 товара в строку */
.block_item_v.per_row3 {
	width: 204px;
	height: 345px;
}
.block_item_v.per_row3 .item_content {
	width: 182px;
	height: 323px;
}
.block_item_v.per_row3 .title {
	height: 85px;
}
.block_item_v.per_row3 .image {
	width: 172px;
	height: 200px;
}
.block_item_v.per_row3 .image img {
	max-width: 172px;
	max-height: 200px;
}

/* 2 товара в строку */
.block_item_v.per_row2 {
	width: 316px;
	height: 445px;
}
.block_item_v.per_row2 .item_content {
	width: 294px;
	height: 423px;
}
.block_item_v.per_row2 .title {
	height: 85px;
}
.block_item_v.per_row2 .image {
	width: 284px;
	height: 300px;
}
.block_item_v.per_row2 .image img {
	max-width: 284px;
	max-height: 300px;
}


/* модификации */
.modifications {
	margin: -20px 0 15px;
}
.mod-title {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 5px;
}
.mod-value {
	display: inline-block;
	margin-bottom: 5px;
}

.mod-checkbox {
	position: absolute;
	left: -9999px;
}
.mod-checkbox+label {
	background: url('/media/system/images/re-icon-checkbox.png') no-repeat scroll 0 0 transparent;
	cursor: pointer;
}
.mod-checkbox:hover+label {
	background-position: 0 -42px;
}
.mod-checkbox:checked+label {
	background-position: 0 -84px;
}
.mod-checkbox:disabled+label {
	opacity: 0.3;
	-moz-opacity: 0.3;
	cursor: not-allowed;
}
.mod-label {
	font-size: 14px;
	line-height: 16px;
	margin: 0 10px 0 0;
	padding: 0 0 0 18px;
}

.mod-select {
	width: 100%;
	font-size: 14px;
	background-color: #f7f7f7;
	border: 1px solid #dddddd;
	height: 25px;
	padding: 1px 2px;
	margin-bottom: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.mod-select option:disabled {
	color: #BBB;
}

.re-order-disabled {
	opacity: 0.4;
	-moz-opacity: 0.4;
	cursor: not-allowed;
}
.re-order-disabled:hover {
	opacity: 0.4;
	-moz-opacity: 0.4;
}
.re-main-price {
	position: relative;
}
.hint {
	background: none repeat scroll 0 0 #ffffdd;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	color: #333333;
	display: none;
	font-size: 14px;
	left: -10px;
	line-height: 20px;
	padding: 15px 15px 15px 20px;
	position: absolute;
	top: -30px;
	width: 165px;
}
.hint-topright-bord {
	border-left: 11px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-top: 10px solid #bbbbbb;
	bottom: -11px;
	height: 0;
	left: 40px;
	position: absolute;
	width: 0;
}
.hint-topright {
	border-left: 11px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-top: 10px solid #ffffdd;
	bottom: -10px;
	height: 0;
	left: 40px;
	position: absolute;
	width: 0;
}



#re-brands-tree-show {
	text-decoration: none;
	border-bottom: dotted 1px;
	font-size: 17px;
	font-weight: bold;
}
#re-brands-tree-show:hover {
	border-bottom-color: transparent;
}
#re-brands-tree {
	padding: 0 0 20px 0;
	display: none;
}
#re-brands-tree ul {
	margin: 0;
	padding-left: 30px;
}
#re-brands-tree a {
	text-decoration: none;
}
#re-brands-tree a:hover {
	text-decoration: underline;
}
#re-brands-tree li {
	list-style: outside none none;
	padding-top: 6px;
	padding-bottom: 6px;
}
#re-brands-tree>li a {
	font-weight: bold;
	font-size: 17px;
}
#re-brands-tree>ul>li a {
	font-size: 16px;
}
#re-brands-tree ul ul li a {
	font-style: italic;
}
#re-brands-tree ul li {
	float: left;
	display: block;
	padding: 3px 10px 3px 0;
}
#re-brands-tree ul li a {
	display: inline-block;
	padding-right: 10px;
}



/* фильтры */
.re-filters {
	padding: 0;
	margin: 25px 0 30px;
	position: relative;
}
.re-filters-selvalues {
	margin: 0 0 15px 0;
}
.re-filters-selected {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
	background: #EEE;
	border: solid 1px #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: help;
}
.re-filters>ul {
	padding: 0 !important;
	margin: 0 !important;
}
.re-filters>ul>li {
	list-style: none none !important;
	padding: 0 15px 0 0 !important;
	margin: 20px 0 !important;
	float: left;
	width: 207px;
	line-height: 20px !important;
}
.re-filters>ul>li>b {
	font-size: 15px;
	margin: 0 0 5px 0;
	display: block;
}
.re-filters>ul>li>i {
	cursor: pointer;
	display: block;
	padding: 0 0 0 20px;
	background: url('/media/system/images/re-icon-checkbox-long.png') no-repeat scroll 0 -484px transparent;
}
.re-filters>ul>li label {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 20px;
	margin: 4px 0;
	display: block;
}
.re-filters>ul>li input[type=text] {
	width: 77px;
	padding: 4px 6px;
	border: solid 1px #AAA;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.re-filters>ul>li input[type=checkbox] {
	position: absolute;
	left: -9999px;
}
.re-filters>ul>li input[type=checkbox]+label {
	background: url('/media/system/images/re-icon-checkbox-long.png') no-repeat scroll 0 2px transparent;
	cursor: pointer;
}
.re-filters>ul>li input[type=checkbox]:hover+label {
	background-position: 0 -241px;
}
.re-filters>ul>li input[type=checkbox]:checked+label {
	background-position: 0 -484px;
}
.re-filters>ul>li input[type=checkbox]:disabled+label {
	opacity: 0.3;
	-moz-opacity: 0.3;
	cursor: not-allowed;
}
.re-filters-clearboth {
	clear: both;
	border-bottom: dotted 1px #CCC;
	margin-right: 30px;
}
.re-filters-hide {
	display: none;
}
.re-filters-range {
	padding: 0;
}

.re-filters-footer {
	margin: 10px 0 0 0;
}
.re-filters-submit {
	float: right;
	height: 33px;
	margin: 0 30px 0 0;
}
.re-filters-submit.re-filters-close {
	margin: 0;
}
.re-filters-link {
	font-size: 13px;
	border-bottom: dotted 1px;
	line-height: 16px;
	text-decoration: none;
}
.re-filters-link:hover {
	text-decoration: none;
	border-bottom-style: solid;
}
.re-filters-clean,
.re-filters-checkall,
.re-filters-uncheckall {
	float: right;
	margin: 9px 20px 0 0;
}
.re-filters-show-all,
.re-filters-hide-all {
	font-weight: bold;
	float: left;
	margin: 9px 0 0 0;
}

.re-filters-show {
	font-size: 13px;
	border-bottom: dotted 1px;
	text-decoration: none;
}
.re-filters-show:hover {
	text-decoration: none;
	border-bottom-style: solid;
}
.re-filters-window {
	display: none;
	position: absolute;
	z-index: 110;
	left: -10px;
	top: 20px;
	width: 628px;
	background: #fff;
	border: solid 1px #ccc;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.re-filters-window>div {
	float: left;
	width: 199px;
	margin: 0 10px 0 0;
}
.re-filters-window .re-filters-window-footer {
	float: none;
	width: auto;
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
}
a.re-filters-close {
	display: inline;
	float: right;
	font-size: 21px;
	line-height: 20px;
	font-weight: bold;
	margin: -20px -17px 0 0;
	padding: 3px;
	text-decoration: none;
}
a.re-filters-close:hover {
	text-decoration: none;
}
a.re-filters-delselected {
	display: block;
	float: right;
	font-size: 19px;
	line-height: 10px;
	padding: 3px 4px 3px 6px;
	font-weight: bold;
	margin: 0 -6px 0 0;
	text-decoration: none;
}
a.re-filters-delselected:hover {
	text-decoration: none;
}

.re-filters-select {
	color: #AAA;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 3px 20px 3px 8px;
	background: url(/media/system/images/re-select-down.svg) no-repeat;
	background-position: right 6px center;
	cursor: pointer;
	transition: border 0.2s;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}
.re-filters-select:hover {
	border-color: #777;
}
.re-filters-select span {
	overflow: hidden;
	display: block;
}
.re-filters-select.selected {
	color: #222;
	border-color: #777;
	background-color: #F0F9FF;
}
.re-filters-with-select .re-filters-window {
	left: auto;
	max-height: 350px;
	width: 320px;
}
.re-filters-with-select .re-filters-window>div {
	width: 320px;
	margin: 0;
	overflow-y: auto;
	max-height: 300px;
	position: relative;
}
.re-filters-with-select .re-filters-window a.re-filters-close {
	padding: 2px;
}
.re-filters-with-select .re-filters-window .re-filters-window-footer {
	margin: 0;
	padding: 19px 0 0 0;
	height: 35px;
	overflow: hidden;
}
.re-filters-with-select .re-filters-clearboth:first-child {
	border-bottom: dotted 1px #CCC;
}
.re-filters-with-select .re-filters-clearboth {
	border-bottom: none;
}
.re-filters-with-select.re-filters>ul>li {
	margin: 10px 0 !important;
}
.re-filters-with-select .re-filters-footer {
	margin-top: 20px;
}
.re-filters-window.right-pos {
	right: 19px;
}

.re-filters-row-2>ul>li:nth-of-type(2n) {
	padding-right: 0 !important;
}
.re-filters-row-3>ul>li:nth-of-type(3n) {
	padding-right: 0 !important;
}
.re-filters-row-4>ul>li:nth-of-type(4n) {
	padding-right: 0 !important;
}
.re-filters-row-2>ul>li {
	padding-right: 29px !important;
	width: 310px;
}
.re-filters-row-4>ul>li {
	padding-right: 10px !important;
	width: 155px;
}
.re-filters-row-4>ul>li>b,
.re-filters-row-4>ul>li>label,
.re-filters-row-4>ul>li>i {
	font-size: 13px;
}
.re-filters-row-4 .re-filters-select {
	font-size: 12px;
	line-height: 19px;
}
.re-filters-row-2>ul>li input[type=text] {
	width: 129px;
}
.re-filters-row-4>ul>li input[type=text] {
	width: 51px;
}




.arbitrary_javascript_top {
	width: 940px;
	margin: 45px auto -25px;
}
.arbitrary_javascript_side {
	margin: 30px 0 10px 0;
}



.product_tabs {
	margin: 30px 30px 30px 0;
	border-bottom: solid 1px #CCC;
}
.p_tab {
	float: left;
}
.p_tab a {
	padding: 8px 16px;
	display: block;
	text-decoration: blink;
	font-size: 15px;
	line-height: 15px;
	border: solid 1px transparent;
	border-radius: 5px 5px 0 0;
	margin: 0 0 -1px 0;
	color: #888;
}
.p_tab a:hover {
	background-color: #F0F0F0;
	border-bottom-color: #CCC;
}
.p_tab a.active {
	border-color: #CCC;
	border-bottom-color: #FFF;
	color: #333;
}
.p_tab a.active:hover {
	background-color: #FFF;
}
.p_tab a sup {
	line-height: 8px;
	font-size: 10px;
}
.re-ptab-content {
	margin: 0 0 30px 0;
}


.same-brand {
	margin: 20px 0 30px;
}
.same-brand li,
.same-brand a {
	font-size: 18px !important;
	line-height: 26px !important;;
	text-decoration: none;
}
.same-brand a:hover {
	text-decoration: underline;
}