/**
--------------------------------------------------------
						latest
--------------------------------------------------------
*/
.news-latest-item {
	margin-bottom: 6px;
}
.news-latest-item h4 a {
	text-decoration: none;
}
.news-latest-item .news-title {
	font-weight: bold;
}
.news-latest-item .news-title a {
	text-decoration: none;
}
.news-latest-item .news-image {
	float: left;
	height: 72px;
	padding-right: 8px;
	width: 100px;
}
.news-latest-item .news-content {
	float: left;
	width: 137px;
	color: #90B1D6;
}
.news-latest-item .news-content .news-latest-date {
	color: #E3ECF5;
}

/**
--------------------------------------------------------
						list view latest item
--------------------------------------------------------
*/
.news-latest-item-first {
	height: 194px;
	width: 582px;
	background-color: #fff;
}
.news-latest-item-first .news-image {
	width: 200px;
	height: 194px;
	float: left;
}
.news-latest-item-first .news-image img {
	padding: 0;
	margin: 0;
}
.news-latest-item-first .news-content {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	width: 352px;
}
.news-latest-item-first .news-content .title {
	margin-top: 12px;
	margin-bottom: 12px;
	color: #034EA2;
	font-size: 1.36em; /* 15px */
	font-weight: bold;
}
.news-latest-item-first .news-content .content {
	color: #666;
	height: 94px;
	width: 342px;
}
#container #right .readMore .buttons {
	margin-top: 15px;
}
#container #right .readMore .buttons .button {
	padding: 0px;
	margin-bottom: 0px;
	height: 31px;
	width: 70px;
	overflow: hidden;
	position: relative;
}
#container #right .readMore .buttons .button img {
	position: absolute;
	top: 0;
}
#container #right .readMore .buttons .hover img {
	top: -31px;
}

/**
--------------------------------------------------------
						list
--------------------------------------------------------
*/
.news-list-container .news-list-item a {
	background: transparent url(../images/news/play.gif) no-repeat 544px center;
	border-bottom: 1px solid #525252;
	display: block;
	line-height: 43px;
	text-decoration: none;
	width: 582px;
}
.news-list-container .news-list-item a:hover {
	background-image: url(../images/news/play_hover.gif);
	background-color: #ec1a71;
}
.news-list-container .news-list-item .date {
	padding: 0 24px 0 8px;
	color: #ccc;
}
.news-list-container .news-list-item a:hover .date {
	color: #fff;
}
.news-list-container .news-list-item .title {
	color: #ec1a71;
	text-decoration: underline;
}
.news-list-container .news-list-item a:hover .title {
	color: #fff;
}

/**
--------------------------------------------------------
						single
--------------------------------------------------------
*/
#container #content .news-single-item .news-single-img a:hover{
	background: none;
}

.news-single-item .news-single-backlink-top {
	border-bottom: 1px solid #4c4c4c;
	padding-bottom: 15px;
}
.news-single-item .news-single-backlink-top a, 
.news-single-item .news-single-backlink-bottom a {
	background: transparent url(../images/news/detail_arrow_left.gif) no-repeat 2px center;
	color: #ec1a71;
	font-family: 'Trade Gothic', Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.56em; /* 17.13px */
	padding-left: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.news-single-item .news-single-backlink-bottom {
	padding-top: 15px;
	border-top: 1px solid #4c4c4c;
}
.news-single-item .news-single-timedata {
	color: #fff;
	font-size: 1.36em; /* 15px */
	font-weight: bold;
	padding: 20px 0 2px 0;
}
.news-single-item h4 {
	margin-bottom: 6px;
	color: #fff;
	font-size: 2.27em; /* 25px */
	font-weight: bold;
}
.news-single-item .subheader {
	color: #ccc;
	font-weight: bold;
}
.news-single-item .news-single-img {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.news-single-item .content {
	margin: 20px 0 6px 0;
	color: #fff;
}