/*
— RESET
— STRUCTURE
—— MAIN
— TYPE
— CONTENT
— USEFUL
*/

/* RESET 18.03.2011 */
* {margin: 0; padding: 0;}
img {border: none;}
ul {list-style: none;}
a, [type='submit'] {cursor: pointer;}
/*a:focus, input[type='image']:focus, input[type='submit']:focus {outline: 1px dotted #ccc;}*/
button::-moz-focus-inner, input[type='submit']::-moz-focus-inner {border: 0;}
input, textarea, select, button {vertical-align: middle;}
input[type="text"], input[type="password"], input[type="file"], textarea, select,button {background: #fff;}
input[type="checkbox"], input[type="radio"] {margin: 0 5px 0 0;}

/* STRUCTURE */
html {
	background: #f2f8fb url(../images/header.png) 0 0 repeat-x;
	height: 100%;
}
body {
	height: 100%;
	min-width: 1000px;
}
#container {
	min-height: 100%;
	overflow: hidden;
}
#header {
	width: 1000px;
	height: 175px;
	margin: 0 auto 18px;
	position: relative;
}
	#logo {
		position: absolute;
		top: 18px;
		left: 5px;
		padding: 5px;
	}
	#header .phone {
		position: absolute;
		top: 35px;
		left: 320px;
		width: 145px;
		padding: 0 0 0 35px;
		background: url(../images/phone.png) 0 5px no-repeat;
	}
	#header .contacts {
		position: absolute;
		top: 35px;
		left: 555px;
		width: 155px;
		padding: 0 0 0 35px;
		background: url(../images/address.png) 0 5px no-repeat;
		color: #39c;
	}
		#header .contacts p:first-child {
			color: #000;
			margin: 0 0 5px;
		}
		#header .contacts a, #header .contacts a:hover { text-decoration: none; }
		#header .contacts a span { text-decoration: underline; }
	#cart-cont {
		position: absolute;
		top: 20px;
		right: 10px;
		width: 155px;
		padding: 1px 0 8px 40px;
		background: url(../images/cart.png) 0 0 no-repeat;
	}
		#cart a { margin: 0 4px 0 0; }
		#cart .empty { margin: 0 4px 0 0; }

	#menu-top {
		clear: both;
		padding: 133px 5px 0;
		overflow: hidden;
	}
			#menu-top li {
				float: left;
				padding: 0 0 0 18px;
				margin: 0 44px 0 0;
			}
				#menu-top li:first-child * {border: none;}
				#menu-top a, #menu-top span {
					display: -moz-inline-box;
					display: inline-block;
					color: #fff;
					font-size: 16px;
					text-decoration: none;
					padding: 8px 36px 8px 0;
					position: relative;
					left: 18px;
				}
				#menu-top li.active, #menu-top li.active:hover { background: url(../images/menu-top.png) 0 100% no-repeat; }
					#menu-top li.active span, #menu-top li.active a, #menu-top li.active:hover span, #menu-top li.active:hover a { background: url(../images/menu-top.png) 100% 100% no-repeat; }
				#menu-top li:hover { background: url(../images/menu-top.png) 0 0 no-repeat; }
					#menu-top li:hover a, #menu-top li:hover span { background: url(../images/menu-top.png) 100% 0 no-repeat; }

/* Форма авторизации 3.11.2010 */
#auth-wrap {
	position: absolute;
	top: 68px;
	right: 0;
	width: 225px;
}
	#auth-wrap .kabtnet {
		position: relative;
		top: 3px;
		left: 38px;
		display: -moz-inline-box;
		display: inline-block;
		width: 179px;
		height: 31px;
		line-height: 29px;
		background: url(../images/kabtnet.png) 0 0 no-repeat;
		text-decoration: none;
		color: #fff;
		font-size: 12px;
		text-align: center;
	}
	#authorization {
		position: absolute;
		top: -28px;
		right: 17px;
		width: 225px;
		-moz-border-radius: 14px;
		-webkit-border-radius: 14px;
		-khtml-border-radius: 14px;
		border-radius: 14px;
		behavior: url(/js/PIE.htc);
		position: relative;
		line-height: 14px;
		z-index: 100;
		padding: 0 0 8px;
	}
		#authorization .title {
			color: #07314a;
			font-size: 14px;
			line-height: 1;
			font-weight: bold;
			background: #adcfe1 url(../images/auth-head.png) 0 0 repeat-x;
			padding: 10px 18px;
			border-bottom: 1px solid #3095c7;
			position: relative;
			display: block;
			-moz-border-radius: 14px 14px 0 0;
			-webkit-border-radius: 14px 14px 0 0;
			-khtml-border-radius: 14px 14px 0 0;
			border-radius: 14px 14px 0 0;
			behavior: url(/js/PIE.htc);
		}
			#authorization .title img {
				position: absolute;
				top: 7px;
				right: 10px;
				cursor: pointer;
			}
		#authorization div {
			margin: 0 0 7px;
			padding: 0 18px;
		}
		#authorization .error {
			background: #f6d9d9;
			padding: 8px 18px;
			text-align: center;
			color: #333;
			margin: 0;
		}
		#authorization .reg {
			background: #d9edf6;
			padding: 8px 18px;
			text-align: center;
			color: #333;
		}
			#authorization .reg p { margin: 0 0 7px; }
			#authorization label {
				display: inline-block;
				width: 60px;
				vertical-align: middle;
			}
			#authorization input.textinput {
				width: 117px;
				padding: 2px 3px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				border-radius: 5px;
				behavior: url(/js/PIE.htc);
				position: relative;
				border: 1px solid #a4b5be;
			}
			#authorization .submit { margin: 0 7px 0 0; }
			#authorization .link {
				float: right;
				line-height: 22px;
			}
			#authorization .mess {
				padding: 8px 18px;
				margin: 0;
			}
				#authorization .remind-block label {
					width: auto;
					margin: .375em;
				}
				.remind-block .textinput {
					width: 183px;
				}
