html {height: 100%;}
*{font-family:tahoma;font-size:12px;}
a, img{outline:none;border:0px;}
a{color:#2a2a2a;font-size:12px;}
a:hover{text-decoration:none;}
ul{list-style:none;margin:0px;padding:0px;}
	ul li{
		
		padding-left: 13px;
		margin: 15px 0px 15px 10px;
	}
body{
	margin:0px;
	min-height: 100%;
	min-width: 990px;
	position:relative;
	background:#fbfbfb url('../images/body-page.png') center top repeat-x;
	color: #2a2a2a;
}
body.main{background:#fbfbfb url('../images/body.png') center top repeat-x;}
.page-block:after,
#top-place .ctrls-wrap:after,
.usr-ctrls:after,
.nivo-controlNav:after,
.bot-info ul:after,
#content:after,
.content-top:after,
#content .good:after,
.sort-params:after,
.current-brand:after
{clear: both;content:"";display:block;height:0;overflow:hidden;}
.clear{display:block;height:0;overflow:hidden;clear:both;}
.page-block{
	position:relative;
	width:950px;
	margin:0px auto; 
	}
.grey-noise{
	background:transparent url('../images/grey-noise.jpg') 0 0 repeat;	
}
.orange-noise{
	background:transparent url('../images/search-frm.jpg') 0 0 repeat;	
}
.wave{
	margin: 30px 0px;
	padding: 20px 0px;
	position: relative;
}
.wave:before,.wave:after,#footer:before{
	content:"";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 3px;
	background:transparent url('../images/sprite.png') 0 -121px repeat-x;
}
.wave:after{
	background-position: 0 -117px;
	top: 100%;
	margin-top: -3px;
}
.grey-but{
	display: inline-block;
	padding: 5px 30px;
	background: #f3f3f3;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #dedede 100%);
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #dedede 100%);
	background: -o-linear-gradient(top, #f3f3f3 0%, #dedede 100%);
	background: linear-gradient(top, #f3f3f3 0%, #dedede 100%);
	color: #363636;
	font-size: 14px;
	position: relative;
	font-weight: bold;
	border-radius: 3px 3px 4px 4px;
	-moz-border-radius: 3px 3px 4px 4px;
	-webkit-border-radius: 3px 3px 4px 4px;
	-khtml-border-radius: 3px 3px 4px 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.75); 
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.75); 
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.75);
	text-shadow: 0px -1px 1px rgba(255,255,255,.47);
	behavior: url(../js/PIE.js);
	cursor: pointer;
	text-decoration: none;
	border: 0px;
}
.orange-but{
	display: inline-block;
	padding: 5px 30px;
	background: #e41414;
	background: -moz-linear-gradient(top, #e41414 0%, #c70909 100%);
	background: -webkit-linear-gradient(top, #e41414 0%, #c70909 100%);
	background: -o-linear-gradient(top, #e41414 0%, #c70909 100%);
	background: linear-gradient(top, #e41414 0%, #c70909 100%);
	color: #ffffff;
	font-size: 14px;
	position: relative;
	font-weight: bold;
	border-radius: 3px 3px 4px 4px;
	-moz-border-radius: 3px 3px 4px 4px;
	-webkit-border-radius: 3px 3px 4px 4px;
	-khtml-border-radius: 3px 3px 4px 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.75); 
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.75); 
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.75);
	text-shadow: 0px -1px 1px rgba(0,0,0,.47);
	behavior: url(../js/PIE.js);
	cursor: pointer;
	text-decoration: none;
	border: 0px;
}
.orange-but:hover{
	background: #c70909;
	background: -moz-linear-gradient(top, #c70909 0%, #e41414 100%);
	background: -webkit-linear-gradient(top, #c70909 0%, #e41414 100%);
	background: -o-linear-gradient(top, #c70909 0%, #e41414 100%);
	background: linear-gradient(top, #c70909 0%, #e41414 100%);
}
.grey-but.small{
	font-size: 12px;
	padding: 3px 15px;
	font-weight: normal;
	color: #565656;
	text-shadow: 0px 0px 1px rgba(255,255,255,.47);
}
.grey-but:hover{
	background: #dedede;
	background: -moz-linear-gradient(top, #dedede 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, #dedede 0%, #f3f3f3 100%);
	background: -o-linear-gradient(top, #dedede 0%, #f3f3f3 100%);
	background: linear-gradient(top, #dedede 0%, #f3f3f3 100%);
	behavior: url(../js/PIE.js);
}
#top-place{
	min-height:220px;
	background:transparent url('../images/body-page.png') center top repeat-x;
	position: relative;
	z-index: 100;
}

body.main #top-place{min-height:372px;background: none;}
#top-place .top-line{
	height: 32px;
	background:transparent url('../images/top-line.jpg') 0 0 repeat;
}
#top-place .socials{
	float: left;
	padding-top: 8px;      
}
#top-place .socials a{margin-right: 25px;}
#top-place form.search{float: right;position: relative;padding-top: 6px;}
#top-place form input[name=q][type=text]{
	position: relative;
	width: 200px;
	padding:  3px 12px 2px;
	font-size: 11px;
	color: #b1b1b1;
	background-color: #3f3f3f; 
	border: 0px;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,.35); 
	-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,.35); 
	-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.35);
	behavior: url(../js/PIE.htc);
}
#top-place form.search input[type=submit]{
	position: absolute;
	right: 5px;
	top: 10px;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background:transparent url('../images/sprite.png') 0 -25px no-repeat;
	border: 0px;	
}
#top-place .top-line ul{
	float: right;
	list-style: none;
	padding-top: 9px;
	margin-right: 35px;
	text-align: right;
}
#top-place .top-line ul li{display: inline;margin: 0px 30px 0px 0px;padding: 0px;}
#top-place .top-line ul li a{color:#9c9c9c;}
#top-place .top-line ul li a:hover{color:#d00e0e;}
#top-place .ctrls-wrap{margin-top: 23px;position: relative;}
#top-place .ctrls-wrap .phone{float: left;margin-left: 340px;color: #959595;}
#top-place .ctrls-wrap .phone .num{
	font-size: 18px;
	color: #464531;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 6px;
}
#top-place .ctrls-wrap .usr-ctrls{width: 420px;float: right;}
#top-place .ctrls-wrap .usr-ctrls .links{float: left;line-height: 24px;}
#top-place .ctrls-wrap .usr-ctrls a{
	color: #464531;
	padding-left: 18px;
	background:transparent url('../images/sprite.png') -32px 1px no-repeat;
}
#top-place .ctrls-wrap .usr-ctrls .links a.auth{text-decoration: none;background-position: -32px -17px;}
#top-place .ctrls-wrap .usr-ctrls .links a.auth span{border-bottom: 1px dotted #a5a5a5;}
#top-place .ctrls-wrap .usr-ctrls .links a:hover{color: #d00e0e;}
#top-place .ctrls-wrap .usr-ctrls .links a.auth:hover span{color: #d00e0e;border-color: #d00e0e;}
#top-place .ctrls-wrap .usr-ctrls .basket-wrap{
	float: right;
	padding: 8px;
	background: #000000;
	position: relative;
	background:transparent url('../images/basket-wrap-bck.png') 0 0 repeat;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(../js/PIE.htc);
}
#top-place .ctrls-wrap .usr-ctrls .basket-wrap .count{margin-top: 8px;color: #464531;padding-left: 18px;}
#top-place .ctrls-wrap .usr-ctrls .basket-wrap a{
	color: #d10e0e;
	background:transparent url('../images/sprite.png') -32px -38px no-repeat;
}
#top-place .logo{position: absolute;left: 0px;top: 0px;}

