/*以下是全局Html的CSS样式*/
body
{
	font:normal 12px "宋体","Tahoma","Arial";
	text-align:center;
	padding:0px;
	margin:0px;
	/*background-image:url("./images/background.gif");*/
}
A
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
/*A:link
{
	color: #000000;
	text-decoration: none;
}
A:visited
{
	color: #000000;
	text-decoration: none;
}*/
A:hover
{
	color: #996600;
	TEXT-DECORATION: underline;
}
table,tr,td
{
	font:normal 12px "宋体","Tahoma","Arial";
}
input
{
	border:1px #D4D4D4 solid;
	line-height:140%;
}
/*用于布局的CSS样式*/
/*head.htm*/
#top
{
	position:relative;
	left:0px;
	top:0px;
	width:903px !important;
	width:900px;
	text-align:left;
	height:86px;
	background:#FFFFFF;
	border-bottom:1px #D4D4D4 solid;
}
#top .topLogo
{
	width:220px;
	border:1px #1857B3 solid;
}
#top .favIndex
{
	/**/
	height:26px;
	text-align:right;
}
#top .topMenuBg
{
	height:34px;
	background-image:url("./images/top_menu_bg.jpg");
	text-align:center;
	width:100px;
}
#top .topMenuBgEnd
{
	height:34px;
	background-image:url("./images/top_menu_bgend.jpg");
	text-align:center;
}
.topMenuBg A
{
	font:bold 14px "微软雅黑","宋体","Tahoma","Arial";
	color:#FFFFFF;
}
.topMenuBg A:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.topMenuBg A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.topMenuBg A:hover
{
	color: #FFFFFF;
	TEXT-DECORATION: underline;
}
/*head.htm*/
#qgBody
{
	position:relative;
	display:table;
	left:0px;
	right:10px;
	width:897px !important;
	width:894px;
	text-align:left;
	background:#FFFFFF;
	padding:3px;
}
/*head.htm*/
#qgBody #qgBodyTr
{
	position:relative;
}
/*head.htm*/
#qgBodyTr div
{
	display:table-row;
}
/*article.htm OR artlist.htm OR book.htm OR index.htm OR ......*/
#Left_1
{
	float:left;
	width:220px;
}
#Middle_1
{
	float:left;
	margin-left:10px;
	width:540px;
}
#Right_1
{
	float:right;
	width:200px;
}
#Left_2
{
	float:left;
	width:220px;
}
#Right_2
{
	float:right;
	width:670px;
}
#Left_3
{
	float:left;
	width:750px;
}
#Right_3
{
	float:right;
	width:220px;
	border:1px #D4D4D4 solid;
}
/*foot.htm*/
#foot
{
	position:relative;
	clear:both;
	left:0px;
	width:903px !important;
	width:900px;
	text-align:center;
	background:#FFFFFF;
}
/*快速评论里的CSS样式，主要应用在article.htm,picture.htm,product.htm三个页面里*/
.quickReplySubject
{
	height:22px;
	border-bottom:1px #19497A solid;
	background:#E2E2E2;
	padding:2px;
}
.quickReplyContent
{
	padding:5px;
}

/*以下是关于分页样式的设定！通用于global.func.php里的自定义page函数*/
.PageTable
{
	height:25px;
	padding-top:1px;
	margin:0px;
}
.PageTableFirst
{
	width:40px;
	text-align:center;
	padding-top:1px;
	border:1px #D4D4D4 solid;
}
.PageTableTd
{
	text-align:center;
	padding-top:1px;
	width:50px;
	border-top:1px #D4D4D4 solid;
	border-right:1px #D4D4D4 solid;
	border-bottom:1px #D4D4D4 solid;
}
.PageTableTdNow
{
	width:30px;
	text-align:center;
	font-weight:bold;
	border-top:1px #D4D4D4 solid;
	border-right:1px #D4D4D4 solid;
	border-bottom:1px #D4D4D4 solid;
}
.PageTableTdi
{
	text-align:center;
	width:30px;
	border-top:1px #D4D4D4 solid;
	border-right:1px #D4D4D4 solid;
	border-bottom:1px #D4D4D4 solid;
}
/*以下是模块模板里的CSS样式*/
.modMenuLeft
{
	width:25px;
}
.modMenuRight
{
	background-image:url("./images/mz_lmbg01.gif");
}
.modComSubject
{
	height:23px;
	border-bottom:1px #19497A solid;
	background:#E2E2E2;
}
.modNewsBusiness
{
	border-bottom:1px #19497A solid;
	height:23px;
	background:#E2E2E2;
}
.modNewsCompany
{
	border-bottom:1px #19497A solid;
	height:23px;
	background:#E2E2E2;
}
.modLink
{
	border:1px #19497A solid;
	 background:#E2E2E2 url("./images/top_menu_bgend.jpg");
}
.modIndexProduct
{
	border-bottom:1px #D4D4D4 solid;
	height:25px;
}
.modIndexMarqueePicture
{
	border:1px #D4D4D4 solid;
}

