#postlist {
	overflow: hidden;
	margin-top: 5px;
	padding: 0px ;
	min-height: 315px;
	}
#postlist ul{
	width:100%;
	overflow:hidden;
	list-style-type: none;
	padding: 0px;
	margin:10px 0px;
	}
#postlist li {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	list-style-type:none;
	width: 100%;
	
	height:100px;

	background:#ffffff;
	border:1px solid #dddddd;
	}	


#postlist li h3 {
    color:#4B545B;
    font-size:12px;
	line-height:18px;
	overflow:hidden;
	margin:0px 0px;
	padding:5px;

}

#postlist li h2 a {
    color:#4B545B;
    text-decoration:none;
}

#postlist li img {
    float:left;
    padding: 5px;
	background: #ffffff;
}

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

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

.auth{
	overflow:hidden;
	font-family:Tahoma,Arial,verdana, sans-serif;
	font-size:12px;
	color:#262B2F;
	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: 100%;
	}


.listi{	
	line-height:30px;
	font-size:14px;
	color:#fff;
	margin:5px 0 0px 0 ;
	padding:0px 0 0 5px;

	width:100%;
	font-weight:bold;
	font-family:Georgia,Century gothic, Arial, sans-serif;
	text-transform:uppercase;
	border:1px solid #888;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	}

		
#postlist.spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;    
}
ul .spy {
	width:100%;
	height: 315px;
	overflow:hidden;
	list-style-type: none;
	padding: 0px 0px;
	margin:0px 0px;
	}
ul .spy li {
	padding: 0px 0px;
	margin:0px 0px;
	list-style-type:none;
	width: 100%;
	float:left;

	}	
	
