.newsItem {
	border-bottom: 1px solid #cb2d00;
	padding-bottom: 10px;
	padding-top: 10px;
	max-width: 800px;
	_width: 800px;
}

.newsContent {
	font-size: 12px;
	line-height: 1.5em;
	max-width: 800px;
	_width: 800px;
}

.newsDate {
	color: rgb(136,136,136);
	font-style: italic;
	font-size: 12px;
	padding-top: 10px;
}

#moreNewsDiv {
	height: 40px;
	background: transparent url(../i/ajax-loader.gif) no-repeat scroll center center;
	margin-top: 20px;
}
#moreNewsDiv span {
	display: block;
	width: 170px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background: rgb(255,80,0);
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-shadow: 0 0 1px white;
	box-shadow: 1px 1px 2px #585858;
	-webkit-box-shadow: 1px 1px 2px #585858;
	-moz-box-shadow: 1px 1px 2px #585858;
	cursor: pointer;
}
#moreNewsDiv span:hover{
	box-shadow: 1px 1px 2px white;
	-webkit-box-shadow: 1px 1px 2px white;
	-moz-box-shadow: 1px 1px 2px white;
}
#moreNewsDiv span:active{
	box-shadow: 0 0 2px #585858;
	-webkit-box-shadow: 0 0 2px #585858;
	-moz-box-shadow: 0 0 2px #585858;
}

