
/* Global
-----------------------------------------------------------------------------*/
@font-face {
	font-family:'PTSansNarrowRegular';
	src:url('fonts/pt_sans/ptn57f-webfont.eot');
	src:url('fonts/pt_sans/ptn57f-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/pt_sans/ptn57f-webfont.woff') format('woff'),
		url('fonts/pt_sans/ptn57f-webfont.ttf') format('truetype'),
		url('fonts/pt_sans/ptn57f-webfont.svg#PTSansNarrowRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'Cuprum';
	src:url(fonts/cuprum/Cuprum.otf);
}
@font-face {
	font-family:'CuprumFFURegular';
	src:url('fonts/cuprum/cuprum-webfont.eot');
	src:url('fonts/cuprum/cuprum-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/cuprum/cuprum-webfont.woff') format('woff'),
		url('fonts/cuprum/cuprum-webfont.ttf') format('truetype'),
		url('fonts/cuprum/cuprum-webfont.svg#CuprumFFURegular') format('svg');
	font-weight:normal;
	font-style:normal;
}

*{
	margin:0;
	padding:0;
}
html{
	width:100%;
	min-width:1000px;
	background:#f1f0ee url(body.jpg) center top no-repeat;
	color:#000;
}
body,select,input,textarea,button {
	font:12px/18px Arial, Tahoma, Verdana, sans-serif;
}
a{
	color:#0066a6;
	outline:none;
	text-decoration:underline;
}
:focus{outline:0;}
a:active{outline:none;}
a:hover{color:#c23700;}
a.ok{
	display:block;
	width:50px;
	height:23px;
	line-height:23px;
	background:#c23700;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
#hierbar{
	margin:0 0 10px 0;
}
#hierbar-cat, h1.cat, #body-cat{
	float:right;
	width:560px;
}
#body-cat img{
	margin:0 0 20px;
}
h1,h2,h3{
	margin:0 0 14px;
	font-family:Cuprum, Arial, Tahoma, sans-serif;
	font-weight:normal;
}
h1,h3{
	font-size:30px;
	line-height:30px;
}
h1.cat{
	margin:10px 0 30px;
	font-size:36px;
	color:#c23700;
}
h2{
	font-size:24px;
	line-height:24px;
}
p{
	margin:0 0 10px;
}
ul,ol{
	margin:0 0 11px 40px;
}
ul ul li{
	list-style-type:square;
}
ul ul ul li{
	list-style-type:circle;
}
img{
	border:none;
	vertical-align:middle;
}
input, select{
	vertical-align:middle;
}
textarea{
	overflow:auto;
	resize:none;
}
button{
	overflow:visible;
	border:0;
	background:none;
	cursor:pointer;
}
/* format */
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.text-right{text-align:right;}
.text-left{text-align:left;}
.block{display:block;}
.red{color:#f00;}
.green{color:#239400;}
.orange{color:#f60;}
.crimson{color:#c23700;}
.black{color:#000;}
.big{font-size:16px;}
.bold{font-weight:bold;}
.margin0{margin:0 !important;}

/* General
-----------------------------------------------------------------------------*/
#wrapper{
	/* outline:1px solid yellow; */
	position:relative;
	width:1000px;
	margin:auto;
}
#header{
	/* outline:1px solid red; */
	position:relative;
	overflow:hidden;
	padding:25px 0 0;
}
#middle{
	/* outline:1px solid purple; */
	position:relative;
	overflow:hidden;
	zoom:1;
	margin:37px 0;
}
#left{
	/* outline:1px solid green; */
	float:left;
	width:210px;
}
#right{
	/* outline:1px solid green; */
	float:right;
	width:318px;
	margin:0 0 20px;
	padding:0 50px 0 0;
}
#content{
	/* outline:1px solid orange; */
	overflow:hidden;
	margin:0 50px;
}
#content-main{
	/* outline:1px solid orange; */
	position:relative;
	margin:0 388px 0 50px;
}
#footer{
	/* outline:1px solid blue; */
	position:relative;
	overflow:hidden;
	zoom:1;
	padding:30px 50px 0;
	background:url(footer.png) 50% 0 no-repeat;
	font-size:11px;
}

ul.mainmenu, ul.catmenu, ul.cat_index, ul.news, .news_index ul, .items ul, ul.footmenu, ul.footmenu ul{
	overflow:hidden;
	zoom:1;
	margin:0;
	list-style:none;
}

