@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	}
	
/*导航总体样式*/
#listAllHeader{
	width:959px;
	height:90px;
	margin:0 auto;
	border:1px solid #ccc;
	margin-top:5px;
	margin-bottom:5px;
	}
	/*导航样式*/	
#listAllHeader .toolbar{
	height:31px;
	background:url(../../header/images/toolbar_bg_2.gif) repeat-x;
	border-bottom:1px solid #ccc;
	}
	
#listAllHeader .toolbar .to_index{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	vertical-align:middle;
	line-height:31px;
	}
#listAllHeader .toolbar .to_index li{
	float:left;
	width: auto;
	margin-left:10px;
	}
#listAllHeader .toolbar .to_index li a,.toolbar .to_index li a:visited{
	font-size:12px;
	color:#000;
	text-decoration:none;
	zoom:1;
	}
#listAllHeader .toolbar .to_index li a:hover{
	text-decoration:underline;
	}
	/*搜索样式*/	
#listAllHeader .toolbar .search{
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:31px;
	}
#listAllHeader .toolbar .search li{
	float:left;
	margin-right:5px;
	}
#listAllHeader .toolbar .search button{
	width:39px;
	height:22px;
	background:url(../../header/images/button_search.gif) no-repeat center center;
	border: none;
	line-height: 24px;
	}
	/*列表样式*/	
#listAllHeader .menu .list{
	width:760px !important;
	width:740px;
	height:55px;
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
	}
#listAllHeader .menu .list li{
	width:63px;
	line-height:15px;
	border-right:1px solid #000;
	float:left;
	text-align:center;
	margin-top:10px;
	}
#listAllHeader .menu .list li a,.menu .list li a:visited{
	font-size:12px;
	color:#666;
	text-decoration:none;
	}
#listAllHeader .menu .list li a:hover{
	text-decoration:underline;
	}
	/*电子杂志、邮件刊样式*/	
#listAllHeader .upper_mail{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	}
#listAllHeader .upper_mail li{
	float:left;
	margin-right:5px;
	width:90px;
	margin-top:5px;
	}
#listAllHeader .upper_mail li img{
	border:0;
	}
#listAllHeader .upper_mail li a,.upper_mail li a:visited{
	text-decoration:none;
	border:none;
	}
#listAllHeader .upper_mail li a:hover{
	}
/*广告位样式*/
#listAllHeaderAdv{
	width:960px;
	margin:0 auto;
	}
#listAllHeaderAdv ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
#listAllHeaderAdv .left_150{
	width:150px;
	background-color:#999;
	float:left;
	}
#listAllHeaderAdv .middle_650{
	margin-left:5px;
	width:650px;
	background-color:#999;
	float:left;
	}
#listAllHeaderAdv .right_150{
	width:150px;
	margin-left:5px;
	background-color:#999;
	float:left;
	}
#listAllHeaderAdv .left_150,.middle_650,.right_150{
	height:100px;
	}
		