html {
	font-size: 100%;
}

body {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 0.8em;
	background: #fff url(img/header.jpg) repeat-x 50% 0;
	color: #8c8c8c;
	text-align: center;
}

img {
	border: 0;
}

a {
	color: #01b3d9;
}

p, ul, ol, dl {
	margin-top: 1em;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 2em 0 1em 0;
}

h2 {
	font-size: 1.65em;
	font-weight: normal;
	margin: 2em 0 1em 0;
	color: #605f5f;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 2em 0 1em 0;
	color: #993366;
}

h4 {
	font-size: 1.1em;
	margin: 1em 0 0.5em 0;
	color: #605f5f;
}

ul {
	padding: 0;
	margin-left: 10px;
	list-style: none;
}

ul li {
	padding-left: 17px;
	background: url(img/bullet.png) no-repeat 0 0.7em;
	margin-bottom: 0.5em;
}

form {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.hidden {
	display: none;
}

.page {
	padding: 0 auto;
}

.jslink {
	text-decoration: none;
	border-bottom: 1px dashed;
}

/* --- Common --- */

.wrapper {
	min-width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#page {
	padding: 0 50px;
}

.bottom {
	background: #31718a;
}


#menu {
	float: left;
	width: 100%;
	font-size: 1em;
}

#menu table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 1em;
}

#menu table td {
	background: url(img/menu-bg.png) repeat-x 0 0;
	vertical-align: middle;
	border-right: 1px solid #eeeeee;
	padding: 0;
	font-size: 1em;
}

#menu table td a {
	display: block;
	vertical-align: middle;
	height: 39px;
	text-decoration: none;
	font-size: 0.9em;
	padding: 4px 10px 0 10px;
	color: #7a7a7a;
	background: url(img/arr.png) no-repeat 50% 35px;
	text-align: center;
}

#menu table td a:hover, #menu table td.active a {
	background: url(img/menu-a.png) repeat-x 0 0;
	color: #fff;
}

#menu table td.first {
	background: url(img/menu-left.png) no-repeat 0 0;
}

#menu table td.last {
	background: url(img/menu-right.png) no-repeat 100% 0;
	border: 0;
}

#menu table td.first a:hover, #menu table td.first.active a {
	background: url(img/menu-left-a.png) no-repeat 0 0;
}

#menu table td.last a:hover, #menu table td.last.active a {
	background: url(img/menu-right-a.png) no-repeat 100% 0;
}

#footer {
	color: #fff;
	font-size: 0.85em;
}

#footer a {
	color: #000;
}

#footer .body {
	background: url(img/footer-lines.png) repeat-x 0 0;
	padding-top: 30px;
}

#footer h3 {
	margin-top: 0.5em;
	color: #cbdbdc;
}


#middle, #footer, #header, .bottom {
	float: left;
	width: 100%;
}

.body {
	float: left;
	width: 100%;
	background: url(img/footer-lines.png) repeat-x 0 0;
	padding-top: 30px;
}

.body .content {
	margin: 0 195px 0 255px;
}

.column-left {
	float: left;
	margin-left: -100%;
	width: 225px;
}

.column-right {
	float: left;
	margin-left: -165px;
	width: 165px;
	font-size: 0.85em;
}

#middle .column-left {
	padding-top: 50px;
}

#middle .column-left .menu a:hover {
	color: #01b3d9;
}

#footer .column-left {
	padding: 30px 0 30px 30px;
	width: 175px;
}

#footer .body {
	padding-bottom: 30px;
}

#footer .body .content {
}

ul.menu {
	margin-left: 0;
}

ul.menu li {
	padding-left: 0;
	background: transparent;
}

.column-left ul.menu li a, #footer ul.menu li a {
	color: #000;
}

#middle .content .menu {
	font-size: 0.85em;
}

#footer .phone {
	color: #CBDBDC;
	font-size: 1.9em;
	margin-top: 0.1em;
	white-space: nowrap;
}

#footer .phone strong {
	font-weight: normal;
}

.three-columns {
	float: left;
	width: 100%;
}

.three-columns .column-1, .three-columns .column-2, .three-columns .column-3 {
	float: left;
	width: 30%;
}

.three-columns .column-3 {
	float: right;
}

.three-columns .column-1 {
	margin-right: 5%;
}

#middle {
	padding-bottom: 50px;
}

.column-right .block p {
	margin-bottom: 2em;
}

.column-right .block {
	padding: 2em 0 0 0;
}

h3.lined {
	background: url(img/body-lines.png) repeat-x 0 100%;
}

h3.lined span {
	background: #fff;
	padding-right: 8px;
}

#header {
	padding-top: 30px;
}

#question-form {
	padding: 10px 30px 10px 27px;
	background: url(img/question-form.png) no-repeat 0 0;
	width: 168px;
	height: 211px;
	position: relative;
	left: -3px;
	margin: 2em 0;
}

#question-form label {
	font-size: 1.1em;
	color: #fff;
	display: block;
}

#question-form textarea {
	width: 100%;
	height: 100px;
	border: 0;
}


.products {
	float: left;
	width: 100%;
	margin: 1em 0;
}