/* Header
-----------------------------------------------------------------------------*/
/* icons */
.icons{
	/* outline:1px solid red; */
	position:relative;
	float:right;
	margin:0 50px 0 50px;
	padding:0 0 0 25px;
	height:15px;
}
.icons a{
	/* outline:1px solid red; */
	display:block;
	float:left;
	width:11px;
	height:15px;
	margin:0 14px 0 0;
	background:url(icons.png) left center no-repeat;
}
a.home{
	position:absolute;
	top:0;
	left:0;
}
a.mail{
	background-position:center center;
}
a.fav{
	background-position:right center;
	margin:0;
}
a.sitemap{
	margin:0 10px 0 0;
}

.logo{
	display:block;
	float:left;
	width:472px;
	height:77px;
	margin:25px 0 0 50px;
	background:url(logo.png);
}

/* phone */
.phone{
	/* outline:1px solid red; */
	margin:38px 15px 0 0;
	text-align:right;
	font-family:PTSansNarrowRegular, Arial, Tahoma, sans-serif;
	color:#000;
	white-space:nowrap;
}
.phone .icon{
	float:left;
	width:16px;
	height:21px;
	margin:5px 5px 0 0;
	background:url(phone.png);
}
.phone .code{
	float:left;
	margin:7px 2px 0 0;
	font-size:18px;
}
.phone .number{
	font-size:36px;
	line-height:36px;
}
button.callback{
	float:right;
	width:179px;
	height:78px;
	margin:12px 50px 0 0;
	background:url(callback.png);
}

/* login */
.login, .loggedin{
	/* outline:1px solid red; */
	position:absolute;
	top:25px;
	left:320px;
	/* line-height:10px; */
}
.login input{
	margin:0 5px 0 0;
	width:120px;
}
.login input.submit, #recall input.submit{
	border:none;
	background:none;
	color:#c23700;
	width:auto;
	cursor:pointer;
}
.login span{
	border-bottom:1px dashed #0066a6;
	margin-left:55px;
	color:#0066a6;
	cursor:pointer;
}
.loggedin a{
	margin:0 5px;
}
a.logout, a.order{
	color:#c23700;
	text-decoration:none;
}
#recall{
	margin:5px 0 0 130px;
	padding:10px;
	background:#c23700;
	color:#fff;
	cursor:pointer;
}
#recall input{
	width:150px;
	height:16px;
}
#recall input.submit{
	height:22px;
	padding:0 5px;
	background:#000;
	color:#fff;
}

/* Cabinet */
.cabinet{
	width:500px;
	margin:10px auto 0;
	line-height:20px;
	font-weight:bold;
}
.cabinet label, .cabinet h3{
	float:left;
	width:150px;
	padding:0 5px 0 0;
	text-align:right;
	font-weight:normal;
}
.cabinet h3{
	float:none;
	margin:10px 0 0;
	line-height:normal;
	font-size:18px;
	color:#C23700;
}
.cabinet a{
	font-weight:normal;
}

/* Order History */
table.order_history{
	border-collapse:collapse;
	width:500px;
	margin:10px auto 0;
}
table.order_history th, table.order_history td{
	border:1px solid #c23700;
	padding:2px 5px;
	white-space:nowrap;
}
table.order_history th{
	text-align:left;
}
table.order_history img{
	width:100px;
}

#cart{
	/* outline:1px solid red; */
	/* position:absolute;
	top:145px;
	left:50px; */
	float:left;
	 margin:5px 0 0 50px;
	line-height:15px;
}
#cart label{
	float:left;
	width:100px;
	text-align:right;
	padding:0 5px 0 0;
}
#cart span{
	font-weight:bold;
	color:#c23700;
	font-size:13px;
}
#cart a{
	/* margin:5px 10px 0 0; */
}
/*-------------------------*/

