/* CSS Document  Author��־��*/
#forum_box{
margin-top:10px;
width:976px;
border:1px solid #999;
overflow:hidden;
padding:1px;
}
#forum_head{
width:956px;
height:30px;
text-align:left;
padding-left:20px;
font-size:13px;
color:#fff;
font-weight:bold;
line-height:30px;
overflow:hidden;
/*background-image:url(../images/forum/forum_head.jpg);*/
background-color: #999;
}
#forum_head a{
font-size:12px;
color:#fff;
}
#forum_head a:hover{
color:#009900;
text-decoration:none;
}
#forum_head span{
font-size:15px;
color:#fff;
font-family:webdings;
}
.forum_moudle{
width:976px;
padding:1px;
overflow:hidden;
background-color:#f3f3f3;
border-top:1px solid #ccc; 
}
.forum_left{
float:left;
width:650px;
height:50px;
padding-left:50px;
background-image:url(../images/forum/forum_new.gif);
background-repeat:no-repeat;
background-position:10px;
overflow:hidden;
}
.forum_title{
width:650px;
height:25px;
line-height:25px;
text-align:left;
font-size:13px;
}
.forum_title a{
text-decoration:none;
font-weight:bold;
color:#333;
}
.forum_title a:hover{
text-decoration:underline;
}
.forum_description{
width:650px;
height:25px;
line-height:25px;
text-align:left;
font-size: 12px;
color:#333;
}
.forum_right{
float:left;
width:276px;
height:50px;
text-align:left;
line-height:50px;
font-size:12px;
color:#333;
overflow:hidden;
}

#forum_tags{
position:absolute;
margin-left:600px;
margin-top:-25px;
font-size:12px;
width:300px;
height:20px;
}
#forum_tags a{
width:80px;
height:14px;
padding-top:6px;
display:block;
float:left;
margin-right:5px;
text-decoration:none;
background-image:url(../images/forum/forum_tag_btn.gif);
color:#000;
}
#forum_tags a:hover{
color:#009900;
background-position:bottom;
}
#forum_list_main{
width:976px;
overflow:hidden;
}
#forum_list_main a{
color:#000;
}
#forum_list_main a:hover{
color:red;
}
.forum_list_th{
padding:1px;
height:26px;
line-height:26px;
background-color:#CEDCBD;
}
.forum_list_th th{
font-size:12px;
font-weight:normal;
}
.forum_list_tbody tr{
background-color:#fff3e8;
}
.forum_list_tbody td{
height:30px;
border-top:1px solid #ccc;
}
.left_td{
padding-left:40px;
text-align:left;
}
.forum_list_pages{
padding:1px;
height:26px;
border-top:1px solid #999;
font-size:12px;
line-height:26px;
background-color:#f3f3f3;
}