.comm_forum{

}

.comm_forum .dotted_line{
	width:97%;
	padding-bottom:5px;
}

.comm_forum .dotted_line .forum_tipic{
	float:left;
	margin-bottom:5px;
	margin-left:10px;
	width:390px;
	display:block;
}

.comm_forum .dotted_line .forum_topic_activity{
	float:left;
	margin-left:10px;
	overflow:hidden;
	width:235px;
	display:block;
}

.comm_post_container .solid_line{
	background:url(../img/comm_forum_post_bot_line.gif) repeat-x bottom;
	margin:12px 10px 0 8px;
	overflow:hidden;
	clear:both;
	padding:10px 0;
}
 .solid_line .comm_avatar{
	 display:block;
	 width:80px;
	 text-align:center;
	 float:left;
	 line-height:12px;
 }
 .solid_line .comm_avatar img{
 	border:none;
	}
.solid_line .post_detail{
	 display:block;
	 width:388px;
	 float:left;
 }
.post_detail .post_info{
	background:url(../img/comm_forum_post_info_bg.gif) no-repeat;
	height:20px;
	width:330px;
	padding-left:10px;
	display:block;
	margin-bottom:5px;
}
.post_detail .post_body{
	width:325px;
	padding-left:10px;
	display:block;
	}
.solid_line .post_options{
	width:180px;
	float:right;
	}
.solid_line .post_options a{
	display:block;
	font-weight:bold;
	line-height:20px;
}

#forum_buttons{
	width:495px;
	margin:20px auto;
	overflow:hidden;
	}
#forum_buttons a{
	margin:5px 0 0 250px;;
	}