/* CSS Document */
html, body {
	height:100%;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 14px;
	color: #464646;
    font-weight: bold;
    margin:0; 
    padding:0;
    background:#ffffff;
}
A {
    font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: underline; 
	color: #238ed9;
}
A:hover {
	text-decoration: none; 
	color: #238ed9;
}
A IMG{
    border: 0;
}
#all{
	min-width:990px;
	max-width:1270px;
	margin:0 auto;
}
table td{
	vertical-align: top;
}
blockquote{
	width: 217px;
	height: 201px;
	margin: 0;
}
blockquote a{
	width: 217px;
	height: 201px;
	display: block;
	text-indent: -700em;
	overflow:hidden;
	white-space: nowrap;
	background: url(/images/spacer.gif);
}
.grey{
	border: 1px solid #dcddde;
}
.grey2{
	border: 1px solid #ff0000;
}
.grey3{
	border: 1px solid #fff500;
}
.white{
	border: 1px solid white;
	background: url(/images/header_block_bg.gif) left top repeat-x;
	padding: 5px 8px;
	font-size: 11px;
	color: #777676;
}
.white span{
	font-size: 14px;
	color: #464646;
}
.white strong{
	font-size: 14px;
	font-weight: normal;
	color: #238ed9;
}
.white b{
	font-size: 20px;
	font-weight: normal;
	color: #238ed9;
}
.white input{
	border: 0;
	width: 250px;
	height: 22px;
	padding: 2px 5px;
	background: url(/images/input.gif) left top no-repeat;
	font-size: 11px;
}
.white #basket{
	margin: 20px 0 0 0;
	font-size: 11px;
	color: #464646;
}
.white #basket a{
	color: #238ed9;
}
.white select{
	border: 0;
	width: 100%;
	height: 22px;
	margin: 5px 0 0 0;
	padding: 0 6px 2px 0;
	background: url(/images/option.gif) left top no-repeat;
	font-size: 11px;
}
.white #contacts{
	padding: 8px 5px;
	font-size: 12px;
	color: #464646;
	line-height: 1.6em;
}
* html .white #contacts{
	padding: 15px 10px;
}
.white #contacts span{
	font-size: 12px;
	color: #238ed9;
}
#menu_left ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu_left ul li{
	margin: 2px 0;
	padding: 6px;
	border: 1px solid #dcddde;
	background: url(/images/menu_left_bg.gif) left top repeat-x;
	font-size: 12px;
	position: relative;
	z-index:100;
}
#menu_left ul li a{
	color: #238ed9;
	text-decoration: none;
}
#menu_left ul li a:hover{
	text-decoration:underline;
}
#menu_left ul li ul{
	width: 177px;
	position: absolute;
	top: 1px;
	left: 210px;
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
	display: none;
	background: url(/images/spacer.gif);
}
* html #menu_left ul li ul{
	width: 187px;
	left: 204px;
}
#menu_left ul li ul li{
	margin: 2px 0;
	padding: 3px 6px;
	border: 1px solid #dcddde;
	background: #ffffff url(/images/menu_left_sub_bg.gif) left top repeat-x;
	font-size: 11px;
}
#menu{
	padding: 0;
	background:url(/images/menu_center.gif) left top repeat-x;
	font-size: 12px;
	color: #464646;
}
#menu table td{
	position: relative;
	vertical-align: middle;
}
#menu table .arrow{
	padding: 0 0 0 12px;
	background: url(/images/arrow.gif) left 13px no-repeat;
}
#menu table td a{
	font-size: 12px;
	color: #464646;
	text-decoration: none;
	white-space: nowrap;
}
* html #menu table td a{
	display: block;
}
#menu table td a:hover{
	text-decoration: underline;
}
#menu table td ul{
	width: 140px;
	margin: 6px 0 0 0;
	padding: 7px;
	list-style: none;
	border: 1px solid white;
	background: #fff500;
	position: absolute;
	display: none;
}
* html #menu table td ul{
	margin: 15px 0 0 0;
	clear: left;
}
#menu table td ul li{
	margin:0;
	padding: 0 0 0 7px;
	background: url(/images/arrow_2.gif) left 6px no-repeat;
	line-height: 0.7em;
}
#menu table td ul li a{
	font-size: 11px;
	padding: 0;
	white-space: normal;
}
* html #menu table td ul li a{
	display: inline;
}
#content{
	font-size: 12px;
	color: #464646;
	line-height: 2em;
}
#content h1{
	margin: 5px 0 10px 0;
	font-weight: normal;
	font-size: 18px;
	color: #238ed9;
}
#content ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
#content ul li{
	padding: 0 0 0 10px;
	background: url(/images/arrow_3.gif) left 10px no-repeat;
}
#content .spec{
	padding: 15px 15px 5px 15px;
}
#content .spec a{
	font-size: 14px;
	color: #238ed9;
}
#content .spec .name{
	padding: 0 10px;
}
#content .spec .name table{
	margin: 15px 0 0 0;
}
#content .spec .name table .price{
	background: #f9cd00;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