#authorization #logged_block {
	padding: 8px 18px;
	margin: 0;
}
	#authorization #logged_block p { margin: 0 0 .375em; }

#c2 {
	width: 1000px;
	margin: 0 auto;
	clear: both;
}
	.content {
		float: left;
		width: 740px;
		min-height: 300px;
		position: relative;
	}
	.products.index .content { width: 480px; }
	.sidebar {
		float: left;
		width: 240px;
		margin: 0 20px 0 0;
	}
	.sidebar.to {
		float: right;
		margin: 34px 0 0;
	}

.widget {
	margin: 0 0 3em;
	position: relative;
}
	.widget h5, #menu-left h5 {
		font-size: 14px;
		font-weight: 400;
	}
	.widget.phone strong, .widget.time strong {
		font-size: 18px;
		line-height: 1.2;
		font-weight: 400;
		display: block;
		margin: 0 0 7px;
	}
	.widget.phone ul { font-size: 14px; }
		.widget.phone ul li { margin: 0 0 9px; }
			.widget.phone small { font-size: 11px; }

#menu-left {
	margin: 0 0 45px;
	background: #fff;
	padding: 0 0 21px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/js/PIE.htc);
	position: relative;
}
	#menu-left h5 {
		margin: 0 0 14px;
		background: #d3e9f5 url(../images/menu-left-head.png) 0 0 repeat-x;
		border-bottom: 1px solid #7fc2e3;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-khtml-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		behavior: url(/js/PIE.htc);
		position: relative;
	}
		#menu-left h5 a {
			color: #069;
			font-size: 18px;
			line-height: 1;
			display: block;
			background: url(../images/marker-big.png) 200px 16px no-repeat;
			padding: 13px 5px 13px 25px;
		}
	.depth-1 { margin: 0 10px 0 0; }
	.depth-1 > li { margin: 3px 0 3px 18px; }
		.depth-1 > li > a, .depth-1 > li > span {
			display: inline-block;
			padding: 3px 11px 3px 8px;
			color: #39c;
			font-size: 14px;
			font-weight: normal;
		}
		.depth-1 > li > span, .depth-1 > .active > a , .depth-1 > .active > a:hover, .depth-1 > li > a:focus {
			color: #fff;
			background: #256787;
			-moz-border-radius: 9px;
			-webkit-border-radius: 9px;
			-khtml-border-radius: 9px;
			border-radius: 9px;
			behavior: url(/js/PIE.htc);
			position: relative;
			outline: none;
		}
		.depth-1 a:hover { color: #c92309; }
		.depth-2 {margin: 9px 0 9px 20px;}
			.depth-2 li { margin: 6px 0; }
				.depth-2 a, .depth-2 span {
					display: inline-block;
					color: #3283ab;
					font-weight: normal;
					padding: 1px 11px 1px 8px;
				}
				.depth-2 .active > a, .depth-2 span, .depth-2 a:focus {
					color: #fff;
					background: #256787;
					-moz-border-radius: 9px;
					-webkit-border-radius: 9px;
					-khtml-border-radius: 9px;
					border-radius: 9px;
					behavior: url(/js/PIE.htc);
					position: relative;
					outline: none;
				}
				.depth-3 {padding: 3px 0 3px 20px;}
					.depth-3 li {margin: 0;}
.sidebar .brands,
.content .brands {
	margin: 0 0 45px;
	background: #fff;
	padding: 0 0 21px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/js/PIE.htc);
	position: relative;
}
	.sidebar .brands h5,
	.content .brands h5 {
		margin: 0 0 14px;
		background: #d3e9f5 url(../images/menu-left-head.png) 0 0 repeat-x;
		border-bottom: 1px solid #7fc2e3;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-khtml-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		behavior: url(/js/PIE.htc);
		position: relative;
	}
		.sidebar .brands h5 span {
			color: #069;
			font-size: 18px;
			line-height: 1;
			display: block;
			background: url(../images/marker-big.png) 200px 16px no-repeat;
			padding: 13px 5px 13px 25px;
		}
	.sidebar .brands ul { margin: 0 10px 0 0; }
		.sidebar .brands li {
			margin: 3px 0 3px 18px;
			padding: 0;
			background: none;
		}
			.sidebar .brands a, .sidebar .brands span {
				display: inline-block;
				padding: 3px 11px 3px 8px;
				color: #39c;
				font-size: 14px;
				font-weight: normal;
			}
			.sidebar .brands a:hover,
			.content .brands a:hover { color: #c92309; }
			.sidebar .brands li span, .sidebar .brands a:focus,
			.content .brands li span, .content .brands li a:focus {
				color: #fff;
				background: #256787;
				-moz-border-radius: 9px;
				-webkit-border-radius: 9px;
				-khtml-border-radius: 9px;
				border-radius: 9px;
				behavior: url(/js/PIE.htc);
				position: relative;
				outline: none;
			}


	.content .brands {
		position: absolute;
/*		top: 92px;*/
		top: 1px;
		right: 0;
		z-index: 5;
		padding: 0;
		margin: 0;
/*		border: 1px solid #84BCD9;*/
		border: none;
		border-left: 1px solid #FFFFFF;
/*		overflow: hidden;*/
	}
	.content .brands ul { margin: 10px 10px 10px 0; }
	.content .brands li {
		margin: 3px 0 3px 10px;
		padding: 0;
		background: none;
	}
	.content .brands .title {
		text-align: right;
		height: 43px;
		background: url("../images/menu-left-head.png") repeat-x scroll 0 0 transparent;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-khtml-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		behavior: url(/js/PIE.htc);
	}
		.content .brands .title a {
			text-decoration: none;
			font-size: 18px;
			line-height: 27px;
			padding: 8px 11px;
		}
		.content .brands .title a:hover {
			text-decoration: none;
		}
			.content .brands .title span {
				border-bottom: 1px dashed #3399CC;
			}
			.content .brands .title a:hover span {
				border-bottom: 1px dashed #c92309;
			}
		.content .brands li span {
			padding: 3px 11px 3px 8px;
			font-size: 14px;
			display: inline-block;
		}
		.content .brands a {
			display: inline-block;
			padding: 3px 11px;
			color: #39c;
			font-size: 14px;
			font-weight: normal;
		}

.content .search, .content .subscribe {margin: 0 0 1.5em;}
.sidebar .search, .sidebar .subscribe {margin: 0 0 11px;}
	.search input[type='text'], .subscribe input[type='text'] {
		width: 180px;
		border: 1px solid #cbd2d5;
		color: #ccc;
		padding: 3px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		behavior: url(/js/PIE.htc);
		position: relative;
	}
	.search input[type='image'] {padding: 4px;}
/* rss 27.05.2011 */
#rss_channels {
	position: absolute;
	top: 0;
	left: 40px;
	padding: 5px 10px;
	background: rgba(255, 255, 255, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7FFFFFFF', endColorstr='#7FFFFFFF');
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/js/PIE.htc);
}
	#rss_channels li {
		padding: 0;
		margin: 0;
		background: none;
	}

