﻿@import url("normal.css");	/*常用基本样式*/

/*Head*/
#Head {width:100%;}
.masthead{ width:980px; padding:0; margin:0 auto 11px;}
.homeico{
	margin:10px 0;
	height:21px;
	text-align:right;
	padding:0 12px;
	width:70%;
	float:right;
}
.homeico img{ margin-left:8px;}
/*Top_Line*/
#Top_Line {
	margin:0;
	padding:0 10px;
	height:27px;
	line-height:28px;
	overflow:hidden;
	text-align:right;
	background:url(../images/top_line_bg.gif) repeat-x;
	border-bottom:#ddd 0px solid;
	font-family:"宋体";
	color:#f60;
}
#Top_Line .Cm-Web-Span {
	float:left;
	color:#666;
	font-family:"宋体";
}
#Top_Line .Cm-Web-Span a {
	font-family:"宋体";
	color:#666;
}
#Top_Line .Cm-Web-Span a:hover {
	color:#000;
	text-decoration:none;
}
#Top_Line a {
	color:#f60;
	font-family:Arial, Helvetica, sans-serif;
}
#Top_Line a:hover {
	color:#f00;
	text-decoration:underline;
}

/*Scroll AD*/
.ScrollText {
	margin:2px 0 8px auto;
	text-align:right;
}
.ScrollText a, .ScrollText a:hover {
	margin:0 6px 0 0;
}

/*MenuList*/
#Top_Menu {
	margin:0 auto;
	padding:0;
}
#Top_Menu .Left {
	margin:0;
	padding:0;
	height:35px;
	width:80px;
	float:left;
}
#Top_Menu .Right {
	margin:0;
	padding:0;
	height:35px;
	width:0;
	float:right;
}
#Top_Menu ul {
	margin:0 0 0 auto;
	padding:0;
	height:35px;
	width:78%;
	list-type:none;
	float:right;
}
#Top_Menu ul li {
	margin:0;
	padding:0;
	display:inline;
}
#Top_Menu a {
	float:right;
	margin:0 10px 0 0;
	padding:0;
	text-decoration:none;
	background:url(../images/top_menuli_leftbg.gif) no-repeat left top;
}
#Top_Menu a span {
	float:left;
	display:block;
	background:url(../images/top_menuli_rightbg.gif) no-repeat right top;
	padding:0 15px;
	color:#c46d02;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	height:35px;
	line-height:36px;
	*overflow:hidden;
}
#Top_Menu a:hover {
	background-position:0 -35px;
}
#Top_Menu a:hover span {
	color:#990101;
	background-position:100% -35px;
	text-decoration:underline;
}
#Top_Menu .s a {
	background-position:0 -35px;
}
#Top_Menu .s a span {
	color:#f60;
	font-size:14px;
	font-weight:bold;
	line-height:33px;
	background-position:100% -35px;
}

/*Search*/
#Top_Search {
	margin:0;
	height:39px;
	clear:left;
	background:url(../images/top_search_bg.gif) repeat-x;
}
#Top_Search .Left {
	width:5px;
	height:39px;
	background:url(../images/top_search_leftbg.gif) no-repeat;
}
#Top_Search .Right {
	width:5px;
	height:39px;
	background:url(../images/top_search_rightbg.gif) no-repeat;
}
#Top_Search .Form {
	padding:6px 0 0 9px;
	text-align:left;
}
#Top_Search .Tags {
	padding:7px 0 0;
	text-align:left;
	color:#fff;
}
#Top_Search a {
	font-size:12px;
	margin-right:4px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#Top_Search a:hover {
	color:#fff;
	text-decoration:underline;
}
#Top_Search .inputTxt {
	font-size:13px;
	padding:2px 2px 0;
	width:350px;
	height:18px;
	border:#fff 1px solid;
}
#Top_Search .selectTxt {
	font-size:13px;
}
#Top_Search .inputButt {
	font-size:13px;
	font-weight:bold;
	text-align:center;
	width:62px;
	color:#000;
	height:22px;
	line-height:23px;
	border:0;
	background:url(../images/top_search_buttonbg.gif) no-repeat;
}