
.news-list-container{
	width: 550px;
	float: left;
}

.news-image, .news-single-img{
/*	width: 120px;
	height: 120px;
*/	margin-right: 5px;
	clear: none;
	float: left;
}

.news-item-title{
	font-size: 20px;
	color: #FFF;
/*	margin-top : -85px;*/
/* margin-top may need to be fixed for other browser than firefox */
}

.news-item-subheader{

}

.news-item-title a{
	color: #FFF;
	text-decoration:none;
}

.news-list-date{
	display: none;
}


.more {
	float: right;
	background: #242424 url(../images/button_send_small.png) right no-repeat;
	padding: 3px 15px 3px 3px;
	width: 55px;
	clear: both;
}
.more a {
  color: #ffffff;
  text-decoration: none;
  
}

.news-single-item {
	width: 550px;
}