#hole {
    clear: both;
    height: 91px;
}
#footer {
	width: 1000px;
	margin: -35px auto 0;
	padding: 15px 0 5px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	color: #666;
}
	#copyright {
		float: right;
		width: 145px;
		margin: 0 10px 0 0;
	}
	#alien {
		float: left;
		width: 488px;
		margin: 0 45px 0 0;
	}
	#footer .map {
		float: left;
		width: 204px;
		margin: 0 85px 0 0;
	}
    #couter {
		float: left;
		margin: 9px 0 0;
    }
		#footer, #footer a {
			font-size: 11px;
			line-height: 16px;
		}
#block {
	padding: 15px 20px 5px;
	margin: 0 0 1.5em;
}
.shade {
	border: 1px solid #dae6ec;
	background: #fff;
	-moz-box-shadow: 0 0 4px #dbe7ed;
	-webkit-box-shadow: 0 0 4px #dbe7ed;
	box-shadow: 0 0 4px #dbe7ed;
	behavior: url(/js/PIE.htc);
	position: relative;
}
/* Баннеры 18.03.2011 */
.banner-top, .banner-side, .banner-bottom {display: block; clear: both;}
.banner-bottom {padding-top: 3em;}
	.content .banner-top img, .banner-side img, .content .banner-bottom img, .content .banner-top object, .banner-side object, .content .banner-bottom object {display: block; margin: 0 auto 1.5em;}
	.content .banner-bottom img, .content .banner-bottom object {margin-bottom: 0;}
/* MAIN */
.block {
	margin: 0 0 1.5em;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	behavior: url(/js/PIE.htc);
	position: relative;
}
	.block h2 {
		color: #069;
		font-size: 18px;
		line-height: 1.2;
		font-weight: 400;
		background: #f7fdff url(../images/h-dec.png) 0 0 repeat-x;
		border: 1px solid #dce6ed;
		border-bottom: 1px solid #89bfda;
		padding: 7px 22px;
		margin: 0 0 18px;
		-moz-border-radius: 7px 7px 0 0;
		-webkit-border-radius: 7px 7px 0 0;
		-khtml-border-radius: 7px 7px 0 0;
		border-radius: 7px 7px 0 0;
		behavior: url(/js/PIE.htc);
		position: relative;
	}
		.block h2 img {
			margin: 0 0 0 10px;
			vertical-align: middle;
		}
	#news .title {
		overflow: hidden;
		display: block;
	}
	#stock ul {
		padding: 0 15px 15px;
		overflow: hidden;
	}
		#stock li {
			width: 230px;
			float: left;
			margin: 0 0 0 9px;
		}
		#stock li:first-child { margin: 0; }
			#stock li a {
				display: block;
				line-height: 175px;
				-moz-border-radius: 9px;
				-webkit-border-radius: 9px;
				-khtml-border-radius: 9px;
				border-radius: 9px;
				behavior: url(/js/PIE.htc);
				position: relative;
				text-align: center;
			}
				#stock li a img {
					vertical-align: middle;
					margin: 0;
				}