/*常用的html代码里的CSS样式，这里适用于所有页面*/
/*Style For html tag <hr>*/
.hrColor
{
	border:1px #D4D4D4 solid;
}
/*Style For Html tag <table>*/
.TableBorder
{
	border:1px #D4D4D4 solid;
}
/*Style For Html tag <div>*/
.DivBorder
{
	border:1px #D4D4D4 solid;
}

/*模板页里的CSS样式设置*/
/*Style For article.htm*/
.articleSubject
{
	font:bold 18px/18px "宋体","Tahoma","Arial";
	line-height:150%;
	color:#14317C;
	text-align:center;
}
.articlePostdateHits
{
	text-align:center;
}
.articleContent
{
	padding:10px;
	font:normal 15px '宋体','Tahoma','Arial';
	line-height:150%;
	text-align:left;
}
/*Style For artlist.htm*/
.artlistCateName
{
	border-bottom:1px #19497A solid;
	background:#E2E2E2;
	text-align:left;
	height:28px;
	font:bold 13px '宋体','Tahoma','Arial';
}
.artlistSubListName
{
	height:25px;
	padding-left:20px;
	border-bottom:1px #D4D4D4 solid;
}
/*Style For book.htm*/
.bookSubject
{
	line-height:150%;
	border-bottom:1px #19497A solid;
	background:#E2E2E2;
	height:25px;
}
.bookContent
{
	padding:5px;
	word-wrap:break-word;
	word-break:break-all;
}
/*Style For dowlist.htm*/
/*Style For feedback.htm*/
.feedbackSubject
{
	line-height:150%;
	height:25px;
	border-bottom:1px #19497A solid;
	background:#E2E2E2;
}
/*Style For foot.htm*/
/*Style For head.htm*/
/*Style For index.htm*/
/*Style For notice.htm*/
.noticeSubject
{
	background:#E2E2E2;
	height:25px;
	border-bottom:1px #19497A solid;
}
.noticeContent
{
	padding:5px;
	font:normal 15px/15px "宋体","Tahoma","Arial";
}
/*Style For order.htm*/
.orderList
{
	border-bottom:1px #19497A solid;
	background:#E2E2E2;
}
/*Style For piclist.htm*/
/*Style For picture.htm*/
.pictureSubject
{
	text-align:center;
	font:bold 18px/18px "宋体","Tahoma","Arial";
	line-height:150%;
	color:#14317C;
	text-align:center;
}
.pictureContent
{
	padding:2px;
	font:normal 15px "宋体","Tahoma","Arial";
}
/*Style For product.htm*/
.productSubject
{
	text-align:center;
	font:bold 18px/18px "宋体","Tahoma","Arial";
	line-height:150%;
	color:#14317C;
	text-align:center;
}
/*Style For prolist.htm*/
.prolistSubject
{
	border-bottom:1px #19497A solid;
	background:#E2E2E2;
	text-align:left;
	height:28px;
	font:bold 13px "宋体","Tahoma","Arial";
}
/*Style For reg.htm*/
/*Style For reply.htm*/
.replyModifyContent
{
	width:100%;
	height:150px;
}
.replyList
{
	background:#E2E2E2;
	border-bottom:1px #19497A solid;
	height:25px;
}
.replyOnMouseOver
{
	background:#E2E2E2;
	height:25px;
}
.replyOnMouseOut
{
	background:#FFFFFF;
	height:25px;
}
/*Style For search.htm*/
/*Style For special.htm*/
.specialContent
{
	padding:5px;
	font:normal 13px/15px "微软雅黑","宋体","Tahoma","Arial";
	line-height:150%;
}
/*Style For usercp.htm*/
/*Style For vote.htm*/
.voteSubject
{
	font:bold 18px/18px "宋体","Tahoma","Arial";
	line-height:150%;
	color:#14317C;
	text-align:center;
}
.voteOptionSubject
{
	padding:5px;
	background:#E2E2E2;
	border-bottom:1px #19497A solid;
}
.voteOptionImg
{
	padding:5px;
}

