@charset "utf-8";
/* Global */
body{
	margin:0;
	color:#333;
	background:#fff;
	font:13px Verdana, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#1446ab;
}
a:hover{
	text-decoration:underline;
}
h1,h2,h3,p,form{
	padding:0;
	margin:0;
}
.center{
	width:846px;
	margin:0 auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}
.textHide{
	text-indent:-9999px;
}
.title{
	font-size:14px;
	color:#d91a22;
	background:url(images/title.gif) no-repeat 8px 0;
	height:22px;
	overflow:hidden;
	border-bottom:2px solid #e7e7e7;
}
.title div{
	background:url(images/red_arrow.gif) no-repeat left 6px;
}
.red{
	color:#d81921;
}

/* Main */
#main{
	width:890px;
	background:url(images/bg.gif) repeat-y;
	margin:0 auto;
}

/* Header */
#header{
	padding-bottom:28px;
	background:url(images/header_bottom.gif) no-repeat -4px bottom;
}
#top{
	height:94px;
}
#logo{
	float:left;
	width:210px;
	height:76px;
	margin:10px 0 0 6px;
	background:url(images/logo.gif) no-repeat;
}
#topLink{
	float:right;
	margin:12px 6px 0 0;
	width:187px;
	height:16px;
	background:url(images/top_link.gif);
}
#search{
	height:68px;
	border-left:1px solid #961318;
	border-right:1px solid #961318;
	background:url(images/search_bg.gif) repeat-x;
}
#magnifierIcon{
	background:url(images/magnifier.gif) no-repeat;
	margin:0 5px 0 165px;
	width:26px;
	height:29px;
}
#searchForm{
	padding-top:19px;
}
#stockCode{
	float:left;
	width:356px;
	height:15px;
	color:#939393;
	padding:6px 5px;
	border:1px solid #ffa72a;
}
#searchButton{
	float:left;
	text-indent:-9999px;
	width:97px;
	height:29px;
	background:url(images/search.gif) no-repeat;
	border:none;
	cursor:pointer;
}
#stock{
	border-left:3px solid #bf0803;
	border-right:3px solid #bf0803;
	padding-top:13px;
	margin-top:-4px;
	overflow:hidden;
}
#stock .title{
	margin:0 13px;
}
#stock ul{
	height:125px;
	margin:12px 0 0 0;
	padding:0;
}
#stock ul li{
	list-style:none;
	float:left;
	text-align:center;
	line-height:25px;
	padding-left:15px;
}

/* Content */
#content{
	background:url(images/content_top.gif) no-repeat #fff;
}
#financeNav{
	padding:12px 38px 30px 38px;
	background:url(images/content_bottom.gif) no-repeat left bottom;
}
#financeNav .title{
	background-position:8px -23px;
}
.navBox{
	border:3px solid #d81921;
	margin-top:20px;
}
.navBox h2{
	height:24px;
	line-height:24px;
	background:#d81921;
	font-size:13px;
	text-align:center;
	color:#fff;
}
.navBox h3{
	font-family:simsun;
	font-weight:normal;
	height:24px;
	line-height:24px;
	background:#fbe8e8;
	color:#d81921;
	font-size:13px;
	padding-left:8px;
	margin-bottom:8px;
}
.navBox h3 div{
	padding-left:8px;
	background:url(images/red_dot.gif) no-repeat left 11px;
}
.navBox .navRow td{
	font-family:simsun;
	height:20px;
	line-height:20px;
	padding:0 0 8px 10px;
	text-align:left;
}
.halfBox{
	width:48%;
}
.rowBg{
	background:#fbe8e8;
}

/* Footer */
#footer{
	height:70px;
	background:#fff;
}
#footerLogo{
	float:left;
	width:178px;
	height:65px;
	margin-left:20px;
	background:url(images/footer_logo.gif) no-repeat;
}
#footerLink{
	float:left;
	width:346px;
	height:54px;
	margin:8px 0 0 20px;
	background:url(images/footer_link.gif) no-repeat;
}

/* niu text */
#niuTextBox{
	padding:12px 38px 30px 38px;
	background:url(images/content_bottom.gif) no-repeat left bottom;
	line-height:22px;
}
#topLogo{
	background:#fff;
	padding:12px 0;
	text-align:center;
}
#niuTextBox p{
	margin-top:15px;
}
#niuTextBox strong{
	line-height:32px;
}
#niuTextBox h3{
	font-size:13px;
	color:#d81921;
}
.blockquote{
	padding-left:2em;
}
#stockTitle{
	background-position:8px -47px;
}
#frameBox{
	padding:14px 22px 14px 10px;
}
#aImg{
	margin-top:25px;
}
#textTitle{
	background:none;
	margin-bottom:15px;
}
#textTitle div{
	padding-left:12px;
}
#noResult{
	line-height:20px;
	padding:12px;
}
#stockList{
	padding:12px;
}
#stockList{
	width:40%;
}

