@charset "UTF-8";  
@font-face{
	font-family: 'Academy';
	src: url('../fonts/academy.eot');
	src: url('../fonts/academy.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/academy.woff') format('woff'),
	     url('../fonts/academy.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
.font{
	font-family: 'Academy', serif;
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,button,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,
textarea:focus,
select:focus{
	outline: none;
}
input[type='checkbox'],
input[type='submit'],
input[type='reset'],
input[type='radio'],
input[type='image'],
input[type='file']{
	cursor: pointer;
}
label{
	cursor: pointer;
	color: inherit;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 133%;
	text-align: left;
	color: #363636;
}
hr{
	border: 0 none;
	border-top: solid 1px #dbdbdb;
	height: 0;
	color: #dbdbdb;
	background: none;
	margin: 12px 0;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
.link a,
.label{
	color: #007fae;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.relative{
	position: relative;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
}
.clear-left{
	float: none !important;
	display: block;
	clear: left;
	height: 0;
}
.clear-right{
	float: none !important;
	display: block;
	clear: right;
	height: 0;
}
input[type='text'],
input[type='email'],
input[type='password'],
textarea{
	font-weight: bold;
	color: #000;
	width: 370px;
	height: 16px;
	line-height: 16px;
	padding: 4px 16px 5px;
	border: solid 1px #e4d7bf;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.search input[type='text']{
	padding: 6px 16px;
	border: 0 none;
	background: #fff5e7;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
}
textarea{
	height: 74px;
	padding-top: 6px;
	padding-bottom: 6px;
	resize: none;
}
select{
	cursor: pointer;
}
.button{
	cursor: pointer;
	display: inline-block; *display: inline; zoom: 1;
	white-space: nowrap;
	text-decoration: none;
	border: 0 none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 126px;
	padding-right: 34px;
	text-align: center;
	height: 25px;
	line-height: 24px;
	background: #7d0805 url('../images/button.png') no-repeat right center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 1000px rgba(0,0,0,0);
	-moz-box-shadow: inset 0 0 1000px rgba(0,0,0,0);
	box-shadow: inset 0 0 1000px rgba(0,0,0,0);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
input.button,
button.button{
	width: 160px;
	padding-bottom: 2px;
}
.button:hover{
	-webkit-box-shadow: inset 0 0 1000px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 0 1000px rgba(0,0,0,0.25);
	box-shadow: inset 0 0 1000px rgba(0,0,0,0.25);
}
/* text */
h1,
h2{
	margin: 0 0 12px;
	font-size: 28px;
	font-weight: bold;
	line-height: 133%;
	color: #a05135;
}
h2{
	font-size: 24px;
	line-height: 133%;
}
p{
	margin: 0 0 8px;
}
/* text off */
/* off */
.wrap{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #f9e5cb url('../images/header.jpg') no-repeat center top;
}
/* header */
.header{
	width: 1000px;
	height: 488px;
	margin: 0 auto -30px;
	padding: 4px 0 0;
}
.logo{
	padding: 14px 0 0 50px;
}
.phones{
	padding: 10px 0 0 94px;
	width: 142px;
	height: 90px;
	margin: 0 0 0 14px;
	background: url('../images/phones.png') no-repeat center top;
}
.phones h2{
	font-size: 20px;
	line-height: 120%;
	color: #3d2117;
	margin: 0;
}
.phone{
	font-size: 20px;
	line-height: 100%;
	color: #8c3820;
}
.phone sup{
	display: inline-block; *display: inline; zoom: 1;
	vertical-align: top;
	margin: -2px 0 0;
	color: #3d2117;
	font-size: 14px;
}
.callback{
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	color: #fff;
	font-weight: bold;
}
.callback a{
	text-decoration: none;
}
.callback a:hover{
	text-decoration: underline;
}
.worktime{
	padding: 14px 0 0 87px;
	width: 154px;
	height: 72px;
	margin: 0 0 0 14px;
	color: #3d2117;
	background: url('../images/worktime.png') no-repeat center top;
}
.worktime h2{
	font-size: 20px;
	line-height: 120%;
	margin: 0;
}
.worktime .time{
	font-weight: bold;
}
.worktime .day{
	color: #8c3820;
}
.worktime sup{
	display: inline-block; *display: inline; zoom: 1;
	vertical-align: top;
	margin: -2px 0 0;
	font-size: 8px;
}
.socials{
	padding: 23px 0 0;
	margin: 0 0 0 195px;
	width: 80px;
}
.socials .title{
	color: #160202;
	font-weight: bold;
	height: 30px;
}
.ul-soc{
	padding: 11px 0 0;
}
.ul-soc li{
	margin: 11px 0 0; 
}
.sign{
	margin: 0 0 0 2px;
}
.sign .but{
	display: block;
	width: 104px;
	height: 63px;
	margin: 0 0 1px;
	padding: 10px 0 0;
	text-decoration: none;
	font-size: 18px;
	line-height: 100%;
	background: url('../images/sign.png') no-repeat center top;	
}
.sign .but:hover{
	text-decoration: underline;
}
.sign .but .title{
	display: block;
}
.log{
	color: #603522;
}
.reg{
	color: #d80000;
}
.reg .title{
	margin: -4px 0 0;
}
.basket{
	position: absolute;
	left: 50%;
	top: 328px;
	width: 210px;
	margin-left: -476px;
}
.basket img{
	margin: 0 6px 0 0;
}
.basket h2{
	font-size: 20px;
	line-height: 100%;
	margin: 0;
	color: #c51216;
}
.basket h2 a{
	text-decoration: none;
}
.basket h2 a:hover{
	text-decoration: underline;
}
.compass{
	position: absolute;
	left: 50%;
	top: 300px;
	padding: 16px 20px 0 106px;
	width: 134px;
	height: 69px;
	margin-left: 44px;
	color: #fff;
	font-size: 16px;
	line-height: 100%;
	background: url('../images/compass.png') no-repeat center top;
}
.nav{
	position: absolute;
	left: 50%;
	top: 394px;
	width: 1000px;
	margin-left: -500px;
	color: #fff0ba;
	font-size: 18px;
	line-height: 100%;
	text-shadow: 0 -1px 0 #7d0805;
}
.nav table{
	margin: 0 auto;
}
.nav td{
	height: 39px;
	padding-left: 1px;
	background: url('../images/spacer.png') no-repeat left center;
}
.nav td:first-child{
	padding-left: 0;
	background: none;
}
.nav td > *{
	display: table-cell;
	vertical-align: middle;
	height: 39px;
	padding: 0 32px;
	text-decoration: none;
	background: url('../images/nav.png') no-repeat center bottom;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.nav td a:hover,
.nav td.active > *,
.nav td > .active{
	color: #fff;
	background-image: url('../images/nav-hover.png');
}
/* header off */

/* content */
.content{
	width: 1000px;
	padding: 0 0 203px;
	margin: 0 auto;
}
.sidebar{
	width: 215px;
}
.sidebar .top h2{
	position: absolute;
	z-index: 1;
	left: 81px;
	top: -11px;
	font-size: 28px;
	line-height: 100%;
	color: #7d0805;
	margin: 0;
}
.sidebar .top h3,
.sidebar .middle h3,
.sidebar .block h3{
	position: relative;
	padding: 48px 0 0;
	height: 41px;
	color: #ffe3bc;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	white-space: nowrap;
	background: url('../images/sidebar-top.png') no-repeat left top;
}
.sidebar .menu{
	margin-top: -12px;
	border-right: solid 2px #cb9b5e;
	-webkit-border-radius: 0 12px 0 0;
	-moz-border-radius: 0 12px 0 0;
	border-radius: 0 12px 0 0;
}
.sidebar .menu li{
	padding: 2px 0 1px;
	background: #fff2e2 url('../images/menu-spacer.png') no-repeat center top;
}
.sidebar .menu li:last-child,
.sidebar .menu li:last-child a{
	-webkit-border-radius: 0 0 0 12px;
	-moz-border-radius: 0 0 0 12px;
	border-radius: 0 0 0 12px;
}
.sidebar .menu a{
	display: block;
	padding: 6px 0 7px 32px;
	color: #7d0805;
	font-weight: bold;
	text-decoration: none;
	background: #fef8f1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZjhmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGRlY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fef8f1 0%, #f4decf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8f1), color-stop(100%,#f4decf));
	background: -webkit-linear-gradient(top,  #fef8f1 0%,#f4decf 100%);
	background: -o-linear-gradient(top,  #fef8f1 0%,#f4decf 100%);
	background: -ms-linear-gradient(top,  #fef8f1 0%,#f4decf 100%);
	background: linear-gradient(to bottom,  #fef8f1 0%,#f4decf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8f1', endColorstr='#f4decf',GradientType=0 );
	-webkit-box-shadow: inset 10px 10px 20px #fff2e2, inset -10px 10px 20px #fff2e2;
	-moz-box-shadow: inset 10px 10px 20px #fff2e2, inset -10px 10px 20px #fff2e2;
	box-shadow: inset 10px 10px 20px #fff2e2, inset -10px 10px 20px #fff2e2;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.sidebar .menu li:first-child{
/*	margin-top: -12px;*/
}
.sidebar .menu li:first-child a{
	padding-top: 12px;
}
.sidebar .menu a:hover,
.sidebar .menu li.active a{
	color: #ed1c24;
}
.sidebar .menu a img{
	position: absolute;
	margin: 4px 0 0 -18px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.sidebar .menu a:hover img,
.sidebar .menu li.active a img{
	margin-left: -12px;
}
.spiral{
	position: absolute;
	right: 0;
	bottom: -10px;
}
.sidebar .middle .menu{
	border-left: solid 2px #cb9b5e;
	border-right: 0 none;
	margin: -12px 0 20px;
	-webkit-border-radius: 12px 0 0 0;
	-moz-border-radius: 12px 0 0 0;
	border-radius: 12px 0 0 0;
}
.sidebar .middle h3{
	padding: 24px 0 0;
	height: 43px;
	background-image: url('../images/sidebar-middle.png');
}
.sidebar .middle .menu li:last-child,
.sidebar .middle .menu li:last-child a{
	-webkit-border-radius: 0 0 12px 0;
	-moz-border-radius: 0 0 12px 0;
	border-radius: 0 0 12px 0;
}
.sidebar .middle .small{
	font-size: 10px;
	color: #363636;
}
.sidebar .middle .spiral{
	left: 0;
	right: auto;
	bottom: -9px;
}
.cred-but,
.card-but{
	display: block;
	margin: 0 0 4px;
	padding: 9px 0 0 74px;
	height: 56px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 133%;
	text-decoration: none;
	text-shadow: -1px -1px 0 #470200;
	background: url('../images/cred-but.png') no-repeat center top;
}
.cred-but:hover,
.card-but:hover{
	text-decoration: underline;
	text-shadow: none;
}
.card-but{
	background-image: url('../images/card-but.png');
}
.sidebar .block h3{
	width: 226px;
	height: 53px;
	margin-left: -9px;
	padding: 33px 0 0 8px;
	background-image: url('../images/sidebar-h-brown.png');
}
.sidebar .green.block h3,
.sidebar .redorange.block h3{
	width: 233px;
	padding: 51px 0 0;
	height: 50px;
	background-image: url('../images/sidebar-h-green.png');
}
.sidebar .redorange.block h3{
	line-height: 60%;
	background-image: url('../images/sidebar-h-redorange.png');
}
.sidebar .block .box{
	margin: -24px 1px 4px 2px;
	padding-top: 12px;
	border: solid 1px #d7b767;
	background: #fff2e2;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
}
.sidebar .green.block .box,
.sidebar .redorange.block .box{
	border-right: solid 2px #a57215;
	margin: -32px 1px 32px 2px;
	padding-top: 20px;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}
.sidebar .redorange.block .box{
	border: 0 none;
	margin: -32px 2px 32px 1px;
	padding-top: 32px;
}
.sidebar .block .row{
	font-size: 11px;
	line-height: 133%;
	padding: 12px 20px 0;
	margin: 0 0 1px;
	background: url('../images/row.png') no-repeat center top;
}
.sidebar .green.block .row{
	background: url('../images/row-green.png') no-repeat center bottom;
}
.sidebar .redorange.block .row{
	padding-top: 4px;
	background: none;
}
.sidebar .block .row:first-child,
.sidebar .green.block .row.center{
	background: none;
}
.sidebar .green.block .row:first-child{
	background: url('../images/row-green.png') no-repeat center bottom;
}
.sidebar .block .row.center{
	padding-bottom: 12px;
}
.sidebar .block .row .text{
	padding: 2px 0 8px;
	border-bottom: dotted 1px #363636;
}
.sidebar .green.block .row .text{
	border: 0 none;
}
.sidebar .redorange.block .row .text{
	padding-bottom: 4px;
	border-bottom: dotted 1px #363636;
}
.sidebar .block .row.center{
	font-size: 12px;
	font-weight: bold;
	line-height: 133%;
	color: #6c6a68;
}
.sidebar .block .row.center img{
	vertical-align: top;
	margin: 2px 4px 0 0;
}
.sidebar .block .spiral{
	right: -15px;
	bottom: -25px;
}
.mainbar{
	width: 754px;
}
.search{
	margin: -9px 0 24px;
	padding: 3px;
	background: #e5d2b9;
	background: rgba(0,0,0,0.05);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.search input[type='text']{
	padding-right: 126px;
	width: 606px;
}
.search input[type='submit']{
	position: absolute;
	right: 3px;
	top: 3px;
	font-weight: bold;
	border: 0 none;
	color: #dd1116;
	width: 126px;
	height: 28px;
	padding: 0 0 0 40px;
	background: url('../images/search.png') no-repeat center center;
}
.adv-search{
	cursor: pointer;
	position: absolute;
	left: 16px;
	bottom: -19px;
	color: #000;
	width: 158px;
	height: 18px;
	padding: 1px 0 0;
	background: url('../images/adv-search.png') no-repeat center top;
}
.mainbar h1.red{
	font-size: 24px;
}
.mainbar h1.red,
.mainbar h2{
	line-height: 115%;
	margin: 0;
}
.mainbar h1.red,
.mainbar h2.red{
	color: #9e0f12;
	background: -webkit-linear-gradient(top, #e47f25 0%,#c1471c 62%,#9e0f12 63%,#9e0f12 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.mainbar h2.orange{
	color: #dd4e00;
	background: -webkit-linear-gradient(top, #f28e21 0%,#e86e10 62%,#dd4e00 63%,#dd4e00 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.mainbar h2.brown{
	color: #a52c2a;
	background: -webkit-linear-gradient(top, #e1bab9 0%,#c47473 62%,#a52c2a 63%,#a52c2a 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.showall{
	margin: 9px 140px 0 0;
}
.mainbar .block{
	margin: 0 0 16px;
}
.mainbar .block .icon{
	position: absolute;
	right: 10px;
	top: -43px;
}
.mainbar .new.block .icon{
	right: 14px;
	top: -38px;
}
.mainbar .leader.block .icon{
	right: 19px;
	top: -40px;
}
.mainbar .block .top{
	position: absolute;
	left: 0;
	top: 0;
}
.mainbar .block .box{
	padding: 28px 0 8px;
	border: solid 1px #ab776a;
	background: #fcf2d8;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}
.mainbar .new.block .box{
	border: solid 1px #f2ac69;
}
.mainbar .leader.block .box{
	border: solid 1px #fff;
	background: #fffde3;
}
.mainbar .block .item{
	width: 178px;
	margin: 0 0 0 8px;
}
.mainbar .block .item h3{
	font-weight: bold;
	color: #6b1c1a;
	margin: 0 0 4px 6px;
}
.mainbar .block .item .img{
	font-size: 0;
	line-height: 0;
	padding: 3px;
	background: #f7e7bb;
	background: rgba(232,203,108,0.27);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.mainbar .block .item .img img{
	display: inline-block;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.mainbar .block .item .img .shadow{
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 172px;
	height: 140px;
	box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
	border-radius: 12px;
}
.mainbar .block .item .price{
	width: 105px;
	height: 22px;
	padding: 18px 24px 0 0;
	margin: -14px -16px 0 3px;
	text-align: center;
	font-size: 16px;
	color: #ff0004;
	background: url('../images/price.png') no-repeat left top;
}
.mainbar .block .item .more{
	font-size: 11px;
	margin: 5px 0 0;
}
.sidebar .block .date{
	margin: -2px 0 0;
	padding: 2px 6px;
	background: #fcdac5;
	border-radius: 12px;
}
.all-comments{
	display: block;
	margin: 0 0 -12px;
	padding: 13px 0 0;
	height: 31px;
	font-weight: normal;
	color: #fff;
	background: url('../images/all-comments.png') no-repeat center center;
}
.main-text{
	font-family: Verdana, sans-serif;
	width: 520px;
	text-align: justify;
}
.main-text h1{
	text-indent: 16px;
}
.main-text p{
	margin: 0 0 20px;
	text-indent: 36px;
}
.breadcrumb{
	position: absolute;
	left: 174px;
	top: 35px;
	color: #9e0f12;
	white-space: nowrap;
	max-width: 580px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb a img{
	margin: 0 2px 0 0;
}
.breadcrumb > img{
	margin: 0 4px 1px;
}
.mainbar .block .order.box{
	padding: 10px 12px 0;
	min-height: 92px;
}
.order{
	font-weight: bold;
}
.order .empty{
	display: none;
	font-size: 20px;
	margin: 33px 0 0;
}
.order table{
	width: 100%;
}
.order td{
	width: 1000px;
	padding: 8px;
	border-top: dotted 1px #000;
}
.order tr:first-child td{
	border: 0 none;
}
.order td:nth-child(odd){
	white-space: nowrap;
}
.order td:first-child{
	width: 0;
	padding-left: 0;
	padding-right: 0;
}
.order td:last-child{
	width: 0;
	padding-left: 0;
	padding-right: 0;
}
.order td:nth-child(3),
.order td:nth-child(4),
.order td:nth-child(5){
	width: 0;
}
.order .img{
	margin: 0 16px 0 0;
	font-size: 0;
	line-height: 0;
	border: solid 1px #f6c985;
}
.select-box{
	display: inline-block; *display: inline; zoom: 1;
	position: relative;
	text-align: left;
	border: solid 1px #afa796;
	background: #f3f3f3;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0);
	box-shadow: inset 0 0 5px rgba(0,0,0,0);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.select-box:hover{
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}
.select{
	margin: 0;
	padding: 4px 25px 0 8px;
	width: 60px;
	height: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	background: url('../images/arrow-down-select.png') no-repeat right center;
}
.select-box select{
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	top: 0;
	border: 0 none;
	width: 100%;
	height: 108%;
	font-size: 11px;
}
.remove{
	cursor: pointer;
	margin: 0 0 0 48px;
}
h2.simplyred{
	color: #9e0f12;
	line-height: 115%;
	margin: 0;
}
.user-data{
	padding: 12px 20px 2px;
	width: 402px;
	border: solid 1px #ab776a;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.user-data li{
	margin: 0 0 4px;
}
.user-data label b{
	margin-left: 4px;
}
.user-data sup{
	color: #ff0101;
	font-weight: bold;
}
.user-data li > sup{
	margin-left: 4px;
}
.mainbar .block .catalog .item{
	margin-bottom: 12px;
}
.tovar .img{
	font-size: 0;
	line-height: 0;
	width: 434px;
	margin: -8px 0 0 12px;
	padding: 2px;
	border: solid 3px #fdc67f;
	background: #fff;
	-webkit-box-shadow: inset 1px 1px 0 #99ba91, inset -1px -1px 0 #99ba91;
	-moz-box-shadow: inset 1px 1px 0 #99ba91, inset -1px -1px 0 #99ba91;
	box-shadow: inset 1px 1px 0 #99ba91, inset -1px -1px 0 #99ba91;
}
.tovar .img img{
	width: 100%;
}
.tovar .desc{
	margin: -14px 15px 0 0;
	width: 266px;
}
.tovar .desc .price{
	color: #fff;
	font-size: 21px;
	line-height: 100%;
	margin: 0 0 12px;
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #f7f7f7 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.tovar .desc li{
	padding: 6px 0;
	border-top: dotted 1px #000;
}
.tovar .desc li:first-child{
	border: 0 none;
}
.tovar .desc input[type='submit']{
	width: 124px;
	height: 38px;
	padding: 0 0 4px 28px;
	border: 0 none;
	font-size: 20px;
	color: #fff;
	background: url('../images/buy.png') no-repeat center center;
}
.tovar .desc input[type='submit']:hover{
	text-decoration: underline;
}
.wood{
	max-width: 212px;
	font-size: 0;
	line-height: 0;
	margin: 8px 0 0 12px;
	padding: 3px 0 0 0;
	background: #fff;
}
.wood img{
	margin: 0 3px 3px;
}
.tovar .info{
	margin: 8px 12px 0 230px;
	padding: 12px 12px 0;
	min-height: 94px;
	background: #fff;
}
.tovar .info h3{
	font-weight: bold;
	margin: 0 0 8px;
}
/* content off */

/* footer */
.footer-box{
	width: 989px;
	margin: -203px auto 0;
	background: url('../images/footer-bottom.png') repeat-y center top
}
.footer{
	padding: 31px 0 0;
	height: 172px;
	min-height: 172px;
	background: url('../images/footer-.jpg') no-repeat center top;
	background: url('../images/footer-ornament.png') no-repeat 608px bottom, url('../images/footer-.jpg') no-repeat center top;
}
.copy{
	padding: 51px 0 0 32px;
	width: 192px;
}
.logo-bottom{
	margin: 0 0 8px;
}
.copyright{
	padding: 4px 0 0 12px;
	height: 33px;
	font-size: 11px;
	line-height: 133%;
	color: #fff;
	background: url('../images/bg.png');
}
.copyright b{
	display: block;
}
.dev{
	padding: 8px 0 0 12px;
	font-size: 11px;
	line-height: 133%;
	color: #fff;
}
.dev img{
	margin: 0 8px 0 0;
}
.nav-bottom{
	margin: 0 0 0 32px;
	padding: 8px 87px 0 0;
	width: 100px;
	min-height: 164px;
	color: #6b1c1a;
	-webkit-box-shadow: 4px 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 0 4px rgba(0,0,0,0.2);
	box-shadow: 4px 0 4px rgba(0,0,0,0.2);
}
.nav-bottom li{
	border-top: dotted 1px #000;
	padding: 8px 0;
}
.nav-bottom li:first-child{
	border-top: 0 none;
}
.nav-bottom li img{
	vertical-align: top;
	margin: 5px 8px 0 0;
}
.sec-nav-bottom{
	margin: 0 0 0 32px;
	padding: 12px 0 0;
	width: 187px;
	min-height: 160px;
	-webkit-box-shadow: 4px 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 0 4px rgba(0,0,0,0.2);
	box-shadow: 4px 0 4px rgba(0,0,0,0.2);
}
.sec-nav-bottom.no-shadow{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.sec-nav-bottom ul{
	font-size: 11px;
	line-height: 120%;
	margin: 4px 0 0 8px;
}
.counters{
	padding: 40px 0 0 2px;
}
.counters li{
	margin: 4px 0 0;
}
.counters li:first-child{
	margin: 0;
}
/* footer off */




























/* eof */