.news_item {
	float:left;
	width:100%;
	margin-bottom:10px;
	min-height:450px;
}

.news_icon {
	float:left;
	width:100%;
}

.news_icon_tiled {
	width:100%;
	max-height:280px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	line-height:0px;
}

.news_icon_tiled img {
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}

.news_updated {
	float:left;
	width:100%;
	font-size:small;
	font-style:italic;
	margin-bottom:5px;
}

.news_text {
	float:left;
	width:100%;
	margin-left:10px;
	font-size:small;
}

.news_title {
	float:left;
	width:100%;
	margin-bottom:5px;
	text-align:left;
	font-size:medium;
}
