@import url(http://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic,latin);

html{
	height: 100%; 
}

body {
	min-width: 1076px;
}

body *{
	font-family: Georgia;
	font-size: 16px;
}
/* height: 20px; */
input{

	border: 1px solid #ccd4d6;
	background-color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	color: #554433;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);
	-moz-box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);
    -webkit-box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);
}

select{
	height: 28px;
	border: 1px solid #ccd4d6;
	background-color: #ffffff;
	padding-left: 10px;
	font-size: 16px;
	font-style: italic;
	color: #554433;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);
	-moz-box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);
    -webkit-box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);
}

input[type="radio"]{
	height: auto;
}

iframe{
	background-color: #c4cfd3;
    width: 100%;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.hide{
	display: none !important;
}

.bold{
	font-weight: bold;
}

a{
	color: #3399cc;
	text-decoration: underline;
}

a:hover{
	color: #000;
}

ul{
	list-style: disc outside none;
    margin: 10px 0 0 16px;
}

ol{
	list-style: decimal outside none;
    margin: 10px 0 0 16px;
}

li{
	margin: 4px 0 0;
}

h1{
	font-size: 26px;
	margin-bottom: 10px;
	color: #807767;
	font-style: italic;
	font-weight: bold;
}

#reviews_block h2{
	font-size: 26px;
	margin-bottom: 10px;
	color: #807767;
	font-style: italic;
	font-weight: bold;
}

h2{
	font-size: 14pt;
	color: #554433;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

#sostav h3{
	font-size: 14pt;
	color: #554433;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

#reviews_block h2{
	font-size: 26px;
	margin-bottom: 10px;
	color: #807767;
	font-style: italic;
	font-weight: bold;
}

#shadow {
    background-color: #000;
    display: none;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.ajax_window{
	width:590px;
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 30px;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 15;

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}

.main_block{
	width: 100%;
}

.center_block{
	width: 980px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.big_center_block{
	width: 1080px;
}

#top_panel{
	height: 60px;
	background-color: #ffcc01;
	display: none;
}

#top_menu{
	height: 60px;
	background: transparent url('/images/A_Top_menu_gradient.png?version=2') repeat-x 0 0;
	position: relative;
}

#top_menu .menu_item{
	margin: 13px 2px 0 20px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

#top_menu .menu_item:hover,
#top_menu .menu_item.active{
	margin: 13px 0px 0 10px;
	display: inline-block;
	text-decoration: none;
	background-color: #1080a4;
	height: 30px;
	padding: 0 2px 0 10px;

	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#top_menu .menu_item.active{
	cursor:default;
}

#top_menu .menu_title{
	font: 18px 'PT Sans';
	color: #edeae5;
	text-shadow: 1px 1px 1px rgba(9, 9, 9, 0.75);
	line-height: 20px;
	display: inline-block;
	margin-top: 4px;
	margin-right: 4px;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #1080a5;
}

#top_menu .menu_title .dot{
	display: none;
	font: 18px 'PT Sans';
	color: #edeae5;
	text-shadow: 1px 1px 1px rgba(9, 9, 9, 0.75);
	line-height: 20px;
	text-decoration: none;
}

#top_menu .menu_item:hover .menu_title .dot,
#top_menu .menu_item.active .menu_title .dot{
	display: inline;
}

#top_menu .count_prod{
	background-color: #1080a5;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	font: 8pt 'PT Sans';
	color: #fff;
	text-shadow: 1px 1px 1px rgba(9, 9, 9, 0.75);
	text-align: center;
	line-height: 20px;

	display: inline-block;
	vertical-align: top;
}

#top_menu .menu_item:hover .count_prod,
#top_menu .menu_item.active .count_prod{
	font: 18px 'PT Sans';
	color: #ffcc00;
	line-height: 29px;
	text-shadow: none;
	margin-left: 2px;
}

#top_menu .search_logo{
	background: transparent url('/images/A_Top_menu.png') no-repeat 0 0;
	width:31px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
}

#top_menu #call_center{
	float: right;
	margin: 0 0px 0 0;
	position: relative;
}

#top_menu #call_center .left_block{
	float: left;
	width: 20px;
	height: 60px;
	background: transparent url('/images/A_Call-center_area.png?version=2') no-repeat 0 0;
	position: relative;
}

#top_menu #call_center .center_block{
	float: left;
	width: 240px;
	height: 60px;
	background: transparent url('/images/A_Call-center_area.png?version=2') repeat-x 0 -62px;
	position: relative;
}

#top_menu #call_center .center_block .phoneheads{
	float: left;
	width: 36px;
	height: 36px;
	background: transparent url('/images/A_Top_menu.png?version=2') no-repeat -40px 0;
	position: relative;
	margin-top: 14px;
	margin-left: 2px;
}

#top_menu #call_center .center_block .text_block{
	font: 14px 'PT Sans';
	color: #ffcc00;
	text-shadow: 1px 1px 1px rgba(9, 9, 9, 0.75);
	line-height: 13px;
	float: left;
	position: relative;
	width: 34px;
	margin: 17px 6px 0 6px;
}

#top_menu #call_center .center_block .phone{
	font: 18px 'PT Sans';
	color: #ffcc00;
	text-shadow: 1px 1px 1px rgba(9, 9, 9, 0.75);
	line-height: 60px;
	float: left;
	position: relative;
}

#top_menu #call_center .right_block{
	float: left;
	width: 20px;
	height: 60px;
	background: transparent url('/images/A_Call-center_area.png?version=2') no-repeat 0 -124px;
	position: relative;
}

#header{
	height: 160px;
}

#header #logo{
	display: block;
	position: relative;
	width: 260px;
	height: 160px;
	margin-right: 130px;
	margin-left: 10px;
	float: left;
}

#header #red_block{
	display: block;
	background: transparent url('/images/Logo.png') no-repeat 0 0px;
	position: absolute;
	width: 300px;
	height: 202px;
	z-index: 2;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	left: 360px;
	font-weight: bold;
}

#header #white_block{
	display: block;
	background: transparent url('/images/logo.png?version=2') no-repeat 0 0px;
	position: absolute;
	width: 300px;
	height: 202px;
	z-index: 2;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	left: 368px;
	font-weight: bold;
}

#header #blue_block{
	display: block;
	background: transparent url('/images/pl_r.png') no-repeat 0 0;
	position: relative;
	width: 364px;
	height: 110px;
	float: right;
	margin: 5px 0 0 0;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	padding: 10px 0 0 30px;
}

#header #blue_block_two {
    display: block;
    background: transparent url(/images/pl_l.png) no-repeat 0 0;
    position: relative;
    width: 364px;
    height: 110px;
    float: left;
    margin: 5px 0 0 0;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    padding: 10px 0 0 30px;
}


#header #blue_block_left .item,
#header #blue_block_right .item,
#header #blue_block .item{
	display: block;
	float: left;
	width: 180px;
	height: 30px;
	margin-top: 50px;
}

#header #blue_block_left .item .icon,
#header #blue_block_right .item .icon,
#header #blue_block .item .icon{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background:transparent url('/images/A_top_signs.png?version=2') no-repeat;
}

#header #blue_block_left .item .time_icon,
#header #blue_block_right .item .time_icon,
#header #blue_block .item .time_icon{
	background-position: 0 0;
}

#header #blue_block_left .item .garant_icon,
#header #blue_block_right .item .garant_icon,
#header #blue_block .item .garant_icon{
	background-position: -30px 0;
}

#header #blue_block_left .item .percent_icon,
#header #blue_block_right .item .percent_icon,
#header #blue_block .item .percent_icon{
	background-position: -60px 0;
}

#header #blue_block_left .item .up_icon,
#header #blue_block_right .item .up_icon,
#header #blue_block .item .up_icon{
	background-position: -90px 0;
}

#header #blue_block_left .item .text,
#header #blue_block_right .item .text,
#header #blue_block .item .text{
	display: block;
	float: left;
	width: 130px;
	height: 30px;
	font: bold 12px Georgia;
	font-style: italic;
}

#header #blue_block_left{
	display: block;
	background: transparent url('/images/pl_l.png') no-repeat 0 0;
	position: relative;
	width: 385px;
	height: 110px;
	float: left;
	margin: 5px 0 0 0;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	padding: 14px 0 0 45px;
}

#header #blue_block_right{
	display: block;
	background: transparent url('/images/lenta_right.png?version=2') no-repeat 0 0;
	position: relative;
	width: 385px;
	height: 118px;
	float: right;
	margin: 20px 0 0 0;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	padding: 14px 0 0 0;
}

.large{
	font-size: 20px;
	line-height: 26px;
	font-style: italic;
	font-weight: bold;
}

.large_26{
	font-size: 26px;
	line-height: 28px;
	font-style: italic;
	font-weight: bold;
}

.large_96{
	font-size: 95px;
	line-height: 64px;
	font-style: italic;
	font-weight: bold;
	vertical-align: top;	
}

.large_60{
	font-size: 60px;
	line-height: 90px;
	font-style: italic;
	font-weight: bold;	
}

.yellow_text{
	color: #ffcc00;
}

#footer{
	background: transparent url('/images/A-footer_fon_128x150.png?version=2') repeat-x 0 0;
	position: relative;
	width: 100%;
	padding: 42px 0 0;
	margin-top: -10px;
}

#footer_block{
	background: #c4cfd3;
	position: relative;
	padding: 0 0 20px;
}

#footer #main_menu_left{
	position: relative;
	width: 28px;
	height: 61px;
	text-align: center;
	float: left;
	background: transparent url('/images/A_Footer_area.png?version=2') no-repeat 0 0;
}

#footer #main_menu_right{
	position: relative;
	width: 28px;
	height: 61px;
	text-align: center;
	float: left;
	background: transparent url('/images/A_Footer_area.png?version=2') no-repeat -14px -126px;
}

#footer #main_menu_wrap{
	position: relative;
	width: 924px;
	height: 61px;
	display: block;
	float: left;
	background: transparent url('/images/A_Footer_area.png?version=2') repeat-x 0 -63px;
}

#bottom_block{
	margin-bottom: 20px;
}

#footer #main_menu{
	height: 30px;
	float:left;
}

#footer #main_block{
	width: 50%;
	margin:0 auto;
	text-align: center;
}

#footer #main_menu .block_main_menu{	
	line-height: 15px;
	height:30px;
	vertical-align: top;
}

#footer #main_block a {
	font: 13px 'Georgia';
	color: #3399cc;
	text-decoration: underline;
}	

#footer #main_menu a{
	font: 13px 'PT Sans';
	color: #006699;
	line-height: 13px;
	text-decoration: none;
}

#footer #main_menu a:hover, #footer #main_block a:hover{
	color: #000000;
}

#footer .delimiter{
	vertical-align: top;
}

.product_item{
	position: relative;
	float: left;
	margin: 0 6px 30px 0;
	width: 240px;
}

.product_item:nth-child(4n){
	margin-right: 0 ;
}

.product_item .image{
	display: block;
    margin: 0 auto 5px;
    width: 220px;
}

.product_item .image img{
	display: block;
	width: 220px;
	height: 120px;
}

.product_item .left{
	position: relative;
	float: left;
	display: block;
	width: 110px;
	margin-right: 10px;
	text-align: right;
}

.product_item .right {
	position: relative;
	float: left;
	display: block;
	width: 110px;
}

.product_item .type{
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	color: #999999;
}

.product_item .title{
	display: block;
    font-size: 15px;
    line-height: 15px;
    padding-top: 3px;
}

.product_item .price{
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #554433;
	padding-top: 14px;
}

.product_item .old_price{
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #554433;
	margin-left: 7px;
}

.product_item .new_price{
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	background: transparent url('/images/A_Price-tags_s.png?version=2') no-repeat -105px -5px;
	color: #fff;
	height: 35px;
    line-height: 38px;
    padding: 0 25px 0 0 ;
    text-align: center;
    width: 80px;
    float: left;
    margin: 0 10px 0 0;
}

.product_item .old_price .red_line{
	background: transparent url('/images/A_price_red-stoke.png?version=2') no-repeat -3px -21px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
    height: 25px;
}

.grey_block{
	background-color: #f5f6f7;
	padding: 20px 0 45px;
}


.grey2_block{
	background: #eaebed url('/images/A_wave_line_1a.png?version=2') repeat-x 0 0;
	padding: 45px 0 55px;
}

.grey3_block{
	background: #f8f9fb url('/images/A_wave_line_1b.png?version=2') repeat-x 0 100%;
	padding: 60px 0 55px;
}
.grey_block_callback{
	background: #f8f9fb url('/images/A_wave_line_1b.png?version=2') repeat-x 0 100%;
	padding: 35px 0 0px;
}

.grey4_block{
	background: #f8f9fb url('/images/A_wave_line_1a.png?version=2') repeat-x 0 0;
	padding: 45px 0 55px;
}

.grey5_block{
	background: #eaebed url('/images/A_wave_line_1d.png?version=2') repeat-x 0 0;
	padding: 45px 0 55px;
}

#product .left{
	width: 640px;
}

#product .right{
	margin-top: 60px;
    width: 320px;
}

#breadcrumbs{
	color: #999999;
	font-size: 10pt;
	line-height: 20px;
	margin: 0 0 20px 20px;
	width: 350px;
	min-height: 40px;
}

#breadcrumbs nobr{
	color: #999999;
	font-size: 10pt;
	line-height: 20px;
}

#breadcrumbs a span,
#breadcrumbs a{
	font-size: 10pt;
	line-height: 20px;
}

#product{
	padding-top: 10px;
}

#product .left #product_img{
	min-height: 320px;
	display: block;
	margin-left: 20px;
	cursor:pointer;
}