.main #offers-week { margin: 0 0 6px; }
	.main #offers-week h2 {
		color: #069;
		font-size: 18px;
		line-height: 1.2;
		font-weight: 400;
		background: #f7fdff url(../images/h-dec.png) 0 0 repeat-x;
		border: 1px solid #dce6ed;
		border-bottom: 1px solid #89bfda;
		padding: 2px 22px 2px 12px;
		margin: 0 0 9px;
		-moz-border-radius: 7px 7px 0 0;
		-webkit-border-radius: 7px 7px 0 0;
		-khtml-border-radius: 7px 7px 0 0;
		border-radius: 7px 7px 0 0;
		behavior: url(/js/PIE.htc);
		position: relative;
	}
		.main #offers-week h2 img {
			margin: 0 0 0 10px;
			vertical-align: middle;
		}
		.main #offers-week h2 img:first-child { margin: 0 5px 0 0; }
	.main #offers-week ul {
		overflow: hidden;
		width: 757px;
	}
		.main #offers-week ul li {
			float: left;
			width: 183px;
			height: 210px;
			padding: 15px 25px 5px;
			margin: 0 17px 12px 0;
			background: #fff;
		}
			.main #offers-week ul li .pic {
				display: block;
				line-height: 110px;
				text-align: center;
				margin: 0 0 9px;
			}
				.main #offers-week ul li .pic img {
					vertical-align: middle;
					margin: 0;
                    max-width: 183px;
				}
			.main #offers-week ul li .title {
				font-size: 11px;
				height: 62px;
			}
			.main #offers-week ul li .price {
				display: block;
				color: #c92309;
				font-size: 18px;
			}

/* products */
.products #offers-week {
	margin: 0 0 45px;
	background: #fff;
	padding: 0 0 21px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/js/PIE.htc);
	position: relative;
}
	.products #offers-week h5 {
		margin: 0 0 14px;
		background: #d3e9f5 url(../images/menu-left-head.png) 0 0 repeat-x;
		border-bottom: 1px solid #7fc2e3;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-khtml-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		behavior: url(/js/PIE.htc);
		position: relative;
	}
		.products #offers-week h5 span {
			color: #069;
			font-size: 18px;
			line-height: 1;
			display: block;
			background: url(../images/marker-big.png) 215px 16px no-repeat;
			padding: 13px 5px 13px 25px;
		}
	.products #offers-week ul { padding: 0 10px; }
		.products #offers-week ul li {
			padding: 25px 0 0;
			margin: 15px 0 0;
			border-top: 1px solid #e0e0e0;
			overflow: hidden;
		}
		.products #offers-week ul li:first-child {
			border-top: none;
			padding-top: 0;
			margin: 0;
		}
			.products #offers-week ul li .pic {
				display: block;
				float: left;
				width: 95px;
				margin: 0 10px 0 0;
			}
				.products #offers-week ul li .pic img {
					display: block;
					margin: 0 auto;
				}
			.products #offers-week ul li .title { font-size: 11px; }
			.products #offers-week ul li .price {
				display: block;
				color: #c92309;
				font-size: 14px;
				font-weight: bold;
				margin: 9px 0 0;
			}
/* end products */

#news ul, #recomend ul {
	padding: 0 10px 7px 25px;
	overflow: hidden;
}
	#news ul li, #recomend ul li {
		float: left;
		width: 220px;
		margin: 0 0 18px 21px;
	}
	#news ul li:first-child, #recomend ul li:first-child, #news .new-line + li, #recomend .new-line + li { margin-left: 0; }
		#news ul li .pic, #recomend ul li .pic {
			float: left;
			width: 55px;
			margin: 0 15px 0 0;
		}
		#recomend ul li .pic { width: 75px; }
			#news ul li .pic img, #recomend ul li .pic img {
				display: block;
				margin: 0 auto;
			}
	#news ul li .date, #recomend ul li .date {
		color: #888;
		font-size: 10px;
		line-height: 14px;
		display: block;
		margin: 0 0 4px;
	}
#news .new-line, #recomend .new-line {
	margin: 0;
	clear: both;
}

