
.news-item
{
	margin: 0 0 0 15px;
	padding-left: 0;
}
div.first-item
{
	margin-left: 0px;
}

.news-item a.img-link
{
	padding: 0;
	margin: 0 14px 14px 0;
}

.news-item a.img-link img
{
	background: #707070;
	padding: 1px;
	width: 60px;
	height: 60px;
}
.news-item a.img-link:hover img
{
	background: #ffffff;
}
.news-item-inner{
	width: 150px;
}

.news-item a.title,
.news-item a.title:visited,
.news a.title,
.news a.title:visited{
	color: #fff;
	text-decoration: underline;
}
.news-item a.title:hover,
.news a.title:hover{
	text-decoration: none;
}