#product .left .photo_desc{
	height: 60px;
	display: block;
	margin-left: 20px;
	background-color: #f3f4f5;
	padding: 15px 20px;
	font-size: 10pt;
	color: #554433;

	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

#product .left .desc{
	color: #554433;
	margin-left: 20px;
	width: 550px;
}

#product .left .desc p{
	margin-bottom: 6px;
}

#product .right h1{
	width: 320px;
	margin-left: 20px;
	margin-bottom: 4px;
}

#product .right .score{
	width: 320px;
	margin-left: 20px;
}

#product .right .score{
	margin-bottom: 25px;
}

#product .right .score .stars{
	width: 117px;
	display: inline-block;
}

#product .right .score .feedback_count{
	display: inline-block;
	vertical-align: top;
}

#product .right .desc{
	margin-bottom: 20px;
	color: #554433;
	font-size: 11pt;
	line-height: 20px;
	height: 163px;
	overflow: hidden;
	margin-left: 20px;
}

#product .right .desc p{
	margin-bottom: 15px;
}

.price_block{
	background-color: #F3F4F5;
	padding: 11px 20px 10px;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.price_block .red_text{
	font-size: 10pt;
	line-height: 10pt;
	color: #d42244;
	padding-bottom: 10px;
}

.price_block .text_dostavka{
	font-size: 10pt;
	line-height: 12pt;
	color: #554433;
}

.price_block .text_dostavka a{
	font-size: 10pt;
	line-height: 10pt;
}

.blue_button{
	background: #3ba8d4; /* Old browsers */
	background: -moz-linear-gradient(top, #3ba8d4 0%, #2c8cc5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ba8d4), color-stop(100%,#2c8cc5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3ba8d4 0%, #2c8cc5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3ba8d4 0%, #2c8cc5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3ba8d4 0%, #2c8cc5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3ba8d4 0%, #2c8cc5 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ba8d4', endColorstr='#2c8cc5',GradientType=0 ); */ /* IE6-9 */
	height: 60px;

	box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.2);
/*	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=4, color=#000000); */

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	font-size: 18pt;
	line-height: 60px;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.blue_button:hover{
	color: #f5f6f7;
	/*margin: 9px 1px 11px -1px;*/
}

.blue_button:active{
	color: #1177aa;
	margin: 11px 0px 9px 0px;
}

.greyblue_button{
	background: #d4dadc; /* Old browsers */
	background: -moz-linear-gradient(top, #d4dadc 0%, #c7d0d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4dadc), color-stop(100%,#c7d0d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d4dadc 0%, #c7d0d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d4dadc 0%, #c7d0d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d4dadc 0%, #c7d0d2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d4dadc 0%, #c7d0d2 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4dadc', endColorstr='#c7d0d2',GradientType=0 );  IE6-9 */
	height: 60px;

	box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.2);
/*	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=4, color=#000000); */

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	font-size: 18pt;
	line-height: 60px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.greyblue_button:hover{
	color: #666666;
	margin: 9px 1px 11px -1px;
}

.greyblue_button:active{
	color: #666666;
	margin: 11px 0px 9px 0px;
}

.price_block .blue_button{
	
}

.price_block .new_price{
	background: transparent url('/images/A_Price-tag_L-3.png?version=2') no-repeat 0 0;
	font-style: italic;
	color: #fff;
	height: 45px;
    line-height: 41px;
    padding: 5px 0 0 70px;
    text-align: left;
    width: 110px;
    float: left;
    margin: 0 10px 0 -40px;
    font-weight: bold;
    font-size: 12pt;
}

.price_block .old_price{
	font-style: italic;
	color: #000;
    float: left;
    width: 100px;
    height: 25px;
    text-align: center;
    position: relative;
    line-height: 20px;
    margin-top: 16px;
    font-weight: bold;
}

.price_block .old_price .red_line{
	background: transparent url('/images/A_price_red-stoke.png?version=2') no-repeat 0 -19px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
    height: 25px;
}

.price_block .price{
	font-style: italic;
	color: #000;
    float: left;
    width: 115px;
    height: 25px;
    text-align: center;
    position: relative;
    line-height: 20px;
    font-weight: bold;
}

.width_100per{
	width: 100% !important;
}

.width_50per{
	width: 50% !important;
}

.width_80{
	width: 80px !important;
}

.width_110{
	width: 110px !important;
}

.width_130{
	width: 130px !important;
}

.width_160{
	width: 160px !important;
}

.width_240{
	width: 240px !important;
}

.width_258{
	width: 258px !important;
}

.width_260{
	width: 260px !important;
}

.width_278{
	width: 278px !important;
}

.width_280{
	width: 280px !important;
}

.width_300{
	width: 300px !important;
}

.width_320{
	width: 320px !important;
}

.width_340{
	width: 340px !important;
}

.width_360{
	width: 360px !important;
}

.width_400{
	width: 400px !important;
}

.width_450{
	width: 450px !important;
}

.width_460{
	width: 460px !important;
}

.width_480{
	width: 480px !important;
}

.width_540{
	width: 540px !important;
}

.width_590{
	width: 590px !important;
}

.width_600{
	width: 600px !important;
}

.width_620{
	width: 620px !important;
}

.width_940{
	width: 940px !important;
}

.width_960{
	width: 960px !important;
}

.width_1024{
	width: 1024px !important;
}

.width_1076{
	width: 1076px !important;
}

.margin_left_10{
	margin-left: 10px !important;
}

.margin_left_15{
	margin-left: 15px !important;
}

.margin_left_20{
	margin-left: 20px !important;
}

.margin_left_215{
	margin-left: 215px !important;
}

.margin_right_35{
	margin-right: 35px !important;
}

.margin_right_40{
	margin-right: 40px !important;
}

.margin_right_80{
	margin-right: 80px !important;
}

.margin_top_10{
	margin-top: 10px !important;
}

.margin_top_20{
	margin-top: 20px !important;
}

.margin_top_25{
	margin-top: 25px !important;
}

.margin_top_30{
	margin-top: 30px !important;
}

.margin_top_40{
	margin-top: 40px !important;
}

.margin_top_90{
	margin-top: 90px !important;
}

.margin_top_120{
	margin-top: 120px !important;
}

.margin_bottom_10{
	margin-bottom: 10px !important;
}

.margin_bottom_20{
	margin-bottom: 20px !important;
}

.margin_bottom_35{
	margin-bottom: 35px !important;
}

.margin_bottom_40{
	margin-bottom: 40px !important;
}

.margin_bottom_60{
	margin-bottom: 60px !important;
}

.margin_auto{
	margin-left: auto !important;
	margin-right: auto !important;
}

.padding_top_0{
	padding-top: 0px !important;
}

.padding_top_10{
	padding-top: 10px !important;
}

.padding_top_15{
	padding-top: 15px !important;
}

.padding_top_20{
	padding-top: 20px !important;
}

.padding_top_25{
	padding-top: 25px !important;
}

.padding_top_30{
	padding-top: 30px !important;
}

.padding_top_40{
	padding-top: 40px !important;
}

.padding_top_50{
	padding-top: 50px !important;
}

.padding_top_55{
	padding-top: 55px !important;
}

.padding_top_60{
	padding-top: 60px !important;
}

.padding_top_65{
	padding-top: 65px !important;
}

.padding_top_70{
	padding-top: 70px !important;
}

.padding_bottom_0{
	padding-bottom: 0 !important;
}

.padding_bottom_10{
	padding-bottom: 10px !important;
}

.padding_bottom_12{
	padding-bottom: 12px !important;
}

.padding_bottom_20{
	padding-bottom: 20px !important;
}

.padding_bottom_30{
	padding-bottom: 30px !important;
}

.padding_bottom_35{
	padding-bottom: 30px !important;
}

.padding_bottom_40{
	padding-bottom: 40px !important;
}

.padding_bottom_45{
	padding-bottom: 45px !important;
}

.padding_bottom_70{
	padding-bottom: 70px !important;
}

.padding_bottom_75{
	padding-bottom: 75px !important;
}

.padding_bottom_85{
	padding-bottom: 85px !important;
}

.padding_left_20{
	padding-left: 20px !important;
}

.padding_right_20{
	padding-right: 20px !important;
}

.title_h2{
	font: italic 26px Georgia;
	font-weight: bold;
	margin: 20px 0 0;
	display: block;
	padding-bottom: 5px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.lenta_block{
	height: 120px;
	overflow: hidden;
	position: relative;
}

.lenta_block .grey_block_wrap{
	background: url("/images/A_Gradient_fon.png?version=2") no-repeat scroll 50% 35% #F5F6F7;
	height: 50px;
	padding: 0px;
	position: relative;
}

.lenta_block .grey_block{
	background: transparent url('/images/A_wave_line_1b.png?version=2') repeat-x 0 30px;
	height: 50px;
	padding: 0px;
	position: relative;
}

.lenta_block .white_block{
	background: #fff;
	height: 40px;
	position: relative;
}

.lenta_block .center_block{
	height: 101px;
	position: relative;
	margin-top: -45px;
}

.lenta_block .lenta{
	background: transparent url('/images/A_Lenta_blue_L.png?version=2') no-repeat 0 0;
	height: 101px;
	width: 980px;
	line-height: 70px;
	text-align: center;
}

.lenta_block .lenta .white_text,
.lenta_block .lenta .yellow_text{
	text-decoration: none;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
}

.lenta_block .lenta .white_text{
	color: #FFFFFF;
}

.lenta_block .lenta .yellow_text{
	color: #FFCC00;
}

#search_block{
	width: 250px;
	height: 26px;
	vertical-align: middle;
	background-color: #837b76;
	color: #000000;
	padding: 0 15px;
	font-family: Georgia;
    font-size: 16px;
    font-style: italic;
    border: none;
    text-align: left;

	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;

	box-shadow: 0px 2px 3px #837b76, 0 1px 1px #837b76 inset;
	-moz-box-shadow: 0px 2px 3px #837b76, 0 1px 1px #837b76 inset;
    -webkit-box-shadow: 0px 2px 3px #837b76, 0 1px 1px #837b76 inset;
}

#search_block::-webkit-input-placeholder{
	color: #000000;
}

#search_block:-moz-placeholder{
	color: #000000;
}

#search-form{
	display: inline-block;
	position: relative;
	height: 26px;
}

#search-form .loupe{
	background: transparent url('/images/A_Search_button.png?version=2') no-repeat 0 0;
	width: 20px;
	height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    box-shadow: none;
}

#slides_block{
	padding: 40px 0 0;
	background: #f5f6f7 url('/images/A_Gradient_fon.png?version=2') no-repeat 50% 35%;
}

#slides_block .slides{
	width: 980px;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

#slides_block .slides a{
	width: 980px;
	height: 400px;
	left: 0;
    position: absolute;
    top: 0;
    background: #F7F8F8;
}


#slides_block .left_arrow,
#slides_block .right_arrow{
	background: transparent url('/images/A_navigation_arrows.png?version=2') no-repeat;
	position: absolute;
	width: 30px;
	height: 50px;
	z-index:10;
	top: 200px;
	cursor: pointer;
	display: none;
}

#slides_block .left_arrow{
	background-position: 0 0;
	left: 0px;
}

#slides_block .left_arrow:hover{
	background-position: 0 -50px;
}

#slides_block .left_arrow:active{
	background-position: 0 -100px;
}

#slides_block .right_arrow{
	background-position: -30px 0;
	right: 0px;
}

#slides_block .right_arrow:hover{
	background-position: -30px -50px;
}

#slides_block .right_arrow:active{
	background-position: -30px -100px;
}

#slides_block .dottes{
	text-align: center;
	margin-top: 0px;
	width: 100%;
	position: absolute;
	bottom: 14px;
}

#slides_block .dottes .item{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 2px 9px;
	background: transparent url('/images/A_navigation_screens.png?version=2') no-repeat -20px 0;
	cursor: pointer;
}

#slides_block .dottes .item:hover{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 2px 9px;
	background: transparent url('/images/A_navigation_screens.png?version=2') no-repeat -20px -20px;
	cursor: pointer;
}

#slides_block .dottes .item.active{
	width: 12px;
	height: 12px;
	margin: 0 7px;
	background: transparent url('/images/A_navigation_screens.png?version=2') no-repeat 0 0;
}

.help_block .item{
	margin: 35px 0 0;
}

#help_block .list .item:last-of-type{
	margin: 35px 0 45px;
}

.help_block .item .title_block{
	margin: 0 0 14px;
	font-size: 12px;
	line-height: 18px;
	color: #a6a6a6;
}

.help_block .item .title_block a{
	font-size: 16px;
	line-height: 18px;
}

.help_block .item .text{
	line-height: 18px;
	color: #554433;
}

.get_other_block{
	width: 100%;
	height: 40px;
	background: #f5f6f7;
	color: #3399cc;
	text-align: center;
	text-decoration: underline;
	line-height: 40px;
	margin: 0 0 45px;
	cursor: pointer;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.get_other_block:hover{
	color: #000;
}

.sort_block{
	width: 520px;
	height: 30px;
	background: #f5f6f7;
	color: #999999;
	font-size: 10pt;
	line-height: 30px;
	text-align: left;
	padding: 0 10px;
	margin-top: 20px;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sort_block .order{
	color: #3399cc;
	border-bottom: 1px dotted #3399cc;
	margin: 0 0 0 19px;
	cursor: pointer;
	font-size: 9pt;
}

.sort_block .order.active{
	color: #554433;
	border: 1px solid #fff;
	padding: 3px 7px;
	background-color: #ccd4d6;
	margin: 0 0 0 12px;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.sort_block .order .order_mod{
	width: 7px;
	height: 10px;
	display: none;
    margin: 0 0 0 4px;
}

.sort_block .order.active .order_mod{
	display: inline-block;
}

.sort_block .order .order_mod.desc,
.sort_block .order .order_mod.asc{
	background: transparent url('/images/A_Sort_arrows.png?version=2') no-repeat;
}

.sort_block .order .order_mod.desc{
	background-position: 0 0;
}

.sort_block .order .order_mod.asc{
	background-position: 0 -20px;
}

#help_page{
	margin-bottom: 45px;
}

#help_page .text{
	line-height: 18px;
	color: #554433;
}

#help_page .text table td{
	border: 1px solid #554433;
    padding: 5px;
}

