.newsItem{
	width:calc(100% - 14px);
	margin:5px 7px;
	margin-top:10px;
	margin-top:10px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	box-shadow:0 0 10px #000;
}

.newsHeader{
	width:100%;
	height:37px;
	background:url(../images/news_title.png) no-repeat left top !important;
	box-shadow: 0 0 10px #000;
	position:relative;
}

.newsHeaderDetails{
	height:15px;
	padding:3px 7px;
	margin:8px 10px 0 0;
	box-shadow:0 3px 4px #000 inset,0 1px 0 #fff3;
	background:#0007;
	border-radius:3px;
	font-size:11px;
	color:#bebebe;
	float:right;
}

.newsBody{
	width:calc(100% - 27px);
	padding:7px 13px 10px 13px;
	background-color:rgb(35, 35, 35);
	border-top:solid 1px #fff2;
	border-bottom:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	line-height:20px;
}

.newsPageSelect{
	margin-left: 7px;
}