/* 针对自定义问题列表css样式
说明：请根据模板定义标签(DIV)来更改相应的css样式
不要改动模板标签，若有改动。请相应更改css样式.

*/
/* 整个页面样式 body之间内容样式 */
body{
	margin:auto;			 /* 页面位置(居中)  */
	padding:auto;			 /* 内容距四角位置  */
	background:#ffffff; 	 /* 背景为白色      */
	font-size:12px;     	 /* 字体为12px      */
	font-family: Arial,      /* 字体样式        */
		 	     Helvetica,
		 		 sans-serif, 
		 		 "宋体";
	color: #000000; 		/* 页面中字体颜色   */			 
	text-align:center;      /* 页面中的控件居中 */
	
}
a{
	text-decoration:none;
}
/* 定义头部样式 */
#top{
	margin: 0px;			/* 头部位置         */
	padding:0px;			/* 内容距四角位置   */
	background:	; 			/* 背景颜色 		*/
	width:100%;             /* 头部宽度         */
	height:30px;            /* 头部高度         */
	text-align:left;
}

/* 定义中部样式 包含搜索/问题列表 */
#wrapper{
	margin:  0px;          
	padding: 0px; 
	width:99%;     
	
	
}

/* 定义尾部样式 */
#bottom{
	margin:auto;
	padding:auto;
	height:20px;
	background:;
	width:100%;     
}

.search{
	margin:0px;
	padding:0px;
	height:25px;
	text-align:left;
}

.mainlist{
	margin:auto;
	padding:auto;
	
}

/*头部游戏百科字体*/
.top_title{
	color:#004499;
	font-weight:bold;
	font-size:14px;
}

/* 问题类型分类  */
.class_top{
	margin:auto;
	padding:0;
	height:24px;
	text-align:left;

	
}
/* 问题类型字由ul/li显示 */
.class_top ul{
	 margin:0px;
     padding:0px;
     list-style:none;
}
.class_top li{
	display:inline;
	margin:0;
	
	
}

.class_banner{
	margin:auto;
	padding-top:6px;
	height:20px;
	width:100%;
	color:#0044dd;
}

/* 文字链接样式 */
.class_banner a{
	text-decoration:none;
	color:#0044dd;
}
.class_banner a:visited{
	text-decoration: none;
}

/* 问题类型span */
.class_top span{
	margin:auto;
	padding:4px;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	font-size:14px;
	
	
	
	
}



/*问题列表*/
.mainlist_info{
	margin:0px;
	border:1px solid #333333;
	
}


.text{
	border:1px solid #333333;
	background:#efefef;
}
.search_but{
	border:1px solid #333333;
	background:#cccccc;
	background-color:#DFE5E2;
}


/*选中类别样式*/
.class_unsel{
background:#ffffff;
}
.class_sel{
	background:#DEDFDE;
	color:#ffffff;
	font-weight:bold;
	
}

/*表单样式*/
form {
	margin: 0px;
	padding: 0px;
}