/*************************************
 * CSS styles news: top news *
 *************************************/
.news-list-container {
	width:656px;
	position:absolute;
	display:none;
}

.news-list-container h4 {
	margin:0px;
	
}
.news-list-container p.bodytext {
	margin:0px;
	height:31px;
	margin:0px;
	border-bottom:1px solid #FF0000;
	font-size:11px;

	overflow:hidden;
}

.news-list-container p.news-list-bodytext {
	display:none;
}

.news-list-container .news-image-block {
	float:left;
	padding-right:6px;
	padding-top:3px;
	width:156px;
	/* height:116px; */
	height: 96px;
	text-align:center;

}

.news-list-container .news-image-block img {
	border:1px solid #FFFFFF;
	margin:0 auto;
}

.news-list-container .news-list-image {
	display:none;
}

.news-list-container h4.news-top-title {
	font-size:12px;
	line-height:16px;
	height:32px;
}


.news-list-container h4.news-list-title {
	font-size:10px;
	font-weight:normal;
	border-bottom:1px solid #FF0000;
	/* height:28px; */
	height:18px;
	line-height:18px;
	margin-left:162px;
	overflow:hidden;

}

.news-list-container h4.news-list-title a {
	color:#666666;
}

.news-list-container h4.news-hidden-title {
	display:none;
}

/*************************************
 * CSS styles news: bottom news *
 *************************************/
div.news-latest-container {
	width:664px;
	position:absolute;
	display:none;
}

div.news-latest-container .news-latest-item {

	float:left;
	width: 235px;
	wid\th:210px;
	height:120px;
	padding-left:0px;
	padding-right:7px;
	overflow:hidden;
}
div.news-latest-container div.news-latest-image {
	width:66px;
	wid\th:59px;
	height:59px;
	float:left;	
	padding-top:2px;
	padding-right:7px;
}
div.news-latest-image img {
	display:block;	
}
div.news-latest-container h5 {
	margin:0px;	
	font-size:11px;
	margin-bottom:2px;
}
div.news-latest-container h5 a:link {
	color:#000000;	
}
div.news-latest-container p.bodytext {
	margin:0px;	
	font-size:10px;

}

div.news-latest-container .news-latest-morelink {
	font-size:9px;
	float:right;
	width:70px;	
	text-align:right;

}

.news-single-imgcaption {
	display:none;
}

.news-list-container h3.news-hidden-structure {
	display:none;
}

.news-list-container h3.news-top-structure {
	margin:0px;
	font-size:11px;
	font-weight:normal;
	height:14px;
	
}

.news-list-container h3.news-top-structure a {
       color:red;
}

.news-list-container h3.news-top-structure a:hover {
	text-decoration:underline;
}

.news-latest-container h3.news-latest-structure {
	margin:0px;
	font-size:11px;
	font-weight:normal;
	
}

.news-latest-container h3.news-latest-structure a {
	color:#FF0000;
}

.news-latest-container h3.news-latest-structure a:hover {
	color:#FF0000;
	text-decoration:underline;
}