.right_product_block .item{
	position: relative;
	margin-top: 24px;
}

.right_product_block .item .left{
	text-align: right;
	width: 160px;
	margin-right: 20px;
}

.right_product_block .item .left .image{
	margin-right: 0px;
	width: 140px;
	height: 76px;
	display: inline-block;
}

.right_product_block .item .right{
	text-align: left;
	width: 160px;
}

.right_product_block .type{
	font-size: 12px;
	height: 14px;
	line-height: 12px;
	color: #999999;
}

.right_product_block .title{
	font-size: 15px;
	line-height: 18px;
	display: block;
	width: 150px;
	height: 36px;
}

.right_product_block .price{
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #554433;
	margin-top: 6px;
}

.right_product_block .old_price{
display:none;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	line-height: 12px;
	color: #554433;
	margin-left: 7px;
	position: relative;
}

.right_product_block .new_price{
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	background: transparent url('/images/A_Price-tags_s.png?version=2') no-repeat -105px -5px;
	color: #fff;
	height: 35px;
    line-height: 38px;
    padding: 0 25px 0 0 ;
    text-align: center;
    width: 80px;
    float: left;
    margin: 12px 10px 0 0;
}

.right_product_block .old_price .red_line{
	
	background: transparent url('/images/A_price_red-stoke.png?version=2') no-repeat -3px -21px;
	position: absolute;
	top: -3px;
	right: -16px;
	width: 100px;
    height: 25px;
}

.right_product_block .view_all{
	background: none repeat scroll 0 0 #ebedef;
    border-radius: 4px;
    color: #0085B3;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin: 30px auto 0;
    text-align: center;
    text-decoration: underline;
    width: 300px;
    display: block;
}

.right_info_block .view_all:hover{
	color: #000;
}

.reviews_block{

}

.reviews_block .item{
	margin-top: 35px;
}

.reviews_block .item .image{
	float: left;
	width: 140px;
	height: 105px;
	margin-right: 20px;
}

.reviews_block .item .info{
	float: left;
	width: 300px;
}

.reviews_block .item .info .name_date{
	color: #999999;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    height: 14px;
    text-overflow: ellipsis;
}

.reviews_block .item .info .name_date .name{
	color: #554433;
	font-size: 12px;
}

.reviews_block .item .info .title{
	display: block;
    overflow: hidden;
    white-space: nowrap;
    height: 20px;
    text-overflow: ellipsis;
    margin: 2px 0 0;
}

.reviews_block .item .info .stars{
    height: 20px;
    margin: 5px 0 6px;
}

.reviews_block .item .info .text{
    color: #423731;
    line-height: 19px;
}

.star{
	display: inline-block;
    background: transparent url('/images/A_rating_stars.png?version=2') no-repeat;
	position: relative;
	width: 20px;
    height: 20px;
}

.star.red{
	background-position: 0 0;
}

.star.grey{
	background-position: 0 -40px;
}

#reviews_block{

}

#reviews_block .list{
	padding-top: 10px;
}

#reviews_block .item{
	border-bottom: 1px solid #ccd4d6;
	border-top: 1px solid #f2f4f5;
	margin: 0;
}

#reviews_block .item:first-of-type{
	border-top: none;
}

#reviews_block .item:last-of-type{
	border-bottom: none;
	margin-bottom: 40px;
}

#reviews_block .item .name_date{
	color: #444;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
}

#reviews_block .item .title{
    font-size: 16px;
}

#reviews_block .item .stars{
    height: 20px;
    margin: 7px 0 9px;
}

#reviews_block .item .stars .star{
	display: inline-block;
    background: transparent url('/images/A_rating_stars.png?version=2') no-repeat;
	position: relative;
	width: 20px;
    height: 20px;
}

#reviews_block .item .stars .star.red{
	background-position: 0 0;
}

#reviews_block .item .stars .star.grey{
	background-position: 0 -40px;
}

#reviews_block .images{
	margin-top: 15px;
}

#reviews_block .rating{
	margin-top: 15px;
	margin-bottom: 20px;
}

#reviews_block .rating .like,
#reviews_block .rating .dislike{
	background: transparent url('/images/A_rating_likes.png?version=2') no-repeat 0 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
}

#reviews_block .rating .like{
	background-position: 0 0;
	margin: 0 5px 0 0;
}

#reviews_block .rating .like.active{
	background-position: 0 -20px;
}

#reviews_block .rating .dislike{
	background-position: -20px 0;
	margin: 0 5px 0 10px;
}

#reviews_block .rating .dislike.active{
	background-position: -20px -20px;
}

#reviews_block .rating .like_text{
	color: #999999;
	font-size: 9pt;
	line-height: 18px;
}

#reviews_block .rating .like_text.active{
	color: #554433;
}

#reviews_block .get_other_block{
	margin-right: 20px;
	float: left;
	width: 300px;
}

#reviews_block .add_review{
	float: left;
	width: 220px;
	background: none repeat scroll 0 0 #F5F6F7;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: underline;
}

.plus_icon_wg{
	display: inline-block;
    background: transparent url('/images/A_Pluses.png?version=2') no-repeat 0 0;
	position: relative;
	width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.plus_icon_bg{
	display: inline-block;
    background: transparent url('/images/A_Pluses.png?version=2') no-repeat -80px 0;
	position: relative;
	width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 15px;
}

#reviews_block .add_review:hover .plus_icon_wg{
    background-position: 0 -40px;
}

#review .title{
	font-size: 10pt;
	color: #999999;
	line-height: 22px;
	margin-bottom: 40px;
}

#review .title h1{
	display: inline;
}

#review .big_image{
	display: block;
    height: 460px;
    width: 620px;
}

#review .images{
	margin-left: -5px;
    position: relative;
    width: 630px;
}

#review .images img{
	float: left;
	margin-right: 10px;
	margin-top: 14px;
	border: 1px solid #F7F8F8;
	padding: 4px;
	cursor: pointer;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#review .images img.active{
	border: 1px solid #3399cc;
}

#review .images img:nth-of-type(4n){
	margin-right: 0;
}

#review .text{
	margin-top: 30px;
	font-size: 12pt;
	line-height: 20px;
}

#review .rating{
	margin: 55px 0 5px;
	width: 580px;
	background: none repeat scroll 0 0 #eaecee;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding: 0 20px;
    position: relative;
}

#review .rating .blue_button{
	width: 67px;
	float: right;
	margin-left: 10px;
	line-height: 40px;
	height: 40px;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

#review .rating .like_icon,
#review .rating .dislike_icon{
	background: transparent url('/images/A_rating_likes.png?version=2') no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 12px;
}

#review .rating .dislike_text,
#review .rating .like_text{
	display: inline-block;
    text-align: center;
    vertical-align: super;
    width: 35px;
}

#review .rating .like_icon{
	background-position: 0 -40px;
}

#review .rating .dislike_icon{
	background-position: -20px -40px;
}

#review .characters,
#review .stars,
#review .pluses,
#review .minuses{
	margin-top: 25px;
	margin-bottom: 50px;
}

#review .characters .char_item{
	position: relative;
}

#review .char_item .character,
#review .char_item .value{
	position: relative;
	float: left;
	width:150px;
	font-size: 11pt;
	line-height: 24px;
	color: #776655;
}

#review .char_item .value p{
	font-size: 11pt;
	line-height: 14px;
    margin-bottom: 15px;
	color: #776655;
}

#review .line{
	height: 1px;
	width: 100%;
	background-color: #ccd4d6;
	margin: 6px 0;
}

#review .char_item .icon_plus,
#review .char_item .icon_minus{
	width: 20px;
	height: 20px;
	display: block;
	background: transparent url('/images/A_plus-minus.png?version=2') no-repeat;
	float: left;
	margin-right: 15px;
	margin-top: 2px;
}

#review .char_item .icon_plus{
	background-position: 0 0;
}

#review .char_item .icon_minus{
	background-position: 0 -20px;
}

.right_info_block{
	width: 340px;
	margin: 0 0 20px;
	position: relative;
}

.right_info_block .lenta{
	width: 400px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: -30px;
	overflow: hidden;
	background: transparent url('/images/A_Lenta_grey.png?version=2') no-repeat -10px 0;
	text-align: center;
	font: italic 15pt Georgia;
	font-weight: bold;
	line-height: 22px;
	color: #778888;
	text-decoration: underline;
}

.right_info_block .lenta table{
	width: 220px;
	height: 80px;
	margin: 0 auto;
}

.right_info_block .center_block{
	width: 100%;
	background-color: #f5f6f7;
	padding-top: 70px;
	padding-bottom: 20px;

	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}

.right_reviews_block .item{
	position: relative;
	border-bottom: 1px solid #ccd4d6;
	margin: 24px 20px 20px;
}

.right_reviews_block .item:last-of-type{
	border-bottom: none;
	margin: 24px 20px 10px;
}

.right_reviews_block .item .left{
	text-align: right;
	width: 140px;
	margin-right: 20px;
	height: 105px;
}

.right_reviews_block .item .left .image{
	margin-right: 0px;
	width: 140px;
	height: 105px;
	display: inline-block;
}

.right_reviews_block .item .right{
	text-align: left;
	width: 140px;
}

.right_reviews_block .item .name_date{
	color: #999999;
    font-size: 14px;
    line-height: 14px;
}

.right_reviews_block .item .name_date .name{
	color: #554433;
	font-size: 9pt;
}

.right_reviews_block .item .title{
	display: block;
    margin: 5px 0 0;
}

.right_reviews_block .item .stars{
    height: 20px;
    margin: 7px 0 0;
}

.right_reviews_block .item .text{
    padding: 20px 0 20px;
}

.right_reviews_block .view_all{
	background: none repeat scroll 0 0 #ebedef;
    border-radius: 4px;
    color: #0085B3;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 0;
    text-align: center;
    text-decoration: underline;
    width: 300px;
    display: block;
}

.right_reviews_block .view_all:hover{
	color: #000;
}

#category .product_item .price{
	padding-top: 0px;
	font-size: 18px;
}

#category .category_desc{
/*	width: 620px;*/
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	color: #807766;
	float: left;
}

#index_page_text span, #index_page_text p, #index_page_text li, #index_page_text a{
	font-size: 14px;
}

#main_menu_block{
	margin-top: 70px;
}

#series_block .series{
	position: relative;
	float: left;
	width: 200px;
	margin: 0 40px 0 0;
	padding-top: 35px;
	text-align: center;
}

#series_block .series:nth-of-type(4n) {
	margin: 0;
}

#series_block .series .image{
	width: 180px;
	height: 180px;
	text-align: center;
	padding: 10px;
	display: block;
	background-color: #CCD4D6;

	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}

#series_block.has_podbor .series .image{
	background-color: #ffffff;
}

#series_block .series .title{
	font-size: 14pt;
	font-style: italic;
	margin-top: 15px;
	display: block;
	line-height: 16pt;
}

#series_block.has_podbor .series .title{
	text-align: left;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
}

#series_block.has_podbor .series .price{
	text-align: left;
	margin-top: 5px;
}

#techchars{
	width: 940px;
	position: relative;
	/* padding: 15px 20px; 0 0; */
}

#techchars table{
	width: 100%;
}

#techchars table .item {
	padding: 0 14px 0 0;
	color: #776655;
}

#techchars table .item .title{
	font-size: 16px;
	color: #554433;
	margin-bottom: 20px;
}

#techchars table .item .title span{
	vertical-align: baseline;
	display: inline-block;
}

#techchars table .item .line{
	height: 1px;
	width: 100%;
	background-color: #dddddd;
	margin-bottom: 8px;
}

#techchars table .item .checkbox{
	font-size: 16px;
	color: #776655;
	padding: 0 0 0 25px;
	line-height: 16px;
	background: transparent url('/images/A_Checkboxs_0.png?version=2') no-repeat 0 0;
	margin-bottom: 8px;
	cursor: pointer;
}

#techchars table .item .checkbox.active{
	color: #191919;
	background: transparent url('/images/A_Checkboxs_1.png?version=2') no-repeat 0 0;
}

#techchars table .item .checkbox.noactive{
	color: #999999;
}

#techchars table .item .checkbox.notimportant{

}

#techchars table .item .notify.red{
	color: #ff0000;
}

#techchars #price_start{
	width: 90px;
	margin: 0 3px;
}

#techchars #price_end{
	width: 90px;
	margin: 0 0 0 3px;
}

#search .list{
	margin-bottom: 55px;
}

#search .list .item{
	width: 480px;
	float: left;
	margin-right: 20px;
	margin-top: 55px;
}

#search .list .item:nth-child(2n){
	margin-right: 0px;
}

#search .list .item .left{
	width: 220px;
	margin-right: 20px;
}

#search .list .item .right{
	width: 240px;
}

#search .list .item .left .image{
	width: 220px;
	height: 120px;
	display: block;
	margin-bottom: 25px;
}

#search .list .item .left .title{
	display: block;
	width: 135px;
	float: left;
}

