/* 
主样式表
定义了
1布局 
2html元素表现 
3常用样式
4 页眉 页脚 
 */
body{
	
	padding: 5px;
	margin: 0px auto;
	font-size: 12px;
	line-height: 1.6em;
	font-family: "宋体",Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

table tr td{font-size:12px;}

a:link {
	text-decoration: underline;
	color:#0000FF;
}
a:visited {
	text-decoration: underline;
	color:#810081;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;	
}
#new_top_layout_footer {
	width: 970px;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
}

#new_top_layout_main {
	width: 740px; /*float: right;*/
}

#new_top_layout_main .new_top_class {
}

#new_top_layout_side {
	width: 210px;
}


img {
	border: 0;
}

em {
	color: Red;
	font-style: normal; /*font-weight: normal;*/
}

.new_top_submit {
	margin: 2em 0;
}

.new_top_cancel {
	margin-left: 40px;
}

.new_top_act {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

.new_top_desc {
	color: #666666;
}

.new_top_desc_small {
	color: #666666;
	font-size: 12px;
}

.new_top_text{
	font-size: 14px;
}

.new_top_text_small{
	font-size: 12px;
	line-height: 1.3em;
}

.new_top_text_center {
	text-align: center;
}

.new_top_left {
	float: left;
}

/* 页眉 */
#new_top_layout_header {
	width: 970px;
	margin:0 auto 0 auto;
}

#new_top_layout_header .new_top_header_logo{
	float: left;
	width: 216px;
	text-align:left;
}

#new_top_layout_header .new_top_header_ad{
	float: right;
	width: 125px;
	line-height: 18px;
	font-size: 12px;
	display:inherit;
	text-align:right;
}

#new_top_layout_header .new_top_header_ad a{
	display: block;
}

#new_top_layout_header .new_top_header_middle{
	width: 578px;
	float: left;
	line-height: 25px;
	font-size: 14px;
	z-index: 3;
	position: relative;
	display:inherit;
}

#new_top_layout_header .new_top_header_middle .new_top_userInfo{
	float: right;
	margin-right: 35px;
	line-height: 25px;
	font-size: 14px;
	display:inline;
}

#new_top_layout_header .new_top_header_middle .new_top_DownLoad{
	position: absolute;
	left: 55%;
	font-weight: bold;
}

#new_top_layout_header .new_top_header_bottom,#new_top_layout_footer .new_top_header_bottom {
	border-top: 1px #3366cc solid;
	background: #e5ecf9;
	height: 15px;
	width: 100%; /*	float: left;*/
/*margin-top:-2px;*/
	clear: both;
}

#topNav{
	clear: both;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin: 0;
	bottom: -4px;
	list-style: none;
	position: relative;
}

#topNav li{
	margin-right: 14px;
	float: left;
	font-size: 13px;
	line-height: 26px;
}

#topNav a{
	text-decoration: none;
	color:#04c;
}

#topNav a:hover{
	text-decoration: underline;
	color:#04c;
}

#topNav .select a {
	background: url(http://img.100e.com/img/home/nav_top01.gif) left no-repeat;
	padding-left: 8px;
	bottom: -1px;
	float: left;
	z-index: 999;
	height: 26px;
	line-height: 26px;
	position: relative;
}

#topNav .select span{
	background: url(http://img.100e.com/img/home/nav_top02.gif)  right no-repeat;
	width: 8px;
	height: 26px;
	bottom: -1px;
	display: block;
	float: left;
	position: relative;
}

#topNav .select a , #topNav .select a:hover{
	color: #000000;
	text-decoration: none;
}

#topNav span{
	display: none;
}

.new_top_red {
	color: Red;
	text-decoration: underline;
}

/* should use hiLight instead of .new_top_red ! */