/*
 *@Description: common.css
 *@Version:	    v1.0(2011-03-09 14:00)
 *@Website:	    http://www.19lou.com
 *@Author:      sev7n
 *@Update:      
 */

#forum-hd {margin-top:-7px;padding:7px 0 0 10px;height:38px;line-height:38px;background:url(images/bg_forumlist.jpg) no-repeat;}
	#forum-hd h1 {float:left;margin-right:10px;font:400 20px/38px "ºÚÌå";color:#8CA226;}

#forum-bd {width:1000px;overflow:hidden;}
	#forum-bd li {position:relative;float:left;margin:10px 20px 0 0;padding:7px 10px 0 90px;width:378px;height:83px;line-height:18px;color:#666;border:1px solid #F2F2F2;overflow:hidden;}
		#forum-bd h3 {display:inline;margin-right:5px;font:700 14px/20px "ËÎÌå";color:#324F64;}
		#forum-bd em {color:#FC6D02;font:700 12px/20px Arial;}
		#forum-bd span {color:#333;}
		#forum-bd .forum-img {position:absolute;top:13px;left:10px;width:64px;height:64px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
	#forum-bd .hover {background:#F5F5F5;}