/* ... общие настройки, лучше не менять ... */
body{margin:5px;}
body,html{height:100%;}
/* ... настройки таблиц ... */
	table.all,td.all,input.all,textarea.all{width:100%;}
	table.all,tr.all{height:100%;}
	td{vertical-align:top;}
/* ----------------------------------------- */
/* ... ссылки ... */
	a.current,a.current:hover{cursor:default;}
/* ----------------------------------------- */
/* ... формы ... */
	form{margin:10px 0;padding:0;}
		input{margin:0;}
		iframe,input,textarea{border:solid 1px;}
		input.file{border:none;_border:1px solid;}
		input,textarea{padding-left:3px;padding-right:3px;}
			input.radio{border:none;background:none;}
/* ----------------------------------------- */
/* ... таблицы в ричэдите и названия полей ... */
	table.reTable td,td.label{padding:2px 5px 2px 0;vertical-align:top;}
	table.reCellBordered td{padding:5px;vertical-align:middle;}
	img.reImageLeft{margin-right:10px;}
	img.reImageRight{margin-left:10px;}
	table.reCellBordered img.reImageLeft, table.reCellBordered img.reImageRight{margin:0;}
		table.reTable P,table.reTable h2,table.reTable h3,table.reTable h4,table.reTable h5,table.reTable h6{
			margin:5px 0 !important;padding:0 !important;
		}
		td.label{white-space:nowrap;}
/* ----------------------------------------- */
/* ... горизонтальный разделитель ... */
	hr{
		clear:both;
		margin:0 0 10px 0;
		height:1px;
		width:100%;
		border: 0px solid;
		_background:none;
		_border:none;
	}
/* ----------------------------------------- */
/* ... строка навигации ... */
/* ----------------------------------------- */
/* ... вывод сообщений ... */
	P.alert{
		padding:5px 0 5px 10px;
		margin-bottom:10px;
		font-weight:bold;
	}
/* ----------------------------------------- */
/* ... блок навигации по страницам ... */
	p.pages{padding-top:5px;margin-top:20px;border-top:solid 1px;border-top:solid 1px;}
		p.pages a{padding-left:3px;padding-right:2px;}
/* ----------------------------------------- */
/* ... списки ... */
	/*ul{margin:10px 0;padding:0;}
	ol{margin-top:0;margin-bottom:15px;}
		ul li, ol li{margin:4px 0px 5px 0;padding:0px;}
		ul li{list-style:none;padding-left:10px;background:url(../../img/bullet.1.gif) no-repeat 0 6px;}
			ul li p, ol li p{padding:0;margin:0;}
				ul ul li{background-image:url(../../img/bullet.2.gif);}
				ul ul ul li{background-image:url(../../img/bullet.3.gif);}*/
/* ----------------------------------------- */
/* ... пнг ... */
	img.png{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
	div.png{
		display:inline;
		filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.firstChild.src+"')");
		width:expression(this.firstChild.width); 
		height:expression(this.firstChild.height);
	} 
/* ----------------------------------------- */
/* ... текстовый блок ... */
	div.text{margin:0 0 20px 0;padding:0;}
	div.all{margin:0 0 0 0;padding:0;border:1px solid red;}
/* ----------------------------------------- */
/* ... распорочка ... */
	div.blank{width:1px;height:1px;margin:0;padding:0;}
/* ----------------------------------------- */
/* ... картинки с нижним выравниванием ... */
	img.bottom {vertical-align:text-bottom !important;}
/* ----------------------------------------- */
/*=================== НАСТРОЙКИ САЙТА ============================*/
body{
	background:#FFFFFF;
	color:#000000;
}
body.page{
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#000000;
}
p,h1,h2,h3,h4,h5,h6{padding:0;margin: 0px 0px 15px 0px;}
body,td,th,input,select,textarea,h1,h2,h3,h4,h5,h6{font-family:Tahoma,Verdana,Arial,sans-serif;}
body,td{font-size:12px;}