.head_text{
	/* outline:1px solid red; */
	clear:both;
	padding:12px 0 0 278px;
	line-height:17px;
	font-size:17px;
}
.head_text span{
	color:#c23700;
	font-weight:bold;
}
#nav{
	/* outline:1px solid red; */
	float:right;
	width:730px;
}
ul.mainmenu{
	/* outline:1px solid red; */
	float:left;
	padding:28px 0 0;
}
ul.mainmenu li{
	float:left;
	margin-right:10px;
}
ul.mainmenu a{
	display:inline-block;
	height:23px;
	padding:0 10px;
	font:12px/23px Tahoma, Arial, Verdana, sans-serif;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
ul.mainmenu a:hover, ul.mainmenu li.active a{
	background:#c23700;
}
ul.catmenu{
	clear:left;
	padding:18px 0 0;
}
ul.catmenu li{
	float:left;
	margin:0 10px 0 0;
}
ul.catmenu span, ul.footmenu span{
	color:#c23700;
}

ul.catmenu a.sel {
	color: #c23700;
	text-decoration: none;
}

/*** Search Form ***/
#search{
	float:left;
	margin:29px 0 0 8px;
	border:1px solid #E1DED9;
	/* width:128px; */
	width:103px;
	height:18px;
	background:#fff;
}
#search input{
	/* width:109px; */
	border:0;
	padding:0 2px;
	width:82px;
	height:100%;
	font:11px/18px Arial, Tahoma, Verdana, sans-serif;
	color:#8a8a8a;
}
#search button{
	float:right;
	border:0;
	width:16px;
	height:100%;
	background:url(search.png) center no-repeat;
}
/*******************************/

ul.cat_index{
	/* outline:1px solid red; */
	text-align:center;
}
ul.cat_index li{
	/* outline:1px solid red; */
	display:inline-block;
	vertical-align:top;
	width:185px;
	margin:0 30px 40px;
}
.cat_index a{
	display:inline-block;
	font:20px/25px Cuprum, Tahoma, Arial, sans-serif;
	color:#c23700;
	text-align:center;
	text-decoration:none;
}
.cat_index a:hover{
	color:#742200;
}
/* .cat_index div{
	width:185px;
	height:95px;
	overflow:hidden;
	margin-bottom:10px;
} */
.cat_index img{
	height:95px;
	margin-bottom:10px;
}

/* News and Spec*/
.news_and_spec{
	/* outline:1px solid red; */
	overflow:hidden;
	zoom:1;
	margin:0 0 25px;
	padding:30px 50px;
	background: #fff; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5'); /* для IE6-9 */
	background: -webkit-linear-gradient(top, bottom, #fff, #f5f5f5); /* для webkit-браузеров */
	background: -moz-linear-gradient(top,  #fff,  #f5f5f5); /* для firefox 3.6+ */
	background: -o-linear-gradient(top,  #fff,  #f5f5f5); /* для Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff,  #f5f5f5); /* для IE10+ */ 
}
.news_and_spec h3{
	margin:0 0 15px 0;
	font-size:30px;
}
.news_index{
	/* outline:1px solid red; */
	float:left;
}
.news_index ul{
	/* outline:1px solid red; */
	width:500px;
}
.news_index li{
	/* outline:1px solid red; */
	list-style:none;
	float:left;
	width:220px;
	height:80px;
	overflow:hidden;
	margin:0 30px 20px 0;
}
.news_index .date{
	float:left;
	font:9px Tahoma, Arial, Verdana, sans-serif;
	color:#7a7a7a;
	text-align:center;
}
.news_index .date div{
	width:25px;
	height:20px;
	line-height:20px;
	font-size:16px; 
	color:#fff;
	background:#BB3700 url(news_date.gif) no-repeat;
}
.news_index p{
	margin:0 0 0 35px;
	line-height:16px;
}
.news_index a{
	margin:0 20px 0 0;
	padding:0 0 0 18px;
	color:#0066a6;
	background:url(arrow-r.gif) left center no-repeat;
	text-decoration:none;
}
.news_index a:hover{
	color:#c23700;
}
.news_index ul a{
	margin:0;
	padding:0;
	/*color:#000;*/
	background:none;
}
.news_index ul a:hover{
	color:#c23700;
}
.spec{
	float:right;
	height:265px;
}

/* RightSide
-----------------------------------------------------------------------------*/
#ask{
	width:318px;
	overflow:hidden;
}
#ask p{
	margin:0;
	padding:0 0 14px;
}
#ask form{
	/* outline:1px solid red; */
	overflow:hidden;
	zoom:1;
}
#ask input{
	width:203px;
	height:23px;
	line-height:23px;
	margin:0 0 9px 0;
	padding:0 3px;
	color:#8a8a8a;
}
#ask textarea{
	width:100%;
	height:60px;
	padding:3px;
	color:#8a8a8a;
}
#ask button{
	float:right;
	overflow:visible;
	border:0;
	margin:10px 0 0 0;
	padding:0 9px;
	font:12px/23px Tahoma, Arial, Verdana, sans-serif;
	background:#c23700;
	color:#fff;
	text-transform:uppercase;
}

