html,body,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,
p,blockquote,address {
   margin:0;
   padding:0;
}
.wrap:after{
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
body{
	min-width: 1001px;
	background: #fff;
	font:12px Tahoma, Arial, Helvetica, sans-serif;
}
a{
	color: #208572;
}
a img{
	border: none;
}
.rt{
	float: right;
}
.lt{
	float: left;
}
.cntr{
	text-align: center;
}
ul{
	list-style: none;
}
.content ul{
	list-style: disc;
	margin: 0 0 20px 20px;
}
.content ul ul{
	list-style: circle;
}
/*- - - - - page - - - - -*/
.page{
	background:url(../img/bricks/body.jpg) no-repeat 100% 0;
	width:900px;
	padding:0 45px 0 35px;
	margin:0 auto;
	position:relative;
}
	.wrap{
		padding:266px 0 30px;
		min-height:300px;
	}
		.clear{
			clear: both;
		}

.content, .aside, .extra{
	overflow: hidden;
}

/*- - - - - columns: center, right - - - -*/
.subwrap{
	float: right;
	width: 100%;
}
	.content{
		float: left;
		width: 100%;
	}
		/*- - - - - column: center - - - - -*/
		.content .lining{
			padding: 0 0 0 300px;
		}
			.content .lining .column{
				overflow: hidden;
				width: 100%;
				padding: 0 1px;
				margin: 0 -1px;
			}
.content p{
	margin: 0 0 1em;
}
.bc{
	font-weight:bold;
	color:#3b3c3b;
	margin:0 0 10px;
}
.bc a{
	color:#3b3c3b;
}
h1{
	font-size:18px;
	color:#c73045;
	margin:0 0 .5em;
}

.content h2{
	font-size:15px;
	color:#333;
	margin:1.5em 0 .5em;
}

ul.catalog{
	margin:0;
	list-style:none;
	width:650px;
	margin:0 -100px 0 0;
}
	ul.catalog li{
		width:120px;
		margin:0 35px 45px 0;
		text-align:center;
	}
	.catalog p{
		margin:0 0 3px;
	}
		.catalog .name{
			color:#243431;
			height:37px;
			padding:0 5px 3px;
			background:#f6ceb3;
			display:table-cell;
			width:110px;
			vertical-align:middle;
			font-size:10px;
			font-weight:bold;
		}
		.catalog .alt .name{
			background:#f7e4d7;
		}
			.catalog .name span{
				vertical-align:middle;
			}
			.catalog .name a{
				color:#243431;
				text-decoration:none;
			}
			.catalog .name a:hover{
				text-decoration:underline;
			}
		.catalog .price{
			padding:5px;
			font-weight:bold;
			color:#208572;
		}
		.catalog .buy img{
			vertical-align:middle;
			padding:0 4px 0 0;
			background:#fff;
		}
			.catalog .buy a{
				color:#ce59ab;
			}
.pages{
	overflow:hidden;
	float:right;
}
.pages span{
	float:left;
	padding:3px 0 0;
}
.pages ul{
	float:left;
	margin:0;
	list-style:none;
}
.pages ul li{
	float:left;
}
.pages ul li a,
.pages ul li span{
	padding:3px 5px;
	float:left;
	color:#000;
	text-decoration:none;
}
.pages ul li span{
	background:#d15667;
	color:#fff;
}
/*- - - - - column: left - - - - -*/
.extra{
	float: left;
	width: 270px;
	margin-right: -270px;
}
.av{
	text-align:center;
	padding:20px 0;
}
h3.new{
	font-size:13px;
	color:#c9394d;
	width:243px;
	padding:10px;
	background:#f2f6f1 url(../img/bricks/news.png) no-repeat -263px 0;
	margin:0 0 -10px;
	position:relative;
}

.news{
	padding:0 10px 10px;
	margin:0 0 8px;
	width:243px;
	background:#f2f6f1 url(../img/bricks/news.png) no-repeat 0 100%;
	font-size:11px;
}
	.news .date{
		padding:10px 10px 7px;
		margin:0 -10px;
		font-size:10px;
		width:243px;
		color:#c9394d;
		background:#f2f6f1 url(../img/bricks/news.png) no-repeat -263px 0;
		color:#c9394d;
	}
	.news h4{
		font-size:11px;
		margin:0 0 3px;
	}
	.news .more{
		color:#cc4457;
		text-align:right;
	}
		.news .more img{
			padding:0 5px;
		}
.nav{
	width:266px;
}
.nav li{
	padding:0 0 10px;
	position:relative;
}
.nav li a{
	background:#9bd4c9 url(../img/bricks/nav.png) no-repeat -266px 100%;
	display:block;
	color:#262727;
	text-decoration:none;
}
.nav li a span{
	background:url(../img/bricks/nav.png) no-repeat 0 0;
	display:block;
	padding:2px 10px 4px;
	cursor:pointer;
}
.nav li a:hover{
	background-color:#b2eee2;
}
.nav li span{
	background:#208572 url(../img/bricks/nav.png) no-repeat -266px 100%;
	display:block;
	color:#262727;
}
.nav li span span{
	background:url(../img/bricks/nav.png) no-repeat 0 0;
	padding:2px 10px 4px;
	color:#fff;
}
.nav ul{
	padding:10px 20px 0;
}
.nav ul li{
	padding:0 0 8px;
}
.nav ul li a{
	background:none;
	text-decoration:underline;
}
.nav ul li a:hover{
	color:#cc4256;
	background:none;
}
/*- - - - - header - - - - -*/
.header{
	height:256px;
	position:absolute;
	top:0;
	width:900px;
}
#flash{
	position:absolute;
	top:16px;
	left:0;
}
.header h4{
	background:#db5b6d;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	position:absolute;
	top:24px;
	left:139px;
	padding:0 5px 1px;
}
.search{
	float:right;
	padding:60px 145px 0 0;
}
	.search .text{
		vertical-align:top;
		margin:5px 10px 0 0;
		width:155px;
		border:1px solid #208572;
	}
	.search h3{
		color:#fff;
		font-size:10px;
		text-transform:uppercase;
	}
