div.fixed-news {
	width: 200px;
	max-height: 300px;
	background: #f1f1f1;
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
div.fixed-news .header {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
div.opinion .author {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #1e4a6d;
}
div.fixed-news .link {
	font-size: 1.1em;
	text-decoration: underline;
	float: right;
	padding: 5px 0 0;
}
div.fixed-news img.preview_picture {
	margin:0 8px 0 0;
	max-height: 56px;
	width: auto;
}

.news-date-time {
	color:#486DAA;
}
