/* CSS Document */

#extend_menu {
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	width:220px;
	height:auto;
	min-height:400px;
	overflow:hidden;
}

#extend_menu a {
	display:block;
	margin:auto;
	margin-bottom:10px;
	width:200px;
	height:36px;
	line-height:36px;
	border:1px solid #CCC;
	border-radius:4px;
	font-size:14px;
	text-align:center;
}

#extend_menu a:hover {
	color:#0496F7;
	border-color:#0496F7;
}

#extend_menu a.menuCurrent {
	color:#0496F7;
	border-color:#0496F7;
}


#extend_content {
	float:left;
	margin:20px;
	margin-right:0px;
	width:760px;
	height:auto;
	min-height:400px;
	overflow:hidden;
}

#extend_title {
	margin-bottom:20px;
	width:100%;
	height:40px;
	line-height:40px;
	border-bottom:1px dotted #999;
	
}

#extend_label {
	float:left;
	width:120px;
	height:40px;
	font-size:18px;
	font-family:微软雅黑;
	text-align:center;
}

#extend_detail {
	margin:auto;
	width:740px;
	height:auto;
	line-height:24px;
	font-size:14px;
	overflow:hidden;
}













	