#search .list .item .left .stars{
	width: 100px;
	float: left;
	margin: 10px 15px 10px 0;
}

#search .list .item .left .price{
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #554433;
	padding-top: 14px;
	display: block;
	width: 75px;
	float: left;
	position: relative;
}

#search .list .item .left .old_price{
	
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #554433;
	display: none;
	width: 78px;
	margin-right: 7px;
	float: left;
	position: relative;
	text-align: right;
}

#search .list .item .left .new_price{
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	background: transparent url('/images/A_Price-tags_s.png?version=2') no-repeat 0 -5px;
	color: #fff;
	height: 35px;
    line-height: 38px;
    padding: 0 8px 0 0 ;
    text-align: right;
    float: left;
    display: block;
	width: 97px;
	position: relative;
}

#search .list .item .left .old_price .red_line{
	
	background: transparent url('/images/A_price_red-stoke.png?version=2') no-repeat -3px -21px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
    height: 25px;
}

#search .list .item .right .title{
	font-family: PT Sans;
	font-size: 13px;
	color: #939598;
	text-transform: lowercase;
}

#search .list .item .right .value{
	font-family: Georgia;
	font-size: 16px;
	color: #404041;
	text-transform: lowercase;
	margin-bottom: 8px;
}

.rubl_12_776655{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat 0 0;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.rubl_12_554433{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -20px 0;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.rubl_12_333333{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -40px 0;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.rubl_12_776655_b{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -60px 0;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.rubl_12_000000_b{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -80px 0;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.rubl_12_ffffff_bi{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -100px 0;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.rubl_12_776655_bi{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -120px 0;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.rubl_12_554433_bi{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -140px 0;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.rubl_12_000000_bi{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -160px 0;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.rubl_14_554433_bi{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -140px -20px;
	width: 11px;
	height: 11px;
	display: inline-block;
}

.rubl_14_d42244_bi{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -180px -20px;
	width: 11px;
	height: 11px;
	display: inline-block;
}

.rubl_16_554433{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -20px -40px;
	width: 12px;
	height: 12px;
	display: inline-block;
}

.rubl_16_ffffff_bi{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -100px -40px;
	width: 13px;
	height: 12px;
	display: inline-block;
}

.rubl_16_000000_bi{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -160px -40px;
	width: 13px;
	height: 12px;
	display: inline-block;
}

.rubl_21_d42244_bi{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -175px -55px;
	zoom: 0.8;
	width: 40px;
	height: 26px;
	display: inline-block;
}
.rubl_21_d42244_bi2{
	background: transparent url('/images/A_rubl_signs.png?version=2') no-repeat -175px -55px;
	zoom: 1.01;
	width: 40px;
	height: 26px;
	display: inline-block;
}

#sostav{
	margin-left: 20px;
	margin-bottom: 85px;
	padding-top: 10px;
}

#sostav h2,
#sostav h3{
	margin-top: 35px;
	margin-bottom: 25px;
}

#sostav ol{
	list-style: decimal outside;
	margin-left: 20px;
}

#sostav ol li{
	color: #d42244;
	margin-bottom: 8px;
}

#sostav ol li span{
	color: #554433;
}

.product_techchars{
	margin: 35px 0 35px 15px;
}

.product_techchars .item{
	width: 70px;
	margin-right: 10px;
	float: left;
}

.product_techchars .item .image{
	width: 60px;
	height: 60px;
	margin: 0 5px 5px;
}

.product_techchars .item .value{
	font-size: 8pt;
	line-height: 8pt;
	font-family: PT Sans; 
	color: #666666;
	text-align: center;
}

#button_podbor{
	background: #f5f6f7 url('/images/A_Mtrs_podbor_icon_vert.png?version=2') no-repeat 20px 20px;
	display: block;
	width: 250px;
	height: 80px;
	padding: 30px 0 0 90px;
	font-style: italic;
	font-size: 13pt;
	font-weight: bold;
	line-height: 24px;
	outline: none;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.full_screen{
	background: transparent url('/images/A_full-screen_button.png?version=2') no-repeat -2px -2px;
	width: 175px;
	height: 16px;
	position: absolute;
	bottom: 15px;
	left: 40px;
	font-size: 8pt;
	color: #fff;
	line-height: 16px;
	padding-left: 30px;
	text-decoration: underline;
	cursor: pointer;
}

.full_screen:hover{
	background-position: -2px -21px;
	color: #3399cc;
}

#full_screen{
	width: 1000px;
	height: 660px;
}

#full_screen .desc{
	color: #554433;
	position: absolute;
	left:25px; 
	bottom: 20px;
	width: 800px;
	font-size: 10pt;
	line-height: 12pt;
}

#full_screen img{
	cursor:pointer;
}

.popup_window{
	display: none;
	z-index: 100;
	position: absolute;
	top:10px;
	left: 100px;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.popup_window .close{
	background: transparent url('/images/A_Close_buttons.png?version=2') no-repeat 0 0;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 110;
	cursor: pointer;
}

.popup_window .close:hover{
	background-position: -40px 0;
}

.popup_window .close:active{
	background-position: -80px 0;
}

.text_page *{
	color: #554433;
}

.text_page h1,
.text_page h1 *{
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 30px;
	color: #433833;
}

.text_page h2{
	margin-bottom: 25px;
	font-size: 13pt;
}

.text_page p{
	margin-bottom: 25px;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
}

.text_page table p{
	margin-bottom: 25px;
	font-size: 11pt;
	font-style: normal;
	line-height: 20px;
}

.text_page ul{
	margin-bottom: 30px;
	list-style: disc outside;
	margin-left: 15px;
}

.text_page ol{
	margin-bottom: 30px;
	list-style: decimal outside;
	margin-left: 15px;
}

.text_page li{
	color: #3399cc;
	margin-bottom: 10px;
}

.text_page li span{
	font-size: 13pt;
	font-style: italic;
	line-height: 16px;
}

.text_page #block3 p{
	width: 280px;
	margin-right: 36px;
}

#help_page h2{
	margin-bottom: 15px;
    padding-top: 10px;
	font-size: 13pt;
}

#help_page p{
	margin-bottom: 15px;
	font-size: 12pt;
	line-height:20px;
}

#help_page ul{
	margin-bottom: 30px;
	list-style: disc outside;
	margin-left: 25px;
}

#help_page ol{
	margin-bottom: 30px;
	list-style: decimal outside;
	margin-left: 25px;
}

#page_map{
	position: relative;	
}

#page_map .cities{
    width: 220px;
	position: absolute;
	z-index: 100;
	top: 55px;
	padding: 20px 0;
	height: 300px;
	overflow-y: scroll;
}

#page_map .cities .arrow{
    width: 200px;
    height: 34px;
}

#page_map .city{
	background-color: #fdfdfd;
	display: block;
	cursor: pointer;
	padding: 6px 15px 7px 20px;
}

#page_map .city span{
	display: inline;
	font-size: 13pt;
	color: #3399cc;
	font-style: italic;
	border-bottom: 1px dotted #3399cc;
}

#page_map .city:hover,
#page_map .city.active{
	background-color: #3398cc;
}

#page_map .city:hover span,
#page_map .city.active span{
	color: #fff;
}

 #map{
	height: 530px;
}

.map_wave_top{
	background: transparent url("/images/A_wave_line_1a.png?version=2") repeat-x scroll 0 0;
    height: 20px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.map_wave_bottom{
	background: transparent url("/images/A_wave_line_1b.png?version=2") repeat-x scroll 0 0;
    height: 20px;
    position: absolute;
    top: 520px;
    width: 100%;
}

.shops{
	display: none;
	width: 100%;
}

.shops tr{
	border-bottom: 1px solid #f5f6f7;
	cursor: pointer;
	color: #776655;
}

.shops tr:hover,
.shops tr.selected{
	background-color: #f5f6f7;
	color: #d42244;
}

.shops tr td{
	padding-left: 20px;
	height: 40px;
	vertical-align: middle;
	font-size: 11pt;
}

.shops.active{
	display: table;
}

#order_block{
	width: 980px;
	/*height: 670px;*/
	height: 750px;
	background-color: #fff;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#order_block .bottom_line{
	width: 100%;
	height: 82px;
	position: absolute;
	bottom: 38px;
	left: 0px;
	background-color: #f5f6f7;
}

#order_block .warning{
	background-color: #d6dbde;
	color: #666668;
	font-size: 10pt;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 38px;
	width: 100%;
	line-height: 36px;
	text-align: center;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}

.grey_button{
	background: #d4d4d4; /* Old browsers */
	background: -moz-linear-gradient(top, #d4d4d4 0%, #c7c7c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d4d4), color-stop(100%,#c7c7c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d4d4d4 0%, #c7c7c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d4d4d4 0%, #c7c7c7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d4d4d4 0%, #c7c7c7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d4d4d4 0%, #c7c7c7 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#c7c7c7',GradientType=0 ); */ /* IE6-9 */
	height: 60px;

	box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.13);
	/* filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=4, color=#000000); */

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	font-size: 18pt;
	line-height: 60px;
	color: #999999;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.grey_button:hover{
	color: #f5f6f7;
	text-shadow: none;
	margin: 9px 1px 11px -1px;
}

.grey_button:active{
	color: #339900;
	text-shadow: none;
	margin: 11px 0px 9px 0px;
}

#order_block .bottom_line .grey_button,
#order_block .bottom_line .blue_button{
	width: 240px;
	position: absolute;
	top: 2px;
	left: 20px;
	font-size: 12pt;
	line-height: 16px;
	font-weight: normal;
}

#order_block .bottom_line .grey_button img,
#order_block .bottom_line .blue_button img{
	padding: 15px 25px 15px 0;
}

#order_block .bottom_line .grey_button span{
	color: #999999;
	font-size: 22pt;
	line-height: 34px;
	font-weight: normal;
	vertical-align: top;
    width: 160px;
    display: inline-block;
    padding-top: 11px;
}

#order_block .bottom_line .blue_button span{
	font-size: 12pt;
	line-height: 16px;
	font-weight: normal;
	vertical-align: top;
    width: 160px;
    display: inline-block;
    padding-top: 11px;
}

.green_button{
	background: #a2ce3b; /* Old browsers */
	background: -moz-linear-gradient(top, #a2ce3b 0%, #87bf2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2ce3b), color-stop(100%,#87bf2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a2ce3b 0%, #87bf2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a2ce3b 0%, #87bf2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a2ce3b 0%, #87bf2e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a2ce3b 0%, #87bf2e 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2ce3b', endColorstr='#87bf2e',GradientType=0 );  IE6-9 */
	height: 60px;

	box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.13);
	/* filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=4, color=#000000); */

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	font-size: 18pt;
	line-height: 60px;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 1px #339900;
}

.green_button:hover{
	color: #f5f6f7;
	text-shadow: none;
	margin: 9px 1px 11px -1px;
}

.green_button:active{
	color: #339900;
	text-shadow: none;
	margin: 11px 0px 9px 0px;
}

#order_block .bottom_line .green_button{
	width: 240px;
	position: absolute;
	top: 2px;
	right: 20px;
	font-size: 12pt;
	line-height: 16px;
	font-weight: normal;
}

#order_block .bottom_line .green_button img{
	padding: 15px 0 15px 10px;
}

#order_block .bottom_line .green_button span{
	font-size: 22pt;
	line-height: 34px;
	font-weight: normal;
	vertical-align: top;
    width: 188px;
    display: inline-block;
    padding-top: 11px;
}

#order_block .product_img{
	width: 570px;
	position: absolute;
	top: 0px;
	right: 20px;
}

#order_block .step_text{
	position: absolute;
	top:25px;
	left: 30px;
	display: inline-block;
	width:40px;
	height: 65px;
	color: #3399cc;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	z-index: 20;
}

#order_block .step_text span{
	color: #3399cc;
	font-size: 35pt;
	font-style: italic;
	font-weight: bold;
	line-height: 33pt;
}

#order_block .title{
	color: #776655;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	width: 265px;
	position: absolute;
	left: 100px;
	top: 35px;
	z-index: 20;
}

#order_block .title span{
	font-size: 14pt;
}

#order_block .gr_block{
	position: absolute;
	background: #f5f6f7;
	top: 110px;
	left: 20px;
	width: 300px;
	height: 450px;
	padding: 25px 20px;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#order_block .gr_block th{
	color: #776655;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-bottom: 24px;
}

#order_block .gr_block td{
	padding-bottom: 8px;
	height: 16px;
	color: #776655;
	font-size: 12pt;
	line-height: 16px;
}

#order_block .gr_block td.select{
	color: #000000;
}

#order_block .itog_block{
	position: absolute;
	left: 390px;
	bottom: 145px;
	width: 330px;
	min-height: 30px;
	z-index: 5;
}

#order_block .itog_block .itog_title{
	color: #776655;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 10px;
}

#order_block .itog_block .prices_list{
	list-style: disc inside;
}

#order_block .itog_block .prices_list li{
	font-size: 9pt;
	line-height: 18px;
}

#order_block .itog_block .prices_list li span{
	font-size: 9pt;
	float: right;
	line-height: 18px;
}

#order_block .itog_block .prices_list .minus{
	color: #776655;
}

#order_block .itog_block .prices_list .plus{
	color: #d42244;
}

#order_block .circle_price_block{
	background: transparent url('/images/price.gif') no-repeat 0 0;
	width: 167px;
	height: 167px;
	position: absolute;
	bottom:126px;
	right: 40px;
	text-align: center;
	z-index: 10;
}

#order_block .circle_price_block .new_price{
    text-align: center;
    position: relative;
    margin: 15px auto 0;
}

