/* global settings */
@font-face {
	font-family: 'Rubl';
	src: url('../fonts/rouble-webfont.eot');
	src: local('O'), url('../fonts/rouble-webfont.woff') format('woff'), url('../fonts/rouble-webfont.ttf') format('truetype'), url('../fonts/rouble-webfont.svg#webfontebzvbCHZ') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	margin:0;
	min-width:1000px;
	background: url(../images/bg-body.gif);
	font:11px/16px Arial, Helvetica, sans-serif;
	color:#5c6166;
	position:relative;
}
img{
	vertical-align:top;
	border-style:none;
}
a{
	text-decoration:underline;
	color:#e04b54;
	outline:none;
}
a:hover{text-decoration:none;} 
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.row{
	height:1%;
	overflow:hidden;
}
.wrap{
	width:100%;
	overflow:hidden;
}
.alignleft{float:left;position:relative;}
.alignright{float:right;}
/* wrapper */
#wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
}
#header{
	width:100%;
	/*overflow:hidden;*/
}
.top-panel-holder{
	width:100%;
	background:#887867 url(../images/shadow.gif) repeat-x 0 100%;
	padding:3px 0 6px;
	margin:0 0 21px;
	position:relative;
	/*z-index:443;*/
}
#wrapper:after,
.header-holder:after,
.top-panel-holder:after,
.top-panel:after{
	content:"";
	display:block;
	clear:both;
}
.header-holder,
.top-panel, .chibik{
	width:963px;
	margin:0 auto;
	position:relative;
}
.chibik{
  z-index:399;
}
.header-holder{
	min-height:112px;
	z-index:1;
}
.absolut-img{
	position:absolute;
	top:18px;
	right:207px;
}
.panel-nav{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	font-size:12px;
	line-height:26px;
	font-weight:bold;
}
.panel-nav li:first-child{
	border:1px solid #796a5b;
}
.panel-nav li{
	border:1px solid #796a5b;
	border-left:0;
	float:left;
	position:relative;
}
.panel-nav li a{
	padding:0 16px;
	float:left;
	text-shadow:0 1px 0 #87725d;
	color:#fff;
	text-decoration:none;
}
.buttons a:hover,
.panel-nav li:hover a{
	background: #9D8E7C;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9D8E7C), to(#968776));
	background: -webkit-linear-gradient(#9D8E7C, #968776);
	background: -moz-linear-gradient(#9D8E7C, #968776);
	background: -ms-linear-gradient(#9D8E7C, #968776);
	background: -o-linear-gradient(#9D8E7C, #968776);
	background: linear-gradient(#9D8E7C, #968776);
	-pie-background: linear-gradient(#9D8E7C, #968776);
	behavior: url(./css/PIE.htc);
	position:relative;
}
.panel-nav .active a{
	border-bottom:3px solid #ffefb9;
	margin:0 0 -3px;
}
.panel-nav .has-drop span{
	min-width:94px;	
	text-align:left;
	float:left;
	background: url(../images/bullet-3.png) no-repeat 100% 11px;
}
.panel-nav li:hover ul{display:block;}
.panel-nav .has-drop ul{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	background: url(../images/none.gif);
	top:26px;
	left:0;
	width:100%;
	display:none;
	z-index:499;
}
.panel-nav .has-drop ul li{
	border-style:none;
	margin:0;
	line-height:14px;
	width:100%;
	border-top:1px solid #796a5b;
}
.panel-nav .has-drop ul li a{
	padding:5px 4px 5px 9px;
	display:block;
	float:none;
	background:#958675;
	white-space:normal;
	position:relative;
}
.panel-nav .has-drop ul li a:hover{background:#ae9981;}
.buttons{
	float:right;
	width:230px;
}
.buttons a{
	padding:0 18px;
	float:left;
	text-shadow:0 1px 0 #87725d;
	text-decoration:none;
	border:1px solid #796a5b;
	font-size:12px;
	line-height:26px;
	font-weight:bold;
	color:#ffefb9;
	margin:0 0 0 4px;
}
.logo{
	background:url(../images/logo.png) no-repeat;
	width: 135px;
	height: 100px;
	float:left;
	margin:0 20px 0 5px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a{
	display:block;
	height:100%;
}
.search-frame{
	float:left;
	margin:40px 0 0;
	width:455px;
}
.search-holder{
	background: url(../images/bg-search.png) no-repeat 100% 100%;
	height: 30px;
	padding:0 32px 0 0;
	margin:0 0 7px;
}
.search{
	background: url(../images/bg-search.png) no-repeat;
	height: 30px;
}
.search input{
	float:left;
	font-size:13px;
	line-height:30px;
	height:30px;
	background:none;
	border:none;
	padding:0 10px;
	width:340px;
}
.search .btn-search{
	background: url(../images/btn-search.png) no-repeat;
	width: 63px;
	height: 26px;
	float:right;
	cursor:pointer;
	text-indent:-9999px;
	border:none;
	margin:2px 0 0;
}
.search .btn-search:hover{background-position:0 -26px;}
.btn-search2{
	background: url(../images/btn-search.png) no-repeat;
	width: 63px;
	height: 26px;
	float:left;
	cursor:pointer;
	text-indent:-9999px;
	border:none;
	margin:2px 0 0;
}
.btn-search2:hover{background-position:0 -26px;}
.search-frame em{
	float:left;
	color:#a7a9af;
	font-size:11px;
	padding:0 0 0 4px;
}
.search-frame a{
	float:right;
	color:#c32f2f;
	text-decoration:underline;
	margin:0 30px 0 0;
}
#main{
	width:100%;
	overflow:hidden;
	position:relative;
}
.main-block{
	width:963px;
	padding:0 15px 26px;
	margin:0 auto 90px;
	overflow:hidden;
	border-bottom:1px solid #dadde0;
}
#content{
	float:left;
	width:740px;
}
.nav{
	list-style:none;
	margin:0 0 16px;
	padding:0;
	border:1px solid #d4d4d4;
	line-height:30px;
	font-size:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
	visibility:hidden;
	width:735px;
}
.scaling-active{visibility:visible;}
.nav:after{
	content:"";
	display:block;
	clear:both;
}
.nav li:first-child{
	background:none;
	padding:0;
}
.nav li{
	float:left;
	background: url(../images/separator-01.gif) no-repeat;
	padding:0 0 0 2px;
}
.nav .last-child a{padding:0 2px 0 0;}
.nav li a{
  padding:0;
	text-align:center;
	display:block;
	color:#808186;
	text-decoration:none;
	font-weight:bold;
	background: #F5F5F5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F5F5F5), to(#f1f1f1));
	background: -webkit-linear-gradient(#F5F5F5, #f1f1f1);
	background: -moz-linear-gradient(#F5F5F5, #f1f1f1);
	background: -ms-linear-gradient(#F5F5F5, #f1f1f1);
	background: -o-linear-gradient(#F5F5F5, #f1f1f1);
	background: linear-gradient(#F5F5F5, #f1f1f1);
	-pie-background: linear-gradient(#F5F5F5, #f1f1f1);
	behavior: url(./css/PIE.htc);
}
.nav li a:hover{
	background: #F3F3F3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F3F3F3), to(#eaeaea));
	background: -webkit-linear-gradient(#F3F3F3, #eaeaea);
	background: -moz-linear-gradient(#F3F3F3, #eaeaea);
	background: -ms-linear-gradient(#F3F3F3, #eaeaea);
	background: -o-linear-gradient(#F3F3F3, #eaeaea);
	background: linear-gradient(#F3F3F3, #eaeaea);
	-pie-background: linear-gradient(#F3F3F3, #eaeaea);
	behavior: url(./css/PIE.htc);
}
.nav li a:active{
	background:#efefef;
}
.nav .active a:hover,
.nav .active a{
	background: url(../images/bg-active.gif) no-repeat 50% 27px !important;
	padding:0 0 3px !important;
	margin:0 0 -3px -1px !important;
	position:relative;
}
.nav .active a:hover,
.nav .active a:active{padding:0;margin:0 0 0 -1px;}
.menu{
	list-style:none;
	margin:0 0 37px -6px;
	padding:0;
	overflow:hidden;
	display:table;
	width:749px;
}
.menu li{
	float:left;
	margin:0 0 0 6px;
}
.menu li .img-holder{
	display:table-cell;
	vertical-align:bottom;
	height:157px;
}
*+html .menu li .img-holder{display:block;}
*+html .menu li .img-holder img{
 	margin-top: expression(this.parentNode.offsetHeight > this.offsetHeight ? ((this.parentNode.offsetHeight-this.offsetHeight) + "px") : "0");
}
.menu li a{
	position:relative;
	display:block;
	text-align:center;
	text-decoration:none;
}
.menu li .box{
	background: url(../images/blank.png);
	color:#fff;
	display:block;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	position:absolute;
	bottom:0;
	left:0;
	width:142px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
}
.title-box{
	background: url(../images/bg-title.png) no-repeat;
	width:693px;
	height: 45px;
	padding:6px 0 0 50px;
}
.title-box strong{
	float:left;
	font-size:16px;
	line-height:18px;
	margin:3px 20px 0 0;
	color:#fff;
	text-transform:uppercase;
}
.title-box span{
	color:#fff;
	float:left;
	margin:6px 0 0;
	font-size:12px;
	line-height:14px;
}
.title-box .btn{
	background: url(../images/bg-btn.gif) repeat-x;
	height: 21px;
	line-height:22px;
	color:#c63131;
	font-size:11px;
	float:right;
	margin:0 13px 0 0;
	padding:0 12px;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
	text-decoration:none;
	position:relative;
}
.title-box .btn:hover{background-position:0 -23px;}
.catalog-holder{
	position:relative;
	width:100%;
	margin: 0 0 18px;
}
.catalog-box{
	width:740px;
	overflow:hidden;
}
.catalog-holder .next,
.catalog-holder .prev{
	background: url(../images/next-prev.gif) no-repeat;
	width: 10px;
	height: 19px;
	position:absolute;
	left:-15px;
	top:62px;
	cursor:pointer;
	text-indent:-9999px;
}
.catalog-holder .next{
	background-position:-10px 0;
	left:auto;
	right:-15px;
}
.catalog{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:9999px;
}
.catalog li{
	float:left;
	margin:0 8px 6px 0;
	padding:0 0 4px;
	border:1px solid #dadde0;
	background:#fbfbfb url(../images/bg-catalog.gif) repeat-x 0 140px;
	width:138px;
}
.catalog li .img-holder{
	height:140px;
	background:#fff;
	border-bottom:1px solid #dadde0;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:140px;
	position:relative;
}
.catalog li .title-block{
	width:120px;
	padding:11px 0 0 7px;
	min-height:85px;
}
.catalog li .title{
	display:block;
	color:#3d3d3d;
	font-size:12px;
	line-height:14px;
}
.catalog li em{
	color:#9aa0a6;
	font-size:10px;
	line-height:12px;
	font-style:normal;
}
.catalog li em span{display:block;}
.catalog li .buy-holder{
	width:132px;
	height:40px;
	margin:0 auto;
	overflow:hidden;
}
.catalog li .price{
	float:left;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#3d3d3d;
	border-top:1px solid #dadde0;
	padding: 12px 0 0 5px;
	width:82px;
}
.catalog li .price .rubl{
	font:21px/23px 'Rubl', Arial, Helvetica, sans-serif;
}
.catalog li .btn-buy{
	float:right;
	background: url(../images/btn-buy.gif) no-repeat;
	width: 40px;
	height: 41px;
	text-indent:-9999px;
	text-decoration:none;
}
.catalog li .btn-buy:hover{background-position:0 -41px;}
.catalog li .btn-buy:active{background-position:0 -82px;}
.gallery-box{
	margin:0 0 20px;
	border-bottom:1px solid #dadde0;
}
.news{
	list-style:none;
	margin:0;
	padding:0;
	width:718px;
}
.news li{
	width:100%;
	overflow:hidden;
	padding:0 0 15px;
}
.news li .alignleft{
	background: url(../images/bg-news.gif) no-repeat;
	width: 74px;
	height: 72px;
	float:left;
	margin:0 24px 0 0;
	padding:4px 0 0 4px;
}
.news li .row{padding:9px 0 0;}
.news li .heading{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
.news li em{
	font-size:12px;
	line-height:18px;
	font-style:normal;
	float:left;
	padding:0 7px 0 0;
}
.news li .heading a{
	float:left;
	font-size:14px;
	line-height:16px;
	color:#db1521;
}
.news li a{text-decoration:underline;}
.news li a:hover{text-decoration:none;}
.news li p{
	margin:0;
	color:#5c6166;
}
.news li p a{color:#d0385b;}
.main-holder{
	width:100%;
	margin:0 0 14px;
}
.main-holder:after{
	content:"";
	display:block;
	clear:both;
}
#sidebar{
	width:191px;
	float:right;
	position:relative;
	top:32px;
	padding-bottom:30px;
}
.side-menu{
	list-style:none;
	margin:0 0 18px;
	padding:0;
	overflow:hidden;
	border:1px solid #d4d4d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
	background:#f5f5f5;
	line-height:30px;
	font-size:11px;
	text-transform:uppercase;
}
.side-menu li:first-child{
	background:none;
	padding:0;
}
.side-menu li{
	width:100%;
	overflow:hidden;
	background: url(../images/separator-02.gif) repeat-x;
	padding:2px 0 0;
}
.side-menu li a{
	display:block;
	text-decoration:none;
	padding:0;
}
.side-menu li a span{
	display:block;
	padding:0;
}
.side-menu li table:hover{
	background: #f1f1f1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f1f1f1), to(#e7e7e7));
	background: -webkit-linear-gradient(#f1f1f1, #e7e7e7);
	background: -moz-linear-gradient(#f1f1f1, #e7e7e7);
	background: -ms-linear-gradient(#f1f1f1, #e7e7e7);
	background: -o-linear-gradient(#f1f1f1, #e7e7e7);
	background: linear-gradient(#f1f1f1, #e7e7e7);
	-pie-background: linear-gradient(#f1f1f1, #e7e7e7);
	behavior: url(./css/PIE.htc);
}
.side-menu li a:active{
	background:#e9e9e9;
}
.side-menu ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	line-height:32px;
	text-transform:none;
}
.side-menu ul li{
	background:none;
	padding:0;
}
.side-menu ul li a{
	padding:0 0 0 24px;
	margin:0 0 0 -1px;
}
.side-menu ul li a span{
	background: url(../images/bullet-2_0.gif) no-repeat 0 14px;
	padding:0 0 0 12px;
}
.side-menu ul li a:hover{
	background: #c83232;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c83232), to(#af2323));
	background: -webkit-linear-gradient(#c83232, #af2323);
	background: -moz-linear-gradient(#c83232, #af2323);
	background: -ms-linear-gradient(#c83232, #af2323);
	background: -o-linear-gradient(#c83232, #af2323);
	background: linear-gradient(#c83232, #af2323);
	-pie-background: linear-gradient(#c83232, #af2323);
	behavior: url(./css/PIE.htc);
	color:#ffefb9;
}
.side-menu ul li a:hover span{background-position:0 -31px;}
#sidebar .text-box{
	/*border-top:1px solid #dadde0;
	border-bottom:1px solid #dadde0;*/
	padding:18px 0 0;
	margin:0;
	color:#5c6166;
	width:100%;
}
#sidebar .social-holder strong.h1r,
#sidebar .text-box strong.h1r{
	font-size:14px;
	line-height:16px;
	display:block;
	margin:0 0 15px;
	text-align:center;
}
#sidebar .social-holder strong{margin:0 0 10px;}
#sidebar .text-box p{
	line-height:14px;
	margin:0;
}
#sidebar .social-holder{margin:0 0 8px;}
#sidebar .socials{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#sidebar .socials li{
	float:left;
	margin:0 4px 10px 4px;
}
#sidebar .feedback{
	text-align:center;
	margin:0 0 0 -15px;
}
/*#sidebar .feedback a{
	display:block;
	font-size:11px;
	background: url(../images/img-16.png) no-repeat;
	width: 224px;
	height: 42px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	line-height:42px;
}*/
.fourcolumns-holder{
	width:948px;
	margin:0 auto 0px;
	overflow:hidden;
	border:3px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
}
.fourcolumns{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	border:1px solid #c7c7c7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
	background: url(../images/border.gif) repeat-y 50% 0;
}
.fourcolumns li{
	float:left;
	width:209px;
	padding:19px 13px 10px;
}
.fourcolumns li strong{
	display:block;
	padding: 0 0 0 27px;
	margin:0 0 25px;
	font-size:14px;
	line-height:22px;
	color:#4f565b;
}
.fourcolumns li .first{background: url(../images/img-17.png) no-repeat;}
.fourcolumns li .second{background: url(../images/img-18.png) no-repeat;}
.fourcolumns li .third{background: url(../images/img-19.png) no-repeat;}
.fourcolumns li .four{background: url(../images/img-20.png) no-repeat;}
.fourcolumns li a{
	color:#db1521;
	text-decoration:underline;
}
.fourcolumns li a:hover{text-decoration:none;}
.fourcolumns li ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.fourcolumns li ul li{
	/*width:auto;*/
	border-style:none;
	padding:0 0 8px;
}
.fourcolumns li p{
	font-size:11px;
	line-height:16x;
	color:#5c6166;
	margin:0 0 18px;
}
#main h1{
	font-size:22px;
	line-height:24px;
	color:#4f565b;
	margin:0 0 15px;
	font-weight:bold;
}
#main h3,
#main h2{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#4f565b;
	margin:0 0 13px;
}
#main h3{font-weight:normal;margin:0 0 10px;}
#main h4{
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	margin:0 0 5px;
	color:#5c6166;
}
#main h5{
	font-size:11px;
	line-height:13px;
	margin:0 0 5px;
	color:#5c6166;
	font-weight:bold;
}
.text-block p{margin:0 0 20px;}
.text-block p em{color:#b92929;font-style:normal;}
.text-block .list{
	list-style:none;
	margin:0 0 35px;
	padding:0 0 0 25px;
	overflow:hidden;
}
.text-block .list li{
	background: url(../images/bullet-2.gif) no-repeat 0 6px;
	padding:0 0 0 10px;
	margin:0 0 6px;
}
.table-holder{
	width:680px;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(./css/PIE.htc);
	background:#f3f3f3 url(../images/bg-table.png) repeat-x;
}
.table-holder table{
	border-collapse:collapse;
	padding:0;	
	margin:0;
	width:100%;
	font-size:11px;
}
.table-holder table tr th{
	height: 30px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:0 0 0 15px;
	font-size:13px;
}
.table-holder table tr th a {
  color:#fff;
}
.table-holder table tr .last{width:356px;}
.table-holder table tr td:first-child{border:none;}
.table-holder table tr td{
	height:30px;
	line-height:30px;
	padding:0 0 0 15px;
	border-left:1px solid #c2c2c2;
}
.table-holder table.linesmall tr td{
	line-height:20px;
}
.table-holder table .marked td{background:#e4e4e4;}
#footer{
	width:100%;
	background: url(../images/bg-footer.gif) repeat-x 0 60px;
}
*+html #footer{background-position:0 0;}
.footer-holder{
	width:962px;
	margin:0 auto;
	position:relative;
	padding:13px 0 0;
}
.footer-holder:after{
	content:"";
	display:block;
	clear:both;
}
#footer .alignleft{margin:0 15px 0 0;}
#footer .copy{
	width:400px;
	float:left;
	padding:20px 10px 0 0;
	color:#f3f3f3;
}
#footer .copy p{
	margin:0 0 15px;
}
#footer .copy-holder{
	width:100%;
	overflow:hidden;
	padding:15px 0 0;
}
#footer .copy-holder span{
	display:block;
	font-size:13px;
	line-height:15px;
}
#footer .copy-holder address{
	font-size:13px;
	line-height:15px;
	font-style:normal;	
}
#footer .copy-holder .tel{
	float:right;
	font-size:13px;
	line-height:32px;
	color:#5e0020;
}
#footer .copy-holder .tel strong{
	font-size:30px;
	line-height:32px;
	font-weight:normal;
}
#footer .counters{
	float:left;
	padding:25px 0 0;
	list-style:none;
	margin:0;
	width:305px;
}
#footer .counters li{
	float:left;
	margin:0 5px 5px 0;
}
#footer .absolut-img{
	position:absolute;
	right:-96px;
	top:-60px;
}
.breadcrumbs{
	list-style:none;
	margin:0 0 30px;
	padding:20px 0 15px;
	overflow:hidden;
	border-bottom:1px solid #dadde0;
	font-size:12px;
	line-height:14px;
	color:#5e1414;
}
.breadcrumbs li:first-child{
	background:none;
	padding:0 10px 0 2px;
}
.breadcrumbs li{
	float:left;
	background: url(../images/bullet-4.png) no-repeat 0 5px;
	padding:0 10px 0 17px;
}
.twocolumns{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #dadde0;
	padding:0 0 50px;
	margin:0 0 20px;
}
.twocolumns .column{
	float:left;
	width:330px;
}
form .wrap{margin:0 0 9px;}
form .text input{
	border:none;
	background:none;
	width:178px;
	padding:0 14px;
	height:31px;
	font-size:11px;
	line-height:31px;
	color:#777779;
	float:left;
}
form .text{
	background: url(../images/bg-input.png) repeat-x;
	border:1px solid #c2c2c2;
	float:left;
	margin:0 23px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
}
form .wrap em{
	font-size:30px;
	line-height:32px;
	color:#bb2a2a;
	float:left;
}
form .wrap .forgot{
	float:left;
	margin:0 0 0 120px;
	color:#c32f2f;
}
form .wrap .btn{
	text-transform:uppercase;
	display:block;
	font-weight:bold;
	font-size:10px;
	line-height:28px;
	background: url(../images/btn-order.gif) repeat-x;
	text-align:center;
	color:#ffefb9;
	width:206px;
	cursor:pointer;
	height: 27px;
	text-shadow:0 1px 0 #460f0f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
	text-decoration:none;
	border-style:none;
}
form .wrap .btn:disabled{
  background: url(../images/btn-order-dis.gif) repeat-x;
  color:#FFF;
  text-shadow:0 0 0 #FFFFFF;
}
.inner-main{
	padding:0 0 100px !important;
	border-style:none !important;
}
.order-box{
	width:735px;
	overflow:hidden;
}
.order-holder{
	border:1px solid #d4d4d4;
	width:733px;
	overflow:hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
	margin:0 0 30px;
	position:relative;
}
.order-box .heading{
	background:#958675;
	width:100%;
	overflow:hidden;
	border-bottom:2px solid #d2d2d2;
}
.order-box .heading span:first-child{
	text-align:right;
	padding:0 29px 0 0;
	background:none;
}
.order-box .heading span{
	background: url(../images/separator-03.gif) repeat-y;
	padding:0 0 0 29px;
	font-size:12px;
	line-height:32px;
	float:left;
	width:336px;
	color:#fff;
	text-shadow:1px 1px 0 #86715c;
}
.order-box .order{
	width:703px;
	overflow:hidden;
	padding:21px 15px 0;
	min-height:	70px;
	background:#f5f5f5;
}
.order-box .marked{background:#e7e7e7 !important;}
.order-box .order .alignleft{margin:0 10px 20px 0;}
.order .product{
	float:left;
	width:420px;
}
.order .product .title{
	display:block;
	font-size:13px;
	line-height:15px;
	padding:0 0 10px;
}
.order .price{
	width:190px;
	padding:3px 33px 0 0;
	color:#751919;
	font-size:18px;
	line-height:20px;
	float:left;
	text-align:right;
}
.order .price .rubl{
	font-family:'Rubl';
	font-weight:normal;
}
.order .product .quantity{
	padding:0 0 0 25px;
	float:left;
	width:145px;
}
.order .product .quantity .next-disabled,
.order .product .quantity .prev-disabled,
.order .product .quantity .prev,
.order .product .quantity .next{
	background: url(../images/next-prev2.png) no-repeat;
	width: 9px;
	height: 17px;
	float:left;
	margin:3px 6px 0 0;
	text-indent:-9999px;
}
.order .product .quantity .next{
	background-position:-9px 0;
	margin:3px 0 0 6px;
}
.order .product .quantity .prev-disabled{background-position:0 -17px;}
.order .product .quantity .next-disabled{background-position:-9px -17px;}
.order .product .quantity input{
	float:left;
	width:41px;
	background:#ffffff;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#4f565b;
	font-size:14px;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
	position:relative;
}
.btn2{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #C83232;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#C83232), to(#ae2222));
	background: -webkit-linear-gradient(#C83232, #ae2222);
	background: -moz-linear-gradient(#C83232, #ae2222);
	background: -ms-linear-gradient(#C83232, #ae2222);
	background: -o-linear-gradient(#C83232, #ae2222);
	background: linear-gradient(#C83232, #ae2222);
	-pie-background: linear-gradient(#C83232, #ae2222);
	behavior: url(./css/PIE.htc);
	font-size:9px;
	line-height:26px;
	float:left;
	color:#ffefb9;
	text-shadow:1px 1px 0 #891c1c;
	text-transform:uppercase;
	text-decoration:none;
	border-top:1px solid #e44b4b;
	border-bottom:1px solid #c5c5c5;
	text-align:center;
	position:relative;
}
.order .delete{
	width:83px;
	/*margin:23px 0 0;*/
}
.total-holder{
	width:714px;
	padding:0 0 0 4px;
	overflow:hidden;
}
.total-holder .alignleft {
	width:468px;
	color:#4f565b;
	font-size:14px;
	line-height:16px;
}
.total-holder .alignleft .wrap{
	border-bottom:1px solid #d1d1d1;
	padding:0 0 4px;
	margin:0 0 14px;
}
.total-holder .alignleft strong{
	float:left;
	padding:0 0 2px;
}
.total-holder .alignleft span{
	float:right;
	width:65px;
}
.total-holder .alignright .wrap{margin:0 0 7px;}
.total-holder .refresh{
	width:83px;
	float:right;
}
.total-holder .clean{width:128px;float:right;}
.catalog-page .menu{margin:0 0 3px -6px !important;}
.catalog-page .menu li .box{
	height:30px;
	line-height:14px;
	display:table;
}
.catalog-page .menu li .box span{
	vertical-align:middle;
	display:table-cell;
}
.catalog-page .menu li .spec-box{background: url(../images/blank-red.png);}
.catalog-menu{
	background:#e7e7e7 url(../images/bg-catalog-menu.png) no-repeat 50% 0;
	padding:37px 0 0;
	width:100%;
	overflow:hidden;
}
.catalog-list:first-child{padding:0 0 0 10px;}
.catalog-list{
	list-style:none;
	margin:0;
	padding:0 0 0 25px;
	float:left;
	font-size:12px;
	line-height:14px;
}
.catalog-list li{margin:0 0 9px;}
.catalog-list li a{color:#696c6e;}
.item-list{
	list-style:none;
	margin:0 0 25px -16px;
	padding:0;
	overflow:hidden;
	border-bottom:1px solid #dadde0;
}
.item-list li{
	float:left;
	width:350px;
	margin:0 0 0 16px;
	min-height:131px;
}
.item-list li .alignleft{margin:0 15px 0 0;}
.item-list li .img-holder{
	display:table-cell;
	height:105px;
	vertical-align:bottom;
}
.item-list li .img-holder img{vertical-align:bottom;}
.item-list li .row{padding:10px 0 0;}
.item-list li .heading{
	font-size:13px;
	line-height:15px;
	display:block;
	padding:0 0 8px;
	font-weight:normal;
}
.item-list li .heading a{color:#5e1414;}
.item-list li p{
	margin:0;
	line-height:13px;
	color:#808186;
}
.sort-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
	font-size:12px;
}
.sort-holder a.active{
  font-weight:bold;
}
.sort{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	font-size:12px;
	line-height:14px;
	color:#3d3d3d;
	font-weight:bold;
}
.sort li{
	float:left;
	padding:0 15px 0 0;
}
.sort li a{font-weight:normal;}
.items{
	list-style:none;
	margin:0 0 25px -14px;
	padding:0;
	overflow:hidden;
}
.items li{
	float:left;
	width:363px;
	margin:0 0 21px 14px;
}
.items li .alignleft{
	position:relative;
}
.items li .row{
	border:1px solid #dcdfe1;
	position:relative;
	height:125px;
	padding:5px 12px 0 11px;
	background:#fbfbfb url(../images/bg-items.gif) repeat-x;	
}
.items li .title{
	display:block;
	color:#3d3d3d;
	font-size:12px;
	line-height:14px;
	padding:0 0 2px;
}
.items li strong{
	display:block;
	font-size:10px;
	line-height:12px;
	color:#797f85;
	padding:0 0 2px;
}
.items li strong span{color:#9aa0a6;}
.items li strong em{
	color:#bd2b2b;
	font-style:normal;
}
.items li .price .rubl{
	font-family: 'Rubl';
	color:#3d3d3d;
}
.items li .price{
	font-size:20px;
	line-height:22px;
	color:#3d3d3d;
	display:block;
	font-weight:normal;
}
.items li .stock, .basket-order .stock {
	background: url(../images/not-have.png) no-repeat;
	width: 132px;
	height: 132px;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
}
.items li .import, .basket-order .import
{
	background: url(../images/import.png) no-repeat;
	width: 91px;
	height: 91px;
	position:absolute;
	right:-1px;
	top:-1px;
	text-indent:-9999px;
}
.items li .pre, .basket-order .pre
{
	background: url(../images/pre.png) no-repeat;
	width: 91px;
	height: 91px;
	position:absolute;
	right:-1px;
	top:-1px;
	text-indent:-9999px;
}
.items li .discount, .basket-order .discount
{
	background: url(../images/discount.png) no-repeat;
	width: 91px;
	height: 91px;
	position:absolute;
	right:-1px;
	top:-1px;
	text-indent:-9999px;
}

.catalog li .stock{
	background: url(../images/not-have140.png) no-repeat;
	width: 139px;
	height: 140px;
	position:absolute;
	top:-1px;
	left:0;
	text-indent:-9999px;
}
.catalog li .import
{
	background: url(../images/import.png) no-repeat;
	width: 91px;
	height: 91px;
	position:absolute;
	left:48px;
	top:-3px;
	text-indent:-9999px;
}
.catalog li .pre
{
	background: url(../images/pre.png) no-repeat;
	width: 91px;
	height: 91px;
	position:absolute;
	left:48px;
	top:-3px;
	text-indent:-9999px;
}
.catalog li .discount
{
	background: url(../images/discount.png) no-repeat;
	width: 91px;
	height: 91px;
	position:absolute;
	left:48px;
	top:-3px;
	text-indent:-9999px;
}

.items li  .btn-buy{
	float:right;
	background: url(../images/btn-buy.gif) no-repeat;
	width: 40px;
	height: 41px;
	text-indent:-9999px;
	text-decoration:none;
	position:absolute;
	right:10px;
	bottom:4px;
}
.items li  .btn-buy:hover{background-position:0 -41px;}
.items li  .btn-buy:active{background-position:0 -82px;}
.items .not-have .btn-buy:hover,
.items .not-have .btn-buy:active,
.items .not-have .btn-buy{background-position:0 -123px;}
.paginator{
	list-style:none;
	margin:0 0 15px;
	padding:0;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	line-height:25px;
	font-weight:bold;
}
*+html .paginator li{display:inline;}
*+html .paginator .active,
*+html .paginator .dot{padding:0 0 7px;}
.paginator li{
	display:inline-block;
	margin:0 5px;
	background: url(../images/bg-paginator.png) no-repeat;
	width: 24px;
	height: 25px;
}
.paginator li a{
	display:block;
	text-align:center;
	color:#fff0bf;
	text-decoration:none;
}
.paginator .active,
.paginator .dot{color:#b42525;}
.paginator .active,
.paginator .dot,
.paginator .prev,
.paginator .next{background:none;}
.paginator .prev{
	/*font-size:0;
	background: url(../images/next-prev.gif) no-repeat;*/
	width: 10px !important;
	height: 19px;
	line-height:0;
	cursor:pointer;
}
.paginator .next{
	/*font-size:0;
	background: url(../images/next-prev.gif) no-repeat -10px 0;*/
	line-height:0;
	width: 10px !important;
	height: 19px;
	cursor:pointer;
}
.paginator .prev a img,
.paginator .next a img {margin:-9px 0 0;}
/*.paginator .prev a,
.paginator .next a{margin:14px 0 0;}*/
.btn-show{
	width:150px;
	float:none;
	line-height:28px;
	height:28px;
	color:#ffefb9;
	font-size:14px;
	text-transform:none;
	display:block;
	margin:0 auto !important;
}
select{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
.ui-selectmenu{
	float:left;
	margin:0 23px 0 0;
	padding:0;
	position:relative;
	text-decoration:none;
	white-space:nowrap;
	background: url(../images/bg-input.png) repeat-x;
	border:1px solid #c2c2c2;
	height: 31px;
	width:206px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
}
.ui-selectmenu-status{
	text-decoration:none;
	float:left !important;
	height:25px !important;
	padding:0 0 0 10px;
	overflow:hidden;
	color:#777779;
	font-size:11px !important;
	line-height:31px;
	width:145px !important;
	text-align:left !important;
}
.ui-selectmenu-menu {
	position:absolute;
	top:0;
	left:0;
	margin:-3px 0 0;
	display:none;
	padding:0;
	z-index:105;
	background:#fff;
	width:206px !important;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
}
.ui-selectmenu-menu ul{
	list-style:none outside none;
	overflow-y:auto;
	margin:0;
	padding:0;
	max-height:150px;
	border:1px solid #ededed;
}
.ui-selectmenu-menu a{
	display:block;
	padding:5px 10px;
	text-decoration:none;
	font-size:11px;
	color:#383838;
	font-weight:bold;
}
.ui-selectmenu-menu a{
	padding:4px 10px 4px 8px;
	font-weight:normal;
	color:#777779;
}
.ui-selectmenu-open {
	display:block;
}
.ui-selectmenu-icon{
	float:right !important;
	cursor:pointer;
	background:#fff;
	background: url(../images/select-btn.gif) no-repeat;
	width: 38px;
	height: 26px;
	margin:3px 2px 0 0;
}
.ui-selectmenu-menu ul a:hover,
.ui-selectmenu-item-selected{
	background:#ececec;
}
form .text textarea{
	line-height:15px;
	padding:10px 14px 0;
	overflow:hidden;
	border:none;
	width:178px;
	padding:7px 14px;
	height:31px;
	font-size:11px;
	line-height:14px;
	color:#777779;
	float:left;
	overflow:auto;
}
form .text .min-text{
	max-width:710px;
	min-width:312px;
	min-height:92px;
	background:#f6f7f6 url(../images/bg-input.png) no-repeat;
}
form .text .max-text{
	max-width:705px;
	min-width:705px;
	min-height:92px;
	background:#f6f7f6 url(../images/bg-input.png) no-repeat;
}
.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	background: url(../images/radio.gif) no-repeat;
	width: 11px !important;
	height: 11px;
	overflow: hidden;
	margin:2px 15px 0 2px;
}
.radioAreaChecked {background-position: 0 -11px;}
form .radios{margin:0 0 20px;}
form .radios .radio {float:left;}
form label{
	height:1%;
	overflow:hidden;
	display:block;
}
form label strong{
	font-size:13px;
	line-height:15px;
	color:#777779;
	display:block;
	padding:0 0 3px;
}
form label p{
	font-size:11px;
	line-height:13px;
	color:#5c6166;
	margin:0;
}
form label span{color:#b32626;}
.shipping{
	width:740px;
	overflow:hidden;
}
.shipping .order-box .heading span:first-child{width:459px !important;}
.shipping .order-box .heading span{width:180px;}
.shipping .order-box .title{
	width:292px;
	margin:0 44px 0 0;
	float:left;
}
.shipping .order-box .price{
	float:left;
	width:125px;
	padding:5px 0 0;
	text-align:left;
}
.shipping .order-box .quant{
	color:#4f565b;
	font-size:11px;
	line-height:13px;
	float:left;
	font-weight:bold;
	padding:9px 0 0;
}
.shipping .total-holder{padding:0 0 25px;}
.shipping .total-holder .alignright {
	width:468px;
	color:#4f565b;
	font-size:14px;
	line-height:16px;
}
.shipping .total-holder .alignright .wrap{
	border-bottom:1px solid #d1d1d1;
	padding:0 0 4px;
	margin:0 0 14px;
}
.shipping .total-holder .alignright strong{
	float:left;
	padding:0 0 2px;
}
.shipping .total-holder .alignright span{
	float:right;
	width:75px;
}
.shipping .btn-ship{
	width:151px !important;
	border-top:1px solid #b32626;
	border-bottom:2px solid #501111;	
}
.object{
	width:100%;
	overflow:hidden;
}
.visual{
	float:left;
	width:375px;
}
.visual .img-block{
	position:relative;
	margin:0 0 19px;
	width:373px;
/*	height:525px;*/
	cursor:pointer;
}
.visual .img-block img{
	position:absolute;
	top:0;
	left:0;
}
.visual .img-gallery{
	list-style:none;
	margin:0 0 10px -11px;
	padding:0;
	overflow:hidden;
}
.visual .img-gallery li{
	float:left;
	margin:0 0 6px 10px;
}
.info{
	width:358px;
	float:right;
}
.info .wrap{margin:0 0 15px;}
.info .price{
	color:#751919;
	font-size:30px;
	line-height:16px;
	float:left;
	text-align:left;
	font-weight:bold;
	padding:5px 0 0 10px;
	height:20px;
}
.info .price a {
	font-size:11px;
  line-height:16px;
}
.info .price .rubl{
	font-family:'Rubl';
	font-weight:normal;
}
.info .btn-buy{
	background: url(../images/btn-buy2.png) no-repeat;
	width:142px;
	height:70px;
	text-transform:uppercase;
	font-size:12px;
	line-height:48px;
	color:#ffefb9;
	padding:0 0 0 42px;
	float:right;
	text-decoration:none;
	font-weight:bold;
	text-indent:-9999px;
}
.info .added-cart{
	background: url(../images/btn-buy2_2.png) no-repeat !important;
}
.info h1{margin:0 0 20px 10px !important;}
.info-box{
	border:1px solid #e1e1e1;
	background:#f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
	width:340px;
	overflow:hidden;
	margin:0 0 15px 10px;
}
.info-box span:first-child{
	border-top:0;
}
.info-box span{
	display:block;
	padding:0 0 0 15px;
	line-height:29px;
	border-top:2px solid #dfdfdf;
	color:#4f565b;
	font-size:12px;
}
.info-box span strong{
	font-weight:normal;
}
.info-box .red{color:#b22424;}
.info-box .boldred strong,
.info-box .boldred{
	color:#751919;
	font-weight:bold;
}
.info-box .marked{
	background: #f1f1f1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f1f1f1), to(#e7e7e7));
	background: -webkit-linear-gradient(#f1f1f1, #e7e7e7);
	background: -moz-linear-gradient(#f1f1f1, #e7e7e7);
	background: -ms-linear-gradient(#f1f1f1, #e7e7e7);
	background: -o-linear-gradient(#f1f1f1, #e7e7e7);
	background: linear-gradient(#f1f1f1, #e7e7e7);
	-pie-background: linear-gradient(#f1f1f1, #e7e7e7);
	behavior: url(./css/PIE.htc);
}
.info .title-box{margin:0 0 10px;}
.info .title-box span{
	text-transform:uppercase;
	font-size:16px;
	line-height:18px;
	margin:3px 0 0;
}
.info p{
	margin:0 0 18px 15px;
	font-size:12px;
	line-height:14px;
	color:#5c6166;
}
.heading-title{
	font-weight:normal;
	text-transform:uppercase;
	font-size:16px;
	line-height:34px;
	background:#b11f1f;
	color:#fff;
	display:block;
	padding:0 0 0 12px;
	margin:0 0 25px;
}
.recommend{
	list-style:none;
	margin:0 0 33px -15px;
	padding:0;
	overflow:hidden;
}
.recommend li{
	float:left;
	margin:0 0 0 18px;
}
.comments{
	list-style:none;
	margin:0 0 25px;
	padding:0 0 15px;
	overflow:hidden;
	border-bottom:1px solid #dadde0;
}
.comments li{
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.comments li img{margin:0 13px 0 0;}
.comments li .row{
	padding:3px 0 0;
}
.comments li .heading{
	width:100%;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
	margin:0 0 10px;
}
.comments li .heading a{
	float:left;
	margin:0 15px;
	color:#b01e1e;
}
.comments li .heading em{
	color:#666d72;
	font-style:normal;
	float:left;
	margin:0 20px 0 0;
}
.comments li .comment{
	border:1px solid #dbdbdb;
	border-width:1px 1px 2px;
	width:610px;
	padding:13px 18px;
	font-size:12px;
	line-height:14px;
	color:#5c6166;
	background: #f0f0f0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0f0f0), to(#e8e8e8));
	background: -webkit-linear-gradient(#f0f0f0, #e8e8e8);
	background: -moz-linear-gradient(#f0f0f0, #e8e8e8);
	background: -ms-linear-gradient(#f0f0f0, #e8e8e8);
	background: -o-linear-gradient(#f0f0f0, #e8e8e8);
	background: linear-gradient(#f0f0f0, #e8e8e8);
	-pie-background: linear-gradient(#f0f0f0, #e8e8e8);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(./css/PIE.htc);
}
.comments li .comment p{margin:0;}
.comments .answer{
	width:685px;
	padding:0 0 0 55px;
}
.comments .answer .heading span{
	font-size:11px;
	line-height:15px;
	float:left;
	color:#666d72;
}
.comments .answer .heading span a{
	float:none;
	font-size:11px;
	line-height:15px;
	margin:0;
}
.comments .answer .comment{width:555px;}
.comment-form {
	width:521px;
}
.comment-form .text input{
	padding:0 20px;
	width:215px;
}
.text-right{float:right !important;}
.comment-form .text {
	margin:0 !important;
	float:left;
}
.comment-form .title{
	display:block;
	font-size:18px;
	line-height:20px;
	color:#5c6166;
	padding:0 0 20px;
}
.comment-form textarea{
	min-width:491px;
	min-height:100px;
	max-width:491px;
	background:#f6f7f6 url(../images/bg-input.png) no-repeat;
}
.comment-form .btn-send{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #C83232;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#C83232), to(#ae2222));
	background: -webkit-linear-gradient(#C83232, #ae2222);
	background: -moz-linear-gradient(#C83232, #ae2222);
	background: -ms-linear-gradient(#C83232, #ae2222);
	background: -o-linear-gradient(#C83232, #ae2222);
	background: linear-gradient(#C83232, #ae2222);
	-pie-background: linear-gradient(#C83232, #ae2222);
	behavior: url(./css/PIE.htc);
	font-size:12px;
	line-height:31px;
	height:31px;
	border-style:none;
	float:left;
	width:121px;
	color:#ffefb9;
	cursor:pointer;
	text-shadow:1px 1px 0 #891c1c;
	text-transform:uppercase;
	text-decoration:none;
	border-top:1px solid #e44b4b;
	border-bottom:1px solid #c5c5c5;
	text-align:center;
	position:relative;
	margin:15px 0 0;
}
.footer-frame{
	background: url(../images/img-59.png) no-repeat 50% 0;
	width:100%;
	padding:55px 0 0;
	margin:-71px 0 0;
}
.logo2{
	background:url(../images/logo3.png) no-repeat;
	width: 425px;
	height: 51px;
	position:absolute;
	left:156px;
	top:-16px;
}
.pager {
  text-align: center;
}
.pager a {
  background: url(../images/miscellaneous_sprite.png) 0 0 no-repeat transparent;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.pager a.selected {
  background-position: -25px 0;
  cursor: default;
}
.pager a span {
  display: none;
}
.lf {
  width:22px;
  text-align:center;
}
.lf a img {
  vertical-align:middle !important;
}
.rf {
  padding-left:11px;
}
#aloader {
  display:none;
	background: url("../images/285.gif") no-repeat scroll 50% 50% #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
	opacity: 0.5;
}
/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector,
div.selector span,
div.radio span {
  background-image: url("../images/uni-sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }

.selector,
.radio {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

.selector select:focus,
.radio input:focus {
  outline: 0; }

.selector,
.radio,
.selector *,
.radio * {
  margin: 0;
  padding: 0; }

/* Select */
div.selector {
  background-position: 0 -37px;
  line-height: 36px;
  height: 36px;
  padding: 0 0 0 8px;
  position: relative;
  overflow: hidden; }

div.selector.fixedWidth {
  width: 224px; }

div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 36px;
  line-height: 36px;
	padding:0 14px 0 4px;
	font-size:11px;
	color:#777779;
  cursor: pointer;
  width: 100%;
  display: block; }

div.selector.fixedWidth span {
  width: 186px; }

div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 34px;
  top: 2px;
  left: 0px;
  width: 100%; }

/* Radio */
div.radio,
div.radio span,
div.radio input {
  width: 11px;
  height: 11px; }

div.radio {
  position: relative; }

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -77px; }

div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center; }

div.radio span.checked {
  background-position: -12px -77px; }

/* PRESENTATION */
/* Select */
div.selector {
  font-size: 12px; }

div.selector select {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px; }

div.selector span {
  color: #666;
  text-shadow: 0 1px 0 #fff; }

div.selector.disabled span {
  color: #bbb; }

/* Radio */
div.radio {
  margin: 2px 15px 0 2px; }
.hwrapper {
  margin: 0 0 20px 10px !important;
}
.hwrapper h1 {
  margin: 0 0 5px !important;
}
.wantright {
  float: right;
}
.text-block {
  margin-bottom:27px;
}
.beono-banner_slider {
  margin-bottom:20px;
}
.title a {
  text-decoration:none;
  color:#5c6166;
}
.img-block .stock{
	background: url(../images/not.png) no-repeat;
	width: 149px;
	height: 142px;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	z-index:100;
}
.img-block .pre{
	background: url(../images/btn_will.png) no-repeat;
	width: 149px;
	height: 142px;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	z-index:100;
}
.img-block .discount{
	background: url(../images/btn_discount.png) no-repeat;
	width: 149px;
	height: 142px;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	z-index:100;
}
.img-block .import{
	background: url(../images/btn_import.png) no-repeat;
	width: 149px;
	height: 142px;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	z-index:100;
}
.text-block2 {
  margin-bottom:18px;
  text-align:center;
}
.text-block2 > .table-holder {
  width:733px !important;
}
.text-block2 > .table-holder table tr td {
  line-height:inherit !important;
}
.text-block2 .btn-order{
	text-transform:uppercase;
	display:block;
	font-weight:bold;
	font-size:10px;
	line-height:28px;
	background: url(../images/btn-order.gif) repeat-x;
	text-align:center;
	color:#ffefb9;
	width:155px;
	cursor:pointer;
	height: 27px;
	text-shadow:0 1px 0 #460f0f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(./css/PIE.htc);
	text-decoration:none;
	border-style:none;
}
.shopnav .twocolumns{
	padding:0 0 30px;
	margin:50px 0 0;
}
.shopnav .twocolumns .column{
	float:left;
	width:370px;
}
.shopnav .wrap .btn {
  margin:0 auto;
}
.personal-page-nav {
  font-size:12px;
  margin-bottom:35px;
}
.newswrapper {margin-bottom:30px;}
.btn-long {
  width:235px !important;
}
.reg_data { width:398px; margin:0 auto;}
.ages { display:none;}
.age_text { font-size:13px; margin-bottom:25px;}
#age_block { margin-bottom:0px;}
#age_block table { width:300px;}
/*a.link {position:relative;}*/
.btn-wid {width:84px;}
.wantblock {width:270px;margin:15px auto;}
#sidebar .text-block2 .btn-order {width:193px !important;}

.catalog li .price_type1{
	float:left;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	color:#3d3d3d;
	border-top:1px solid #dadde0;
	padding: 2px 0 0 5px;
	width:82px;
}
.catalog li .price_type2{
  text-decoration:line-through;
  font-size:14px;
}
.catalog li .price_type1 .rubl {
	font:18px/18px 'Rubl', Arial, Helvetica, sans-serif;
}
.catalog li .price_type1 .price_type2 .rubl {
	font:14px/14px 'Rubl', Arial, Helvetica, sans-serif;
}
.items li .price_type01 {
	font-size:20px;
	line-height:22px;
	color:#3d3d3d;
	display:block;
	font-weight:normal;
}
.items li .price_type01 .price_type02 {
  text-decoration:line-through;
  font-size:14px;
}
.items li .price_type01 .rubl{
	font-family: 'Rubl';
	color:#3d3d3d;
}
.items li .price_type01 .price_type02 .rubl{
  font-size:14px;
}
.info .price_type1 {
	color:#751919;
	font-size:30px;
	line-height:16px;
	float:left;
	text-align:left;
	font-weight:bold;
	padding:5px 0 0 10px;
	height:20px;
}
.info .price_type1 .rubl{
	font-family:'Rubl';
	font-weight:normal;
}
.info .price_type2 {
  text-decoration:line-through;
  font-size:22px;
  padding:10px 0 0 3px;
}
.info .price_type1 .price_type2 .rubl{
  font-size:22px;
}
div.yen-bs-box {
  background: url("../images/bg-body.gif") repeat scroll 0 0 transparent;
}
.email_text { margin-bottom:15px;}
li .item { position:relative;}
.carrow { float:left; position:absolute; top:0px; left:700px; background: url("../images/carrow.png") no-repeat scroll 0 50% transparent; width:37px; height:125px; }
.tape_tree { padding-left:15px;}
.buttons .bxmodAuthDialog a {
	padding:0px;
	text-shadow:0px;
	border:0px;
	font-weight:normal;
	margin:0px;
}
.buttons .bxmodAuthDialog a:hover{
	background: none;
}
.my_offers, .info-box span.my_offers {
  display:none;
}
.my_offers.active, .info-box span.my_offers.active {
  display:block;
}
#uniform-my_offers {
  margin:0 0 20px 10px !important;
}
#main .s2u-yt-grid-collection .s2u-yt-browse-item h3 {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 0 3px;
}
.s2u-yt-grid-collection .s2u-yt-channel-link a, .s2u-yt-grid-collection .s2u-yt-channel-link a:visited {
  padding-right:15px;
}
.feed-add-post-micro, .feed-comments-block {
  background-color:#FFF;
}
#vk_groups {
  margin-bottom: 25px;
}
.stock.topper {
  top:-19px;
  left:-23px;
}
#bx-soa-total {
  display:none;
}
#bx-soa-order-form .col-sm-9 {
  width:99%;
}
#bx-soa-order-form * {
  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
}
#bx-soa-order-form .row {
  height:100%;
  margin:0;
  overflow:visible;
}
.clear {
  clear:both;
}
.bnt_noty {
  float:right;
}
.preorder {
  margin:20px 0 20px 11px;
}
#main .preorder h5 {
  color: red;
  font-size: 14px;
  margin-bottom: 15px;
}
.info .preorder .price {
  padding:5px 0 0 0px;
}