/* CSS Document */
/*---GLOBAL SETTINGS---
----------------------*/
*{
	margin: 0;
	padding: 0;
	outline: 0;
	}
html, body{
	height:100%;
	}
img{
	border:0;
	}
table{
	border-collapse:collapse;
	}
ul{
	list-style-type:none;
	}
input, textarea, select{
	font:11px Arial, Helvetica, sans-serif;
	color:#353535;
	vertical-align:middle;
	}
a{
	text-decoration:none;
	}
a:hover{
	text-decoration:none;
	}
.disab{
	cursor:text;
	}
.disab:hover{
	text-decoration:none;
	}
/*---H---
--------*/
h1{
	font:normal 3em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}
h1 a{
	color:#357210;
	font-size:0.3em;
	text-decoration:underline;
	}
h1 img{
	border-left:1px solid #d3d3d3;
	padding:0 5px 0 8px;
	background:#fff;
	margin-bottom:-3px;
	}
h1.inx{
	font:normal 4.8em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	white-space: nowrap;
	}
h2{
	font:normal 2.4em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}
/*---COMMON---
-------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix{
	height:1%;
	}
.clear{
	clear:both;
	height: 0;
    overflow: hidden;
	}
body{
	background:#fff;
	font:62.5% Verdana, Arial, Helvetica, sans-serif;
	color:#353535;
	text-align:center;
	}
.main{
	width:992px;
	margin:0 auto;
	text-align:left;
	background:url(/upload/img/headerbg.jpg) no-repeat;
	}
/*---HEADER---
--------------*/
.header{
	height:198px;
	position:relative;
	}
.logo{
	position:absolute;
	top:8px;
	left:0;
	}
.phone{
	position:absolute;
	top:70px;
	right:169px;
	}
.ico{
	position:absolute;
	overflow:hidden;
	top:128px;
	left:71px;
	}
.ico li{
	float:left;
	background:url(/upload/img/icodev.gif) no-repeat;
	margin:0 7px 0 -1px;
	padding:9px 0 0 7px;
	}
.navigation{
	width:913px;
	height:245px;
	margin:0 0 0 32px;
	background:url(/upload/img/navbg.gif) repeat-x;
	}
.navR{
	height:245px;
	background:url(/upload/img/navR.gif) no-repeat right top;
	}
.navL{
	height:245px;
	background:url(/upload/img/navL.jpg) no-repeat;
	}
.nav{
	height:47px;
	line-height:47px;
	padding-left:270px;
	}
.nav a{
	color:#fff;
	margin:0 0 0 30px;
	font-size:1.1em;
	}
.nav a:hover{
	color:#00baff;
	text-decoration:none;
	}
.introL{
	width:250px;
	float:left;
	padding:30px 0 0 0;
	}
.introL p{
	font:2.4em/1em Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	margin-bottom:45px;
	}
.introL p span{
	display:block;
	font-size:0.6em;
	}
.introR{
	width:650px;
	float:left;
	}
.introR img{
	padding:0 62px 0 107px;
	float:left;
	}
.introR p{
	font-size:18px;
	height:220px;
	display:table-cell;
	vertical-align:middle;
	}
.introR p span {
	display:block;
	margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
	}
/*---WRAPPER---
--------------*/
.wrapper{ 
	width:992px;
	float:right;
	margin-left:-330px;
	padding:0 0 50px 0;
	}
.content{
	margin-left:330px;
	width:616px;
	padding:33px 0 0 0;
	font-size:1.1em;
	}
.context p{
	margin-bottom:15px;
	text-indent:10px;
	text-align:justify;
	}
.content ul{
	margin-bottom:15px;
	}
.content li{
	margin-bottom:10px;
	}
/*---SIDEBAR---
--------------*/
.sidebar{
	float:left;
	width:252px;
	margin:0 0 0 32px;
	display:inline;
	padding:40px 0 50px 0;
	}
.menu{
	margin-bottom:40px;
	}
