.news {
	margin-bottom: 1em;
	width: 100%;
}

.news h3 {
	margin-bottom: 0.2em;
}

.news .submitted {
	color: gray;
	padding-bottom: 0.3em;
}

.news img.illustration {
	float: right;
	padding: 2px;
	border: 1px solid #ccf;
	margin: 0px 0px 4px 7px;
	margin-right: 1em;
}

.news.teaser img.illustration {
	xfloat: none;
	margin-right: 0px;
}

.news .news-image {
	width: 163px;
	text-align: center;
	float: right;
	xmargin: 0px 0px 4px 7px;
}

.news .source {
	font-style: italic;
}

.news .stars {
	margin-left: 35px;
}

.news .links {
	text-align: right;
}

.news.teaser .links {
	text-align: left;
}

.news-wrapper {
	border-top: 1px solid #c4d3db;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.news.teaser .average-rating, .news.teaser .total-votes {
	display: none;
}



/* news-list */

.news-list td {
	padding: 0em 0.3em 0.3em 0em;
	vertical-align: top;
}

.news-list .date {
	color: gray;
}

.news-list .average-rating, .news-list .total-votes {
	display: none;
}

.news-list .stars {
	white-space: nowrap;
	width: 110px;
}
