/* CSS Document */
/*================================ css default  ================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #2f2f2f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	background: #707276;
}

a {
	color: #177f00;
	background-color: inherit;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color: #fe9300;
	background-color: inherit;
	text-decoration:underline;
}


#header { width: 100%; height:95px; background:#003399;}
#header #header_content{ height:95px; width:973px; background:url(../images/bg_header.jpg); margin-left:28px;}
#header #header_content #logo{ margin: 45px 0px 0px 8px; float:left; width:217px;}

#header #header_content #menu{ float:left; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; height:27px; margin-top:68px; margin-left:305px; _margin-left:250px}
#header #header_content #menu a{ color:#dbdfe2; }
#header #header_content #menu a:hover{ color:#dbdfe2; }
#header #header_content #menu div{margin-left:28px; height: 27px; float:left}
#header #header_content #menu .active{ background:url(../images/muiten.jpg) center bottom no-repeat;}

#container{ width:1001px; background:url(../images/bg_left.jpg) left top repeat-y; float:left}
#container #content{ width:973px; margin-left:28px; _margin-left:14px; background:#fff; float:left}

#bottom{ width:1001px; height:107px; float:left}
#bottom #bot_menu{ margin:46px 0px 0px 28px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#bottom #bot_menu a{ color:#c4c6c5; }
#bottom #bot_menu a:hover{ color:#c4c6c5; }
#bottom #bot_menu span{ margin-right:25px;}

#bottom #bot_content{ margin:8px 0px 0px 28px; color:#c4c6c5}
.page_view{
	clear:both;
	width:100%;
	height:25px;
	display:block;
	overflow:hidden;
	text-align:right;
	padding-top:8px;
	padding-bottom:10px;
}
.page_view li{
	display:inline;
	margin-left:5px;
}
.page_view li a{
	display:inline-block;
	padding:4px 6px;
	color:#505050;
	border:1px solid #ccc;
}
.page_view li a.active{
	background-color:#8b8a8a; color:#fff;
	font-weight:700;
}
.page_view li a:hover.active{ text-decoration:none;}
.page_view li a:hover{ background-color:#8b8a8a; color:#fff;}
.page_view li.btn_pre a, .page_view li.btn_next a{
	color:#333;
	font:11px Arial, Helvetica, sans-serif;
}
.page_view li.btn_pre a:hover, .page_view li.btn_next a:hover{
	text-decoration:none;
	color:#fff;
}
.page_view li.btn_pre a.active, .page_view li.btn_next a.active{
	color:#ccc;
	background-color:#fff;
}
.page_view li.btn_pre a:hover.active, .page_view li.btn_next a:hover.active{color:#ccc;}

.phantrang_3{ width:527px; text-align:right; float:left; margin-top:8px;}
.phantrang_3 ul{ padding:8px;}
.phantrang_3 ul li{ display:inline;}
.phantrang_3 ul li a{ padding:4px 8px; border:1px solid #CCC; background:#FFF; color:#000;}
.phantrang_3 ul li a img{ padding:2px 0px;}
.phantrang_3 ul li a.active{ background:#8b8a8a; color:#FFF; font-weight:bold;}