/* CSS Document */
/*---GLOBAL SETTINGS---
----------------------*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}
a{
	text-decoration:underline;
	color:#3d3d3d;
	}
a:hover{
	text-decoration:none;
	}
/*---COMMON---
-------------*/
.after:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
body{
	background:#f4f4f4;
	font:12px arial;
	color:#3d3d3d;
	text-align:center;
	}
.main{
	width:992px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	}
/*---H---
--------*/
h1{
	font:normal 24px arial;
	color:#626262;
	}
h1 span{
	font-size:12px;
	color:#ff7800;
	}
h2{
	font:normal 24px arial narrow;
	color:#000;
	background:url(/upload/img/basket.gif) no-repeat  138px 23px;
	padding:26px 0 8px 0;
	}
h3{
	font:normal 72px arial;
	color:#3d3d3d;
	padding:20px 0 0 0;
	}
h4{
	font:normal 30px arial;
	color:#4e4e4e;
	text-align:center;
	}
h5{
	font:normal 30px verdana;
	color:#fff;
	padding:0 0 5px 22px;
	}
h6{
	font:normal 18px verdana;
	color:#4e4e4e;
	padding:4px 0 10px 29px;
	}

/*---LEFT---
-----------*/
.left{
	width:303px;
	float:left;
	background:url(/upload/img/leftrepbg.jpg) 0 303px;
	}
.left_top{
	background:url(/upload/img/lefttopbg.jpg) no-repeat;
	}
.left_corn{
	background:url(/upload/img/leftcorn.gif) no-repeat bottom right;
	padding:160px 0 30px 0;
	}
.accordion{
	width:302px;
	margin-left:1px;
	}
.accordion h3 {
	background: url(/upload/img/h6bg.png);
	padding: 7px 15px 7px 28px;
	cursor: pointer;
	font:normal 12px verdana;
	color:#000;
	margin-bottom:12px;
	width:259px;
}
.accordion h3 img{
	margin-right:6px;
	vertical-align:middle;
	}
.accordion h3.active {
	background: url(/upload/img/h6actbg.png);
	margin-bottom:0;
	}
.active {
	background: url(/upload/img/h6actbg.png);
	width:259px;
	filter: expression(
		(runtimeStyle.filter == '') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\\"')[1]+', sizingMethod=scale)' : runtimeStyle.filter,
		runtimeStyle.backgroundImage = 'none');
}
.accordion p {
	background: url(/upload/img/pbg.gif) repeat-y;
	padding:0 0 0 16px;
	margin:0 0 15px 54px;
}
.accordion a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:1px 0;
	}
.accordion a:hover{
	color:#ffd800;
	}
.accordion div{
	font-size:11px;
	color:#fff;
	padding:5px 0 0 27px;
	}
/*---RIGHT---
------------*/
.right{
	width:689px;
	float:right;
	}
/*---HEADER---
--------------*/
.header{
	width:878px;
	height:124px;
	background:url(/upload/img/headerbg.jpg) no-repeat bottom left;
	margin:0 0 0 -189px;
	position:relative;
	}
.logo{
	width:678px;
	height:124px;
	float:left;
	}
.logo img{
	margin:27px 0 0 49px;
	}
.phone{
	margin:0 0 0 678px;
	background:url(/upload/img/phone.gif) no-repeat 0 50px;
	padding:42px 0 0 38px;
	}
/*---CONTENT---
---------------*/
.content{
	background:url(/upload/img/rightbg.gif) repeat-y;
	}
.basket{
	width:190px;
	float:right;
	}
.basket p{
	font-size:11px;
	color:#484848;
	margin-bottom:7px;
	}
.basket strong{
	color:#00aeff;
	}
.searcher{
	padding:32px 0 15px 29px;
	//padding:32px 0 14px 29px;
	}
.searcher label{
	font:11px verdana;
	color:#222;
	}
#searchfield{
	width:162px;
	border:1px solid #7f9db9;
	font:11px arial;
	color:#090909;
	padding:2px 1px;
	margin:0 5px;
	}
.searcher select{
	border:1px solid #7f9db9;
	font:11px arial;
	color:#090909;
	width:116px;
	}
#searchbtn{
	font:11px arial;
	color:#090909;
	background:url(/upload/img/searchbtn.gif);
	width:90px;
	height:25px; 
	margin-left:3px;
	cursor:pointer;
	}
.navigation{
	height:35px;
	}
.navigation a{
	display:block;
	float:left;
	height:23px;
	background:#dddcdc url(/upload/img/navcorn.gif) no-repeat top right;
	padding:12px 20px 0 20px;
	text-decoration:none;
	}
.navigation a:hover{
	text-decoration:underline;
	}
.navigation .navlast{
	background:#dddcdc url(/upload/img/navi.gif) no-repeat top right;
	}
.navigation .navlastact{
     background:#ffd600 url(/upload/img/naviactlast.gif) no-repeat top right;
     }
.navigation .navact{
	background:#dddcdc url(/upload/img/naviact.gif) no-repeat top right;
	}
.navigation .act{
	background:#ffd600 url(/upload/img/navact.gif) no-repeat top right;
	cursor:text;
	}	
.navigation .act:hover{
	text-decoration:none;
	}	
.about{
	background:url(/upload/img/aboutdev.gif) repeat-x;
	width:656px;
	padding:16px 0 38px 0;
	}
.about img{
	float:left;
	margin:20px 49px 0 36px;
	}
.spec{
	width:661px;
	background:#ffd600 url(/upload/img/specbg.gif) repeat-y;
	padding:13px 0 24px 28px;
	margin-bottom:17px;
	}