#bottom_logotypes{
	padding: 10px 0 0 7px;
}
* html #bottom_logotypes{
	padding: 18px 20px 0 20px;
}
#bottom_logotypes div{
	float: left;
	margin: 0 14px 15px 0;
	text-align: center;
	font-size: 10px;
}
#bottom_logotypes div a img{
	margin: 0 0 3px 0;
}
#bottom_logotypes div a{
	color: #238ed9;
	text-decoration: none;
}
#bottom_logotypes div a:hover{
	text-decoration: underline;
}
#bottom_copy{
	margin: 20px 0 20px 15px;
	font-size: 11px;
	color: #464646;
}
#bottom_copy a{
	color: #464646;
}
#bottom_menu{
	font-size: 11px;
	color: #464646;
}
#bottom_menu a img{
	position: relative;
	top: -8px;
	left: -10px;
}
#bottom_menu a{
	padding: 0 0 0 10px;
	font-size: 11px;
	color: #238ed9;
	white-space: nowrap;
}

/* ---- inner ---- */
#other{
	font-size: 11px;
	color: #238ed9;
	line-height: 1.6em;
}
#other ul{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
#other ul li{
	padding: 0 0 0 10px;
	background: url(/images/arrow_3.gif) left 6px no-repeat;
}
#other ul li a{
	color: #238ed9;
}
#thermometer{
	font-size: 11px;
	color: #238ed9;
	line-height: 1.6em;
}
#thermometer i{
	font-style: normal;
	color: #464646;
}
#thermometer a{
	color: #238ed9;
}
#content_inner{
	font-size: 11px;
	color: #464646;
	line-height: 1.6em;
}
#content_inner h1{
	margin: 5px 0 10px 0;
	font-weight: normal;
	font-size: 18px;
	color: #238ed9;
}
#content_inner h2{
	margin: 1px 0 1px 30px !important;;
	font-weight: normal;
	font-size: 16px !important;
	color: #238ed9;
}
#content_inner table{
	font-size: 11px;
	color: #212121;
	line-height: 1.6em;
}
#content_inner table a{
	color: #238ed9;
}
#content_inner table .title{
	font-size: 14px;
	color: #238ed9;
}
#content_inner h2{
	margin: 5px 0 10px 0;
	font-size: 12px;
}
#content_inner ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
#content_inner ul li{
	padding: 0 0 0 10px;
	background: url(/images/arrow_3.gif) left 5px no-repeat;
}



#bord {
	border-right: 1px solid #238ed9;
	border-bottom: 1px solid #238ed9;
	padding: 5px;
	text-align:center !important;
}
#bord1 {
	border-right: 1px solid #238ed9;
	
}

#bord input, input, select
{
width:18px;
font-size:9px;
padding:2px;
margin:0px;
border:1px solid #238ed9;
}

.red a{
color:#FF0000 !important;
font-size:10px !important;
}
