/* Mews */
#news {
	position: relative;
	left: 12px;
	float: right;
	width: 33.3%;
}
#news h5 {
	margin: 14px 16px 4px;
	padding-left: 27px;
	background: url(/app/news-arrow.png) no-repeat 0 2px;
}
#news dl {
	padding: 10px 0;
	border-bottom: 1px solid #e1e3e6;
	color: #929292;
	font-size: 12px;
	line-height: 1.5;
}
#news dt,
#news dd {
	margin: 0 17px;
}
#news dd a {
	color: #43484d;
}
#news .light-title h3 {
	padding: 9px 17px;
}
.news-more {
	margin: 1px;
	background: #e1e3e6;
	text-align: right;
	padding: 10px 16px;
	font-size: 12px;
}
.news-more a {
	color: #d6312d;
}
.news-group {
	border-top: 1px solid #e1e3e6;
}

/* Rubrics */
#rubrics {
	width: 66.7%;
}
.weektheme .rubric-title h3 {
	font-size: 30px;
	color: #d6312d;
}
.weektheme .teaser h5 {
	font-size: 24px;
	line-height: 24px;
}