#top-menu{
	margin:35px auto 20px;
	padding-left:0px;
	position:relative;
	text-align: justify;
	overflow: hidden; 
	cursor: default;	
	padding: 0px;
	height: 39px;
	}
#top-menu li {
	display: inline-block;
	margin: 0px;	
	padding: 0px;
	}
#top-menu li a {
	display: inline-block;
	color: #464531;
	font-size:18px;
	font-weight: bold;
}
#top-menu li a:hover,#top-menu li a.current {
	color: #d00e0e;
	text-decoration:none;
}
#top-menu:after { /* эмуляция дополнительной строки, чтобы сработал justify */
    content: "1";
    margin-left: 100%;
    height: 1px;
    overflow: hidden;
    display: inline-block;
}
.page-block form[name=cat-search]{
	width: 205px;	
}
.page-block.slider form[name=cat-search]{
	height: 356px;	
	background:transparent url('../images/search-frm.jpg') 0 0 repeat;	
	float: left;
	padding: 15px 8px;
	box-shadow: 0px 2px 4px rgba(55,39,13,.49); 
	-moz-box-shadow: 0px 2px 4px rgba(55,39,13,.49); 
	-webkit-box-shadow: 0px 2px 4px rgba(55,39,13,.49);
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(../js/PIE.htc);
}
.page-block form[name=cat-search] h2{
	color: #34250b;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(255,255,255,.43);
}
.page-block form[name=cat-search] a.info{color: #ffffff;font-size: 12px;}
.page-block form[name=cat-search] .slide-header{
	margin-top: 22px;
	margin-bottom: 10px;
	color: #151515;
}
.page-block form[name=cat-search] .slide-header .price{	
	color: #181818;
	font-weight: bold;
	margin-right: 10px;
}
.page-block form[name=cat-search] .sbmt{text-align: center;margin-top: 10px;}
body.main .page-block form[name=cat-search] .sbmt{margin-top: 41px;}
form[name=cat-search] .colors label{
	cursor: pointer;
	height: 15px;
	width: 15px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 0px 5px 15px 5px;	
	background-image: url('../images/sprite.png')!important;
	background-position: -27px -186px!important;
	background-repeat: no-repeat!important;
}
form[name=cat-search] .colors label.checked{
	background-position: -11px -186px!important;
}
form[name=cat-search] .colors label input{position: absolute;margin-top: -20px;}

form[name=cat-search] .reset-filter{
	padding-top: 6px;
	background:transparent url('../images/filter-wave.png') 0 0 repeat-x;
	margin-top: 25px;
	margin-bottom: -30px;
	width: 222px;
	margin-left: -9px;
	text-align: center;
	padding-bottom: 20px;
}
form[name=cat-search] .reset-filter a{
	color: #c4c4c4;
	text-decoration: none;
}
form[name=cat-search] .reset-filter a span{color: #c4c4c4;border-bottom: 1px dotted #c4c4c4;margin-left: 3px;}
form[name=cat-search] .reset-filter a:hover span{border-color: #262626;}
#img-slider{
	height: 386px;
	float: right;
	overflow: hidden;
	position: relative;
	width: 702px;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-shadow: 0px 2px 4px rgba(55,39,13,.49); 
	-moz-box-shadow: 0px 2px 4px rgba(55,39,13,.49); 
	-webkit-box-shadow: 0px 2px 4px rgba(55,39,13,.49);
	behavior: url(../js/PIE.htc);
}

.spec-offers{margin-top: 40px;margin-left: -13px;margin-right: -13px;}
.spec-offers li{
	display: block;
	float: left;
	width: 297px;
	height: 154px;
	position: relative;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-shadow: 0px 2px 4px rgba(55,39,13,.49); 
	-moz-box-shadow: 0px 2px 4px rgba(55,39,13,.49); 
	-webkit-box-shadow: 0px 2px 4px rgba(55,39,13,.49);
	behavior: url(../js/PIE.htc);
	padding: 0px;
	margin: 0px 14px;
	overflow: hidden;
}
.spec-offers li img{
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(../js/PIE.htc);
}
.spec-offers li .title{
	position: absolute;
	width: 257px;
	background:transparent url('../images/black-overlay.png') 0 0 repeat;
	left: 0px;
	bottom: 0px;
	padding: 4px 20px;
	z-index: 100;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	behavior: url(../js/PIE.htc);
	
}
.spec-offers li .title a{
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}
.spec-offers li .title a:hover{color: #ffffff;}
h3.cat-header{
	margin-top: 0px;
	font-weight: bold;
	padding-bottom: 14px;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px solid #b8b8b8;
	position: relative;
}
.wave h3.cat-header,.wave h3.cat-header span{color: #ffffff;}
.wave h3.cat-header:after{
	content:"";
	position: absolute;
	left: 0px;
	top: 100%;
	margin-top: 1px;
	width: 100%;
	height: 0px;
	border-bottom: 0px solid #ffffff;
}
.wave.orange-noise h3.cat-header:after{border-color: #ffffff;}
.wave.orange-noise h3.cat-header{border-bottom-color: #ffffff;}
h3.cat-header span{font-size: 24px;color: #363636;position: relative;text-transform: uppercase;}
h3.cat-header span a{
	position: absolute;
	left: 100%;
	margin-left: 20px;
	color: #d3901b;
	white-space: nowrap;
	bottom: 4px;
	text-transform: none;
}
.wave h3.cat-header span a{color: #000000;}
.bot-info ul{margin-left: -13px;margin-right: -13px;padding: 0px;margin-bottom: 50px;}
.bot-info ul li{
	padding: 0px;
	margin: 0px 14px;
	float: left;
	width:  297px;
	line-height: 19px;
}
.bot-info ul li h4, .bot-info ul li h1{
	color: #272626;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #b5b5b5;
	text-align: left;
}
.bot-info ul li .news .item{margin-bottom: 20px;}
.bot-info ul li .news .item .date{
	margin-bottom: 10px;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(../js/PIE.htc);
	padding: 0px 5px;
	background-color: #da0e0e;
	color: #ffffff;
	font-size: 11px;
	width: 56px; 
}
.bot-info ul li .news .item a{font-weight: bold;}

#content{margin: 35px 0px 20px;position: relative;z-index: 90;}
#content .leftside{
	background:transparent url('../images/search-frm.jpg') 0 0 repeat;	
	float: left;
	padding: 15px 8px;
	box-shadow: 0px 2px 4px rgba(55,39,13,.49); 
	-moz-box-shadow: 0px 2px 4px rgba(55,39,13,.49); 
	-webkit-box-shadow: 0px 2px 4px rgba(55,39,13,.49);
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(../js/PIE.htc);
	width: 205px;
	margin-top: -60px;
	padding-top:40px; 
	margin-bottom: 40px;
}
#left-menu li{margin: 0px 0px 15px 10px;padding: 0px;}
#left-menu li a{
	display: inline-block;
	padding: 2px 5px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(../js/PIE.htc);
}
#left-menu li a:hover,#left-menu li a.active{
	box-shadow: inset 0 1px 1px rgba(0,0,0,.37); 
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.37); 
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.37);
	behavior: url(../js/PIE.htc);
	background-color: #6a736e;
	text-decoration: none;
}
.input_text_style:focus {
	outline-color: #D10E0E;
}
#content .leftside.fixed{position: fixed;top: 0px;margin-top: -30px!important;}
.sort-params{margin-top: -13px;}
.sort-params span{margin-right: 25px;}
.sort-params span.count a{
	text-decoration: none;
	padding: 2px 4px;
	position: relative;	
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(../js/PIE.htc);
	display: inline-block;
	margin: 0px 2px;
	vertical-align: top;	
}
.sort-params span.sort a{
	text-decoration: none;
	margin: 0px 3px;
	display: inline-block;
	vertical-align: middle;
	background:transparent url('../images/sprite.png') 100% -166px no-repeat;
	position: relative;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 2px 14px 4px 6px;
	behavior: url(../js/PIE.htc);
}
.sort-params span.sort a.current,.sort-params span.sort a:hover{
	background-color: #dadada;
}
.sort-params span.sort a.current.asc:hover,.sort-params span.sort a.current.desc{background-position: 100% -150px}
.sort-params span.sort a.current.desc:hover{background-position: 100% -166px;}
.sort-params span.sort span{margin: 0px;border-bottom: 1px dotted #3d3d3d;}
.sort-params span.sort a.current span{border-color: #dadada;}
.sort-params span.count a:hover,.sort-params span.count a.active{background-color: #dadada;}
.sort-params span.sort{margin-right: 0px;float: right;display: block;}
#content .rightside{
	float: right;
	width: 700px;
	margin-bottom: 40px;
}
.content-txt{
	line-height: 19px;
	margin: 30px 0px 10px;
}
.content-txt h2{
	font-size: 18px;
	color: #414141;
	font-weight: normal;
	margin-top: 25px;
}
.content-txt ul li{background:transparent url('../images/bullit.png') left 8px no-repeat;}
body.full-page #content .rightside{float: none;width: 100%;}
body.full-page #path{text-align: left;}
#path,body.full-page.center #path{text-align: center;margin-bottom: 20px;}

#path a,#path span{
	color: #797979;
	font-size: 11px;
}
#content .content-top{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	border-bottom: 1px solid #b5b5b5;
}

#content.good .content-top h1{
	float: left;
}
body.text-page .content-top{border: 0px!important;}
body.text-page #content{margin-top: 10px!important;}
body.text-page #content .leftside{margin-top: -50px;}
h1{
	color: #414141;
	font-size: 30px;
	margin: 0px;
	text-align: center;
	float: none;
}
body.full-page h1{text-align: left;}
body.full-page.center h1{text-align: center;}
#content .content-top .rate{float: right;margin-top: 15px;}
#content .good .l-col{float: left;width: 695px;}
#content .good .l-col .goods-gallery{float: left;width: 300px;}
#content .good .l-col .goods-gallery .big-img{
	position: relative;
	border-radius: 3px 3px 4px 4px;
	-moz-border-radius: 3px 3px 4px 4px;
	-webkit-border-radius: 3px 3px 4px 4px;
	-khtml-border-radius: 3px 3px 4px 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.37); 
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.37); 
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.37);
	width: 300px;
	height: 450px;
	background-color: #ffffff;
	behavior: url(../js/PIE.js);
}
#content .good .l-col .goods-gallery .big-img:before{
	content:"";
	position: absolute;
	width: 22px;
	height: 24px;
	background:transparent url('../images/sprite.png') 0 -128px no-repeat;
	top: 10px;
	right: 10px;
}
#content .good .l-col .goods-gallery .big-img a{
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 3px 3px 4px 4px;
	-moz-border-radius: 3px 3px 4px 4px;
	-webkit-border-radius: 3px 3px 4px 4px;
	-khtml-border-radius: 3px 3px 4px 4px;
	behavior: url(../js/PIE.js);
	visibility: hidden;
}
#content .good .l-col .goods-gallery .big-img a img{
	height: 100%;
	width: 100%;
	visibility: hidden;
} 
#content .good .l-col .goods-gallery .gallery {margin: 20px -8px 0px;}
#content .good .l-col .goods-gallery .gallery .item{
	position: relative;
	cursor: pointer;
	border-radius: 3px 3px 4px 4px;
	-moz-border-radius: 3px 3px 4px 4px;
	-webkit-border-radius: 3px 3px 4px 4px;
	-khtml-border-radius: 3px 3px 4px 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.37); 
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.37); 
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.37);
	behavior: url(../js/PIE.js);
	width: 95px;
	height: 142px;
	margin: 0px 3px 10px;
	display: inline-block;
}
#content .good .l-col .goods-info{float: right;width: 370px;line-height: 19px;}
#content .good .l-col .goods-info .price{font-size: 24px;color: #d00e0e;font-weight: bold;margin: 15px 0px 25px;}
form.set-params{margin-top: 50px;}
form.set-params .set-size{margin-bottom: 10px;}
form.set-params .set-size .sizes{margin-top: 15px;}
form.set-params .set-size .sizes span{
	display: inline-block;
	padding: 1px 5px;
	color: #898989;
	position: relative;
	margin: 0px 18px 15px 0px;
	cursor: pointer;
	background: #dfdfdf;
	background: -moz-linear-gradient(top, #dfdfdf 0%, #e4e4e4 100%);
	background: -webkit-linear-gradient(top, #dfdfdf 0%, #e4e4e4 100%);
	background: -o-linear-gradient(top, #dfdfdf 0%, #e4e4e4 100%);
	background: linear-gradient(top, #dfdfdf 0%, #e4e4e4 100%);
	border-radius: 3px 3px 4px 4px;
	-moz-border-radius: 3px 3px 4px 4px;
	-webkit-border-radius: 3px 3px 4px 4px;
	-khtml-border-radius: 3px 3px 4px 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.37); 
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.37); 
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.37);
	behavior: url(../js/PIE.js);
	text-align: center;
	width: 25px;
}
form.set-params .set-size .title{
	color: #303030;
	font-weight: bold;
}
form.set-params .set-size .title span{
	font-weight: normal;
	color: #dd9823;
	cursor: pointer;
	margin-left: 30px;
	border-bottom: 1px dotted #dd9823;
}
form.set-params .set-size .sizes span.active{
	color: #ffffff;
	background: #e31414;
	background: -moz-linear-gradient(top, #e31414 0%, #c70909 100%);
	background: -webkit-linear-gradient(top, #e31414 0%, #c70909 100%);
	background: -o-linear-gradient(top, #e31414 0%, #c70909 100%);
	background: linear-gradient(top, #e31414 0%, #c70909 100%);
	behavior: url(../js/PIE.js);
}
form.set-params .set-count{
	margin-bottom: 30px;
	color: #303030;
	font-weight: bold;
}
#plus-count{
	margin-left: 10px;
	background:transparent url('../images/sprite.png') -64px -58px no-repeat;
}
#minus-count{
	background:transparent url('../images/sprite.png') -47px -58px no-repeat;
}

.change-count{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -3px 5px 0px;;
	cursor: pointer;
	vertical-align: middle;
	
}
form.set-params .set-count input{
	position: relative;
	border: 0px;
	width: 25px;
	padding: 2px 5px;
	text-align: center;
	border-radius: 3px 3px 4px 4px;
	-moz-border-radius: 3px 3px 4px 4px;
	-webkit-border-radius: 3px 3px 4px 4px;
	-khtml-border-radius: 3px 3px 4px 4px;
	box-shadow:inset 0px 1px 1px rgba(0,0,0,.47); 
	-moz-box-shadow:inset 0px 1px 1px rgba(0,0,0,.47); 
	-webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,.47);
	behavior: url(../js/PIE.js);
}

form.set-params .sbmt a{margin-right: 20px;}

#content .good .r-col{float: right;width: 200px;}
#content .good .r-col h2{color: #505050;font-weight: bold;margin-bottom: 15px;margin-top: 0px;font-size: 18px;}
.goods-list .item{
	margin-bottom: 15px;
	position: relative;
	border-radius: 3px 3px 4px 4px;
	-moz-border-radius: 3px 3px 4px 4px;
	-webkit-border-radius: 3px 3px 4px 4px;
	-khtml-border-radius: 3px 3px 4px 4px;
	box-shadow:0px 1px 1px rgba(0,0,0,.47); 
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,.47); 
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,.47);
	behavior: url(../js/PIE.js);
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
}
.goods-listrec .item{
	margin-bottom: 10px;
	position: relative;
	border-radius: 3px 3px 4px 4px;
	-moz-border-radius: 3px 3px 4px 4px;
	-webkit-border-radius: 3px 3px 4px 4px;
	-khtml-border-radius: 3px 3px 4px 4px;
	box-shadow:0px 1px 1px rgba(0,0,0,.47); 
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,.47); 
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,.47);
	behavior: url(../js/PIE.js);
	padding: 2px;
	text-align: center;
	height:310px;
	background-color: #ffffff;
}
div.brands{
	padding: 6px 20px 0px;
	background: #f3f3f3;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #dbdbdb 100%);
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #dbdbdb 100%);
	background: -o-linear-gradient(top, #f3f3f3 0%, #dbdbdb 100%);
	background: linear-gradient(top, #f3f3f3 0%, #dbdbdb 100%);	
	border-radius: 3px 3px 4px 4px;
	-moz-border-radius: 3px 3px 4px 4px;
	-webkit-border-radius: 3px 3px 4px 4px;
	-khtml-border-radius: 3px 3px 4px 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.28); 
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.28); 
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.28);
	behavior: url(../js/PIE.js);	
}
ul.alphabet{
	margin:0px;
	position:relative;
	text-align: justify;
	overflow: hidden; 
	cursor: default;	
	padding: 0px;
	height: 25px;	
	}