/* TYPE */
body, input, textarea, select, button {
	color: #000;
	font: 12px/18px Arial, sans-serif;
}
/* Ссылки 22.06.2011 */
a, .content a.no-visited:visited, .section a.no-visited:visited, .highlight { color: #2b91c3; }
.content a:visited, .section a:visited { color: #0072bc; }
a:hover, .content a.no-visited:hover, .section a.no-visited:hover, .content a:hover, .section a:hover { color: #c92309; text-decoration: underline; }
/* Заголовки 3.10.2010 */
.content h1 {
	margin: 0 0 12px;
	background: #f7fdff url(../images/h1.png) 0 0 repeat-x;
	padding: 11px 20px;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-khtml-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	behavior: url(/js/PIE.htc);
	position: relative;
	border-bottom: 1px solid #84bcd9;
}
	h1, h1 a {
		color: #069;
		font-size: 18px;
		line-height: 1.2;
	}
.item h1 {
/*	margin: 0 0 10px;
	background: none;
	padding: 0 10px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;*/
}
	.item h1, .item h1 a {
/*		color: #000;
		font-size: 18px;
		line-height: 1.1;*/
	}
h2 { margin: 0 0 9px; }
	h2, h2 a {
		color: #000;
		font-size: 18px;
		line-height: 1.2;
		font-weight: 400;
	}
h3, h4, h5, h6 {
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 9px;
}
h4 { font-weight: 400; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
h3 a, h4 a, h5 a, h6 a {color: inherit; font-size: inherit; line-height: inherit;}
.text-full, .content p {margin: 0 0 1.5em;}
blockquote {
	margin: 1.5em 0;
	padding: .75em 25px;
	border: solid #dddcdc;
	border-width: 1px 0;
}
	.content blockquote p {margin: 0 0 .375em;}
acronym, abbr {cursor: help;}
label {cursor: pointer; vertical-align: middle;}
address {font-style: normal;}
.highlight {font-weight: bold; text-shadow: 1px 1px 0 #fff;}
.attention {font-size: 14px; font-weight: bold; margin: 0 0 18px; text-shadow: 1px 1px 0 #fff;}
hr {
	border: none;
	height: 1px;
	background: #e9e9e9;
	margin: 1.5em 0;
}

/* CONTENT */
/* Кнопки 4.04.2011 */
.submit, .button, .cart_but {
	padding: 0 8px;
	height: 22px;
	border: 1px solid #0d87c3;
	background: #48acdf url(../images/submit.png) 0 0 repeat-x;
	white-space: nowrap;
}
.submit, a.submit, a.submit:hover, .button, a.button, a.button:hover, .cart_but {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	vertical-align: middle;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/js/PIE.htc);
	position: relative;
}
.submit:hover, .cart_but:hover {background-position: 0 100%;}
a.submit, a.submit:hover, a.button, a.button:hover {
	display: -moz-inline-box;
	display: inline-block;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}
.button {
	background: #c7d2d6 url(../images/button.png) 0 0 repeat-x;
	border: 1px solid #b1babe;
}
.button, a.button, a.button:hover {color: #0e577b !important;}
/*.button:hover {background: #d9d8d8;}*/
/* Текстовые поля 4.04.2011 */
input[type='text'], input[type='password'] {
	padding: 3px;
	border: 1px solid #a4b5be;
}
.small {width: 34%;}
.average {width: 68%;}
.big {width: 100%;}

/* Списки 3.10.2010 */
.content ul {
	margin: 0 0 0 35px;
	overflow: hidden;
}
	.content ul li {
		padding: 0 0 0 13px;
		background: url(../images/marker.gif) 1px 8px no-repeat;
	}
	.content ol li {margin: 0 0 0 56px;}
ul.erase { margin: 0; overflow: visible; }
    ul.erase li { padding: 0; background: none; }
    ol.erase li {margin: 0;}
.content .sub, .content .cats, .content .ncats, .content dl,
.content .files, .content .faq, #sitemap ul,
.content .videos, .content .audios {margin: 0 0 1.5em;}
.content .sub ul, #sitemap ul ul {margin: .75em 18px;}
	.content .faq li {margin-bottom: 1.5em;}
		.faq .question {margin: 0 0 .275em;}
			.faq .answer {
				margin: 0 0 0 15px;
				padding: 0 0 0 10px;
				font-style: italic;
				border-left: 3px solid #e5e5e5;
			}
	.content .videos li, .content .audios li {
		padding: 0 0 1.5em;
		background: none;
	}
	/* Список разделов каталога 28.02.2011*/
/*
	.content table.cat {
		border-collapse: collapse;
		margin: 0 0 .75em;
	}
	.content table.cat {width: 100%;}
		.content table.cat td {
			vertical-align: top;
			padding: 0 15px .75em;
		}
		.content table.cat td:first-child {padding-left: 0;}
			.content table.cat img {
				vertical-align: middle;
				margin: 0 10px 0 0;
				padding: 2px;
				background: #e2e2e4;
				border: 1px solid #fff;
			}
			.content table.cat span {
				display: -moz-inline-box;
				display: inline-block;
				vertical-align: middle;
			}
*/
	/* Персонал 27.05.2011 */
/*
	dl.staff {margin: 0 0 1.5em;}
		dl.staff dt {
			margin: 0 0 .375em;
			font-style: italic;
		}
		dl.staff dd {margin: 0 0 .75em;}
*/
/* Картинки 3.10.2010 */
.content img {margin: 0 20px .375em 10px;}
#yandex_map {margin: 0 0 1.5em;}
.spinner {
	vertical-align: middle !important;
	margin: 0 5px !important;
	padding: 0 !important;
}
img.erase {margin: 0;}
.navigator {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 17px;
}
/*.item .navigator { margin: 0 0 27px; }*/
	.navigator span {
		margin: 0 5px;
		font-size: larger;
	}
	.navigator a, .navigator a:visited, .navigator a:hover { white-space: nowrap; }
/* Pager 14.07.2011 */
.pager {
	margin: 1.5em 0;
	font-weight: bold;
}
	.pager a {
		display: inline-block;
		padding: 4px 7px 3px;
		vertical-align: middle;
		text-decoration: none;
	}
	.pager span, .pager a:focus {
		color: #fff;
		background: #3c92bb;
		padding: 2px 7px;
		display: inline-block;
		vertical-align: middle;
		outline: none;
	}
	.pager > * { margin: 0 8px; }
	.pager > *:first-child { margin-left: 0; }
	.pager > *:last-child { margin-right: 0; }
.tabl {
	border-collapse: collapse;
	border: 1px solid #aae0fb;
	margin: 0 0 1.5em;
	background: #fff;
}
	.tabl th {
		color: #034a67;
		text-align: left;
		padding: 15px 25px;
		border: solid #aae0fb;
		border-width: 0 1px;
		background: #d9edf6;
	}
	.tabl td {
		color: #51626f;
		font-size: 11px;
		padding: 10px 25px;
		border: solid #aae0fb;
		border-width: 0 1px;
	}
	.tabl .even td, .tabl tr:not([class]):hover td {background: #f4f9fb;}
#content .cart img { margin: 0; }
.cart th {
	padding: 15px 10px;
	border: 1px solid #d4cece;
	color: #454343;
	text-align: left;
}
.cart td {
	padding: 10px;
	border: 1px solid #d4cece;
}
#configurator .cats { margin: 0; }
#configurator .cats {}

table.w100 {width: 100%;}
div.scroll {overflow: auto; margin: 0 0 1.5em;}
	div.scroll > table {margin: 0;}
/* Галлерея 19.03.2011 */
.gallery {
	border-collapse: collapse;
	margin: 0 0 1.5em;
}
	.gallery td {
		padding: 0 0 .75em 20px;
		vertical-align: top;
		text-align: center;
	}
	.gallery td:first-child {padding-left: 0;}
		.gallery a {text-decoration: none;}
			.content .gallery img {
				display: block;
				border: 3px solid #DFE5E6;
				margin: 0 auto .75em;
			}
/* Forms 14.07.2011 */
.forms {
	margin: 0 0 1.5em;
	width: 470px;
	padding: 10px 30px 20px 20px;
	border: 1px solid #d9edf6;
	background: #fafeff;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
	border-radius: 14px;
	behavior: url(/js/PIE.htc);
	position: relative;
}
	.forms table { border-collapse: collapse; }
		.forms td, .forms th {
			vertical-align: middle;
			padding: 0 0 .55em;
		}
			.forms input[type="text"], .forms input[type="password"], .forms textarea, .forms select {
				width: 249px;
				padding: 5px 2px;
				border: 1px solid #a4b5be;
				background: #fff;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				border-radius: 5px;
				behavior: url(/js/PIE.htc);
				position: relative;
			}
			.forms textarea {
				width: 464px;
				height: 110px;
				margin-top: .275em;
				line-height: 1.5;
			}
			.forms select {
				margin-top: .275em;
				width: 255px;
			}
			.forms .captcha {
				width: 470px;
				padding: 0;
				margin: 0 0 .75em;
			}
				.forms .captcha td {padding: 0;}
				.forms .captcha .captcha_td_title {width: 240px;}
					.forms .captcha input {
						width: 128px;
						float: right;
					}
					.content .forms .captcha img {
						cursor: pointer;
						margin: 0;
					}
					.forms .captcha a {text-decoration: underline; font-size: small;}
					.forms .captcha a:hover {text-decoration: none;}
			.forms .submit, .forms .submit:hover {
				padding: 0 40px;
				height: 28px;
			}
	.forms .error_message .error {
		width: 420px;
		padding: 5px 5px 5px 95px;
		margin: 0 0 1.5em -20px;
		background: #d9edf6 url(../images/error.png) 35px 16px no-repeat;
		font-size: 11px;
	}
		.forms .error_message .error > strong { font-size: 13px; }
		.content .forms .error_message > ul {margin: 7px 0 0;}
			.content .forms .error_message li {background: none; padding: 0;}
		.forms table .error, .forms .error a {color: #f30;}
		.forms .error input, .forms .error textarea {border: 1px solid #f30;}
.filtr {
	width: 380px;
	padding: 15px 20px;
}
	/*.filtr table { width: 100%; }*/
	.filtr table { width: auto; }
.filtr-toggle {
	font-size: 14px;
	border-bottom: 1px dotted;
}
.filtr-toggle:hover { text-decoration: none !important; }
.variant > .error { margin: 0 0 .75em; }

ul.list {
	margin: 0 0 3em;
	line-height: 16px;
	overflow: visible;
	clear: both;
}
	ul.list li {
		margin: 0 0 .75em;
		background: #fff;
		padding: 10px 20px;
		overflow: hidden;
	}
	ul.list .pic {
		float: left;
		width: 140px;
		margin: 0 20px 0 0;
	}
		ul.list .pic .dec {display: block;}
			.content ul.list .pic img {
/*				display: block;*/
				display: none;
				margin: 0 auto;
			}
	ul.list .desc {
		overflow: hidden;
		float: left;
		width: 458px;
	}
		.list .title { font-weight: bold; }
		.list .availability { margin: 9px 0 0 0; }
		.list .text {
			margin: 9px 0 18px;
			font-size: 11px;
		}
		.date {
			font-size: 11px;
			font-weight: bold;
			white-space: nowrap;
			display: block;
			margin: 3px 0;
		}
		div.date {margin: 0 0 .75em;}
		.price {
			color: #c92309;
			font-size: 24px;
			line-height: 1;
			font-weight: bold;
			line-height: 30px;
			margin-right: 13px;
		}
		.ltd_price {
			color: #c92309;
			margin-right: 13px;
		}
		.ltd_price span {
			display: inline-block;
		}

			.old_price {
				color: #b0b1b3;
				text-decoration: line-through;
			}
			.sale {
				color: #d88497;
				margin: 0 5px;
			}
		.price-block {
			float: right;
			text-align: right;
			width: 240px;
		}
		.price-block .ltd_price {
			text-align: left;
			float: left;
		}
		.cart_form { float: right; }
			.cart_form .count {width: 76px;}
			.cart_form .cart_but {
				padding: 0 25px;
				height: 28px;
				font-size: 16px;
				-moz-border-radius: 14px;
				-webkit-border-radius: 14px;
				-khtml-border-radius: 14px;
				border-radius: 14px;
				behavior: url(/js/PIE.htc);
				position: relative;
			}
		.more {
			white-space: nowrap;
			padding: 5px;
			margin: -5px 0 0 -5px;
			font-weight: bold;
		}

/* Объект оформленный 29.03.2011 */
	#item > div:first-child {
		padding: 30px 25px 25px 20px;
		margin: 0 0 1.5em;
		overflow: hidden;
	}
		#item div.pic {
			float: left;
			width: 180px;
			margin: 0 35px 0 0;
			text-align: center;
		}
			#item div.pic .dec {
				display: block;
				margin: 0 0 .75em;
			}
				#item div.pic img {display: block; margin: 0 auto;}
			#item .gallery {margin: 1.5em 0 0;}
				#item .gallery td {padding: 0 5px 5px 0;}
					#item .gallery img {
						display: block;
						margin: 0 auto;
						border: none;
						border: 1px solid #cecece;
					}
			#item .desc {
				overflow: hidden;
				margin: 21px 0 0;
			}
				#item .desc .text-full {
					width: 320px;
					float: left;
					margin: 0 0 2.25em;
				}
				#item .desc .availability {
					font-weight: bold;
                    color: red;
                    font-size: 14px;
				}
				#item .desc .wrap-price {
					float: right;
					width: 125px;
				}
					#item .desc .cart_form {
						margin: 1.5em 0 0;
						text-align: center;
					}
						#item .desc .cart_form .count {
							width: 27px;
							padding: 1px 3px;
						}
						#item .desc .cart_form label {
							float: left;
							margin: 0 6px 1.5em 0;
							vertical-align: middle;
						}
				#item .desc .wrap-raram {
					clear: left;
					width: 320px;
					background: #f2f8fb;
					padding: 16px 12px 32px;
				}
					#item .desc .wrap-raram > strong {
						display: block;
						font-size: 14px;
					}
						#item .desc .wrap-raram li {
							margin: 12px 0 0;
						}
