/* CSS Document */

* {font:12px "Arial","宋体","Tahoma","QQ 50198763",sans-serif;}/*12px大，字体优先：Arial,然后：宋体,Tahoma,族科sans-serif*/
html,body {height:100%;}/*设置浏览器高度为100%*/
body,form,p,pre,ul,dl,h1,h2,h3,h4,h5,h6 {padding:0;margin:0;}/*设置form、p、pre、ul、ol、dl、h1、h2、h3、h4、h5、h6内外补丁为0*/
div,p {display:block;}/*所有div/p为块元素*/

/*-------------------top------------------*/
#top {height:65px; margin:0px auto; width:750px;}
#toplogo { float:left; margin-top:10px; margin-left:22px !important;margin-left:11px; }
#topnav { float:left; margin-top:4px; margin-left:34px; width:553px; height:29px; background:url(../images/topnavbg.jpg);   }
#topnav ul {  margin-left:18px; background:url(../images/qqcomlogo.jpg) left no-repeat;  height:20px;  padding-left:90px; padding-top:6px;}
#topnav ul li { display:inline;}
#topnav ul li a { color:#d8effa; text-decoration:none;}
#topnav ul li a:hover { color:#fff; text-decoration:underline;}
/*----------------foot-----------------*/
#foot { clear:both;width:700px; margin:0 auto; margin-top:12px; line-height:18px; text-align:center;}
#foot ul li{ display:inline; padding-left:4px; padding-right:4px; }
#foot a { color:#FFF; text-decoration:none;}
#foot a:hover { color:#FFF; text-decoration:underline;}
#foot p { margin-top:4px; height:48px; line-height:18px; color:#FFF;}

/*-- 全局设置 --*/
* {font:12px "Arial","宋体","Tahoma","QQ 50198763",sans-serif;}/*12px大，字体优先：Arial,然后：宋体,Tahoma,族科sans-serif*/
body {text-align:center; }
li{
	list-style-type:decimal !important ;
}
/*----------------content----------------*/

#content {margin-top:8px; padding-top:9px; padding-bottom:9px; background:url(../images/content_bg1.jpg) top; background-repeat:repeat-y;width:750px; }
#content_act { height:220px; padding:8px 18px 0 18px; background: #fff url(../images/content_bg2.jpg) repeat-x; }
/*-- --*/
a.white:link,a.white:active,a.white:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.white:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.orange:link,a.orange:active,a.orange:visited {
	color:#FF9900;
	text-decoration: none;
}
a.orange:hover {
	color:#FF9900;
	text-decoration: underline;
}
a.red:link,a.red:active,a.red:visited {
	color:#FF0000;
	text-decoration: underline;
}
a.red:hover {
	color:#FF9900;
	text-decoration: underline;
}
a.grey:link,a.grey:active,a.grey:visited {
	color:#666666;
	text-decoration: none;
}
a.grey:hover {
	color:#666666;
	text-decoration: underline;
}
a.blue:link,a.blue:active,a.blue:visited {
	color:#0066cc;
	text-decoration: none;
}
a.blue:hover {
	color:#0066cc;
	text-decoration: underline;
}
.textbox{
	border:1px #999999 solid;
	height:18px;
	padding:1px;
}
.text_red{
	color:#FF0000;
}
.text_blue{
	color:#0066cc;
}
text_bold{
	font-weight:bold;
}
.qa_div {
	FILTER: revealTrans(transition=23,duration=0.5) blendTrans(duration=0.5);
	VISIBILITY: hidden;
	POSITION: absolute;
	BACKGROUND-COLOR: #FFFFFF;
	width:230px;
	line-height:18px;
	color:#336cff;
	padding:0px;
}