.menu h3{
	font:normal 1.2em Arial, Helvetica, sans-serif;
	cursor: pointer;
	background: url(/upload/img/menu.gif) no-repeat;
	padding:10px 0 10px 60px;
	}
.menu h3 a{
	color:#353535;
	}
.menu h3:hover{
	text-decoration:underline;
	}
.menu h3.active:hover{
	text-decoration:none;
	cursor:text;
	}
.menu p{
	margin:0 0 0 3px;
	display: none;
	}
.menu p a{
	display:block;
	color:#353535;
	font:normal 1.2em Arial, Helvetica, sans-serif;
	border-bottom:1px solid #d7d7d7;
	width:189px;
	padding:10px 0 10px 57px;
	background:url(/upload/img/menubull.gif) no-repeat 42px 50%;
	}
.news{
	margin:0 0 0 35px;
	}
.news h2{
	padding:0 0 0 6px;
	}
.news ul{
	width:204px;
	overflow:hidden;
	}
.news li{
	padding:20px 0 0 9px;
	background:url(/upload/img/newsdev.gif) repeat-x;
	margin:-2px 0 0 0;
	font:1.1em Arial, Helvetica, sans-serif;
	}
.news b{
	display:block;
	margin-bottom:13px;
	}
.news span{
	display:block;
	color:#ff6e00;
	text-align:right;
	padding:10px 25px 15px 0;
	}
.news span  a{
	color:#ff6e00;
	text-decoration:underline;
	font-size:0.9em;
	}
.news span  a:hover{
	text-decoration:none;
	}
/*---FOOTER---
--------------*/
.footer{
	clear:both;
	height:82px;
	padding:0 76px 0 59px;
	font-family:Arial, Helvetica, sans-serif;
	}
.footer_left{
	width:216px;
	text-align:center;
	float:left;
	margin-right:75px;
	}
.footer_left img{
	margin:0 5px;
	}
.footer_left p{
	color:#0066ff;
	padding:12px 0 0 0;
	}
.footer_right{
	width:566px;
	text-align:center;
	float:right;
	}
.foot_menu{
	border-bottom:1px solid #d2d2d2;
	padding:10px 0 7px 0;
	}
.foot_menu a{
	color:#727272;
	padding:0 7px;
	}
.foot_menu a:hover{
	color:#ffc100;
	}
.footer_right p{
	padding:13px 0 0 0;
	color:#404040;
	}
/*---CATALOGUE---
----------------*/
.items{
	width:182px;
	}
.items a:hover{
	text-decoration:underline;
	}
.items td{
	text-align:center;
	border-right:24px solid #fff;
	vertical-align:top;
	}
.items td div{
	width:188px;
	position:relative;
	}
.items img{
	border:3px solid #353535;
	}
.items img:hover{
	border:3px solid #ffc100;
	}
.items .nov, .items .lid{
	position:absolute;
	border:none;
	}
.lid{
	bottom:0;
	left:104px;
	}
.items .nov:hover, .items .lid:hover{
	border:none;
	}
.item_name td{
	font-size:1em;
	font-weight:bold;
	padding:5px 0;
	}
.item_name a{
	color:#000;
	}
.item_descr td{
	font-size:0.8em;
	padding:0 0 5px 0;
	border-bottom:1px solid #dbdbdb;
	color:#292929;
	}
.item_add td{
	padding:5px 0 25px 0;
	line-height:2em;
	text-align:left;
	}
.item_add a{
	float:right;
	font-size:0.8em;
	line-height:20px;
	color:#fff;
	width:115px;
	background:url(/upload/img/add.gif);
	text-align:center;
	}
.item_add span{
	font-size:0.8em;
	color:#e50303;
	}
.item_add span b{
	font-size:1.4em;
	}
/*---CART---
------------*/
.cart{
	font-family:Arial, Helvetica, sans-serif;
	color:#292929;
	width:610px;
	}