#item.actions .desc .text-full, #item.news .desc .text-full {
	width: auto;
	float: none;
}


/* Облако тэгов 3.10.2010 */
.cloud {
	padding: 9px 5px;
	margin: 0 0 1.5em;
	border: 1px solid #8392A5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/js/PIE.htc);
	position: relative;
}
	.tag {
		display: -moz-inline-box;
		display: inline-block;
		margin-right: 15px;
		padding: 7px 3px;
	}
		.tag .plus {
			border: 1px solid #cccccc;
			background-color: #f8f8f8;
			color: #333333;
			text-decoration: none;
			padding: 1px 3px 1px 3px;
		}
		.tag_size_1 {font-size: 100%;}
		.tag_size_2 {font-size: 120%;}
		.tag_size_3 {font-size: 140%;}
		.tag_size_4 {font-size: 160%;}
		.tag_size_5 {font-size: 200%;}
/* Форма комментариев 28.03.2011 */
/*
#comments {
	margin: 0 0 1.5em;
	position: relative;
}
    #comments h3 {
		background: #eeebeb;
		padding: 3px 10px;
		margin: 0 0 .375em;
	}
    #comments .add {
		position: absolute;
		top: 5px;
		right: 30px;
	}
    .content #comments > ul {margin: 0 10px .375em;}
        .content #comments > ul > li {
            margin: 0 0 .75em;
            padding: 0;
            background: none;
        }
            #comments .info {
				color: #666;
				font-size: 11px;
				margin: 0 0 .375em;
			}
				#comments .avatar {margin: 0 1ex 0 0;}
					#comments .avatar img {margin: 0;}
				#comments .name {color: #06f;}
				#comments .message {}
				#comments .answer {
					margin: .375em 0 0;
					padding: .375em 0 0 63px;
					font-style: italic;
					border-top: 1px dashed #DADADA;
				}

			.comment_form .textinput, .comment_form textarea,
			.comment_form .textinput, #comments .captcha_td_input input {
				background: #F0F0F0 !important;
			}
			.comment_form .error {
				margin: 0 0 .75em;
			}
			.comment_form .error, .comment_form .error  a { color: #ed1c24; }
			.comment_form .error ul {
				margin: 0 0 0 18px !important;
			}
			.profile_inline_form {
				margin: 0 0 .275em;
			}
				#profile_inline_form table {
					width: 100%;
				}
					#profile_inline_form th {
						width: 20%;
					}
					#profile_inline_form td {
						width: 80%;
					}
						#profile_inline_form .captcha {
							width: 81%;
						}
						#profile_inline_form .captcha td {
							padding: .275em 0;
						}
							#profile_inline_form .captcha_td_title {
								width: 33%;
							}
							#profile_inline_form .captcha_td_image {
								width: 33%;
							}
							#profile_inline_form .captcha_td_input {
								width: 33%;
							}
								#profile_inline_form .captcha_td_input input {
									width: 84px;
									padding: 0 2px;
									height: 18px;
									line-height: 18px;
									border: 1px solid #9a9b9d;
									background: #dfdfdf;
									vertical-align: middle;
								}
						.profile_inline_login td, .profile_inline_login th {
							padding: .275em 10px;
							vertical-align: middle;
						}
						.profile_inline_register td, .profile_inline_register th {
							padding: .275em 10px;
							vertical-align: middle;
						}
						.comment_form textarea {
							padding: 5px 2px;
							border: 1px solid #9a9b9d;
							background: #dfdfdf;
							width: 464px;
							height: 110px;
							line-height: 1.5;
						}
*/
/* Госевая книга 07.06.2011 */
/*
.guestbook {
	margin: 0 0 1.5em;
	padding: 10px 20px;
}
    .guestbook .head { overflow: hidden; }
		.guestbook h3 {
			float: left;
			background: #fff65c;
			padding: 8px 10px;
			margin: 0 10px 0 0;
			color: #000;
			font-size: 18px;
			font-weight: normal;
			line-height: 1.2;
		}
			.guestbook h3 a, .guestbook h3 a:visited, .guestbook h3 a:hover { color: #000; }
			.guestbook h3 a:hover { text-decoration: none; }
		.guestbook .add {
			float: left;
			font-size: 14px;
			line-height: 20px;
			padding: 8px 10px;
			margin: 0 10px 0 0;
		}
		.guestbook .add, .guestbook .add:visited, .guestbook .add:hover { color: #066CBA; }
		.guestbook .add:hover { text-decoration: none; }
    .content .guestbook > ul {
		padding: 0 10px;
		margin: -2px 0 0;
		border: 2px solid #fff65c;
	}
        .content .guestbook > ul > li {
            padding: 10px 3px;
            background: none;
			border-top: 1px solid #dbdbaf;
			position: relative;
        }
        .content .guestbook > ul > li:first-child { border: none; }
			.guestbook .author {
				color: #7b6901;
				font-weight: bold;
				margin: 0 25px 0 0;
			}
			.guestbook .date {
				color: #8c8c8c;
				font-size: 11px;
				margin: 0 25px 0 0;
				display: inline;
				font-weight: normal;
			}
			.guestbook .message { margin: 1.5em 0 0; }
				.guestbook .answer {
					margin: .75em 0 0;
					padding: .375em 0 0 30px;
					font-style: italic;
					border-top: 1px dashed #dbdbaf;
				}
*/