.spectitle{
	margin:0 0 6px 221px;
	}
.specitem{
	float:left;
	margin-right:7px;
	}
.specitem p{
	font-size:11px;
	color:#4e4e4e;
	margin-left:18px;
	}
.specitem strong{
	color:#ff7200;
	}		
.specitem a{
	font-size:11px;
	color:#313131;
	text-decoration:none;
	display:block;
	background:url(/upload/img/orderbtn.gif) no-repeat;
	margin:2px 0 0 14px;
	text-align:center;
	width:90px;
	vertical-align:middle;
	line-height:25px;
	}	
.specitem a:hover{
	text-decoration:underline;
	}
.proizv{
	width:641px;
	margin:0 auto 28px auto;
	text-align:center;
	}
.proizv_gallery{
	border-bottom:1px solid #2e2e30;
	border-top:1px solid #2e2e30;
	margin:5px 0 73px 0;
	}
.proizv .arrow_left, .proizv .arrow_right{
	background:#4e4e4e;
	display:block;
	height:24px;
	font-size:0px;
	margin:12px 0 0 0;
	}
.arrow_left{
	float:left;
	}
.arrow_right{
	float:right;
	}
.arrow_left:hover, .arrow_right:hover{
	background:#ffe400;
	}
.proizv img{
	vertical-align:middle;
	}
.proizv a{
	margin:0 2px;
	}
.banners{
	width:641px;
	margin:0 auto 10px auto;
	text-align:right;
	}
.items{
	width:661px;
	padding:13px 0 24px 28px;
	}
.about p{
	padding:0 0 0 29px;
	}
.lider{
	width:251px;
	float:right;
	margin-left:15px;
	}
.lider_top{
	font:bold 14px arial;
	text-align:center;
	padding:5px 0;
	color:#fff;
	background:#ffd600 url(/upload/img/lidertop.gif) no-repeat;
	}
.lider_mid{
	text-align:center;
	background:url(/upload/img/lidermid.gif) repeat-y;
	}
.lider_bot{
	padding:15px 0 15px 0;
	background:#ffeb82 url(/upload/img/liderbot.gif) no-repeat left bottom;
	}
.lider_bot p{
	font-size:11px;
	color:#4e4e4e;
	margin-left:55px;
	}
.lider_bot strong{
	color:#ff7200;
	}		
.lider_bot a{
	font-size:11px;
	color:#313131;
	text-decoration:none;
	display:block;
	background:url(/upload/img/orderbtn.gif) no-repeat;
	margin:2px 0 0 85px;
	text-align:center;
	width:90px;
	vertical-align:middle;
	line-height:25px;
	}	
.lider_bot a:hover{
	text-decoration:underline;
	}
.it td{
	vertical-align:top;
	border-left:15px solid #fff;
	}
.item{
	float:left;
	margin-right:7px;
	}
.item p{
	font-size:11px;
	color:#4e4e4e;
	margin:0!important;
	}
.item strong{
	color:#ff7200;
	}		
.item a{
	font-size:11px;
	color:#313131;
	text-decoration:none;
	display:block;
	background:url(/upload/img/searchbtn.gif) no-repeat;
	margin:2px 0 0 14px;
	text-align:center;
	width:90px;
	vertical-align:middle;
	line-height:25px;
	}	
.item a:hover{
	text-decoration:underline;
	}
.item div{
	width:101px;
	height:81px;
	background:url(/upload/img/itemdiv.gif);
	font-size:11px;
	padding:20px 10px;
	}
.cart{
	margin-top:-40px;
	}
table{
	width:687px;
	border-collapse:collapse;
	margin:0 0 15px 1px;
	font-size:11px;
	}
th{
	background:#ffd600;
	border-bottom:2px solid #fff;
	padding:3px 0 2px 0;
	}
td{
	background:#9f9873;
	border-bottom:2px solid #fff;
	padding:3px 0 2px 0;
	}
.number{
	width:65px;
	text-align:center;
	color:fff;
	border-left:1 px solid #fff;
	}
.price{
	width:85px;
	text-align:center;
	}
.kolvo{
	width:70px;
	text-align:center;
	}
.kolvo input{
	width:53px;
	border:1px solid #7f9db9;
	font-size:11px;
	color:#515151;
	padding:2px 5px;
	}
.change{
	width:463px;
	float:left;
	margin-left:25px;
	}
.buttons{
	width:100%;
	margin-bottom:40px;
	}
.pay{
	color:#050505;
	font-size:14px;
	}
.pay span{
	color:#00aeff;
	padding-left:10px;
	}
.pay input{
	margin-top:4px;
	}
.order{
	margin:0 0 10px 1px;
	}
.order b{
	display:block;
	background:#ffd600;
	padding:4px 0 4px 12px;
	color:#2c2c2c;
	}
.order select{
	margin:10px 0 20px 12px;
	width:196px;
	border:1px solid #7f9db9;
	font-size:11px;
	color:#000;
	}
.adress{
	width:507px;
	padding:2px;
	border:1px solid #7f9db9;
	font-size:11px;
	margin:10px 0 20px 12px;
	color:#000;
	}
label{
	padding:0 0 0 12px;
	}
.fio{
	width:193px;
	padding:2px;
	border:1px solid #7f9db9;
	font-size:11px;
	margin:10px 0 3px 3px;
	color:#000;
	}
.order div {
	float:right;
	margin:10px 255px 0pt 0pt;
}
.deliv p{
	padding:0 0 3px 12px;
	}
.done{
	height:79px;
	background:#9f9873;
	margin:15px 0 30px 0;
	}
.done input{
	margin:36px 0 0 489px;
	}
	
	