.cart .first{
	border:none!important;
	text-align:center;
	background:#fff!important;
	}
.cart th{
	font-weight:normal;
	text-align:left;
	padding:7px 7px 0 7px;
	border-left:1px solid #e5e5e5;
	}
.cart td{
	padding:7px;
	border-left:1px solid #e5e5e5;
	vertical-align:top;
	}
.cart td img{
	border:1px solid #353535;
	}
.gray td{
	background:#f5f5f5;
	}
.cart ul{
	width:93px;
	float:right;
	}
.cart select{
	width:70px;
	border:1px solid #7f9db9;
	margin-top:27px;
	}
.cart input{
	border:0;
	height:25px;
	padding-left:30px;
	cursor:pointer;
	margin-top:5px;
	}
.submit input:hover, .orderbtn:hover{
	position:relative;
	top:1px;
	left:1px;
	}
.price{
	width:10px;
	}
.refrbtn{
	background:url(/upload/img/refrbtn.gif) no-repeat;
	color:#5c5c5c;
	}
.delbtn{
	background:url(/upload/img/delbtn.gif) no-repeat;
	color:#c80000;
	}
.total p{
	font-size:18px;
	padding:40px 0 0 15px!important;
	white-space:nowrap;
	text-indent:0;
	}
.yell{
	color:#ffc100;
	}
.red{
	color:#ff0000;
	}
.small{
	font-size:12px;
	}
.submit{
	border:none!important;
	} 
.submit input{
	width:173px;
	height:41px;
	background:url(/upload/img/submbtn.gif);
	font-size:18px;
	padding:0!important;
	margin:35px 0 0 0;
	border:none!important;
	margin-left:20px;
	}
.order{
	width:325px;
	border-right:1px solid #c3c3c3;
	}
.order label{
	display:block;
	width:115px;
	padding:3px 5px 0 0;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	text-align:right;
	}
.order label span{
	color:#ff0000;
	}
.order input{
	width:186px;
	padding:2px;
	border:1px solid #7f9db9;
	margin-bottom:10px;
	}
.order textarea{
	width:186px;
	height:107px;
	overflow:hidden;
	padding:2px;
	border:1px solid #7f9db9;
	}
.orderbtn{
	width:173px;
	height:41px;
	background:url(/upload/img/submbtn.gif);
	font-size:18px;
	border:0;
	margin:25px 0 0 123px;
	cursor:pointer;
	}
.note{
	width:270px;
	float:right;
	padding:130px 0 0 0;
	//padding:143px 0 0 0;
	}
.note p{
	padding:45px 0 0 0;
	font:12px Arial, Helvetica, sans-serif;
	}
	
a.somelink {
	font-family:Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	text-decoration: underline;
}

a.somelink {
	text-decoration: none;
}
/*---ITEM---
------------*/
.description{
	font-family:Arial, Helvetica, sans-serif;
	}
.description img{
	float:left;
	border:3px solid #353535;
	margin-right:18px;
	}
.description ul{
	overflow:hidden;
	width:404px;
	}
.description li{
	margin-top:-1px;
	border-top:1px solid #e5e5e5;
	padding:15px 0 13px 0;
	}
.description table th{
	padding:5px 10px;
	background:#e2ddce;
	font-weight:normal;
	text-align:center;
	border-bottom:1px solid #fff;
	border-left:3px solid #e2ddce;
	border-right:3px solid #e2ddce;
	}
.description table td{
	padding:5px 15px;
	text-align:center;
	border-left:3px solid #e2ddce;
	border-right:3px solid #e2ddce;
	border-bottom:1px solid #b0b0b0;
	}
.description select{
	width:70px;
	border:1px solid #7f9db9;
	}
.addbtn{
	width:115px;
	height:20px;
	color:#fff;
	font:10px Arial, Helvetica, sans-serif;
	background:url(/upload/img/add.gif);
	border:0;
	margin:40px 0 0 232px;
	}