/* ... ссылки ... */
	a{color:#7D7D7D;text-decoration:underline;}	 
	a:hover,a.current,a.current:hover{color:#920000;text-decoration:underline;}
/* ----------------------------------------- */
/* ... мелкий шрифт ... */
	.small,.small td,small{font-size:11px;font-weight:normal;}
	p.small{margin:3px 5px;}
/* ----------------------------------------- */
/* ... формы ... */
	iframe,textarea,input{border-color:#808080;}
	textarea,input,select{color:#000000;background:#FFFFFF;font-size:11px;}
	input.submit{
		font-weight:bold;
		color:#ffffff;
		background:#920000;
		font-size:10px;
		height:18px;
		letter-spacing:1px;
		border:none;
		padding-left:10px;
		padding-right:10px;
		_padding-left:2px;
		_padding-right:1px;
		margin:0 0 0px 0px !important;
	}
	.grey{color:#808080 !important;}
	/* ... обязательное поле + ошибка заполнения ... */
		.require{color:#920000 !important;}
		.errorfield{border:1px solid #920000 !important;}
		.nowrap{white-space:nowrap;} 
/* ----------------------------------------- */
/* ... таблицы в ричэдите ... */
	table.reTable,table.reTable td{border-color:#808080;}
/* ----------------------------------------- */
/* ... названия полей ... */
	.label, table.reTable .label{
		color:#808080;
		font-size:11px;
	}
	td.label, table.reTable td.label{
		/*vertical-align:middle !important;	*/
	}
	div.add_fields{margin-bottom:15px;}
	p.add_field{margin-bottom:3px;}
	div.division{margin-bottom:0px !important;color:#656565;}
	div.division p{color:#656565;font-size:11px;margin-bottom:5px;}
/* ----------------------------------------- */
/* ... раскраска таблиц ... */
	tr.color_0 td{background:#F5F5F5 !important;/*border-width:0;*/}	
	tr.color_1 td{/*border-width:0;*/}

	tr.color_2 td{
		padding:2px 5px !important;
		font-weight:bold;
		background:#F5F5F5;
		color:#950000 !important;
		border-bottom:1px solid #808080;
	}		
/* ----------------------------------------- */
/* ... горизонтальный разделитель ... */
	hr{
		background-color:#D1D1D1;
		border-color:#D1D1D1;
		_background:none;
		_border:none;
		_color:#D1D1D1;
	}
/* ----------------------------------------- */
/* ... строка навигации ... */
	p.navigation{font-size:10px;color:#808080;line-height:25px;}
		p.navigation a{text-decoration:underline;}
		p.navigation a:hover{text-decoration:underline;}
/* ----------------------------------------- */
/* ... вывод сообщений ... */
	P.alert{background:#920000;color:#FFFFFF;border:none;}
/* ----------------------------------------- */
/* ... блок навигации по страницам ... */
	p.pages{clear:both;font-size:10px;line-height:13px;border-color:#D1D1D1;color:#7D7D7D;}
	p.pages a.number,p.pages a.numbercurrent{text-decoration:none;padding:0 6px;}
	p.pages a.number:hover,p.pages a.numbercurrent:hover{text-decoration:none;}
	p.pages a.numbercurrent,p.pages a.numbercurrent:hover{font-weight:bold !important;color:#ffffff;background:#950000;}

/* ----------------------------------------- */
/* ... 6 уровней заголовков ... */
	h1 { 
		font-size:17px;font-weight:normal;color:#0263d1;margin:0 0px 15px 0px;
		line-height:19px;padding-bottom:3px;
	}

	h2 {
		padding:0 5px;
		font-size:19px;
		font-weight:bold;
		color:#ffffff;
		margin:20px 0;
		color:#920000;
	}
	h3 { font-size: 15px; font-weight: bold; color: #656565; margin:0 0px 10px 0px;}
		h3.news {margin-bottom:0;}
	h4 { font-size: 13px; font-weight: bold; color: #950000; margin:0 0px 2px 0px;}
		h4.news {margin-bottom:0;}
		h4 a {color: #950000;}
		h4 a:hover {color: #656565;}
	h5 { font-size: 13px; font-weight: bold; color: #656565; margin:0px 10px 0 0px;}
		h5.news {margin-bottom:0;}
	h6 { font-size:9px; font-weight: normal; color: #950000;  margin:10px 0px 10 0px;text-transform:uppercase;}
/* ----------------------------------------- */
td#header{
	height:247px;
	background: url(../../img/design/header_wrap.jpg) repeat-x;
}
td#header div{
	height:247px;
	background: url(../../img/design/header_right.jpg) no-repeat right;
}
td.left_menu{
	/*background: url(../../img/design/nav_wrap.jpg) repeat-y;*/
	background: url(../../img/design/nav_bottom_wrap.jpg) repeat-y;
	width: 255px;
}
div.left_menu{
	height: 100%;
	background: url(../../img/design/nav_bottom_bottom.jpg) no-repeat bottom;
	/*nav_bottom_wrap.jpg*/
	width: 255px;
	
}
td.spec{
	width: 215px;
	background: url(../../img/design/spec.gif) no-repeat bottom #e1e1e1;
}
div.spec{
	margin:0 10px;
	margin-right: 15px;
	background: url(../../img/design/spec2.gif) no-repeat top right #c6c6c6;
	padding: 10px;
}
div.spec a{
	color:#000;
}
div#allspec{
	text-align: center;
	color:#0263d1;
	
	padding:10px 0;
	
}
div#allspec a{
	color:#0263d1;
	font-weight: bold;
}
td.menu{
	height: 41px;
	background: url(../../img/design/nav.gif) repeat-x;
	vertical-align: middle;
}
ul.menu{
	list-style: none;
	margin:0;
	padding:0;
}
ul.menu li{
	list-style: none;
	margin:0;
	padding:0;
	float: left;
	margin-right:20px;
}
ul.menu li a{
	height:41px;
	background: url(../../img/design/button.gif) no-repeat left 8px;
	float: left;
	text-decoration: none;
}
ul.menu li a span{
	height:41px;
	background: url(../../img/design/button_right.gif) no-repeat right 8px ;
	display: block;
	line-height:41px;
	_float: left;
	padding:0 19px;
	color:#fff;
	font-weight: bold;
}


ul.menu li a:hover, ul.menu li a.current{
	height:41px;
	background: url(../../img/design/button_active.gif) no-repeat left 0px;
	float: left;
	text-decoration: none;
}
ul.menu li a:hover span, ul.menu li a.current span{
	height:41px;
	background: url(../../img/design/button_active_right.gif) no-repeat right 0px ;
	display: block;
	line-height:41px;
	_float: left;
	padding:0 19px;
	color:#fff;
	font-weight: bold;
}
td#content{
	padding: 20px;
}
td.footer{
	height: 75px;
	background: url(../../img/design/footer_left.jpg) no-repeat left #f3f3f3;
	
}

ul.catalog{
	margin:0;
	padding:0;
	list-style: none;
	display: block;
	background: url(../../img/design/nav_wrap.gif) repeat-y top left;
	padding: 30px 40px 0px 30px
}
ul.catalog a{
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}
ul.catalog a:hover{
	color:#ff7070;
	text-decoration: underline;
}
div.basket{
	margin: 10px;
}
/* ====================================== */
 /* ... Контакты и прочие формы ... */
 table.form{width:400px;}
	 table.form .text_field{width:100%;}
	 table.form .select_field{width:300px;}
	 table.form .file_field{width:300px;}
/* ====================================== */

div.note{font-size:10px;margin:5px 0 5px 10px;color:#aaaaaa;}

/* ====================================== */
 /* ... фотогалерея ... */
 div.photo{
	float:left;
	margin:0 10px 10px 0;
 }
 div.photo p{text-align:center;}
/* ====================================== */
/* ====================================== */
 /* ... гостевая ... */
 div.guest_otvet {margin:0 0 20px 20px;}
 .nomargin{margin:0;}
	p.discuss {color:#333333;font-size:11px;}


/* ====================================== */
tr.catalogue_show td{vertical-align:middle;}

