/*
#middle .news-latest-container {
	clear:both;
	float:left;
	display:block;
	width:169px;
	padding-bottom:8px;
	background-color:#e9ecf0;
	background-image:url(box_bottom.gif);
	background-repeat:no-repeat;
	background-position:0% 100%;
}

#middle .news-latest-container h1 {
	clear:both;
	float:left;
	display:block;
	width:162px;
	height:14px;
	margin:0px;
	padding:5px 0 5px 7px;
	background-image:url(box_header.gif);
	background-repeat:no-repeat;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	color:#ffffff;
}

#middle .news-latest-container .news-latest-item {
	clear:both;
	float:left;
	display:block;
	width:155px;
	padding:0 7px 0 7px;
	background-image:url(box_bg.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
}

#middle .news-latest-container .news-latest-item h2 {
	clear:both;
	display:block;
	margin:0px;
	padding:10px 0 6px 0;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	color:#1a3553;
}

#middle .news-latest-container .news-latest-item p {
	margin:0px;
	padding:0 0 5px 0;
	font-size:10px;
	line-height:14px;
	color:#555555;
}

#middle .news-latest-container .news-latest-item .news-latest-morelink {
	clear:both;
	float:left;
	display:block;
	width:155px;
	padding-bottom:3px;
}

#middle .news-latest-container .news-latest-item .news-latest-morelink a {
	clear:both;
	float:right;
	display:block;
	padding-left:8px;
	background-image:url(arrow_big.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	color:#ff8c00;
}

#content .news-list-item {
	clear:both;
	display:block;
	padding-bottom:45px;
}

#content .news-list-item img,
#content .news-single-item img {
	float:right;
	display:block;
	padding-left:10px;
}

#content .news-list-item .news-list-date,
#content .news-single-item .news-single-date {
	clear:both;
	display:block;
	font-size:11px;
	font-weight:normal;
	color:#666666;
}

#content .news-list-morelink a {
	clear:both;
	padding-left:12px;
	background-image:url(arrow_double.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}

#content .news-single-backlink a {
	font-weight:bold;
	padding-left:10px;
	background-image:url(arrow_back.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
*/