.news_top_container {
	width: 680px;
}

.news_topic {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: relative;
}

.news_date {
	font-weight: bold;
	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.news_image_left {
	margin: 0 8px 8px 0;
	float: left;
}

.news_image_right {
	margin: 0 0 8px 8px;
	float: right;
}

.news_container {
	background-color: #ececec;
	padding: 8px;
	margin-bottom: 5px;
	position: relative;
	width: 729px;
}

.no_news {
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 10px 0;
	text-align: center;
}