@charset "utf-8";
/* CSS Document */

/* 全局继承样式 */
*{ margin:0 auto; padding:0; }
body{ background:url(../images/top_bg.jpg) repeat-x 0 87px; font-size:12px; color:#000000; }
#content{ width:998px;       /*内容显示宽度*/ }
/**/

/* top.php顶部样式 */
#top{ float:left; width:100%; }
#logo,#t_right{ float:left; }
#t_top{  width:100%; height:36px; }
#t_top ul{ float:left; margin-top:15px; margin-left:5px }
#t_top ul li{
	float:left;
	list-style:none;
	padding-right:0px;
	color:#666666;
}
#t_top ul li a{ text-decoration:none; color:#000000; }
#t_top ul li a:hover{ text-decoration:underline; color:#FF0000; }
#t_top ul li a{ text-decoration:none; color:#333333; } 
#t_top ul li.t_li{ 
	background:url(../images/top_03.jpg) no-repeat left top;
	padding-left:15px;
	padding-right:10px;
}
#t_top ul li.t_li a{ text-decoration:none; color:#333333; }
#t_top ul li.t_li a:hover{ text-decoration:underline; color:#000000; }
#t_bottom{ float:left; }
#t_bottom img{ float:left; }
/**/

/* bottom.php底部样式 */
#bottom{ width:100%; text-align:center; }
#b_menu{ background:url(../images/bottom_01.jpg) repeat-x left top; width:100%; height:28px; line-height:150%; text-align:center; }
#b_menu ul{ padding-top:5px; }
#b_menu ul li{ display:inline; list-style:none; padding-right:10px; }
#b_menu ul li a{ color:#333333; text-decoration:none; }
#b_menu ul li a:hover{ color:#000000; text-decoration:underline; }

#b_bottom{ padding-top:10px; line-height:150%; margin-bottom:20px; }
#b_bottom p{ color:#666666; }
#b_bottom p span.en_font{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#666666; }
/**/

/* 帮助中心help.php页面样式 */
#help_top{ height:30px; line-height:30px; padding-left:5px; }
#help_top a{ text-decoration:none; color:#005cce; }
#help_top a:hover{ text-decoration:underline; }

#help_left{ width:165px; margin-right:20px; float:left; margin-bottom:20px; }
#help_right{ width:813px; float:right; padding-top:5px; }

#help_l_con{
	border:1px solid #959595; border-top:0;
}
#help_l_con h1{ 
	font-size:14px;
	height:26px;
	line-height:26px;
	padding-left:24px;
	background:#faf4d1;
	border-bottom:1px solid #d6d0b1;
}
#help_l_con ul{
	margin-left:20px;
	padding:13px 0 12px 0;
}
#help_l_con ul li{
	width:133px;
	padding-top:2px;
	padding-bottom:3px;
	overflow:hidden;
	list-style:none;
	background:url(../images/help_02.jpg) no-repeat left center;
	padding-left:10px;
}
#help_l_con ul li a{
	color:#222222;
	text-decoration:none;
}
#help_l_con ul li a:hover{
	text-decoration:underline;
}

/**/
