#news-module{
	border-top: 1px solid #F2F2F2;
}

.news-container{
	padding: 30px 0 2px 0;
	border-bottom: 1px solid #F2F2F2;
}
.news-date{
	color: #7B7977;
	margin: 0 0 10px 0;
	line-height: 100%;
}
.news-title{
	font-family: Georgia, serif;
    font-size: 150%;
    font-weight: 500;
	line-height: 100%;
	color: #000000;
	margin: 0 0 15px 0;
	display: block;
}
.news-title:hover, .news-title:focus{
	color: #000000;
}
.news-img{
	float: left;
}
.news-more{
	float: right;
	font-family: Georgia, serif;
    font-size: 133%;
    font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	background: #430F4F;
	padding: 11px 15px 12px 22px;
}
.news-more:focus, .news-more:hover{
	color: #ffffff;
}
.news_flash{
	margin: 0 0 10px 0;
}
.news-back{
	margin-top: -52px;
}
body.fontsize2 .news-back,
body.fontsize3 .news-back {
	margin-top: -10px;
	margin-bottom: 20px;
}


.news-container-single #filesList{
	margin-top: 50px;
}

