@charset "utf-8";
/* CSS Document */

a.newsLink, a.newsLink:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

div.newsBox, div.newsBoxActive {
	display: block;
	width: 550px;
	background-image: url(/img/news/newsbox_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 4px 4px 12px 4px;
	cursor: pointer;
}

div.newsBoxActive {
	background-image: url(/img/news/newsbox_bg-active.jpg);
}

h2.newsTitle {
	color: #339900;
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0px 2px 0px;
}

div.newsDate {
	position: absolute;
	right: 4px;
	font-size: 9px;
	color: #999999;
}

#newsPlayer {
	position: absolute;
	display: block;
	width: 606px;
	height: 317px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	margin-left: 194px;
	top: 118px;
}

h2.newsPlayer_newsTitle {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0px 2px 0px;
}

div.newsPlayerItem {
	position: absolute;
	display: block;
	border: 1px solid #ffffff;
	width: 604px;
	height: 315px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div.newsPlayerItemText {
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	margin: 8px;
}