/* List and latest */
.news-list-item {
	border-bottom: 1px solid #99CC00;
	margin-bottom: 16px;
	padding-bottom: 10px;
}
.news-list-item .news-list-image {
	float: left;
	min-height: 40px;
	position: relative;
	width: 92px;
}
.news-list-item .news-list-image a {
	display: block;
	overflow: hidden;
}
.news-list-item .news-list-image .overlay {
	background: transparent url("../images/backgrounds/news_latest_overlay.gif") no-repeat left top;
	height: 80px;
	left: 0;
	width: 80px;
	position: absolute;
	top: 0;
}
.news-latest-container .news-list-item {
	margin-bottom: 6px;
	padding-bottom: 0;
}
.news-list-container .news-list-item .news-list-content {
	float: right;
	width: 620px;
}
.news-list-item .news-list-date {
	color: #666;
	padding-right: 1em;
}
.news-list-item p {
	display: inline;
}
.news-single-item .news-single-backlink a,
.news-list-item .news-list-morelink a {
	color: #333;
	display: block;
	margin-top: 6px;
	text-decoration: underline;	
}
.news-single-item .news-single-backlink a:hover,
.news-list-item .news-list-morelink a:hover {
	color: #7B9D26;
	text-decoration: underline;
}
.news-list-item h3 {
	border-bottom: 0;
	margin: 0;
}
.news-list-item h3 a {
	color: #7B9D26;
	font-weight: bold;
	text-decoration: none;
}
.news-list-item h3 a:hover {
	text-decoration: underline;
}

.news-latest-gotoarchive {
	text-align: right;
}
.news-latest-gotoarchive a {
	background: transparent url("../images/bullets/arrow_right.gif") no-repeat left center;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}
.news-latest-gotoarchive a:hover {
	text-decoration: underline;
}
.news-single-image {
	float: right;
	margin: 0 0 10px 10px;
}
.news-browser ul {
	float: right;
}
.news-browser li{
	float: left;
	margin: 0 5px 0 5px;
}
.news-browser li a{
	text-decoration: none;
}
.news-browser li a.inactive {
	font-weight: bold;
}
