#postlist {
	overflow:hidden;
	margin-top:5px;
	padding:0px 0px;
	height:310px;
	}
#postlist ul{
	width:335px;
	overflow:hidden;
	list-style-type: none;
	padding: 0px 0px;
	margin:0px 0px;
	}
#postlist li {
	padding: 5px 5px;
	margin:0px 0px 5px 0px;
	list-style-type:none;
	width: 323px;
	float:left;
	height:60px;
    	overflow: hidden;
	background:#000000;
	border:1px solid #333333;
	}	


#postlist li h2 {
    	color: #999999;
    	font-size:16px;
	height:18px;
	overflow:hidden;
	margin:0px 0px;
	padding:0px 0px 2px 0px;

}

#postlist li h2 a {
    color: #00ff00;
    text-decoration:none;
}

#postlist li h2 a:hover {
    color: #99ff00;
    text-decoration:none;
}

#postlist li img {
    float:left;
    margin-right:5px;
	background:#EFEFEF;
}

.fcats{
	overflow:hidden;
	font-size:12px;
	color: #999999;
	padding:2px 0px;
	margin:1px 0px 0px 0px;
	height:15px;
	font-family:Tahoma,Arial,verdana, sans-serif;
}

.fcats a:link,.fcats a:visited {
	color: #999999;
}	

.auth{
	overflow:hidden;
	font-family:Tahoma,Arial,verdana, sans-serif;
	font-size:12px;
	color: #999999;
	padding:0px 0px;
	margin:0px 0px;
}
.listi{	
	line-height:30px;
	font-size:14px;
	color:#fff;
	margin:5px 0 5px 0 ;
	padding:0px 0 0 5px;
	background:#8B979F;
	font-weight:bold;
	font-family:Georgia,Century gothic, Arial, sans-serif;
	text-transform:uppercase;
	border:1px solid #888;
	width:328px;
	}