/* ------------- LATEST -------------- */
.news-latest-item{
	/*font-size: 11px;*/
	color: #fff;
	margin: 16px 0;
	padding: 2px 2px 0px 2px;
	background-repeat: no-repeat;	
}
.news-latest-item p{
	font-size: 11px;
	color: #999;
	font-weight: normal;
	padding: 2px 0px 0px 0px;
}

.news-latest-date {
	font-weight: bold;
	font-size: 11px;
	font-size: 1em;
	font-weight: bold;
}

.news-latest-title {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

.news-latest-title a:link, .news-latest-title a:active, .news-latest-title a:visited{
	text-decoration: none;
	font-size: 13px;
	color: #fff;
}

.news-latest-title a:hover{
	text-decoration: underline;
}



.news-latest-img{
	float: left;
}

.news-latest-img img{
	margin: 5px 5px 2px 0px;
}

.news-latest-morelink a:link, .news-latest-morelink a:active, .news-latest-morelink a:visited{
	background-image:url(../lay/internal_link.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
	font-size: 10px;
	font-weight:bold;
	color:#f99ed8;
	padding: 10px 0px 0px 23px;
}

.news-latest-morelink a:hover{
	background-image:url(../lay/internal_link.gif);
	background-repeat:no-repeat;
	background-position:left bottom
	text-decoration: underline;
	font-size: 10px;
	font-weight:bold;
	color:#f99ed8;
	padding: 10px 0px 0px 23px;
}

.news-latest-backlink a:link, .news-latest-backlink a:active, .news-latest-backlink a:visited{
	text-decoration: underline;
	color: #f99ed8;
	font-size: 11px;
	font-size: 0.94em;
	font-weight: regular;
}


/* -------------- LIST --------------- */

.news-list-item{
	font-size: 11px;
	color: #fff;
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 0px 10px;
	background-repeat: no-repeat;	
	border-top: 1px solid #a92378;
}

.news-list-date{
	font-weight: bold;
	font-size: 11px;
	font-size: 1em;
	font-weight: bold;
}

.news-list-title{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.news-list-title a:link, .news-list-title a:active, .news-list-title a:visited{
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

.news-list-title a:hover{
	text-decoration: underline;
}

.news-list-item p{
	font-size: 12px;
	font-size: 1em;
	color: #fff;
	font-weight: normal !IMPORTANT;
	padding: 5px 0px 0px 0px;
}

.news-list-img{
	float: left;
}

.news-list-img img{
	margin: 5px 5px 2px 0px;
}

.news-list-morelink a:link, .news-list-morelink a:active, .news-list-morelink a:visited{
	background-image:url(../lay/internal_link.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
	color:#f99ed8;
	padding: 10px 0px 0px 23px;
	
}

.news-list-morelink a:hover{
	background-image:url(../lay/internal_link.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration: underline;
	font-size: 11px;
	font-weight:bold;
	color:#f99ed8;
	padding: 10px 0px 0px 23px;
}

.news-list-backlink a:link, .news-list-backlink a:active, .news-list-backlink a:visited{
	text-decoration: underline;
	color: #f4a7d8;
	font-size: 11px;
	font-size: 0.94em;
	font-weight: regular;
}


/* -------------- SINGLE -------------- */
.news-single-img{
	float: right;
	margin: 0px 0px 5px 15px;
}

.news-single-img img{
	margin: 10px 0px 0px 0px;
}
.news-single-item {
	font-size: 12px;

	font-weight: normal !IMPORTANT;	
}
.news-single-item h2, .news-single-item h3{

	color: #fff !important;

}

.news-single-additional-info, .news-single-related, .news-single-files, .news-single-links{
	margin: 15px 0px 0px 0px;
}

.news-single-related dt{
	font-weight: bold;
}
.news-single-backlink{
margin-top: 30px;
}
.news-single-backlink a:link, .news-single-backlink a:active, .news-single-backlink a:visited{
	color: #f99ed8;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 30px;
}


.news-single-backlink a:hover{
	color: #fff !important;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 30px;
	
}


#start .news-list-item {
color: #CC3333 !IMPORTANT;
}
