

div#tab_section {
	margin: 0px 20px 0px 250px;
	padding: 0px 0px 0px 1px;
	border-left:1px solid #F1F1F1;
	width:507px;


}	

.content_box {
	height:auto;
	padding:0px 20px;
	clear:both;
	text-align:left;
}

.content { 

	margin:0px 0px 0px 0px;
	width:690px;
	background: url("images/bg_img.gif") no-repeat top left;
	min-height:330px;
	_height:330px;

}

.tb { background: url("images/barbg_tab.gif") repeat-x;}

.tb ul {
	height:40px;
	width:643px;
	margin:0px 0px 0px 27px; 
	padding:0px 0px 0px 0px;
	border-bottom:#FE7002 solid 5px;
}

.tb li {
	float:left; 
	height:30px; 
	width:209px; 
	list-style: none; 
	text-align:center; 
	cursor:pointer;
	font-size:11px; 
	margin:0px 8px 0px 0px; 
	padding:10px 0px 0px 0px;
	
}

.normaltab { 
	background: #0A557A url(images/normal_tab.jpg) no-repeat; 
	width:236px; height:40px; 
	color:#fff;
	font-weight:bold;
	font-size: 12px;
}

.hovertab { 
	background: #B90000  url(images/hover_tab.jpg) no-repeat; 
	color:#fff; 
	font-weight:bold;
	font-size: 12px;
}

.dis {
	display:block;
}

.undis { 
	display:none;
}






