.newsList {
}

.clearDiv {
	clear: both;
}
/* NewsTop
================*/
.newsTop {
	display: none;
}
.newsMainTitle {
}
.newsRss {
}
/* NewsItem
================*/
.newsItem {
	padding: 0 0 15px 0;
}
.newsDate {
	display: block;
	font-weight: bold;
}
.newsTitle {
	font-weight: bold;
}
.newsDetails {
}
.newsDetails DIV {
	/*display: inline;*/
}

.newsSource {
	font-style: italic;
}
.newsImage {
}
.newsImage IMG {
	float: left;
	padding: 10px 10px 5px 0;
}
.newsText {
	padding: 5px 0 0 0;
}
A.newsReadMore {
	white-space: nowrap;
}
/* newsItemShortened
================*/
.newsItemShortened {
	padding: 5px 0;
}
.newsItemShortened DIV {
	/*display: inline;*/
}
.newsItemShortened .newsDate {
}
/* newsPagination
================*/
.newsPaginationBottom {
	padding: 10px 0px 5px 0px;
}
.newsPaginationTop {
	padding: 5px 0px 10px 0px;	
}
.prevNext {
}
A.prevNextButton {
}
A.prevButton {
}
A.nextButton {
}
SPAN.prevNextPages {
}
.disabledPrevNextButton {
	display: none;
}