#order_block .circle_price_block .new_price .price_span{
	font-style: italic;
	color: #d42244;
    font-size: 19pt;
    text-align: center;
    position: relative;
    line-height: 19pt;
    font-weight: bold;
}

#order_block .circle_price_block .old_price{
    text-align: center;
    position: relative;
    margin: 60px auto 0;
}

#order_block .circle_price_block .old_price .price_span{
	font-style: italic;
	color: #554433;
    font-size: 16pt;
    text-align: center;
    position: relative;
    line-height: 20px;
    font-weight: bold;
}

#order_block .circle_price_block .old_price .red_line{
	background: transparent url('/images/A_price_red-stoke.png?version=2') no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 22px;
	width: 135px;
    height: 25px;
}

#order_block .circle_price_block .price{
	font-style: italic;
	color: #000;
    float: left;
    width: 100px;
    height: 25px;
    text-align: center;
    position: relative;
    line-height: 20px;
    font-weight: bold;
}

.radiobutton{
	width: 16px;
	height: 16px;
	background: transparent url('/images/A_Radio_buttons.png') no-repeat 0 0;
	margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.select .radiobutton,
.radiobutton.select{
	background-position: 0 -20px;
}

.step_nav{
	/* width: 240px;
	height: 30px;
	position: absolute;
	bottom: 25px;
	left: 370px; */
	width: 240px;
	height: 30px;
	bottom: 25px;
	margin: 27px auto 0;
}

.step_nav.four_steps{
	width: 240px;
}

.step_nav.three_steps{
	width: 180px;
}

.step_nav.two_steps{
	width: 120px;
}

.step_nav .left,
.step_nav .center,
.step_nav .right{
	background: transparent url('/images/A_Steps_navigation.png') no-repeat 0 0;
	height: 30px;
	width: 60px;
	font-size: 14pt;
	line-height: 25px;
	color: #999999;
	display: block;
	float: left;
	text-align: center;
	cursor: pointer;
}

.step_nav .left.act{
	background-position: 15px -40px;
}

.step_nav .left.finish{
	background-position: 15px -80px;
}

.step_nav .center.noact{
	background-position: -65px 0px;
}

.step_nav .center.act{
	background-position: -65px -40px;
}

.step_nav .center.finish{
	background-position: -65px -80px;
}

.step_nav .right.noact{
	background-position: -145px 0px;
}

.step_nav .right.act{
	background-position: -145px -40px;
}

.step_nav .right.finish{
	background-position: -145px -80px;
}

.step{
	display: none;
}

.step.vis{
	display: block;
}

#order_block .tab_block{
	position: absolute;
	top: 100px;
	left: 20px;
	width: 340px;
	height: 430px;
}

#order_block .tab_block .tab{
	position: relative;
	width: 118px;
	height: 32px;
	text-align: center;
	display: inline-block;
	padding: 10px 20px 0 20px;
	background: #f5f6f7;
	border-top: 1px solid #ccd4d6;
	border-left: 1px solid #ccd4d6;
	border-right: 1px solid #ccd4d6;
	z-index: 10;
	margin-right: 5px;
	color: #3399cc;
	font-size: 14pt;
	line-height: 15px;
	cursor: pointer;
	font-style: italic;
	font-weight: bold;

	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

#order_block .tab_block .tab.active{
	margin-bottom: -1px;
	height: 33px;
	color: #554433;
}

#order_block .tab_block .tab span{
	border-bottom: 1px dashed;
	display: inline-block;
	color: #3399cc;
	font-size: 14pt;
	line-height: 19px;
	font-style: italic;
	font-weight: bold;
}

#order_block .tab_block .tab.active span{
	color: #554433;
	border: none;
}

#order_block .tab_block .tab_area{
	position: relative;
	display: none;
	background: #f5f6f7;
	width: 300px;
	height: 350px;
	padding: 10px 20px 25px;
	border: 1px solid #ccd4d6;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#order_block.order_3 .tab_block .tab_area{
	/*height: 400px;*/
}

#order_block .tab_block .tab_area.tab_area_vis{
	display: block;
}

#order_block .tab_block .tab_area table{
	margin-bottom: 14px;
}

#order_block .tab_block .tab_area .skin_category,
#order_block .tab_block .tab_area .dopskin_category {
	padding: 5px;
	cursor: pointer;
	border: 1px solid #f5f6f7;
}

#order_block .tab_block .tab_area .skin_category .cat_title,
#order_block .tab_block .tab_area .dopskin_category .cat_title{
	font-size: 9pt;
	color: #3399cc;
	border-bottom: 1px dashed;
    display: inline;
    line-height: 15px;
}

#order_block .tab_block .tab_area .skin_category .cat_price,
#order_block .tab_block .tab_area .dopskin_category .cat_price{
	font-size: 9pt;
	color: #1a1a1a;
	height: 12px;
	margin-top: 2px;
	display: inline-block;
}

#order_block .tab_block .tab_area .skin_category:hover, 
#order_block .tab_block .tab_area .dopskin_category:hover, 
#order_block .tab_block .tab_area .skin_category.active,
#order_block .tab_block .tab_area .dopskin_category.active{
	color: #3399cc;
	background-color: #ccd4d6;
	border: 1px solid #fff;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#order_block .tab_block .tab_area .skin_category .cat_price .rubl_12_333333,
#order_block .tab_block .tab_area .dopskin_category .cat_price .rubl_12_333333{
	vertical-align: bottom;
}

#order_block .tab_block .tab_area .skin_category.active .cat_title,
#order_block .tab_block .tab_area .dopskin_category.active .cat_title{
	font-size: 9pt;
	color: #1a1a1a;
	border: none;
}

#order_block .tab_block .tab_area .skins_list,
#order_block .tab_block .tab_area .dopskins_list{
	display: none;
	height: 240px;
}

#order_block.order_3 .tab_block .tab_area .skins_list,
#order_block.order_3 .tab_block .tab_area .dopskins_list{
	/*height: 330px;*/
}

#order_block .tab_block .tab_area .handles_list.active,
#order_block .tab_block .tab_area .skins_list.active,
#order_block .tab_block .tab_area .dopskins_list.active{
	display: block;
}

#order_block .tab_block .tab_area .handles_list .item,
#order_block .tab_block .tab_area .skins_list .item,
#order_block .tab_block .tab_area .dopskins_list .item{
	width: 98px;
	height: 58px;
	background-color: #ccd4d6;
	border: 1px solid #fff;
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
}

#order_block .tab_block .tab_area .handles_list .item:hover,
#order_block .tab_block .tab_area .skins_list .item:hover,
#order_block .tab_block .tab_area .dopskins_list .item:hover{
	border: 1px solid #3399cc;
}

.skins_list .item .radiobutton{
	display: block;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

#order_block .tab_block .tab_area .skins_list .item:nth-child(4n),
#order_block .tab_block .tab_area .dopskins_list .item:nth-child(4n){
	margin-right: 0px;
}

#order_block .tab_block .tab_area .handles_list .item.select,
#order_block .tab_block .tab_area .skins_list .item.select,
#order_block .tab_block .tab_area .dopskins_list .item.select{
	border: 1px solid #191919;
}

#order_block .tab_block .tab_area .handles_list .item .name,
#order_block .tab_block .tab_area .skins_list .item .name,
#order_block .tab_block .tab_area .dopskins_list .item .name{
	bottom: 9px;
    font-size: 9pt;
    left: 9px;
    position: absolute;
}

#order_block .tab_block .tab_area .handles_list .item .name.dark,
#order_block .tab_block .tab_area .skins_list .item .name.dark,
#order_block .tab_block .tab_area .dopskins_list .item .name.dark{
	color: #fff;
}

.leather_link{
	position: absolute;
	top:350px;
	left: 390px;
	width: 270px;
	font-size: 10pt;
	z-index: 10;
}

#order_block .tab_block .tab_area .material{
	font-size: 9pt;
	color: #999999;
	margin-bottom: 10px;
}

#order_block .tab_block .tab_area .material span{
	float: right;
	font-size: 9pt;
	color: #1a1a1a;
}

#order_block .tab_block .tab_area a{
	font-size: 9pt;
}

#dopitems .checkbox{
	font-size: 10pt;
	color: #776655;
	padding: 0 0 0 25px;
	line-height: 18px;
	background: transparent url('/images/A_Checkboxs_0.png?version=2') no-repeat 0 2px;
	margin-bottom: 8px;
	cursor: pointer;
}

#dopitems .checkbox.active{
	color: #1a1a1a;
	background: transparent url('/images/A_Checkboxs_1.png?version=2') no-repeat 0 2px;
}

#dopitems .checkbox.noactive{
	color: #999999;
}

.accs_buy_back{
	background: transparent url('/images/accs_buy_back.jpg') no-repeat 0 0;
	height: 470px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 940px;
    z-index: 0;
}

.accs_buy_back .link_cat {
	position: absolute;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
}

.accs_buy_back .link_matrac{
	left: 355px;
	top: 160px;
}

.accs_buy_back .link_tumba{
	left: 720px;
	top: 360px;
}

.accs_buy_back .link_komod{
	left: 80px;
	top: 130px;
}

.accs_buy_back .link_puf{
	left: 100px;
	top: 400px;
}

.accs_buy_back .link_mirror{
	left: 690px;
	top: 60px;
}

.attention{
	position: absolute;
	width: 940px;
	height: 40px;
	left: 20px;
	bottom: 100px;
	font-size: 12pt;
	line-height: 20px;
}

.red_text{
	color: #d42244;
}

.matrac_choose{
	position: absolute;
	top:100px;
	left: 20px;
	width: 960px;
	height: 400px;
}

.matrac_choose .item{
	position: relative;
	float: left;
	margin: 0 18px 18px 0;
	width: 220px;
	height: 180px;
	background-color: #f5f6f7;
	border: 1px solid #f5f6f7;
	outline: none;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.matrac_choose .item.select{
	border: 1px solid #3399cc;
}

.matrac_choose .item.order_podbor{
	background: #f5f6f7 url('/images/A_Mtrs_podbor_icon_hor.png') no-repeat 77px 28px;
	text-align: center;
	font-size: 11pt;
	height: 85px;
    padding: 95px 10px 0;
    width: 200px;
}

.matrac_choose .item .checkbox{
	background: transparent url('/images/A_Checkboxs_0.png?version=2') no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 100px;
	left: 10px;
}

.matrac_choose .item .checkbox.active{
	background: transparent url('/images/A_Checkboxs_1.png?version=2') no-repeat 0 0;
}

.matrac_choose .item .matrac_title{
	padding-left: 10px;
}

.matrac_choose .item .old_price{
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	line-height: 12px;
	color: #554433;
	position: absolute;
	width: 100px;
	top: 116px;
	right: 15px;
	text-align: right;
}

.matrac_choose .item .new_price{
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	background: transparent url('/images/A_Price-tags_s.png?version=2') no-repeat 6px -5px;
	color: #fff;
	position: absolute;
    top:133px;
	right: 10px;
	width: 105px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	padding-right: 5px;
}

.matrac_choose .item .price{
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	line-height: 12px;
	color: #554433;
	position: absolute;
	width: 100px;
	top: 116px;
	right: 15px;
	text-align: right;
}

.matrac_choose .item .old_price .red_line{
	background: transparent url('/images/A_price_red-stoke.png?version=2') no-repeat -3px -21px;
	position: absolute;
	top: -3px;
	right: -18px;
	width: 100px;
    height: 25px;
}

#order_block .podtv_block{
	position: absolute;
	left: 20px;
	top: 100px;
	width: 300px;
	height: 395px;
	padding: 15px 20px 20px;
	background: #f5f6f7;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#order_block .podtv_block .itog_title{
	color: #776655;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 20px;
}

#order_block .podtv_block .podtv_list{
	border-bottom: 1px solid #ccd4d6;
	margin-bottom: 20px;
}

#order_block .podtv_block .minus{
	color: #776655;
}

#order_block .podtv_block .plus{
	color: #d42244;
}

#order_block .podtv_block td{
	font-size: 9pt;
	line-height: 16px;
	vertical-align: middle;
	padding-bottom: 4px;
}

#order_block .podtv_block .checkbox{
	background: transparent url('/images/A_Checkboxs_0.png?version=2') no-repeat 0 0;
	cursor: pointer;
	position: relative;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

#order_block .podtv_block .checkbox.active{
	background: transparent url('/images/A_Checkboxs_1.png?version=2') no-repeat 0 0;
}

#order_block .podtv_block .new_price{
    position: relative;
    float: right;
}

#order_block .podtv_block .new_price .price_span{
	font-style: italic;
	color: #d42244;
    font-size: 19pt;
    text-align: center;
    position: relative;
    line-height: 19pt;
    font-weight: bold;
}

#order_block .podtv_block .old_price{
    position: relative;
    float: left;
    margin-left: 42px;
    line-height: 30px;
}

#order_block .podtv_block .old_price .price_span{
	font-style: italic;
	color: #554433;
    font-size: 16pt;
    text-align: center;
    position: relative;
    line-height: 20px;
    font-weight: bold;
}

#order_block .podtv_block .old_price .red_line{
	background: transparent url('/images/A_price_red-stoke.png?version=2') no-repeat 0 0;
	position: absolute;
	top: 3px;
	left: -20px;
	width: 135px;
    height: 25px;
}

#order_block .podtv_block .price{
	font-style: italic;
	color: #000;
    float: left;
    width: 100px;
    height: 25px;
    text-align: center;
    position: relative;
    line-height: 20px;
    font-weight: bold;
}