.products .item {
	padding: 0;
	margin: 0 15px 10px 0;
	background: transparent;
	text-align: left;
	width: 150px;
	vertical-align: top;
	display: -moz-inline-stack; /* for Fx2*/
	display: inline-block; /* normal browsers */
	zoom: 1; /* for IE (hasLayout true) */
	*display: inline; /* for IE */
	font-size: 0.85em;
}

.products .item a {
	color: #8c8c8c;
}

.products .item p {
	margin: 0 0 0.5em 0;
}

.products .item .photo a {
	display: block;
}

.products .item .photo a img {
	display: block;
	border: 1px solid #ccc;
}

.products .item .photo a.order {
	width: 74px;
	height: 21px;
	line-height: 21px;
	display: block;
	color: #fff;
	font-size: 10px;
	background: transparent url(img/sticker.png) no-repeat 100% 0;
	padding: 0 0 0 10px;
	position: absolute;
	margin-left: 1px;
	margin-top: -22px;
}

#header p {
	margin: 0;
}

#header .brands {
	padding: 20px 0;
	text-align: right;
	float: left;
	width: 100%;
}

#header .brands a {
	margin-left: 20px;
}

#header .left {
	float: left;
}

#header .right {
	float: right;
	width: 700px;
}

#header .options ul {
	margin: 0;
	padding: 3px 0 0 0;
	float: left;
	width: 100%;
}

#header .options ul li {
	float: left;
	margin-right: 20px;
	font-size: 0.85em;
	color: #fff;
}

#header .options ul li.basket { background: url(img/i-cart.png) no-repeat 0 0; }
#header .options ul li.question { background: url(img/i-question.png) no-repeat 0 0; }
#header .options ul li.login { background: url(img/i-door.png) no-repeat 0 0; }

#header .options ul li a {
	color: #fff;
}

#header .options .search {
	float: right;
}

#header .promo {
	text-align: right;
	padding-top: 30px;
}

#header .left, #header .right {
	padding-bottom: 25px;
}

#header .logo {
	float: left;
}

#header .info {
	float: left;
	margin-left: 20px;
}

#header .phone {
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 0 25px 0;
	color: #023b96;
}

#header .slogan {
	font-size: 0.9em;
	padding: 0 0 25px 0;
	color: #1f419b;
	font-weight: bold;
}

#header .icons a {
	margin-right: 10px;
}






#menu .menu-box {
	position: absolute;
	background: #fff;
	/*width: 400px;*/
	font-size: 0.95em;
	text-align: left;
	padding: 15px 0;

	box-shadow: 2px 2px 10px #969696;
	-moz-box-shadow: 2px 2px 10px #969696; /* for Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 10px #969696; /* for Safari and Chrome */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=5);
	
	z-index: 20;
	display: none;
}

/* Opera 9 */
@media all and (resolution = 0dpi) { #menu .menu-box { border: 2px solid #ccc; border-top-width: 1px; border-left-width: 1px; } }

#menu .menu-box a {
	display: inline;
	background: transparent !important;
	text-decoration: underline;
	color: #01b3d9 !important;
	padding: 0;
}

#menu .menu-box ul li a {
	color: #444 !important;
	text-decoration: none;
}

#menu .menu-box ul li{
	/*list-style: circel outside;*/
	background: url(/img/bullet2.png) no-repeat 0 0.65em;
	padding-left: 10px;
}

#menu .menu-box ul li a:hover{
	text-decoration: underline;
}

#menu .menu-box h4 {
	margin: 0;
	color: #44aec4;
	font-size: 1em;
}

#menu .menu-box h4 a{
	text-decoration: none;
	/*font-weight: normal;*/
}

#menu .menu-box h4 a:hover{
	text-decoration: underline;
}

#menu .menu-box ul{
	margin: 0 0 10px 0;
}

#menu .menu-box ul li{
	margin: 3px 0 3px 4px;
	line-height: 1em;
}

#menu .menu-box .menu-column{
	width: 175px;
	margin-right: 15px;
	padding-left: 15px;
	float: left;
	border-left: 1px dashed #ccc;
}

ul.clean li{
	background: none;
}

.clean ul{
	display: none;
	margin-left: 2em;
}

tr.selected td{
	font-weight: bold;
}

.sales p.img{
	width: 75px;
	margin-bottom: 0;
	height: 73px;
	padding: 3px 34px 0 34px;
	background: url(/img/sales-bg.png) no-repeat 0 0;
	text-align: center;
}

.sales p.link{
	margin-top: 0;
	text-align: left;
}

.index-tags li{
	float:left; 
	width: 30%;
	margin-left: 2%;
}

.promo, .promo .item{
	float: left;
	width: 100%;
}

.promo .item .photo{
	float: left;
	width: 75px;
	margin: 0 25px 25px 0;
}

.promo .item .descr h2, .promo .item .descr h1{
	margin-top: 0;
}

.dilers {
	float: left;
	width: 100%;
	margin-top: 35px;
}