/* Content
-----------------------------------------------------------------------------*/
ul.news li{
	margin:0 0 25px;
}
ul.news .date{
	color:#c23700;
}
/* Catalog Items List */
.items, .item-desc, .item-params, .item-params2, .reg, .warning{
	/* outline:1px solid red; */
	margin:0 0 10px;

	background: #fff; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5'); /* для IE6-9 */
	background: -webkit-linear-gradient(top, bottom, #fff, #f5f5f5); /* для webkit-браузеров */
	background: -moz-linear-gradient(top,  #fff,  #f5f5f5); /* для firefox 3.6+ */
	background: -o-linear-gradient(top,  #fff,  #f5f5f5); /* для Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff,  #f5f5f5); /* для IE10+ */ 
}
.warning{
	margin:0;
	padding:10px;
	text-align:center;
	color:#FF6A5F;
	font:18px Cuprum,sans-serif;
}
.items{
	padding:26px 0;
	width:290px;
}
.item-desc{
	width:254px;
	padding:26px 18px;
}
.item-params{
	/* width:325px;
	padding:20px 10px; */
	margin-top:25px;
	padding:20px 10px;
	width:270px;
}
.item-params h3{
	margin-left:8px;
}
.item-params div{
	padding:2px 10px;
}
.item-params div.gray{
	background:#efefef;
}
.item-params label{
	float:left;
	/* width:170px; */
	width:150px;
	padding-top:2px;
}
.item-params select{
	padding:1px 0 0 5px;
	height:20px;
}

.item-params2{
	/* width:165px;
	padding:20px;
	margin-right:10px; */
	margin-top:25px;
	padding:20px 10px;
	width:270px;
}
.item-params2__extra-prices{
	width:100%;
	border-collapse:collapse;
}
.item-params2__extra-prices th{
	text-align:left;
	background:#E1DED9;
}
.item-params2__extra-prices td, .item-params2__extra-prices th{
	padding:5px;
}
.item-params2__extra-prices tr:nth-child(2n){
	background:#F1F0EE;
}


.items h3, .item h3, .item-desc h3{
	margin:0 0 15px 18px;
	font-size:20px;
	line-height:25px;
}
.item-desc h3, .item-params2 h3{
	margin-left:0;
}
.items li{
	padding:0 0 0 18px;
}
.items li.act{
	background:url(bullet_cat.gif) 0 50% no-repeat;
}
.items a, .items span{
	font:16px/30px Cuprum, Arial, Verdana, sans-serif;
}
.items a:hover{
	color:#c23700;
}

.item {
	overflow:hidden; 
}
.item form{
	overflow:hidden;
	float:right;
	margin-top:25px;
}
.item form{
	width:345px;
}
.order{
	margin-top:25px;
	padding:0 10px;
	width:270px;
}
.order span{
	margin-right:20px;
}
/* Price */
.order .price{
	/* float:left; */
}
.order .price span{
	margin:0;
	font:40px CuprumFFURegular,Arial,Helvetica,sans-serif;
	color:#c23700;
}
.distr_text{
	font:18px Cuprum,sans-serif;
	color:#ff6a5f;
}

/* Add To Cart */
.orderbtn{
	float:right;
	margin-top:15px;
	height:20px;
	overflow:hidden;
}
.orderbtn button, .orderbtn input{
	/* float:right; */
	float:left;
	height:20px;
}
.orderbtn input{
	width:40px;
	margin-left:4px;
	margin-right:4px;
	text-align:center;
}
.orderbtn button.minus, .orderbtn button.plus{
	width:20px;
	height:20px;
	background:url(plus_minus.png);
}
.orderbtn button.plus{
	background-position:100% 0;
}
.orderbtn button.minus:active{
	background-position:0 100%;
}
.orderbtn button.plus:active{
	background-position:100% 100%;
}
.orderbtn button.add{
	margin-left:10px;
	padding:0 5px;
	border:none;
	background:#c23700;
	color:#fff;
}
.orderbtn button span{
	position:relative;
	top:-3px;
	margin:0;
	border-bottom:1px dashed #fff;
	font-size:11px;
}
/*-----------------*/


a.back_to_cat{
	font-weight:bold;
}
a.back_to_cat:hover{
	color:#f60;
}

.reg{
	width:560px;
	margin:auto;
	padding:25px;
}
#distr_check{
	display:inline-block;
	vertical-align:bottom;
	margin-left:5px;
	padding:5px 5px 3px;
	background:#eee;
}
#distr_text{
	padding:5px;
	background:#eee;
}
.reg div{
	overflow:hidden;
	margin:5px 0 0 0;
}
.reg div.notice{
	color:#c23700;
}
.reg span{
	font-size:16px;
	font-weight:bold;
	color:#C23700;
}
.reg span.small{
	font-size:11px;
	font-weight:normal;
	color:#000;
}
.reg div label{
	float:left;
	width:120px;
	padding:1px 5px 0 0;
	text-align:right;
}
.reg div input{
	width:300px;
	border:1px solid #C23700;
	background:#fff;
	height:15px;
	color:#777;
}
.reg button{
	padding:5px;
	background:#c23700;
	color:#fff;
}
.reg textarea{
	width:300px;
	height:48px;
	vertical-align:top;
	border:1px solid #C23700;
	color:#777;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer-text{
	text-align:center;
	font:16px Cuprum,sans-serif;
	color:#C23700;
}
ul.footmenu{
	height:20px;
	width:550px;
	margin:0 0 15px 235px;
	padding:0 0 80px 0;
	text-transform:uppercase;
	line-height:11px;
}
ul.footmenu li{
	position:relative;
	float:left;
	list-style:none;
	background:url(bullet_fm.gif) left center no-repeat;
	padding:0 20px 0 10px;
}
ul.footmenu li.down{
	/* list-style:url(bullet-down.png); */
	background:url(bullet_fm-down.gif) left center no-repeat;
}
ul.footcatmenu{
	position:absolute;
	top:21px;
	left:10px;
	width:450px;
	text-transform:none;
}
ul.footcatmenu li, ul.footcatmenu ul li{
	float:left;
	padding:0 20px 0 0;
	margin:0;
	list-style:none;
	background:none;
	white-space:nowrap;
	line-height:18px;
}
ul.footcatmenu ul li{
	float:none;
	padding:0;
}

ul.footcatmenu a.sel {
	color: #c23700;
	text-decoration: none;
}

.copy{
	/* outline:1px solid red; */
	clear:left;
	padding:10px 0 0 0;
	text-align:right;
}
a.liveinternet{
	display:block;
	float:right;
	width:31px;
	height:31px;
	margin-bottom:28px;
	background:url(liveinternet.png);
}
.webis{
	float:right;
	clear:right;
	padding:16px 0 0 0;
	background:url(webis.png) top right no-repeat;
	text-align:right;
}
/* Gallery */
#panel{position:relative; text-align:center;}
#panel img{width:550px;}
#thumbs{padding-top:50px; overflow:hidden; text-align:center;}
#thumbs img, #largeImage{cursor:pointer;}
#thumbs img{margin-right:10px; padding:10px 5px;}
#thumbs img.active, #thumbs img:hover{
	background: #fff; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5'); /* для IE6-9 */
	background: -webkit-linear-gradient(top, bottom, #fff, #f5f5f5); /* для webkit-браузеров */
	background: -moz-linear-gradient(top,  #fff,  #f5f5f5); /* для firefox 3.6+ */
	background: -o-linear-gradient(top,  #fff,  #f5f5f5); /* для Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff,  #f5f5f5); /* для IE10+ */ 
}

/* PopUpWindow */
#shadow{
	position:fixed;
	z-index:101;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
}
#popup{
	position:fixed;
	z-index:102;
	top:100px;
	left:50%;
	width:500px;
	margin-left:-250px;
	padding:30px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#fff;
}
#popup .close{
	float:right;
	width:20px;
	height:20px;
	margin:-15px -15px 0 0;
	background:url(close.png);
}
#popup h3{
	color:#c23700;
}
#popup form div{
	margin:0 0 10px 0;
}
#popup form label{
	color:#c23700;
}
#popup form input, #popup form select{
	width:310px;
	height:20px;
	border:1px solid #c23700;
	padding:0 0 0 2px;
}
#popup form button{
	padding:5px;
	color:#fff;
	background:#c23700;
}