#order_block .dostavka{
	position: absolute;
	left: 20px;
	top: 100px;
	width: 420px;
	height: 400px;
	padding: 15px 20px 15px;
	background: #f5f6f7;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#order_block .contacts{
	position: absolute;
	right: 20px;
	top: 100px;
	width: 420px;
	height: 150px;
	padding: 15px 20px 15px;
	background: #f5f6f7;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#order_block .payments{
	position: absolute;
	right: 20px;
	top: 310px;
	width: 420px;
	height: 190px;
	padding: 15px 20px 15px;
	background: #f5f6f7;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#order_block .text_block .text_title{
	position: relative;
	color: #554433;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 20px;
}

#order_block .text_block .label{
	float: left;
	position: relative;
	font-size: 12pt;
	line-height: 30px;
	margin-bottom: 10px;
}

#order_block .text_block .textfield{
	float: left;
	position: relative;
	color: #554433;
	font-size: 11pt;
	padding: 0 5px;
	display: block;
	margin-bottom: 10px;
	text-align: left;
}

#order_block .text_block .textarea{
	float: left;
	position: relative;
	color: #554433;
	font-size: 11pt;
	padding: 8px 9px;
	display: block;
	margin-bottom: 10px;
	resize: none;
	height: 54px;
	border: 1px solid #CCD4D6;
	line-height: 18px;
	
	box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);
	-moz-box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);
    -webkit-box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.dostavka .radiobutton,
.payments .radiobutton{
	width: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
    padding-left: 25px;
    font-size: 12pt;
    color: #776655;
}

.dostavka .radiobutton.select,
.payments .radiobutton.select{
    color: #1a1a1a;
}

.text_attention{
	position: absolute;
	width: 420px;
	left: 20px;
	bottom: 20px;
	font-size: 9pt;
	line-height: 14px;
	color: #776655
}

.text_attention span{
	font-size: 9pt;
	line-height: 14px;
}

.dostavka select{
	height: 30px;
}

#top_yellow{
	background-color: #ffcc00;
	width: 100%;
	height: 60px;
	display: block;
	text-decoration: none;
	position: relative;
}

#top_yellow .center_block{
	height: 60px;
	font-size: 18px;
	font-style: italic;
	line-height: 54px;
	padding-left: 40px;
	text-decoration: none;
	color: #000;
}

#top_yellow .center_block strong{
	font-weight: bold;
	font-size: 21px;
	text-decoration: none;
}

#top_yellow .center_block span{
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	margin-left: 50px;
}

.delete_order{
	background: transparent url('/images/A_Close_buttons.png?version=2') no-repeat 0 0;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
	cursor: pointer;
}

#site_search_form{
	position: relative;
}

#site_search_form .textfield{
	width: 530px;
	height: 28px;
	padding: 0 10px;
	text-align: left;
	font-style: normal;
	margin-right: 65px;
}

#site_search_form .textfield.error{
	border-color: red;
}

#site_search_form .submit_search{
	background: transparent url('/images/A_text_input_buttons.png') no-repeat -120px 0;
	width: 48px;
	height: 28px;
	position: absolute;
	top:1px;
	left: 503px;
}

#site_search_form .submit_search:hover{
	background-position:  -120px -40px;
}

#site_search_form .checkbox{
	font-size: 16px;
	color: #776655;
	padding: 0 0 0 25px;
	line-height: 16px;
	background: transparent url('/images/A_Checkboxs_0.png?version=2') no-repeat 0 0;
	margin-bottom: 8px;
	cursor: pointer;
}

#site_search_form .checkbox.active{
	color: #191919;
	background: transparent url('/images/A_Checkboxs_1.png?version=2') no-repeat 0 0;
}

#site_search_form .modules.show{
	display: block;
}

#site_search_form .modules.hidden{
	display: none;
}

#site_search_form .modules .all_site{
	margin: 35px 0 25px;
}

#site_search_form .type_search{
	font-size: 11pt;
	color: #3399cc;
	cursor: pointer;
	border-bottom: 1px dashed #3399cc;
	display: inline-block;
}

.search_module_result h2{
	padding: 35px 0 0;
	font-size: 13pt;
}

.search_module_result .find_item{
	padding: 10px 0 25px;
}

.search_module_result .find_item a{
}

.search_module_result .find_item .desc{
	margin-top: 15px;
	color: #554433;
}

.search_module_result .view_all_button{
	color: #3399cc;
	text-decoration: underline;
	font-size: 12pt;
	background-color: #f5f6f7;
	line-height: 40px;
	padding: 0 23px;
	display: inline-block;
	cursor: pointer;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.search_module_result .view_all_button:hover{
	color: #000000;
}

.itog_price{
	color: #d42244;
	font-size: 21pt;
	float: right;
}

.buy_message{
	font-size: 14pt;
    font-style: italic;
    padding: 240px;
    width: 600px;
}

#add_review h1{
	margin-bottom: 35px;
}

#add_review h2{
	margin-bottom: 30px;
}

#add_review .select_block{
	width: 210px;
	float: left;
	margin: 0 20px 30px 10px;
}

#add_review .select_block:nth-child(2n+1){
	margin: 0 0 30px 0;
}

#add_review .select_block .title{
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 10px 10px;
	color: #776655;
}

#add_review .select_block select{
	width:100%;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #554433;
	height: 28px;
	padding: 3px 2px;
}

#add_review .checkbox{
	font-size: 16px;
	color: #776655;
	padding: 0 0 0 25px;
	line-height: 16px;
	background: transparent url('/images/A_Checkboxs_0.png?version=2') no-repeat 0 0;
	cursor: pointer;
	float: left;
	width: 175px;
	margin: 10px 0 8px 12px;
}


#add_review .checkbox.active{
	color: #191919;
	background: transparent url('/images/A_Checkboxs_1.png?version=2') no-repeat 0 0;
}

#add_review .checkbox.noactive{
	color: #999999;
}

.dopitems_block{
	position: relative;
}

.dopitems_block .title{
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 20px 20px;
	color: #554433;
}

#add_review .label{
	position: relative;
	font-size: 11pt;
	line-height: 11px;
	margin: 0 0 10px 20px;
	width: 570px;
	color: #776655;
}

#add_review .textfield{
	position: relative;
	color: #554433;
	font-size: 11pt;
	padding: 0 8px;
	display: block;
	text-align: left;
	font-style: normal;
	width: 572px;
	margin: 0 0 30px 10px;
	height: 30px;
}

#add_review .textfield.error,
#add_review .textarea.error{
	border-color: #d42244;
}

#add_review .textarea{
	position: relative;
	color: #554433;
	font-size: 11pt;
	padding: 8px 8px 40px 8px;
	display: block;
	resize: none;
	height: 250px;
	border: 1px solid #CCD4D6;
	line-height: 18px;
	width: 572px;
	margin: 0 0 30px 10px;
	font-style: normal;
	
	box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);
	-moz-box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);
    -webkit-box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#add_review .warning{
	display: none;
	height: 40px;
	width: 548px;
	color: #776655;
	background-color: #ffcc00;
	font-size: 11pt;
	line-height: 40px;
	font-style: italic;
	padding: 0 20px;
	position: absolute;
	bottom: 1px;
	left: 11px;

	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

#add_review .warning .symbols{
	font-weight: bold;
}

#add_review .text_block{
	background-color: #ebedef;
	padding: 20px 15px 20px 20px ;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#add_review .text_block *{
	color: #776655;
	font-size: 12pt;
	font-style: italic; 
}

#add_review .text_block p{
	line-height: 20px;
}

#add_review .text_block ul{
	padding: 30px 0 0;
	list-style: disc outside;
	margin-left: 14px;
}

#add_review .text_block ul li{
	line-height: 15px;
	margin-bottom: 15px;
	color: #3399cc;
}

#add_review .plus_icon,
#add_review .minus_icon{
	background: transparent url('/images/A_plus-minus.png') no-repeat 0 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}

#add_review .minus_icon{
	background-position: 0 -20px;
}

#add_review .submit_block{
	position: relative;
	background-color: #e5e8e8;
	width: 940px;
	height: 90px;
	margin: 20px 20px 0;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#add_review .submit_block .blue_button,
#add_review .submit_block .greyblue_button{
	border: none;
    margin-left: auto;
    margin-right: auto;
}

#add_review .submit_block p{
	text-align: center;
	font-style: italic;
	color: #776655;
	line-height: 70px;
}

#add_review .errorMessage{
	font-size: 11pt;
	color: #d42244;
	font-style: italic;
	float: right;
}

#add_review .left_label{
	text-align: left;
	font-style: italic;
	color: #776655;
	line-height: 20px;
	width: 250px;
	position: absolute;
	left: 30px;
	top: 25px;
}

#add_review .right_label{
	text-align: left;
	font-style: italic;
	color: #d42244;
	line-height: 20px;
	width: 160px;
	position: absolute;
	right: 140px;
	top: 25px;
}

#add_review .white_block .left .label{
	width: 120px;
	float: left;
}

#add_review .grey2_block .left h2{
	width: 160px;
	float: left;
}

#add_review .grey2_block .left .errorMessage{
	float: left;
	line-height: 20px;
}

.wrapper_cons_pros .pros{
	margin-bottom: 50px;
}

.wrapper_cons_pros .cons{
	margin-bottom: 10px;
}

.wrapper_cons_pros div .items .item {
    margin-bottom: 10px;
}
.wrapper_cons_pros div .items .item div.name_item {
    display: inline-block;
}
.wrapper_cons_pros div .items .edit_item div.name_item, .wrapper_cons_pros div .items .open_item div.name_item {
    padding: 0;
}
.wrapper_cons_pros div .items .item div.name_item .small_text {
    
}
.wrapper_cons_pros div .items .item div.name_item .text_item .itemtxt {
    display: block;
    font-size: 11pt;
    width: 380px;
    word-break: break-all;
    background-color: #f5f6f7;
    color: #776655;
    padding-left: 20px;
    line-height: 30px;

    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.wrapper_cons_pros div .items .item div.name_item .small_text input {
    width: 378px;
    font-size: 11pt;
    padding-left: 20px;
    border-color: #999999;
    font-style: normal;
    text-align: left;
    color: #776655;
}
.wrapper_cons_pros div .items .item div.options_item {
    display: inline-block;
    vertical-align: top;
}
.wrapper_cons_pros div .items .item div.options_item img {
    height: 16px;
    margin-left: 8px;
    width: 16px;
}

.save_con_proc, .edit_con_proc, .del_con_proc {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: transparent url("/images/A_Review_edit_buttons.png") no-repeat 0 0;
    cursor: pointer;
    margin-left: 5px;
}

.save_con_proc {
    background-position: -40px 0;
}

.save_con_proc:hover {
    background-position: -40px -40px;
}

.edit_con_proc {
    background-position: -80px 0;
}

.edit_con_proc:hover {
    background-position: -80px -40px;
}

.del_con_proc {
    background-position: 0 0;
}

.del_con_proc:hover {
    background-position: 0 -40px;
}

.error_block p.error,
.error_block .errorMessage {
    color: #d42244;
    font-size: 12px;
    line-height: 16px;
}





.wrapper_evaluation .title {
    width: 160px;
    float: left;
    font-size: 11pt;
    line-height: 22px;
    color: #776655;
    margin-bottom: 10px;
}

.wrapper_evaluation .wrapper_star {
    float: left;
}

.wrapper_evaluation .line {
    display: block;
    height: 20px;
    margin-top: 13px;
    width: 260px;
    border-top: 1px solid #ccd4d6;
}

.rating_star {
    float: left;
    height: 20px;
}
.rating_star .starbox {
    cursor: pointer;
    float: right;
}
.rating_star .starbox span {
    background: transparent url("/images/A_rating_stars.png") repeat scroll 0 -40px;
    display: block;
    height: 20px;
    margin-top: 0;
    vertical-align: top;
}
.rating_star .not_split span {
    height: 20px;
    margin-right: 0;
    width: 20px;
}
.rating_star .rating_name {
    color: #999999;
    font-size: 11pt;
    display: none;
    margin: 2px 0 0 125px;
    position: absolute;
}
.rating_star .starbox.not_split.hovered ~ .rating_name.hovered {
    display: block;
}
.rating_star .starbox.disabled:hover {
    cursor: default;
}
.rating_star .starbox.disabled.r_checked:hover span, .rating_star .starbox.disabled.r_checked:hover ~ .starbox.disabled > span {
    cursor: default;
}
.rating_star .starbox.disabled span, .rating_star .starbox.disabled span ~ .starbox.disabled > span {
    background-position: 0 -40px;
    cursor: default;
}
.rating_star .starbox.hovered span, .rating_star .starbox.hovered ~ .starbox > span {
    background-position: 0 -20px;
}
.rating_star .starbox.r_checked span, .rating_star .starbox.r_checked ~ .starbox > span {
    background-position: 0 0;
}

#dropZone{
	width: 280px;
	height: 176px;
	border: 2px dotted #2f8ebd;
	background-color: #e2e5e7;
	text-align: center;
	padding: 0 88px;
	position: relative;
}

#dropZone .headeline{
	width: 280px;
	display: inline-block;
	margin: 35px 0 10px;
	font-size: 11pt;
	line-height: 20px;
	color: #554434;
}

#dropZone .blue_button{
	width: 280px;
	position: relative;
}

.photo_list{
	position: relative;
}

.photo_item{
	position: relative;
	float: left;
	width: 140px;
	height: 105px;
	margin: 20px 20px 0 0 ;
}

.photo_item:nth-child(3n){
	margin: 20px 0 0 0 ;
}

.photo_item .mask{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	height: 105px;
	background-color: #fff;
    opacity: 0.6;
    z-index: 10;
}

