@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;border:0;}
body,textarea,select{font-family: Arial, Helvetica, sans-serif;font-size:12px;color:#5e5f5f;}
body{background:#fff;}img{border:0;}th{text-align:left;}
p{
	padding:0 0 10px 0;
}
a{
	color:#0072bc;
}
h1{
	color:#0a70b7;
	font-size:14px;
	padding-bottom:12px;
}
h2{
	color:#0a70b7;
	font-size:14px;
	padding-bottom:10px;
}
strong{
	color:#0a70b7;
}
#body{
	text-align:left;
	width:945px;
	margin:0 auto;
}
.buttom{
	display:block;
	background:url(../images/button.gif) no-repeat;
	text-decoration:none;
	color:#0a70b7;
	text-align:center;
	padding:3px 0 7px 0;
}


#header{
	background:url(../images/header.jpg) no-repeat right top;
	height:122px;
}
#header ul{
	width:762px;
	list-style:none;
	margin-left:183px;
	overflow:hidden;
	height:20px;
	background:#e9e9e9;
}
#header ul li{
	width:130px;
	float:left;
	padding:3px 0 3px 55px;
}
#header ul li a{
	width:130px;
	color:#545454;
	padding-left:24px;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/off.gif) no-repeat left;
}
#header ul li a:hover,#header ul li.select a{
	background:url(../images/on.gif) no-repeat left;
	color:#0a70b7;
}
#content{
	width:945px;
	overflow:hidden;
}
#left{
	width:168px;
	padding:0 15px 15px 0;
	float:left;
}
.left_h1{
	font-size:14px;
	padding:2px 0 2px 20px;
	color:#FFF;
	background:url(../images/menu.gif) no-repeat;/*168x18px*/
}
.left_menu{
	padding:0 0 40px 0;
}
.left_menu li{
	width:138px;
	padding:10px 0 10px 30px;
	background:url(../images/off.gif) no-repeat 0 10px;
}
.left_menu li.select,.left_menu li.hover{
	background:url(../images/on.gif) no-repeat 0 10px;
}
.left_menu li a{
	color:#A6A6A6;
	font-weight:bold;
	text-decoration:none;
}
.left_menu li.select a,.left_menu li.hover a{
	color:#0a70b7;
}
.shop_basket{
	padding:10px 10px 20px 20px;
	list-style:none;
	background:#d7ecfb;
	margin-bottom:3px;
}
.shop_basket li{
	padding:3px 0;
	font-weight:bold;
}
.shop_basket a{
	color:#000;
	text-decoration:none;
}

#center{
	width:583px;
	padding:0 21px 15px 0;
	float:left;
}
#center_l{
	padding:0 23px 20px 0;
	float:left;
	width:279px;
}
#center_r{
	padding-bottom:20px;
	float:left;
	width:279px;
}
#right{
	width:158px;
	float:left;
}
.right_h1{
	font-size:14px;
	padding:2px 0 3px 20px;
	color:#FFF;
	background:url(../images/menu_right.gif) no-repeat;/*168x18px*/	
}
.menu_news{
	background:#e9e9e9;
	list-style:none;
	padding:5px 10px 0px 10px;
}
.allenews{
	background:#e9e9e9;
	padding:5px 10px 30px 10px;
	margin-bottom:10px;
}
.menu_news_text{
	margin-bottom:10px;
	background:#d1d1d1;
}
.menu_news_text p{
	padding:5px 10px 10px 10px;
	font-weight:bold;
}
.menu_news_text a{
	color:#0072bc;
	text-decoration:none;
}
.menu_news li{
	padding-bottom:18px;
}
.menu_news a{
	color:#000101;
}
.menu_news div{
	text-align:right;
}
.menu_news a.link{
	color:#0a70b7;
	font-size:10px;
}
#footer{
	background:#d1d1d1;
	padding:10px 10px 10px 20px;
	height:42px;
}
#footer_left{
	float:left;
	width:350px;
}
#footer_center{
	float:left;
	width:180px;
}
#footer_right{
	float:left;
}
.pages{
	padding:0 0 40px 0;;
}
.pages a{
color:#666;
display:block;
width:22px;
float:left;
text-align:center;
text-decoration:none;
padding:1px 0 2px 0;
}
.pages span{
color:#666;
display:block;
width:25px;
text-align:center;
float:left;
}
.pages a.selected{
color:#fff;
background:#0072bc;
}
.pages a:first-child,.pages a.first-child{
	border:0;
}
* html a {
z-index: expression(
runtimeStyle.zIndex = 1,
this == parentNode.firstChild ? (className += " first-child") : 0 /* добавляем нужный класс первому элементу */
)
}