@charset "utf-8";

@import url('tables.css');
@import url('elements.css');

*
{
	margin: 0px;
	padding: 0px;
}

#container
{
	width: 1000px;
	margin: 25px auto;
	border: 2px solid #095188;
	background: #f5f0db;
}
						
#header
{
	height: 134px;
	background: url(/pics/header.png) no-repeat 50%;
	position: relative;
}

#rss_link
{
	display: block;
	width: 60px;
	height: 60px;
	background: url(/pics/rss.png) no-repeat;
	position: absolute;
	right: 6px;
	top: 62px;
}

#menu
{
	display: block;
	height: 42px;
	padding-top: 98px;
	text-align: center;
	list-style-type: none;
}

#menu li
{
	display: inline;
	height: 40px;
}

#menu li a
{
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	padding: 0px 10px;
	margin: 0px 15px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
}

#menu li a:hover
{
	color: #eee;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#menu li.active a, #menu li a:hover
{
	border: 2px solid #095188;
	border-bottom: 0px;
	background: url(/pics/menu_active_bg.png) repeat-x;
	color: #095188;
	padding: 0px 10px;
	margin: 0px 13px;
	line-height: 30px;
}

#menu li.active a
{
	color: #cd1c0a;
}

.bread
{
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
}

#content
{
	min-height: 190px;
	background: url(/pics/body_bg_top.png) no-repeat 50% 0px;
	padding: 10px 46px;
}

#left_col, #right_col
{
	width: 175px;
}

#left_col
{
	float: left;
}

#right_col
{
	float: right;
}

.side_col
{
	background: url(/pics/side_column.png) 0px 0px no-repeat;
}
			
.side_foot, .main_foot
{
	display: block;
	height: 14px;
}

.side_foot
{
	background: url(/pics/side_column.png) bottom;
	margin-bottom: 14px;
}

#main_col
{
	width: 550px;
	margin-left: 179px;
}

.main_col
{
	background: url(/pics/main_col.png) 50% 0px;
	padding: 0px 3px;
}

.main_foot
{
	background: url(/pics/main_col.png) bottom;
	margin-bottom: 10px;
}

.side_menu
{
	list-style-type: none;
	margin: 0px 4px;
	border-top: 1px solid #b6b6b6;
}

.side_menu li
{
	border-bottom: 1px solid #b6b6b6;
	background: url(/pics/li_bg.png) repeat-x;
	line-height: 18px;
	padding: 4px;
}

.side_menu li:hover, .side_menu li.active
{
	background: url(/pics/li_bg_mo.png) repeat-x;
	font-weight: bold;
}

.side_menu a
{
	display:block;
}

.snip_link
{
	text-align: center;
	display: block;
	font-size: 110%;
}

.snip_link img
{
	border: 2px solid #1e6ab8;
	margin-bottom: 4px;
}

.snip_link img:hover
{
	border: 2px solid #013b77;
}

.big_link
{
	background: url(/pics/blue_more_button_l.png) no-repeat bottom left;
	height: 44px;
	margin: 0px 10px;
}

.big_link a
{
	display: block;
	height: 44px;
	background: url(/pics/blue_more_button_r.png) no-repeat bottom right;
	line-height: 44px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
	padding: 0px 16px;
}

.big_link a:hover
{
	text-decoration: underline;
}

.left_img
{
	float:left;
	margin-right: 10px;
}

.ctr_img
{
	display: block;
	margin: 0px auto 10px auto;
}

.news_body
{
	margin: 10px 10px 0px 10px;
}

.left_banner
{
	margin: auto;
	display: block;
}

.deal
{
	margin: 10px 10px 0px 10px;
	overflow: auto;
}

.deal .pic
{
	float: left;
	padding: 3px 3px 0px 3px;
	border: 1px solid #acacac;
}

.deal .body
{
	margin-left: 126px;
	position: relative;
}

.deal .body p
{
	display: block;
	border: 1px solid #acacac;
	height: 92px;
	margin: 0px 0px 0px 10px;
	padding: 3px;
	color: #222;
}

.deal .pic img
{
	width: 120px;
	height: 120px;
	border: 1px solid #acacac;
	margin: auto;
}

.deal h3
{
	margin: 0px 0px 4px 10px;
	border: 1px solid #acacac;
	text-indent: 0px;
	padding: 0px 5px;
}

.deal h3 a
{
	color: #006cff;
}

.deal h3 a:hover
{
	color: #0052c2;
}

.deal_link
{
	border: 0px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	padding: 0px;
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(/pics/more_bg2.png) repeat-x;
}

.deal_link a
{
	display: block;
	padding: 0px 12px 0px 5px;
	height: 29px;
	font-size: 120%;
	background: url(/pics/more_rc2.png) right no-repeat;
}

.pager
{
	padding: 10px 10px 0px 10px;
	overflow: auto;
}

.pager li
{
	float: left;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	width: 20px;
	border: 1px solid #acacac;
	background: #fff;
	margin-right: 5px;
}

.pager li a
{
	height: 20px;
	line-height: 20px;
	display: block;
}

.pager li:hover, .pager li.active
{
	border: 1px solid #7b7b7b;
	background: #faf9f9;
}

.pager li.active
{
	background: #eefeed;
}

#search_main input
{
	clear: none;
	float: left;
}

#search_main input[type="submit"]
{
	position: relative;
	top: -3px;
	margin-left: 4px;
}

.search_result h3
{
	margin-bottom: 0px;
}

.search_result p
{
	margin: 0px 8px;
	padding: 4px;
	border: 1px dashed #095188;
	border-top: 0px;
}

.search_word
{
	background: #ddd;
	color: #600;
	font-weight: bold;
}

.messages
{
	border: 1px solid #a1a1a1;
	margin: 0px 10px 10px 10px;
	background: #fff;
	padding: 2px;
}

.messages li
{
	margin: 4px;
}

.stars
{
  background: url(/pics/small_star.gif) repeat-x;
  height: 18px;
  margin:auto;
}

#one_star{width: 18px;}
#three_stars{width: 54px;}
#two_stars{width: 36px;}
#four_stars{width: 72px;}
#five_stars{width: 90px;}
#six_stars{width: 108px;}

#footer
{
	border-top: 2px solid #095188;
	background: url(/pics/footer.png) no-repeat 50% 0px;
	clear: both;
	height: 38px;
}

#footer a
{
	color: #fff;
}

#footer p
{
	text-align: center;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
}