body{
	font-size: 12px;
	height: auto;
	padding:0;
	margin:0 auto;
	width: 940px;
	background: white;
}

a{
	color: color: #0066CC;
}

#mainDiv{
	width: 940px;
	height: auto;
	padding: 0;
}

#mainBody{
	width: 940px;
	height: auto;
	/*background: #1b5796;*/
	border: #aaa solid 1px;
	margin: 0;
	padding: 5px 0;
}

#nav_left{
	width: 250px;
	height:auto !important;
	height:500px;
	min-height:500px;
	float: left;
	margin:5px 10px 5px 5px;
	_margin:5px 2px 5px 3px;
	font: 13px;
	border: 1px solid #aaa;
	background-color: white;
}

#nav_left div.left_up{
	width: 250px;
	height: 40px;
	border-bottom: 1px solid #aaa;
	background: url("../images/leftup_bg.gif");
}

#nav_left div.left_up span{
	height: 20px;
	margin-top:10px;
	margin-left:20px;
	line-height:20px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	display: block;
}

#nav_left ul{
	list-style: none;
	width: 250px;
	margin: 0;
}

#nav_left ul li{
	height: 40px;
	width: 250px;
	border-bottom: 1px solid #aaa;
	background: url("../images/leftli_bg.jpg") no-repeat 20px 20px;
}

#nav_left ul li a{
	height:20px;
	width:auto;
	margin:15px 0 0 40px;
	text-decoration: none;
	line-height: 20px;
	display: block;
}

#nav_left ul li a:hover{
	text-decoration: underline;
	color: #339933;
}

#nav_left ul li a.current{
	color: red;
}

#cr{
	width: 666px;
	height:auto !important;
	height:180px;
	min-height:200px;
	float: right;
	margin:5px 5px 5px 0;
	_margin:5px 3px 5px auto;
	border: 1px solid #aaa;
}

#tabs{
	width: 666px;
	height:auto !important;
	height:500px;
	min-height:500px;
	float: right;
	margin:5px 5px 5px 0;
	_margin:5px 3px 5px auto;
	border: 1px solid #aaa;
	background-color: white;
	
}

#tabs div{
	width: :638px;
	height: auto;
	min-height:460px;
	margin: 20px;
	padding:0;
	font-size:13px;
	/*line-height: 30px;*/
	line-height:25px;
}

#tabs div.right_up{
	height: 40px;
}

#tabs div span.introduce{
	text-align: center;
	width: 100%;
	height:13px;
	display:block;
	font-size: 11px;	
	margin: 5px 0 15px 0;
}

#tabs div img.normal{
	width: 370px;
	height: 183px;
	margin-left: 120px;
}

#tabs div img.larger{
	width: 500px;
	margin:0 0 0 60px;
}

#tabs div img.small{
	width: 246px;
	height: 122px;
}

#tabs div p{
	margin: 0;
	text-indent: 2em;
}

#tabs div p.title{
	font-size: 15px;
	font-weight:bold;
	margin:10px 0;
	border-bottom: 2px solid #aaa;	
}

#tabs div p.title a{
	font-size: 12px;
	font-weight: normal;
	color:red;
}

#tabs div p.intro{
	margin: 0 0 15px -15px;
	text-align: center;
}

#tabs div p.intro span{
	width: 246px;
	text-align: center;
	font: 12px bolder;
}	

#tabs div table{
	font: 12px;
	text-align: center;
	width:502px;
	height:446px;
	margin:10px 0 0 70px;
	border: 1px solid #aaa;
}

#tabs div table thead{
	
}

#tabs div table thead tr{
	height: 30px;
	background: activecaption;
}

#tabs div table thead tr td.id{
	width: 10%;
}

#tabs div table thead tr td.tedian{
	width: 45%;
}

#tabs div table thead tr td.zhibiao{
	width: 45%;
}

#tabs div table tbody tr{
	height: 20px;
	vertical-align: middle;
	background-color: expression((this.sectionRowIndex % 2 == 0) ? "#FFF0F0" : "#F0F0FF");
}

#imgContainer{
	width: 600px;
	height: 294px;
	margin-left:18px;
	border:1px solid #aaa;
	background: seagreen;
}

#imgContainer img{
	width: 	120px;
	height: 162px;
	border: 2px solid goldenrod;
}

#imgContainer2{
	width: 666px;
	height: 210px;
	background: seagreen;
	background: #007B97;
}

#imgContainer2 img{
	width: 	120px;
	height: 162px;
	border: 2px solid goldenrod;
	cursor: hand;
}

#tabs p.imgDetails{
	position:absolute;
	left:0;
	top:0;
	display: none;
}

#tabs p.imgDetails img{
	width: 310px;
	height: 434px;
	margin: 5px;
	border: 4px solid goldenrod;
}