/* profile 20.04.2011 */
.profile h2 {
	font: 24px/1.2 Georgia, serif;
	margin: 0 0 13px;
	padding: 0;
	border: none;
	display: block;
}
.profile h3 {
	color: #000;
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 0 9px;
}
.profile .profile-data {margin: 0 0 18px;}
	.profile .profile-data div { margin: 0 0 8px;}
.content .profile .model-menu {
	margin: 0 0 18px;
}
	.content .profile .model-menu li {
		display: inline;
		margin: 0 9px 0 0;
		padding: 0;
		background: none;
	}
.profile .my-order {
	display: block;
	border: solid #b9ced7; border-width: 1px 0;
	padding: 13px 48px 26px;
	background: url(../images/cart.png) 4px 13px no-repeat;
	color: #0c77a9;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 18px;
}
.profile #profile-addresses {margin: 0 0 3em;}
.profile .news {
	width: 100%;
	border-collapse: collapse;
}
	.profile .news td {
		padding: 15px 13px;
		vertical-align: top;
	}
	.profile .news .when {
		width: 126px;
		padding-left: 20px;
		color: #000;
		text-align: right;
	}
		.profile .news .text-full {margin: 1.5em 0;}

.wrap-desc-brands {
	overflow: hidden;
	margin: 0 0 1.5em;
}
	.wrap-desc-brands > img { margin: 0 0 0 20px; }

.download_price {
	display: -moz-inline-box;
	display: inline-block;
	background: url(../images/xls.gif) 100% 2px no-repeat;
	padding: 0 25px 1em 0;
}

.clearfix:after {
	display: block;
	height: 0;
	clear: both;
	content: " ";
	visibility: hidden;
	font-size: 0;
}
.clear {
	clear: both;
}