.newsContainer {
	width: 340px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 5px;
	float: left;
}

.newsContainerTitle {
	height: 15px;
	width: 356px;
	color: #A7A9AC;
	text-align: center;
	border: 0px solid #ff0000;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.newsDate {
	width: 50px;
	white-space: nowrap;
	font-size: 9px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	float: right;
	text-align: right;
}

.newsGroup {
	width: 50px;
	font-size: 10px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: right;
	text-align: right;
}

.newsGroup a {
	text-decoration: underline;
	color: #6D6F71;
}

.newsTitle {
	/*width: 230px;*/
	float: left;
}

.newsIntro {
	clear: both;
	font-size: 11px;
}

.newsIntro img {
	/*border: 0px solid #EEEEEE;*/
}

.newsIntro p {
	/*line-height: 125%;
	letter-spacing: 0.1px;
	margin: 0px;
	padding: 0px;*/
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.headerNewsContainer {
	padding-left: 19px;
	margin-bottom: 20px;
	height: 222px;
	width: 360px;
	margin-bottom: -125px;
	position: relative;
	float: left;
}

.headerNewsTop {
	height: 4px;
	width: 360px;
	font-size: 0px;
	float: left;
}

.headerNewsContent {
	height: 214px;
	width: 360px;
	background-image: url('/content_images/default/backgrounds/background_news.png');
	float: left;
}

.headerNewsBottom {
	height: 4px;
	width: 360px;
	font-size: 0px;
	float: left;
}