@charset "UTF-8";
/* News CSS Document */
.news-latest-container h2, .news-latest-container hr, 
.news-latest-category, .news-latest-morelink, 
.news-latest-gotoarchive, .news-single-author, .news-latest-item img{
	display: none;
}
.news-latest-item{
	width: 250px;
	float: left;
	margin-right: 4px;
	margin-bottom: 10px;
}
#contentMLeft .news-latest-item{
	width:auto;
	float:none;
}
.news-latest-item h3, .news-latest-item p{
	margin-top: 0px;
	margin-bottom:0px;
}
.news-latest-date{
	display: block;
	width: 250px;
	/*text-align: right;*/
	font-size: 9px;
}
.news-latest-date a{
	color: #3E2317 !important;
	text-decoration: none;
}
.news-list-item img, .news-single-img{
	float: left;
	margin: 0 5px 5px 0;
}
.clearer{
	clear:both;
}