/* common styles */



* {
	margin:0;
	padding:0;
}
img {
	border:0;
	vertical-align:baseline;
}
html {
	height:100%;
}
a {
	color:#777;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
body {
	width:999px;
	height:100%;
	margin:0 auto;
	background:#fff;
	font-family:'Arial', sans-serif;
	font-size:12px;
	line-height:15px;
	color:#777;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
.invisible {
	display:none;
}
#wrapper {
	float:left;
	position:relative;
	width:100%;
	min-height:100%;
	margin:0 0 -113px;
}
	/* Шапка */
	#header {
		float:left;
		clear:both;
		position:relative;
		width:981px;
		height:152px;
	}
		#logo,
		#phone,
		#userbox,
		#cart,
		#mainmenu,
		#search {
			float:left;
			display:inline;
			position:absolute;
		}
		/* Логотип */
		#logo {
			width:316px;
			height:64px;
			left:15px;
			top:11px;
			background:url('header/logo.png') 0 0 no-repeat #f5f5f5;
		}
		/* Телефон */
		#phone {
			width:142px;
			left:408px;
			top:22px;
			line-height:20px;
		}
			#phone .header {
				font-size:14px;
				color:#3f947f;
			}
			#phone .phone {
				font-size:14px;
			}
			#phone span {
				font-size:20px;
			}
		/* Форма логина */
		#userbox {
			width:170px;
			padding:0 0 0 24px;
			right:187px;
			top:13px;
			background:url('userbox/bg.png') 0 0 no-repeat;
		}
			#userbox label {
				float:left;
				clear:both;
				width:170px;
				margin:1px 0 6px;
			}
			#userbox input.text {
				float:left;
				width:130px;
				height:15px;
				padding:0 5px;
				border:1px solid #b2b2b3;
				font-size:11px;
				color:#a1a1a1;
				line-height:15px;
			}
			#userbox input.button {
				float:right;
				width:24px;
				height:17px;
				background:url('userbox/button.png') 0 0 no-repeat #65af9e;
				font-size:14px;
				color:#fff;
			}
			#userbox p {
				margin:0 0 0 7px;
			}
				#userbox p a {
					margin:0 6px 0 0;
					font-size:11px;
				}
		/* Корзина */
		#cart {
			width:156px;
			padding:0 0 0 24px;
			right:0;
			top:16px;
			background:url('cart/bg.png') 0 0 no-repeat;
		}
			#cart p {
				margin:0 0 5px;
				font-size:11px;
			}
			#cart span {
				font-weight:700;
			}
			#cart a {
				font-size:12px;
			}
		/* Главное меню */
		#mainmenu {
			width:967px;
			height:32px;
			padding:0 0 0 14px;
			left:0;
			top:88px;
			background:url('mainmenu/bg.png') 0 0 repeat-x #737373;
			border-bottom:2px solid #3f947f;
		}
		#mainmenu ul li {
			float:left;
			display:inline;
			list-style:none;
		}
			#mainmenu ul li a {
				float:left;
				display:inline;
				width:auto;
				padding:10px 10px 11px 10px;
				font-size:11px;
				line-height:11px;
				color:#fff;
				text-decoration:none;
				background:none;
			}
			#mainmenu ul li a:hover,
			#mainmenu ul li a.current {
				background:#3f947f;
			}
		/* Поиск */
		#search {
			width:981px;
			height:30px;
			left:0;
			top:122px;
			background:url('search/bg.png') 0 0 repeat-x #f2f4f3;
		}
			#search label {
				float:left;
				display:inline;
				margin:7px 0 0 27px;
				font-size:12px;
				font-weight:700;
				color:#888;
			}
			#search .string {
				float:left;
				display:inline;
				width:169px;
				height:21px;
				margin:4px 14px 0 11px;
				padding:0 5px;
				background:url('search/string.png') 0 0 no-repeat #f7f7f7;
				border:1px solid #b2b2b2;
				color:#777;
				font-size:11px;
				line-height:21px;
			}
			#search .options {
				float:left;
				display:inline;
				position:relative;
				width:157px;
				height:23px;
				margin:4px 11px 0 2px;
			}
			.select {
				float:left;
				display:inline;
				position:absolute;
				width:152px;
				height:20px;
				padding:3px 0 0 5px;
				overflow:hidden;
				background:url('search/select.png') 0 0 no-repeat;
				font-family:'Arial', sans-serif;
				font-size:11px;
				color:#777;
			}
			#search select {
				width:157px;
				background:#f9f9f9;
				font-family:'Arial', sans-serif;
				font-size:11px;
				color:#777;
			}
			#search input.button {
				float:left;
				display:inline;
				width:61px;
				height:23px;
				margin:3px 0 0 0;
				background:url('search/button.png') 0 0 no-repeat #5ca997;
				font-size:11px;
				color:#fff;
			}
	/* Колонка слева */
	#sidebar {
		float:left;
		display:inline;
		width:195px;
		overflow:hidden;
		margin:16px 0 20px 1px;
	}
		#sidebar .header {
			float:left;
			width:167px;
			height:23px;
			padding:8px 10px 0 18px;
			background:url('sidebar/header.png') 0 0 repeat-x #62ad9c;
			font-size:14px;
			text-transform:uppercase;
			color:#fff;
		}
		#sidebar .item {
			float:left;
			display:inline;
			width:193px;
			margin:0 0 16px 0;
			border:1px solid #f0f0f0;
			border-top:none;
		}
			/* Каталог товаров */
			#prods ul {
				float:left;
				display:inline;
				width:193px;
				margin:0;
				padding:4px 0 4px 0;
			}
				#prods ul li ul {
					float:left;
					display:none;
					width:193px;
					margin:2px 0 2px 0;
					padding:2px 0 2px 0;
					background:#f8f8f8;
				}
				#prods ul li.current ul {
					display:inline;
				}
				#prods ul li {
					float:left;
					clear:both;
					width:193px;
					list-style:none;
				}
					#prods ul li a {
						float:left;
						clear:both;
						width:163px;
						margin:4px 0 4px 0;
						padding:0 10px 0 20px;
						background:url('sidebar/prods.png') 9px 5px no-repeat;
						font-size:11px;
						color:#777;
						font-weight:100;
						text-decoration:none;
					}
						#prods ul li.current ul li a {
							float:left;
							clear:both;
							width:158px;
							margin:3px 0 3px 0;
							padding:0 5px 0 30px;
							background:url('sidebar/prods.png') 19px -190px no-repeat;
							font-size:11px;
							color:#777;
							font-weight:100;
							text-decoration:none;
						}
					#prods ul li a:hover,
					#prods ul li.current ul li a:hover {
						color:#3f947f;
					}
					#prods ul li.current a,
					#prods ul li.current ul li.current a {
						background:none;
						color:#3f947f;
						font-weight:700;
					}
			/* Новые товары */
			#newprods ul {
				float:left;
				display:inline;
				width:181px;
				margin:0 0 0 6px;
				font-size:11px;
			}
				#newprods ul li {
					float:left;
					clear:both;
					width:181px;
					margin:12px 0 0 0;
					padding:0 0 10px 0;
					background:url('sidebar/newprods.png') 0 100% no-repeat;
					list-style:none;
				}
				#newprods ul li.last {
					height:1px;
					overflow:hidden;
					margin:-1px 0 0 0;
					padding:0;
					background:#fff;
				}
					#newprods .img {
						float:left;
						width:71px;
						text-align:center;
					}
					#newprods .text {
						float:right;
						width:102px;
					}
					#newprods .price {
						float:left;
						width:auto;
						margin:8px 0 0 0;
						color:#3f947f;
						font-weight:700;
					}
					#newprods .link {
						float:right;
						width:auto;
						margin:8px 0 0 0;
					}
			/* Новости */
			#news ul {
				float:left;
				display:inline;
				width:171px;
				margin:0 0 0 13px;
				font-size:11px;
				line-height:13px;
			}
				#news ul li {
					float:left;
					clear:both;
					width:171px;
					margin:10px 0 0 0;
					padding:0 0 10px 0;
					background:url('sidebar/newprods.png') 50% 100% no-repeat;
					list-style:none;
				}
				#news ul li.last {
					height:1px;
					overflow:hidden;
					margin:-1px 0 0 0;
					padding:0;
					background:#fff;
				}
					#news .link {
						float:left;
						clear:both;
						width:171px;
					}
						#news .link a {
							font-weight:700;
						}
					#news .text {
						float:left;
						clear:both;
						width:171px;
					}
				#news .allnews a {
					float:left;
					display:inline;
					width:92px;
					height:20px;
					margin:-17px 0 0 13px;
					padding:2px 0 0 13px;
					background:url('sidebar/news.png') 0 0 no-repeat #61ad9b;
					font-size:11px;
					font-weight:700;
					text-decoration:none;
					color:#fff;
				}
	/* Колонка под контент */
	.content {
		float:right;
		display:inline;
		width:787px;
		overflow:hidden;
		margin:16px 0 20px 1px;
	}
		/* Крошки */
		#path {
			float:left;
			clear:both;
			width:770px;
			margin:10px 0 8px 0;
		}
			#path a {
				float:left;
				display:inline;
				width:auto;
			}
			#path span {
				float:left;
				display:inline;
				width:auto;
				margin:0 10px 0 0;
				padding:0 20px 0 0;
				background:url('path/arrow.png') 100% 6px no-repeat;
			}
			#path a.current {
				margin:0;
				padding:0;
				background:none;
				text-decoration:none;
			}
		/* Заголовок */
		.content .header1 {
			float:left;
			clear:both;
			width:770px;
			margin:0 0 14px 0;
			line-height:18px;
			font-size:18px;
			color:#3f947f;
		}
		/* Список новостей */
		#newslist {
			float:left;
			clear:both;
			width:750px;
			margin:0 0 6px 0;
		}
			#newslist .item {
				float:left;
				clear:both;
				width:750px;
				margin:0 0 24px 0;
			}
				#newslist .link {
					float:left;
					width:650px;
				}
					#newslist .link a {
						font-weight:700;
					}
				#newslist .date {
					float:right;
					width:100px;
					text-align:right;
					color:#3f947f;
				}
				#newslist .img {
					float:left;
					width:120px;
					margin:15px 10px 0 5px;
					text-align:center;
				}
					#newslist .img img {
						border:1px solid #ececec;
					}
				#newslist .text {
					padding:15px 0 0 0;
				}
		/* Список производителей */
		#prodlist {
			float:left;
			clear:both;
			width:770px;
			height:28px;
			overflow:hidden;
			margin:0 0 8px 0;
			background:url('prodlist/bg.png') 0 0 no-repeat #f4f4f4;
		}
			#prodlist li {
				float:left;
				display:inline;
				list-style:none;
			}
				#prodlist li a {
					float:left;
					display:inline;
					width:auto;
					height:25px;
					padding:3px 12px 0 12px;
					font-size:12px;
					color:#424242;
				}
				#prodlist li a.current,
				#prodlist li a:hover {
					background:url('prodlist/bg.png') 50% -28px no-repeat #868686;
					text-decoration:none;
					color:#fff;
				}
		/*Баннер*/
		#banner {
			float:left;
			clear:both;
			position:relative;
			width:769px;
			height:309px;
			margin:0 0 14px 0;
			overflow:hidden;
		}
			#banner .banner {
				float:left;
				position:absolute;
				width:769px;
				height:309px;
			}
			.paginationstyle {
				float:left;
				position:absolute;
				width:auto;
				right:16px;
				bottom:10px;
			}
			.paginationstyle a {
				float:left;
				display:inline;
				width:29px;
				height:23px;
				margin:0 2px;
				padding:6px 0 0 0;
				background:url('banner/bg.png') 0 0 no-repeat;
				text-align:center;
				font-size:14px;
				font-weight:700;
				text-decoration:none;
				color:#f3f9fc;
			}
			.paginationstyle a:hover, .paginationstyle a.selected {
				background:url('banner/bg.png') 0 -29px no-repeat;
			}
		/* Баннеры */
		#banners {
			float:left;
			clear:both;
			width:787px;
			margin:0 0 16px 0;
		}
			#banners img {
				float:left;
				display:inline;
				margin:0 18px 0 0;
			}
		/* Товар */
		#prod {
			float:left;
			clear:both;
			width:769px;
			margin:0 0 10px 0;
		}
			#prod .img {
				float:left;
				clear:both;
				position:relative;
				width:177px;
				height:237px;
				margin:0 0 15px 0;
				background-position:50% 50%;
				background-repeat:no-repeat;
				border:1px solid #ececec;
			}
			#prod .img:hover {
				border:1px solid #c1c1c1;
			}
				#prod .img a {
					float:left;
					clear:both;
					position:absolute;
					z-index:100;
					width:177px;
					height:237px;
					cursor:pointer;
				}
				#prod .img .new,
				#prod .img .special {
					float:left;
					position:absolute;
					width:76px;
					height:76px;
					right:0;
					top:0;
				}
				#prod .img .new {
					background:url('catalog/labels.png') 0 0 no-repeat;
				}
				#prod .img .special {
					background:url('catalog/labels.png') -424px 0 no-repeat;
				}
			#prod .text {
				float:right;
				width:565px;
			}
				#prod .price {
					float:left;
					display:inline;
					width:auto;
					margin:0 0 0 7px;
				}
					#prod .price strong {
						float:left;
						clear:both;
					}
					#prod .price span {
						float:left;
						clear:both;
						margin:5px 0 0 0;
						font-size:21px;
						line-height:21px;
						color:#4fa08c;
					}
				#prod .buy {
					float:left;
					display:inline;
					width:auto;
					margin:0 0 0 15px;
				}
					#prod .buy strong {
						float:left;
						clear:both;
					}
					#prod .buy input {
						float:left;
						clear:left;
						width:59px;
						height:20px;
						margin:5px 0 0 0;
						background:url('prod/bg.png') 0 0 no-repeat #f4f4f4;
						border:1px solid #b2b2b3;
						font-size:12px;
						line-height:20px;
						color:#777777;
					}
					#prod .buy a {
						float:left;
						display:inline;
						width:54px;
						height:19px;
						margin:5px 0 0 12px;
						padding:3px 0 0 37px;
						background:url('prod/bg.png') 0 -20px no-repeat #62ad9c;
						text-decoration:none;
						color:#fff;
					}
				#prod .desc {
					float:left;
					clear:both;
					margin:10px 0 0 0;
				}
					#prod .desc ul,
					#prod .desc ol,
					#prod .desc p,
					#prod .desc table {
						margin:0 0 15px 0;
					}
					#prod .desc ul li {
						margin:0 0 5px 7px;
						padding:0 0 0 14px;
						list-style:none;
						background:url('prod/arrow.png') 0 5px no-repeat;
					}
					#prod .desc table {
						background:url('prod/table.png') 0 100% repeat-x;
						border-collapse:collapse;
						border:none;
						font-size:12px;
					}
						#prod .desc table th {
							padding:6px 10px 7px 10px;
							font-weight:700;
							text-align:left;
						}
						#prod .desc table td {
							padding:6px 10px 5px 10px;
							background:url('prod/table.png') 0 0 repeat-x;
							text-align:left;
						}
						#prod .desc table tr.color td {
							background:url('prod/table.png') 0 0 repeat-x #f2f2f2;
						}
		/* Каталог */
		.catalog {
			float:left;
			clear:both;
			width:788px;
			margin:0 0 10px 0;
		}
			.catalog .item {
				float:left;
				display:inline;
				width:179px;
				margin:0 18px 26px 0;
			}
				.catalog .item .img {
					float:left;
					clear:both;
					position:relative;
					width:177px;
					height:237px;
					background-position:50% 50%;
					background-repeat:no-repeat;
					border:1px solid #ececec;
				}
				.catalog .item .img a {
					float:left;
					clear:both;
					position:absolute;
					z-index:100;
					width:177px;
					height:237px;
					cursor:pointer;
				}
				.catalog .item .img:hover {
					border:1px solid #c1c1c1;
				}
					.catalog .item .img .new,
					.catalog .item .img .special {
						float:left;
						position:absolute;
						width:76px;
						height:76px;
						right:0;
						top:0;
					}
					.catalog .item .img .new {
						background:url('catalog/labels.png') 0 0 no-repeat;
					}
					.catalog .item .img .special {
						background:url('catalog/labels.png') -424px 0 no-repeat;
					}
				.catalog .item .text {
					float:left;
					display:inline;
					clear:both;
					width:175px;
					height:45px;
					overflow:hidden;
					margin:5px 0 0 1px;
				}
				.catalog .item .link {
					float:left;
					display:inline;
					clear:both;
					width:175px;
					height:22px;
					margin:5px 0 0 1px;
					background:url('catalog/bg.png') 0 0 no-repeat #62ad9c;
				}
				.catalog .item .link2 {
					float:left;
					display:inline;
					clear:both;
					width:175px;
					height:22px;
					margin:5px 0 0 1px;
					background:url('catalog/bg2.png') 0 0 no-repeat #62ad9c;
				}
				    .catalog .item .link2 span {
						float:left;
						width:175px;
						margin:3px 0 0 0;
						text-align:center;
						font-size:11px;
						color:#fff;
					}
					.catalog .item .link span {
						float:left;
						width:88px;
						margin:3px 0 0 0;
						text-align:center;
						font-size:11px;
						color:#fff;
					}
					.catalog .item .link a {
						float:right;
						width:54px;
						height:19px;
						padding:2px 0 0 33px;
						font-size:11px;
						color:#fff;
						text-decoration:none;
					}
		/* Контент */
		#Content {
			width:769px;
		}
		
		#Content h1, #Content h2 {
			float:left;
			clear:both;
			width:770px;
			margin:0 0 14px 0;
			line-height:18px;
			font-size:18px;
			color:#3f947f;
		}
		
		#Content p {
			margin:0 0 15px 0;
		}
		/* Постраничная навигация */
		.pagenav {
			float:left;
			clear:both;
			display:inline;
			position:relative;
			width:100%;
			height:37px;
			overflow:hidden;
			text-align:center;
		}
			.pagenav .outer {
				float:left;
				position:relative;
				left:50%;
			}
			.pagenav ul {
				float:left;
				clear:both;
				display:inline;
				position:relative;
				height:37px;
				left:-50%;
			}
				.pagenav ul li {
					float:left;
					display:inline;
					list-style:none;
				}
					.pagenav ul li a {
						float:left;
						display:inline;
						width:auto;
						margin:0 3px;
						padding:2px 6px 4px 6px;
						font-family:'Tahoma', serif;
						font-size:13px;
						color:#444;
					}
					.pagenav ul li a.current,
					.pagenav ul li a:hover {
						background:#3f947f;
						color:#fff;
						text-decoration:none;
					}
					.pagenav ul li a.prev,
					.pagenav ul li a.next {
						width:96px;
						height:20px;
						padding:3px 0 0 0;
						background:url('pagenav/bg.png') 0 0 no-repeat;
						text-align:center;
						text-decoration:none;
					}
					.pagenav ul li a.prev:hover,
					.pagenav ul li a.next:hover {
						color:#3f947f;
					}
					.pagenav ul li a.none {
						background:url('pagenav/bg.png') 0 -23px no-repeat;
						cursor:default;
					}
					.pagenav ul li a.none:hover {
						color:#444;
					}
					.pagenav ul li a.prev {
						margin:0 22px 0 0;
					}
					.pagenav ul li a.next {
						margin:0 0 0 22px;
					}
	/* Дополнительная навигация */
	#subnav {
		float:left;
		display:inline;
		clear:both;
		width:980px;
		margin:0 0 0 1px;
		background:url('subnav/bg.png') 0 0 repeat-x #f9f9f9;
	}
		#subnav ul {
			float:left;
			display:inline;
			width:223px;
			margin:8px 0 15px 22px;
		}
		#subnav ul li ul {
			clear:both;
			width:200px;
			margin:20px 0 0 1px;
		}
			#subnav ul li {
				float:left;
				list-style:none;
				font-size:16px;
				color:#fff;
			}
			#subnav ul li ul li {
				font-size:11px;
				color:#777;
			}
			#subnav ul li ul li.last {
				float:left;
				clear:both;
				width:194px;
				height:1px;
				overflow:hidden;
				margin:-1px 0 0 0;
				background:#f9f9f9;
			}
				#subnav ul li ul li a {
					float:left;
					clear:both;
					width:194px;
					padding:0 0 4px 0;
					background:url('subnav/arrows.png') 0 22px repeat-x;
					font-size:11px;
					text-decoration:none;
					cursor:pointer;
				}
				#subnav ul li ul li a span {
					float:left;
					clear:both;
					width:181px;
					padding:4px 0 0 13px;
					background:url('subnav/arrows.png') 0 -36px no-repeat;
				}
				#subnav ul li ul li a:hover {
					color:#3f947f;
				}
	#empty {
		float:left;
		clear:both;
		width:auto;
		height:124px;
	}
/* Футер */
#footer {
	float:left;
	clear:both;
	display:inline;
	position:relative;
	width:980px;
	height:113px;
	margin:0 0 0 1px;
	background:url('footer/bg.png') 0 0 repeat-x #f8f8f8;
}
	#copyright,
	#counters,
	#developer {
		float:left;
		display:inline;
		position:absolute;
	}
	/* Копирайт */
	#copyright {
		width:474px;
		left:9px;
		top:13px;
		font-size:11px;
	}
	/* Счетчики */
	#counters {
		width:200px;
		left:524px;
		top:20px;
	}
		#counters img {
			float:left;
			display:inline;
			margin:0 12px 0 0;
		}
	/* Разработчик */
	#developer {
		width:124px;
		height:36px;
		padding:26px 80px 0 0;
		right:7px;
		top:11px;
		background:url('footer/un-real.png') 100% 0 no-repeat;
		font-size:16px;
		font-weight:700;
		text-decoration:none;
		color:#777;
	}
		#developer span {
			font-size:11px;
			font-weight:normal;
		}
		
		


.content ul,
.content ol {
margin:0 0 15px 35px;
}
.content p {
 padding:5px 0 5px 0;
}
.content .header1 h1 {
	font-weight: normal;
	font-size: 21px;
}