ul.alphabet li {
	display: inline-block;
	margin: 0px;	
	padding: 0px;	
	}
ul.alphabet li a {
	display: inline-block;
	color: #474747;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:none;
	position: relative;
	padding: 3px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(../js/PIE.js);
}
ul.alphabet li a:hover,ul.alphabet li i a.active {
	color: #ffffff;
	background-color: #e08d1f; 
}
ul.alphabet:after { /* эмуляция дополнительной строки, чтобы сработал justify */
    content: "1";
    margin-left: 100%;
    height: 1px;
    overflow: hidden;
    display: inline-block;
}
.brands-list{margin-top: 35px;}
.brands-list .brands-col{
	float: left;
	width: 33%;
}
.brands-list .brands-col ul{padding: 0px;margin-bottom: 40px; }
.brands-list .brands-col ul li{padding: 0px;margin: 0px 0px 12px;background: none;}
.brands-list .brands-col ul li.title{
	text-transform: uppercase;
	color: #dd9823;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.brands-list .brands-col ul li a{text-decoration: none;}
.brands-list .brands-col ul li a:hover{color: #dd9823;}

.brands-goods{margin-bottom: 25px;text-align: center;color: #4f4f4f;}
.brands-goods a span{
	color: #dd9823;
	font-weight: bold;
	text-decoration: underline;
}
.brands-goods a {
	font-weight: normal;
	text-decoration: none;
	color: #adadad;
	margin: 0px 10px;
}
.current-brand{margin-top: 50px;line-height: 19px;}
.current-brand .img{
	text-align: center;
	overflow: hidden;
	width: 220px;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 3px 3px 4px 4px;
	-moz-border-radius: 3px 3px 4px 4px;
	-webkit-border-radius: 3px 3px 4px 4px;
	-khtml-border-radius: 3px 3px 4px 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.48); 
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.48); 
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.48);
	behavior: url(../js/PIE.htc);
	float: left;
	margin: 0px 80px 60px 0px;
}
.goods-list .itemcart{
	/*background-color: #e5e5e5;*/
}
.goods-list .itemcart .img .incart{
	display: block !important;
}
.goods-list .item .img{
	height: 375px;
	margin-bottom: 5px;
}
.goods-listrec .item .img{
	height: 275px;
	margin-bottom: 2px;
}
.goods-list .item .img .incart{
	height: 432px;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/incart.png);
	margin: 0 auto;
	display: none;
}
.goods-list .item .price{color: ##d00e0e;font-size: 18px;font-weight: bold;margin-top: 1px;}
.goods-list .item .price span{color: #000000; font-size: 12px; text-decoration: line-through;}
.goods-listrec .item .price{color: ##d00e0e;font-size: 13px;}
.goods-listrec .item .price span{color: #000000; font-size: 12px; text-decoration: line-through;}
.goods-tabs {margin-top: 50px;}
.catalogue.goods-list{margin: 40px -11px}
.catalogue.goods-list .item{
	display: inline-block;
	width: 218px;
	margin: 0px 3px 35px 3px;
	height: 420px;
	vertical-align: top;
}
.catalogue.goods-list .item.active{
	border: 3px solid #9da6a1;
	margin: -3px 0px 32px 0px;
}
.catalogue.goods-list .item .sizes-wrap{
	width: 100%;
	height: 65px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.catalogue.goods-list .item .sizes{
	position: absolute;
	width: 100%;
	padding: 7px 0px;
	background: transparent url('../images/black-overlay.png') 0 0 repeat;
	color: #ededed;
	text-align: center;
	left: 0px;
	top: -65px;
	line-height: 13px;
}
.catalogue.goods-list .item .spec-off{
	position: absolute;
	background-color: #d50e0e;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px 5px 8px;
	z-index: 100;
	box-shadow:0px 1px 1px rgba(0,0,0,.47); 
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,.47); 
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,.47);
	behavior: url(../js/PIE.js);
	right: -3px;
	top: 20px;
}
.catalogue.goods-list .item .spec-off:after{
	content:"";
	position: absolute;
	top: 0px;
	left: -4px;
	width: 4px;
	height: 26px;
	background: transparent url('../images/sprite.png') 0 -186px no-repeat;
}
.pagin{
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #b5b5b5;
	text-align: center;
}
.pagin a,.pagin span{margin: 0px 7px;}
.pagin a{color: #4b4b4b;}
.pagin span,.pagin a:hover{text-decoration: none;color: #dd9823;}
.pagin a.arr{text-decoration: none;}
#footer-push{height: 280px;}
#footer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 250px;
	background:transparent url('../images/footer.jpg') 0 0 repeat;
}
#footer .page-block{margin-top: 30px;}
#footer .page-block .bot-menu{float: left;}
#footer .page-block .bot-menu li{
	padding: 0px;
	width: 160px;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}
#footer .page-block .bot-menu li .title{
	color: #d50e0e;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
#footer .page-block .bot-menu li ul li{margin-bottom: 10px;display: block;}
#footer .page-block .bot-menu li ul li a{color: #bababa;}
#footer .page-block .bot-menu li ul li a:hover{color: #D10E0E;}
#footer .page-block .contacts-info{
	float: right;
	width: 130px;
}
#footer .page-block .contacts-info .mail{margin-bottom: 13px;color: #747474;}
#footer .page-block .contacts-info .mail{color: #fbfbfb;font-size: 16px;}
#footer .page-block .contacts-info .socials a{margin-right: 10px;}
#footer .page-block .contacts-info .liveint{margin-top: 10px;}
#footer .page-block .contacts-info .platbox{margin-top: 10px;}
#footer .page-block .contacts-info .madeby{margin-top: 10px;}
#footer .page-block .contacts-info .madeby a{color: #919191;font-size: 11px;}


.navigation-arrows .arrow{
	font-size: 14px;
}
.navigation-arrows .ctrl{
	font-size: 14px;
}
.navigation-arrows A{
	font-size: 18px;
	color: #1d89d4;
}
.navigation-arrows .disabled{
	font-size: 18px;
	color: grey;
}

table.options td{
	font-size:13px;
	text-align:left
}
table.options td:first-child{min-width:140px}
table.options td select{width:220px}

.fwb { 
	font-weight: 700 !important;
}

.listitem ul li.itembg, .listitem-carousel ul li.itembg{
	text-align: center;
}
.listitem ul li.itembgv, .listitem-carousel ul li.itembgv{
	text-align: center; width:204px; border-bottom: 2px solid #ffffff;
}