/* CSS Document */
#headerDiv {
	font-family: Pmingliu,verdana,arial,sans-serif;
	font-size:12px;
	/*font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;*/
	margin: 0px;
	width: 100%;
	position: relative;
	height: 120px;
	/*background-color:#FFE6FF;*/
}
#top_line {
	background-color: #D5D7DA;
	color: #1865A3;
	padding: 1px;
}
#top_line .top_ad {
	float: left;
}
#top_line a {
	color: #1865A3;
}
#logo {
	display: block;
	float: left;
	width: 130px;
	text-align: center;
	position: relative;
	margin-left: 0px;
	z-index: 10;
}
#headBannerDiv {
	float: right;
	position: absolute;
	width: 468px;
	margin-right: 0px;
	z-index: 11;
	margin-left: 5px;
	top: 25px;
	left: 540px;
}
#navigation {
	padding-top: 1px;
	width: 380px;
	float: left;
	position: relative;
	z-index: 12;
}
ul#nav_top  {
	list-style-type: none;
	padding: 0px;
	display: inline;
	margin: 0 5px 0 5px;
	height: 24px;
	z-index: 2;
	font-size:14px;
}
ul#nav_top li {
	display: block;
	margin: 0px;
	width: 66px;
	float: left;
	vertical-align: bottom;
	list-style-type: none;
	text-align: center;
	background-image: url(../img/tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 20px;
	cursor:pointer;
}
ul#nav_top li.tab1_active {
	background-image: url(../img/tab1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
}
ul#nav_top li.tab2_active {
	background-image: url(../img/tab2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
}
ul#nav_top li.tab3_active {
	background-image: url(../img/tab3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
}
#nav_top a:link, #nav_top a:visited {
	color: #B5B7B4;
	font-size: 0.8em;
	text-decoration: none;
}
#nav_top a:hover, #nav_top a:active {
	color: #666666;
}
#nav_top .tab1_active a:link, #nav_top .tab1_active a:visited {
	color: #666600;
}
#nav_top .tab2_active a:link, #nav_top .tab2_active a:visited {
	color: #336699;
}
#nav_top .tab3_active a:link, #nav_top .tab3_active a:visited {
	color: #3FB000;
}
#navigation .tab1_text_input {
	background-color: #EFDE62;
	border: 1px solid #BFBFBF;
	margin:-5px 0 0 0;
	/*margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;*/
	display: block;
	clear: both;
	float: left;
	width: 375px;
	padding: 3px;
}
#navigation .tab2_text_input {
	padding: 3px;
	background-color: #66CCFF;
	display: block;
	clear: both;
	border: 1px solid #BFBFBF;
	margin:-5px 0 0 0;
	/*margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;*/
	float: left;
	width: 375px;
	padding: 3px;
}
#navigation .tab3_text_input {
	padding: 3px;
	background-color: #CCFF99;
	display: block;
	clear: both;
	border: 1px solid #BFBFBF;
	margin:-5px 0 0 0;
	/*margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;*/
	float: left;
	width: 375px;
	padding: 3px;
}
#hot_tag {
	clear: both;
	margin:0px;
	padding:0px;
	height:20px;
}
#hot_tag ul {
	padding: 0px;
	margin-top: -1.5em;;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3.8em;
}

#hot_tag li {
	display: inline;
	padding-top: 0px;
	_padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-image: url(../img/tag.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#hot_spot {
	display: block;
	float: left;
	margin-left: 30px;
	font-size: 12px;
}


#headerDiv a:link, a:visited {
	color: #0048FF;
	text-decoration: none;
}
#headerDiv a:hover, a:active {
	color: #FF9900;
}