
.newsList {
	padding: 0 10px 0 20px;
}

.clearDiv {
	clear: both;
}
/* NewsTop
================*/
.newsTop {
	padding: 0 0 10px 0;
}
.newsMainTitle {
	font-size: 1.17em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 10px 0 5px 0;
  	color: #333;
}
.newsMainTitle A {
	text-decoration: none;
  	color: #333;
  	cursor: text;
}
.newsMainTitle A:hover {
	text-decoration: none;
}
.newsMainTitle SPAN.newsRss A {
	margin: 0 0 0 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../pics/rss.gif) no-repeat center center;
	text-decoration: none;
}
.newsMainTitle SPAN.newsRss A:hover {
	text-decoration: none;
	cursor: pointer !important;
}
/* 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;
}
.newsItemShortened .newsDate {
	padding-right: 5px;
}
/* newsPagination
================*/
.newsPagination {
	padding: 10px 0;
}
.prevNext {
}
A.prevNextButton {
}
A.prevButton {
}
A.nextButton {
}
SPAN.prevNextPages {
}
.disabledPrevNextButton {
	display: none;
}