/**************
* Latest View *
**************/
.news-latest-item{
	padding-bottom: 10px;
}

/************
* List View *
************/
.news-list-item {
	float: left;
	width: 310px;
}

.news-list-image {
	float: right;
	width: 100px;
	margin-right: 15px;
}

.news-list-title {
	font-weight: bold;
	font-size: 12px;
}

/**************
* Single View *
**************/
.news-single-images {
	padding: 10px;
	float: right;
}