.photo_item:hover .mask{
	display: block;
}

.photo_item .close{
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
    z-index: 20;
    cursor: pointer;
	background: transparent url('/images/A_Photo_modify_buttons.png') no-repeat -80px 0;
}

.photo_item .close:hover{
	background-position: -80px -40px;
}

.photo_item:hover .close{
	display: block;
}

.kolvo{
	float: left;
	line-height: 30px;
	color: #776655;
}

.kolvo_input{
	position: relative;
	width: 100px;
	height: 30px;
	float: right;
	margin-bottom: 20px;
}

.kolvo_input input{
	position: relative;
	width: 38px	;
	height: 28px;
	padding: 0 30px;
	text-align: center;	
	font-style: normal;
}

.kolvo_input .button_minus,
.kolvo_input .button_plus{
	width: 28px;
	height: 28px;
	background: transparent url('/images/A_text_input_buttons.png') no-repeat 0 0;
	position: absolute;
	top:1px;
	cursor: pointer;
	z-index: 10;
}

.kolvo_input .button_minus{
	left: 1px;
	background-position: 0 0;
}

.kolvo_input .button_minus:hover{
	background-position: 0 -40px;
}

.kolvo_input .button_plus{
	right: 1px;
	background-position: -40px 0;
}

.kolvo_input .button_plus:hover{
	background-position: -40px -40px;
}

#basket p{
	color: #554433;
}

#skidka_head {
	width: 70%;
	font-size: 16pt;
	color: #d42244;
	text-align: center;
	margin-top: 25px;
	line-height: 40px;
	font-weight: bold;
	font-style: italic;
	margin-left: 15%;
}
.new_style_btn {
	background: linear-gradient(to bottom, #3ba8d4 0%, #2c8cc5 100%);
	-webkit-box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.2);
	width: 80%;
	margin-top: 55px;
	font-size: 13pt;
	height: 40px;
	line-height: 34px;
	margin-left: 10%;
	border-radius: 4px;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.bx-wrapper {
	-webkit-box-shadow: 0 0 0px #fff;
	box-shadow: 0 0 0px #ccc;
	border: 0;
	background: #fff;
}
.bx-pager {
	display: none;
}




#basket .text_block{
/*	background-color: #E1E2E3; */
	float: left;
	padding: 15px 20px 10px;
	width: 420px;
	margin: 0 20px 20px 0;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#basket .first_head{
	width: 560px;
	color: #807767;
}
#basket .title_pay_order {
	font-style: italic;
	font-size: 13pt;
	font-weight: bold;
	color: #554433;
	padding-bottom: 20px;
}
.basket_hr {
	margin-left: 20px !important;
	 margin-top: -12px !important;
	width: 92% !important;
	border-top: 1px solid black;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	float: left !important;
}
#basket .second_head{
	width: 280px;
	color: #bfc0c2;
	font-style: italic;
	padding-top: 30px;
}
#basket .text_block:nth-child(2n){
	margin-right: 0px;
}

#basket .text_block .text_title{
	position: relative;
	color: #554433;
	font-size: 13pt;
	/*font-style: italic;
	font-weight: bold; */
	padding-bottom: 20px;
	line-height: 15px;
}

#basket .text_block .label{
	float: left;
	position: relative;
	font-size: 12pt;
	line-height: 30px;
	margin-bottom: 10px;
	color: #776655;
}

#basket .text_block .textfield{
	float: left;
	position: relative;
	color: #554433;
	font-size: 11pt;
	padding: 0 5px;
	display: block;
	margin-bottom: 10px;
	text-align: left;
	height:30px;
}

#basket .text_block .textarea{
	float: left;
	position: relative;
	color: #554433;
	font-size: 11pt;
	padding: 8px 9px;
	display: block;
	margin-bottom: 10px;
	resize: none;
	height: 110px;
	border: 1px solid #CCD4D6;
	line-height: 18px;
	font-style: italic;
	
	box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);
	-moz-box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);
    -webkit-box-shadow: inset 0 0 5px rgba(204, 212, 214, 0.75);

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#basket .text_block .radiobutton,
#basket .text_block .radiobutton{
	width: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: 6px;
    padding-left: 25px;
    font-size: 12pt;
    color: #776655;
}

#basket .text_block .radiobutton.select,
#basket .text_block .radiobutton.select{
    color: #1a1a1a;
   /* width: 405px; */
    height: auto;
}

#basket .text_block .text_attention{
	position: relative;
	width: 420px;
	bottom: 0px;
	left: 0px;
	font-size: 9pt;
	line-height: 14px;
	color: #776655;
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid #ccd4d6;
	display: none;
	height: 28px;
	overflow: hidden;
}

#basket .text_block .text_attention_free{
	position: relative;
	width: 420px;
	bottom: 0px;
	left: 0px;
	line-height: 18px;
	color: #776655;
	padding-top: 10px;
	overflow: hidden;
	font-style: italic;
}

#basket .text_block .text_attention.select{
	display: block;
}

#basket .text_block .text_attention span{
	font-size: 9pt;
	line-height: 14px;
}

#basket .text_block.dostavka select{
	height: 30px;
}

#basket_table{
	width: 100%;
	margin: 40px 0 0 0;
}

#basket_table tr{
	border-bottom: 1px solid #999999;
}

#basket_table tr.no_border{
	border-bottom: none;
}

#basket_table th,
#basket_table td{
	vertical-align: middle;
	text-align: left;
	color: #554433;
}

#basket_table th.th_last,
#basket_table td.last{
	padding-right: 0;
}

#basket_table th{
	background-color: #f5f6f7;
	font-size: 12pt;
	padding: 0 20px 0 0;
	font-weight: normal;
}

#basket_table th.th_first{
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}


#basket_table th.th_last{
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}

#basket_table td{
	font-size: 11pt;
	padding: 20px 20px 20px 0;
}

#basket_table td img{

}

#basket_table td .price{
	font-size: 12pt;
	color: #D42244;
	font-style: italic;
	font-weight: bold;
}

#basket_table td .delete_order_product{
	width: 30px;
	height: 30px;
	background: transparent url('/images/A_Close_buttons.png') no-repeat 0 0;
	cursor: pointer;
}

#basket_table td .delete_order_product:hover{
	background-position: 0 -40px;
}

#basket_table .edit_order_product {
    display: block;
	width: 30px;
	height: 30px;
	background: transparent url('/images/A_Review_edit_buttons.png') no-repeat -80px 0;
	cursor: pointer;
}

#basket_table .edit_order_product:hover {
	background-position: -80px -40px;
}

#basket_table td .kolvo{
	width: 98px;
	height: 26px;
    line-height: 26px;
    padding: 1px 0px;
}

#basket_table td .plus_button,
#basket_table td .minus_button{
	width: 28px;
	height: 28px;
	background: transparent url('/images/A_text_input_buttons.png') no-repeat;
	float: left;
	cursor: pointer;
}

#basket_table td .minus_button{
	background-position: 0 0;
	margin: 1px 0 0 -99px;
}

#basket_table td .minus_button:hover{
	background-position: 0 -40px;
}

#basket_table td .plus_button{
	background-position: -40px 0;
	margin: 1px 0 0 -29px;
}

#basket_table td .plus_button:hover{
	background-position: -40px -40px;
}

#basket_table .itog_title{
	font-style: italic;
	font-size: 13pt;
	font-weight: bold;
	color: #554433;
}

#basket_table .itog_price{
	float: left;
    font-size: 19pt;
    font-style: italic;
    font-weight: bold;
    line-height: 15px;
    margin-right: 5px;
}

#photobank .left_arrow,
#photobank .right_arrow{
	background: transparent url('/images/A_navigation_arrows.png?version=2') no-repeat;
	position: absolute;
	width: 30px;
	height: 50px;
	z-index: 9;
	top: 28px;
	cursor: pointer;
	display: block;
}

#photobank{
	width: 1046px;
	margin-left: -26px;
	position: relative;
}

#photobank .left_arrow{
	background-position: 0 0;
	left: 0px;
}

#photobank .left_arrow:hover{
	background-position: 0 -50px;
}

#photobank .left_arrow:active{
	background-position: 0 -100px;
}

#photobank .right_arrow{
	background-position: -30px 0;
	right: 0px;
}

#photobank .right_arrow:hover{
	background-position: -30px -50px;
}

#photobank .right_arrow:active{
	background-position: -30px -100px;
}

#photobank #photo_list_wrap{
	width: 950px;
	height: 106px;
	margin: 20px 55px 0 41px;
	overflow: hidden;
}

#photobank #photo_list_wrap #photo_list{
	width: 10000px;
	height: 106px;
}

#photobank #photo_list_wrap #photo_list img{
	width: 140px;
	height: 96px;
	padding: 5px;
	margin: 0 10px 0 0;
	display: block;
	float: left;
	cursor: pointer;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#photobank #photo_list_wrap #photo_list img.active{
	border: 1px solid #3399cc;
	padding: 4px;
}
 

#full_screen .left_arrow,
#full_screen .right_arrow{
	background: transparent url('/images/A_navigation_arrows.png?version=2') no-repeat;
	position: absolute;
	width: 30px;
	height: 50px;
	z-index:10;
	top: 305px;
	cursor: pointer;
	display: block;
}

#full_screen .left_arrow{
	background-position: 0 0;
	left: 25px;
}

#full_screen .left_arrow:hover{
	background-position: 0 -50px;
}

#full_screen .left_arrow:active{
	background-position: 0 -100px;
}

#full_screen .right_arrow{
	background-position: -30px 0;
	right: 25px;
}

#full_screen .right_arrow:hover{
	background-position: -30px -50px;
}

#full_screen .right_arrow:active{
	background-position: -30px -100px;
}

.series_title{
	position: relative;
	height: 25px;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.series_title .title_line{
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #ccd4d6;
	left: 0px;
	top:12px;
}

.series_title .title_text{
	position: relative;
	display: inline-block;
	padding: 0 12px;
	font-size: 17pt;
	line-height: 20px;
	background-color: #fff;
	font-style: italic;
	color: #807766;
	text-decoration: none;
}

.pagination li{
	display: inline-block;
    list-style-type: none;
}

.pagination li.selected,
.pagination li.selected a{
	text-decoration: none;
	color: #000;
}

#order .error{
	color: red;
	border-color: red !important;
}


#order_contacts .error{
	color: red;
	border-color: red !important;
}

.act{
	color: #D42244 !important;
}

#basket_table .old_price{
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #554433;
	position: relative;
	margin-bottom: 20px;
}

#basket_table .old_price .price_span{
	font-size: 14px;
}

#basket_table .old_price .red_line{
	background: transparent url('/images/A_price_red-stoke.png?version=2') no-repeat -3px -21px;
	position: absolute;
	top: 1px;
	right: 0px;
	width: 90px;
    height: 25px;
}

#index_page_text{
	margin: 0 20px 20px;
}

.title_vin{
	margin-bottom: 3px;
}

#review a.title{
	display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #3399CC;
}

.sitemap_item{
	display: block;
	padding: 10px 0;
}

.sitemap_item.tab_1{
	padding-left: 0px;
}

.sitemap_item.tab_2{
	padding-left: 30px;
}

.sitemap_item.tab_3{
	padding-left: 60px;
}

#tags{

}

#tags .tag_item,
#size_tags .tag_item,
#color_tags .tag_item
{
	height: 23px;
	color: #3399CC;
    font-size: 9pt;
    text-decoration: none;
    padding: 0 16px;
    border: 1px solid #d9dee1;
    border-radius: 11px;
    display: inline-block;
    line-height: 23px;
    margin-top: 10px;
    margin-right: 6px;
}

#size_tags,
#color_tags{
	display:none;
}

.tag_title{
	text-align: left;
}

.tag_title .title_text{
	font-weight: bold !important;
}

.dopitem_size .checkbox .cat_price{
	white-space: nowrap;
	float: right;
}

.dopitem_size .checkbox .dopitem_title,
.base .base_title{
	float: left;
	width: 190px;
}

.base .cat_price{
	white-space: nowrap;
	float: right;
}

.base .radiobutton{
	float:left;
}

.base{
	font-size: 10pt;
	color: #776655;
	line-height: 18px;
	margin-bottom: 8px;
	cursor: pointer;
}

#skin_categories,
#dopskin_categories{
	width: 298px;
}

.cusel-scroll-pane .disabled{
	font-weight: bold;
	padding-left: 10px;
}

.show_cities_list{
	color: #3399cc;
	text-decoration: underline;
	cursor: pointer;
}

.show_cities_list:hover{
	color: #000;
}

.cities_list{
	display: none;
}

.cities_list.show{
	display: block;
}

#index_page_text p{
	margin-bottom: 6px;
}

#basket_table .basket_summary .old_price {
    margin-bottom: 10px;
}
#basket_table .basket_summary .old_price .price_span {
    font-size: 12pt;
}
#basket_table .basket_summary .old_price .red_line {
    right: 55px;
}
#basket_table .basket_summary .old_price .rubl_14_554433_bi {
    margin-left: 5px;
}
#callback_dialog {
    width: 400px;
    height: 390px;
    background-color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#callback_dialog .title {
    color: #776655;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    margin-left: 30px;
    margin-top: 25px;
}
#callback_dialog .close {
    margin-top: 25px;
    top: 0;
}

#callback_dialog .text_input {
    width: 326px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 7px;

}

#callback_dialog #form_wrapper {
    margin-top: 70px;
    display: block;
    margin-left: 30px;
    border-bottom: 1px #cbd5d4 solid;
    width: 342px;
}

#callback_dialog #callback_request {
    width: 342px;
    margin-top: 20px;
    margin-bottom: 30px;
}

