/*news items*/
.news-item{
	float:left;
	width:467px;	
	height:68px;
	padding:0 0 0px 15px;
	background:url(/html/images/framework/news-item.png) 15px 0 no-repeat;
}
.news-item h2{
	float:left;
	width:100%;
	font-size:0.95em;	
	padding:11px 0 0px 30px;
	font-weight:bold;
	background:url(/html/images/icons/small/star.png) 8px 9px no-repeat;
}
.news-item h2 a{
	color:#666;
}
.news-item h2 a:hover{
	color:#F6B62F;
}
.news-item p{
	font-size:0.7em;
	color:#F6B62F;
	padding:0 0 0 1px;
}
.read-more{
	background:#e6e6e6;
	color:#4d4d4d !important;
	padding:0.25em 0.5em;
}
a.read-more:hover{
	background:#F6B62F;	
	color:#fff !important;
}
