@import "box_news.css";
@import "paging.css";

.news_detail {
	padding: 0px 0px 0px 0px;
}
.news_detail .image{
	float: left;
	width: 250px;
	height: 160px;
	overflow: hidden;
	border: 1px solid #F0F0F0;
	padding: 4px;
	margin-right: 10px;
}
.news_detail .image img{
	width: 242px;
	height: 152px;
}	
.news_detail .date {
	text-align: right;
	font-style: italic;
	font: 100 7.5pt verdana;
	margin-bottom: 10px;
	color: #666;
	margin-right: 20px;
}
.news_detail .short_content {
	clear: right;
	font: 700 9pt arial;
	margin-bottom: 10px;
	color: #999;
}
.news_detail .title{
	color: #004276;
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 5px;
}
.news_detail .font_sizer{
	float: right;
	text-align: right;
	margin-bottom: 5px;
}
.news_detail .font_sizer img{
	width: 18px;
	height: 20px;
	margin-left: 2px;
}
.news_detail_content {
	clear: both;
	font: 100 9pt/20px Verdana;
	margin: 10px 0px 8px 0px;
}
.news_detail_content .advert{
	float: left;
	margin-right: 8px;
	border: 1px solid #EAEAEA;
}
.news_detail_content .advert_inner{
	width: 250px;
	height: 250px;
	overflow: hidden;
}
.news_detail_content .content a{
	color: #0000FF;
}
/**/
.news_label {
	border-top: medium double #EAEAEA;
	font: 100 9pt/20px Verdana;
	margin: 0 0 8px;
	padding: 5px 0 0;
	width: 648px;
	border-bottom: 1px solid #EAEAEA; 
}
.news_label .tags {
	background: #FFFFFF url(../img/icon_tags.gif) no-repeat scroll left top;
	font: 700 8.5pt/20px Verdana;
	margin: 0;
	color: #005266;
	padding: 0 0 0 18px;
}
/**/
.news_detail .other_image {
	border: 1px solid #E8E8E8;
	margin-top: 10px;
}
.news_detail .other_image .image{
	margin: 10px 0px 10px 10px;
	width: 88px;
	height: 66px;
	border: 1px solid #c0c0c0;
}
.news_detail_other{
	clear: both;
	margin: 4px 0px 0px 0px;
}
.news_detail_other .item {
	background: url(../img/arrow_01.gif) transparent  4px 8px no-repeat;
	padding-left: 15px;
	margin-bottom: 1px;
}
.news_detail_other .item a{
	color: #000;
	font: 100 8pt/20px Tahoma;
	padding-left: 14px;
	display: block;
	height: 20px;
	background: #F0F0F0;
}
