/******* News Index *****************/
/******* Tab Content *****************/
.tabContent {
	clear: both;
	height: 250px;
	border: 1px solid #c0c0c0;
	border-top: 0;
	padding: 10px;
	overflow: hidden;
}

.tabContent li {
	height: 24px;
	border-bottom: 1px dotted #e7e7e7 !important;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 10px;
	background: url(../images/icon_li_arrow_orange.gif) no-repeat left;
	line-height: 24px;
}

.tabContent li strong {
	float: left;
	font-weight: normal;
}

.tabContent li cite {
	float: right;
	color: #a9a9a9;
	font-size: 11px;
	text-align: right;
}

/******* Hot Tags *****************/
#hotTags {
	height: 251px;
	padding: 10px;
	line-height: 25px;
}

#hotTags a {
	margin-right: 3px;
}

#hotTags a cite {
	color: #a9a9a9;
	font-size: 11px;
}

/******* News Category *****************/
/******* News List *****************/
.newsList {
	margin-top: 10px;
}

.subNewsList {
	margin-top: 10px;
}

/******* News View *****************/
/******* Font Resizing, Previous Page, Next Page, Print, etc. *****************/
#newsLink {
	float: right;
	display: inline;
	width: 120px;
	margin: 4px 10px 0 0;
}

#newsLink ul li {
	float: left;
	display: inline;
	margin-left: 4px;
}

/******* News Content *****************/
#newsContent {
	clear: both;
	padding: 20px;
	background: #f5f5f5;
}

.newsContentAds {
	display: block;
	width: 468px;
	height: 60px;
	margin: 20px auto 10px auto;
	text-align: center;
}

.newsContentAds2 {
	display: block;
	width: 468px;
	height: 15px;
	margin: 10px auto;
	text-align: center;
}

/******* News Title *****************/
#newsTitle {
	height: 35px;
	border-left: 2px solid #a9a9a9;
	padding-left: 7px;
}

#newsTitle h1 {
	font-size: 14px;
	font-weight: bold;
}

#newsTitle p {
	margin-top: 5px;
	color: #a9a9a9;
}

/******* News Body *****************/
#newsBody {
	clear: both;
	margin-top: 20px;
	line-height: 1.8em;
	word-break: break-all; /* Wrap in IE */
}

#newsBody p {
	margin: 1em 0;
	line-height: 1.8em;
}

#newsBody h1, #newsBody h2, #newsBody h3, #newsBody h4, #newsBody h5, #newsBody h6, #newsBody h7 {
	margin: 2em 0 1em 0;
	font-size: 1.2em;
	font-weight: bold;
}

#newsBody blockquote {
	margin-left: 2em;
}

#newsBody ul {
	list-style: disc;
	margin-left: 2em;
}

#newsBody ol {
	list-style: decimal;
	margin-left: 2em;
}

#newsBody ul li, #newsBody ol li {
	line-height: 1.8em;
}

#newsBody a {
	color: #00f;
}

#newsBody pre {
	padding: 5px 10px;
	background: #fff;
	font-family: Arial;
	line-height: 1.8em;
}

#newsBody td {
	padding: 4px;
}

/******* News Attachment *****************/
#newsAttach {
	clear: both;
	margin-top: 10px;
}

#newsAttachment ul li {
	float: left;
	display: block;
	line-height: 12px;
}

#newsAttachment ul li img {
	margin-bottom: 5px;
	border: 1px solid #a9a9a9;
	padding: 3px;
}

/******* News Tag *****************/
#newsTag {
	clear: both;
	height: 20px;
	margin-top: 10px;
	border: 1px solid #65ab31;
	background: #eef8e6;
	padding: 5px 0;
}

#newsTag h4 {
	float: left;
	width: 45px;
	height: 20px;
	background: url(../images/titlebar_tag.gif) no-repeat;
	text-indent: -1000px;
}

#newsTag ul {
	float: left;
	width: 693px;
	height: 20px;
}

#newsTag ul li {
	float: left;
	display: inline;
	margin-left: 10px;
	line-height: 20px;
}

#newsTag ul li a {
	color: #65ab31;
}