#callback_dialog #callback_request span {
    font-size: 16pt;
    font-weight: bold;
    text-shadow: 1px 1px #666;
}

#callback_dialog .text_label {
    font-size: 10pt;
    color: #776655;
}

#callback_dialog .text_input.error {
	border-color: red;
}

#callback_dialog .note_bottom {
    width: 342px;
    margin-left: 30px;
    margin-top: 20px;
}

#callback_dialog .note_bottom p {
    color: #776655;
    font-size: 9pt;
}
#order_callback_block {
    height: 140px;
    margin: 30px 0 20px;
    font-style: italic;
}

#order_callback_block p {
    font-size: 18pt;
    color: #776655;
    text-align: center;
    margin-top: 25px;
    line-height: 30px;
}

#order_callback_block p a {
    font-size: 16pt;
}

#order_callback_block p .phone {
    font-size: 21pt;
} 

table caption{
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
}

.content_page table.border,
.content_page table.border tr,
.content_page table.border tr td{
	border: 1px solid #554433 !important;
}

.content_page table,
.content_page table tr,
.content_page table tr td{
	vertical-align: top;
}

.content_page table tr td p{
	margin-bottom: 10px;
	font-size: 16px;
}

.content_page table .email_block{
	font-size: 16px;
	color: #008fd5;
	border: 1px solid #008fd5;
	border-radius: 5px;
	display: inline-block;
    margin: 15px 0;
    padding: 5px;
    text-decoration: none;
}

.content_page table.contacts{
	margin-bottom: 50px;
}

.content_page table.contacts tr{
	border-bottom: 1px solid #ccd3d6;
}

.content_page table.contacts tr td{
	padding: 24px 0;
}

.content_page table.contacts tr td a{
	color: #008fd5;
}

.content_page table.delivery{
	border: 1px solid #554433;
	table-layout: fixed;
	position: relative;
	left: -120px;
}

.content_page table.delivery tr{
	height: 50px;
}

.content_page table.delivery tr td{
	width: 150px;
	border: 1px solid #554433;
}

.video_sborka{
	margin: 20px 0;
}

.video_sborka .title{
	margin-bottom: 5px;
}

.video_sborka iframe{
	width:640px;
	height:360px;
}

.files_sborka{
	margin-bottom:40px;
}

.files_sborka div{
	margin: 5px 0;
}

#soc_buttons{
	float:left;	
 	margin-left: 65px;
}	

.soc_button{
    background: url('/images/soc_icons.png') no-repeat;
    width:30px;
    height:30px;
    display: inline-block !important;
    cursor: pointer;
    margin:0 5px;
}
.soc_button.vk{
	background-position: 0 0px;
}

.soc_button.vk:hover{
	background-position: 0 -31px;
}

.soc_button.fb{
	background-position: -30px 0px;
}

.soc_button.fb:hover{
	background-position: -30px -31px;
}

.soc_button.ok{
	background-position: -60px 0px;
}

.soc_button.ok:hover{
	background-position: -60px -31px;
}









#kupon_fon{
	background-color: #000000;
	display: none;
	opacity: 0.75;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-filter: blur(10px);
}

@font-face {
	font-family: 'Georgia Italic';
	src: url('/fonts/Georgia Italic.ttf');
}

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

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

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

input.error{
	border-color:#D42244;
	color:#D42244;
}

.kupon{
	width:620px;
	height:640px;
	font-family: Georgia;
	background: #FFFFFF;
	margin: 100px auto 0;
	color: rgb(67,56,51);
	text-align:center;

	display: none;
	position: absolute;
	z-index: 11;

	box-shadow: 0px 0px 15px 0px rgb(70, 70, 70);
    -webkit-box-shadow: 0px 0px 15px 0px rgb(70, 70, 70);
    -moz-box-shadow: 0px 0px 15px 0px rgb(70, 70, 70);
}

.kupon h2{
	font-family: 'Georgia Bold Italic';
	font-weight: bold;
	display: block;
	text-shadow: 1px 1px 0 #FFFFFF;
	color: rgb(0,143,213);
	padding-top:20px;
	font-size:26px;
	margin:0;
	font-style: normal;
}

.kupon h4{
	font-family: 'Georgia';
	display: block;
	text-shadow: 1px 1px 0 #FFFFFF;
	color: rgb(0,143,213);
	padding-top:5px;
	font-size:15px;
	margin:0;
}

.kupon form{
	width:300px;
	margin:0 auto;
	position: relative;
}

.kupon .title{
	color: rgb(136,119,102);
	font-size:15px;
	margin:10px 0;
}

.kupon .desc{
	font-family: 'Georgia Bold Italic';
	font-size: 16px;
	color: rgb(67,56,51);
	margin: 50px 0 0px;
}

.kupon .grey_text{
	color: rgb(119,102,85);
	font-family: 'Georgia';
	font-size:15px;
	margin: 40px 0 0px;
}

.kupon .top_line{
	background-color: #E4E8E9;
	width:460px;
	height:1px;
	margin: 20px auto 30px;
}

.kupon .bottom_line{
	background-color: #E4E8E9;
	width:460px;
	height:2px;
	margin: 30px auto;
}

.kupon .bottom_desc{
	font-family: 'Georgia';
	color: #666666;
	font-size:12px;
	margin: 12px 0;
}

.kupon .submit_desc{
	font-family: 'Georgia Italic';
	color: rgb(67,56,51);
	font-size:21px;
	margin-top: 65px;
	position: relative;
}

.kupon .redirect{
	color: rgb(153,153,153);
	font-size:12px;
}

.kupon .ok_submit{
	position: relative;
	display: none;
}

.kupon .ok{
	display: inline-block;
	background: url('/images/kupon/A_Review_edit_buttons.png') no-repeat; 
	width: 17px;
    height: 16px;
    background-position: -47px -47px;
	position: absolute;
	right: -35px;
	display: none;
}

.kupon input[type="text"]{
	width: 300px;
	font-style: normal;
}

.kupon input.error{
	border-color:#D42244;
	color:#D42244;
}

.kupon .blue_button, .kupon .blue_button:hover{
	margin: 20px 0 0;
}

#preloader{
	position: absolute;
	width: 128px;
	height: 128px;
	z-index: 12;
	display: none;
}

.kupon #close_kupon{
	background: transparent url('../images/landing/Ptichka_land_elements.png') no-repeat;
    background-position: -220px -280px;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    position: absolute;
    cursor: pointer;
}

.kupon  #close_kupon:hover{
	background-position: -180px -280px !important;
}

.kupon #subscribe{
	font-size:10px;
	color: rgb(0,143,213);
	margin-top:20px;
	cursor:pointer;
}

.payments_popup{
	width:440px;
	height:410px;
}

.payments_popup h2{
	font-family: 'Georgia Bold Italic';
	font-weight: bold;
	color: #554433;
	font-size: 26px;
    margin: 20px 0 20px 0;
	position: relative;
}

.payments_popup .title {
    margin: 10px 0 7px;
}

.payments_popup input{
	box-sizing: border-box;
}

.payments_popup #close_payments{
	background: transparent url('../images/landing/Ptichka_land_elements.png') no-repeat;
    background-position: -220px -280px;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.payments_popup  #close_payments:hover{
	background-position: -180px -280px !important;
}

.market_feedback_popup{
	width:480px;
	height:410px;
	margin: 0 20px 20px;
}

.market_feedback_popup h2{
	font-family: 'Georgia Bold Italic';
	font-weight: bold;
	color: #554433;
	font-size: 26px;
    margin: 30px 20px 20px;
	position: relative;
}

.market_feedback_popup p {
    margin: 0 20px;
}

.market_feedback_popup .title {
    margin: 10px 0 7px;
}

.market_feedback_popup input{
	box-sizing: border-box;
}

.market_feedback_popup #close_market_feedback{
	background: transparent url('../images/landing/Ptichka_land_elements.png') no-repeat;
    background-position: -220px -280px;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.market_feedback_popup  #close_market_feedback:hover{
	background-position: -180px -280px !important;
}

.opt_button{
	color: #fff;
    display: block;
    height: 65px;
    line-height: 30px;
    padding: 10px 40px;
    width: 270px;
}

.opt_menu_item{
	color: #ff0000 !important;
}
#material_dialog {
    width: 820px;
    height: 420px;
    background-color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#material_dialog .title {
    color: #776655;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    margin-left: 30px;
    margin-top: 25px;
}
#material_dialog .close {
    margin-top: 25px;
    top: 0;
}

#material_dialog .text_input {
    width: 326px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 7px;

}

#material_dialog #form_wrapper {
    margin-top: 70px;
    display: block;
    margin-left: 30px;
    border-bottom: 1px #cbd5d4 solid;
    width: 342px;
}

#material_dialog #callback_request {
    width: 342px;
    margin-top: 20px;
    margin-bottom: 30px;
}

#material_dialog #callback_request span {
    font-size: 16pt;
    font-weight: bold;
    text-shadow: 1px 1px #666;
}

#material_dialog .text_label {
    font-size: 10pt;
    color: #776655;
}

#material_dialog .text_input.error {
	border-color: red;
}

#material_dialog .note_bottom {
    width: 342px;
    margin-left: 30px;
    margin-top: 20px;
}

#material_dialog .note_bottom p {
    color: #776655;
    font-size: 9pt;
}
.wrapper-materials {
    margin: 40px 0;
    width: auto;
    height: 300px;
}

.wrapper-materials .material-tabs {
    height: 39px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    color: #554433;
    font-size: 20px;
}

.wrapper-materials .material-tabs .material-switch .tabs {
    height: 38px;
    padding: 0 20px;
    margin-right: 10px;
    float: left;
    line-height: 38px;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    background: #F2F2F2;
    cursor: pointer;
    position: relative;
    z-index: 5;
    top: 1px;
    font-size: 17pt;
}

.wrapper-materials .material-tabs .material-switch  .tabs:hover {
    color: #776655;
    background: #e7e7e7;
}


.wrapper-materials .material-tabs .material-trigger {
    height: 38px;
    padding-left: 12px;
    float: right;
    line-height: 30px;
    position: relative;
    cursor: pointer;
}

.wrapper-materials .material-tabs .material-trigger .tabs {
    line-height: 30px;
    width: 80px;
    height: 30px;
    margin-right: 0;
    padding: 0 20px;
    float: right;
    color: #3ba7d5;
    
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.wrapper-materials .material-tabs .material-trigger .tabs:first-child {
    border-radius: 0px 4px 4px 0px;
}

.wrapper-materials .material-tabs .material-trigger .tabs:last-child {
    border-radius: 4px 0px 0px 4px;
    border-right: 0;
}

.wrapper-materials .material-tabs .material-trigger .tabs:hover , .order-step .wrapper-materials .material-tabs .material-trigger .tabs.active {
    color: #776655;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1', GradientType=1 );
}

.wrapper-materials .material-tabs .material-trigger .trigger-sMaterial:hover, .order-step .wrapper-materials .material-tabs .material-trigger .trigger-sMaterial.active {
    color: #776655;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1', GradientType=1 );
}

.info-article {
    margin-top: 38px;
    height: 104px;
    width: auto;
    padding: 20px;
    border-radius: 4px;
    color: #776655;
    background: #e3e3e3;
}


.info-article  .info-article-decor1 {
    height: 30px;
    width: auto;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.info-article  .info-article-decor2 {
    line-height: 24px;
}

.update-option .checkbox {
    font-size: 16px;
    color: #776655;
    padding: 0 0 0 25px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: transparent url('/images/A_Checkboxs_0.png?version=2') no-repeat 0 0;
    margin-bottom: 8px;
    cursor: pointer;
}

.update-option {
    margin-top: 20px;
}

.update-option .checkbox.active {
    color: #191919;
    background: transparent url('/images/A_Checkboxs_1.png?version=2') no-repeat 0 0;
}

.update-option .checkbox .cat_price {
    white-space: nowrap;
    float: left;
}

.wrapper-materials .material-tabs .material-switch .tabs.active {
    background: #fff;
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
}

.wrapper-materials .tabs-content {
    width: auto;
    /*min-height: 400px;*/

    padding-top: 10px;
    background: #fff;
}

.wrapper-tabs-content {
    display: block;
    /*min-height: 400px;*/
    width: 100%;
    float: left;
    
}

.wrapper-tabs-content .trigger-material-tab {
    display: block;
    /*min-height: 400px;*/
    width: 100%;
    float: left;
}

.wrapper-tabs-content .free-material {
    /*min-height: 400px;*/
    float: left;
    margin-left: 5px;
}

.wrapper-tabs-content .free-material .item {
    width: 125px;
    height: 95px;
    float: left;
    margin: 14px 10px 0 0;
    position: relative;
}

.wrapper-tabs-content .free-material .item img {
    width: 120px;
    float: left;
    margin-bottom: 6px;
    cursor: pointer;
}

.tabs-content .title-decor {
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
    color: #776655;
}

.wrapper-tabs-content .free-material .item  .item-name-decoration {
    font-weight: normal;
    font-style: normal;
    width: 110px;
    padding-left: 25px;
	line-height: 1;
}

.wrapper-tabs-content .free-material .lens {
    width: 20px;
    height: 20px;
    background: url("/images/A_Lens1.png") no-repeat;
    display: none;
    cursor: pointer;
    position: absolute;
    left: 120px;
    top: 74px;
}

#dopitems .dopitems-option .lens {
    width: 20px;
    height: 20px;
    background: url("/images/A_Lens-white1.png") no-repeat;
    display: none;
    cursor: pointer;
    position: absolute;
    left: 132px;
    top: 110px;
}