.dilers .item {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.dilers .item .logo{
	width: 150px;
	/*margin: 0 25px 25px 0;*/
	float: left;
}

.dilers .item .descr{
	padding-left: 175px;
}

.dilers .item .descr h2{
	margin: 0 0 10px 0;
}

.diler, .manufacturer{
	float: left;
	width: 100%;
}

.diler table{
	border-spacing: 0;
	border-collapse:collapse;
}

.diler table td{
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 0.8em;
}

.diler table td h1{
	margin: 0;
}

.news{
	float: left;
	width: 100%;
}

.news .item{
	float: left;
	width: 100%;
	margin-bottom: 35px;
}

.news .item .photo, .article .photo, .manufacturer .item .logo{
	float: left;
	margin: 0 25px 25px 0;
}

.news .item h2, .news .item h1{
	margin-top: 0;
}

.hs_content{
	display: none;
}

.hs_item{
	text-align: left;
	margin-left: 30px;
}

.hs_item h1{
	margin-top: 0;
}

.m_content{
	display: none;
	width: 1000px; 
	position: relative;
	margin-top: 25px;
}

.m_content .top-left{
	background: url(/img/pop-up/top-l.png) no-repeat 0 0;
	height: 8px;
	padding-left: 19px;
	float: left;
}

.m_content .top-right{
	background: url(/img/pop-up/top-r.png) no-repeat 100% 0;
	height: 8px;
	float: left;
	width: 989px;
}

.m_content .bottom-left{
	background: url(/img/pop-up/bottom-l.png) no-repeat 0 0;
	height: 8px;
	padding-left: 19px;
	float: left;
}

.m_content .bottom-right{
	background: url(/img/pop-up/bottom-r.png) no-repeat 100% 0;
	height: 8px;
	float: left;
	width: 989px;
}

.m_content .middle-left{
	background: url(/img/pop-up/l.png) repeat-y 0 0;
	float: left;
	width: 100%;
	padding-left: 19px;
}

.m_content .middle-right{
	width: 989px;
	background: url(/img/pop-up/r.png) repeat-y 100% 0;
}

.m_content .content{
	padding: 15px 30px 15px 30px;
	text-align: left;
	/*float:left;
	width: 100%;*/
}

.m_content .content .cat_link{
	margin: 0 !important;
}

.m_content .logo{
	float: left;
	margin: 0 15px 10px 0;
}

.m_content .close{
	float: right;
}

.m_content .close img{
	margin-top: -10px;
	margin-right: -15px;
}

.product{
	float: left;
	width: 100%;
}

.product .photo{
	/*width: 150px;*/
	float: left;
	border: 1px solid #e9e9e9;
}

.product .photo img{
	padding: 5px;
}

.product .descr{
	padding-left: 175px;
}

.product .descr h1{
	margin-top: 0;
}

.product-table h2{
	margin-top: 0;
}

.product-table{
	float: left;
	width: 100%;
	margin-top: 25px;
}

.product-table table{
	border-spacing: 0;
	width: 100%;
}

.product-table table td{
	border: 1px solid #e7e7e7;
	padding: 5px;
	font-size: 0.8em;
	color: #333;
}

.product-table table td input{
	border: 1px solid #666;
}

.product-table table td .product-order, .product-table table td .accessories-order{
	margin-bottom: -4px;
}

.button{
	background: url(/img/but-l.png) no-repeat 0 0;
	/*height: 12px;*/
	float: left;
	padding-left: 12px;
	margin-top: 15px;
	margin-right: 25px;
}

.button .right{
	background: url(/img/but-r.png) no-repeat 100% 0;
	height: 40px;
	padding: 10px 27px 0 15px;
}

.button .right a{
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}

.crumbs{
	color: #8c8c8c;
	font-weight: normal;
}

.crumbs {
	/*font-size: 0.75em;*/
	margin-top: 24px;
}
.crumbs a{
	color: #8c8c8c;
}

.print #header, .print #footer, .print .column-left, .print .column-right {
	display: none;
}

.print .content{
	margin: 0 195px 0 0;
	width: 550px;
}

.print .wrapper{
	margin: 0;
}

.print, .print .body{
	background: none;
}

.print .body{
	padding: 0;
}

.print, .print a, .print h1, .print h2, .print h3, .print h4{
	color: #000 !important;
}

.print-back{
	display: none;
}


.print .print-back{
	display: block;
}

#list {
	z-index: 10;
}

#list .ajax .a-top {
	float:left; width: 700px; height: 8px; background: url(/img/map/top.png) no-repeat 0 0;overflow: hidden;
}

#list .ajax .a-middle {
	float:left; width: 700px; background: url(/img/map/middle.png) repeat-y 0 0; 
}

#list .ajax .a-bottom {
	float:left; width: 700px; height: 8px; background: url(/img/map/bottom.png) no-repeat 0 0;overflow: hidden;
}

dt {
	margin-top: 12px;
	margin-bottom: 3px;
}

/* 20100804 Shitikov */
#footer .body .content h1 {
	color:#CBDBDC;
	font-size:1.5em;
	font-weight:normal;
	margin:0.5em 0 1em;
}

#index_h2 {
	color:#605F5F;
	font-size:1.65em;
	font-weight:normal;
	margin:1em 0 1em;
}
