

.newsList {
	clear: left;
	float: left;
	width: 460px;
	padding: 5px 0;
}

.clearDiv {
	clear: both;
}
/* NewsTop
================*/
.newsTop {
}
.newsMainTitle {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: normal;
  	margin: 0;
  	padding: 10px 0 5px 0;
  	border-bottom: 1px solid #e5e5e5;
}
.newsRss {
}
/* NewsItem
================*/
.newsItem {
	padding: 0 0 15px 0;
}
.newsDate {
}
.newsTitle {
}
.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;
}
/* newsPagination
================*/
.newsPagination {
	padding: 10px 0;
}
.prevNext {
}
A.prevNextButton {
}
A.prevButton {
}
A.nextButton {
}
SPAN.prevNextPages {
}


/*#############################################################*/



.newsListItems A {
	text-decoration: none;
}
.newsListItems A:hover {
	text-decoration: underline;
}
.newsItem {
	padding: 5px 0;
	background: url(/pics/dotted.gif) repeat-x bottom;
}
.newsDate {
	float: left;
	color: #797979;
	width: 75px;
}