.main{
	font-size:11px;
	padding:54px 0 0 139px;
	height:116px;
}
.main li{
	float:left;
	width:98px;
	padding:3px 8px 3px 18px;
	background:url(../img/bricks/arrow1.gif) no-repeat 10px 55%;
}
.main li a{
	color:#0b5748;
}

.spec{
	clear:both;
	margin:0 280px 0 290px;
	color:#1b6d5e;
	font-size:11px;
}
.spec a{
	color:#1b6d5e;
}
.spec h3{
	font-size:13px;
	margin:0 0 5px;
}
.spec p{
	margin:0 0 5px;
}
.spec p.details{
	color:#cc4457;
}
.spec p.details a{
	color:#cc4457;
}
h2.action{
	font-size:18px;
	width:180px;
	position:absolute;
	top:174px;
	left:32px;
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
	text-align:center;
	line-height:1;
}
h2.action big{
	font-size:40px;
}
.basket{
	width:265px;
	height:79px;
	background:url(../img/bricks/basket.png) no-repeat 0 0;
	position:absolute;
	top:147px;
	right:0;
	background-color:#208572;
}
.basket h3{
	width:120px;
	text-align:center;
	color:#fff;
	font-size:11px;
	padding:18px 0 0 15px;
	line-height:1.5;
}
.basket h3 a{
	color:#fff;
	font-size:18px;
}
.basket .num{
	position:absolute;
	top:18px;
	right:25px;
	color:#a0e5d8;
	font-size:10px;
	font-weight:bold;
}
.basket .num p{
	margin:0 0 10px;
}
.serv{
	position:absolute;
	top:69px;
	right:69px;
	z-index:10;
}
.serv li{
	margin:0 0 5px;
}
.serv li a{
	color:#fff;
	font-size:11px;
}
.serv img{
	vertical-align:bottom;
}
/*- - - - - footer - - - - -*/
.footer{
	height:144px;
	background:url(../img/bricks/footer.gif) repeat-x 0 0;
	color:#0d5245;
}
ul.info{
	font-size:11px;
	padding:18px 0 0 18px;
	height:78px;
}
	ul.info li{
		width:290px;
		float:left;
	}
.dev{
	font-size:10px;
	padding:5px 0 0 18px;
	float:left;
	width:78px;
	width:290px;
}
.dev a{
	color:#0d5245;
}
.catalog li{
	display: -moz-inline-stack;
	display: inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
}

.podr{
margin:30px 0 15px 0;
}
.podr .pic{
padding-right:20px;}

.podr .pic img{
border:#208572 solid 3px;}

.podr td{
vertical-align:top;
}


.cart{
width:80%;
border-collapse:collapse;
background:#f3fbf1;
margin:0 0 15px 0;
}

.cart td{
text-align:center;
border:#86d4c4 solid 1px;
padding:5px;}


.cart td:first-child{
text-align:left;}

.cart .head{
text-align:center !important;
background:#e8f2e6;
font-weight:bold;}

.cart input{
width:40px;
text-align:center;
}

.cart a h4{
text-decoration:underline;}





.personal{
border-collapse:collapse;
background:#f3fbf1;
margin:0 0 15px 0;
}

.personal td{
border:#86d4c4 solid 1px;
padding:5px;}


.personal td:first-child{
width:160px;
}

.personal ul{
margin:0;
list-style:none;}

.personal input, .personal textarea{
font-size:11px;}

.personal textarea{
width:98%;
height:60px;}

.personal .head{
text-align:center !important;
background:#e8f2e6;
font-weight:bold;}










.otzyv{
border:#86d4c4 solid 1px;
background:#f3fbf1;
margin:20px 0;
padding:10px;
}
.otzyv input, .otzyv textarea{
font-size:11px;}

.otzyv textarea{
width:98%;
height:80px;
margin:0 0 10px 0;
}


/* С этим товаром покупают */

.goodplus{
background:#E0EBF6;
padding:8px;
width:275px;
margin:30px 0 0 0;}

.goodplus img{
float:left;
margin:0 10px 15px 0;
}

.goodplus a{
font-weight:bold;}

.goodplus h4{
margin:0 0 20px 0;
padding:0 0 6px 0;
border-bottom:#fff solid 2px;}

.vote{
margin:20px 10px 30px 10px;
font-size:11px;}

.vote h2{
font-size:14px;
margin:0 0 10px;
}

.vote table td{
padding:0 0 10px;}

