.spBg {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
}
#leftPanel {
	float:left;
	display:inline; /*消除IE解释错误*/
	width: 220px;
	top: 110px;
	left:0;
	background-image: url(../images/nav_bg.gif);
}
#main {
	float:right;
	display:inline; /*消除IE解释错误*/
	width: 779px;
	top: 110px;
	right:0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e9f3;
}
#leftPanel #majorList {
	text-align:center;
	padding-bottom:10px;
}
#leftPanel #majorList #title {
	padding-left: 22px;
	background-color:#FFFFFF;
	color: #000000;
	text-align:left;
	line-height: 210%;
	padding-left: 10px;
	height: 23px;
	font-weight: bold;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e9f3;
}
#leftPanel #majorList .list {
	width: 150px;
	line-height: 180%;
	display: block;
	text-align: left;
	padding-left: 10px;
	margin:auto;
}
#leftPanel #majorList .list_over {
	width: 150px;
	line-height: 180%;
	display: block;
	background-color: #eceff2;
	border: 1px solid #8ebbe0;
	text-align: left;
	padding-left: 10px;
	margin:auto;
}
#leftPanel #majorList a{
	text-decoration: none;
	color: #006699;
}

/*---专业资源---*/
#majorResource {
	text-align: left;
}
#majorResource #title{
	background-image: url(../images/majorTitle_bg_G.gif);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 220%;
	padding-left: 35px;
	font-weight: bold;
}
#majorResource #list{
	text-align: left;
	padding: 5px;
	zoom:1; /*触发IE的layout私有属性,使高度自动适应*/
	overflow: hidden; /*包含float，使高度能自动适应*/
}
#majorResource #list dl {
	line-height:180%;
	margin-left:5px;
}
#majorResource #list dt {
	background-image: url(../Images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float:left;
	display:inline; /*消除IE解释错误*/
	width:450px;
	padding-left: 10px;
	margin-left: 5px;
}
#majorResource #list dd {
	float:left;
	display:inline; /*消除IE解释错误*/
	width:60px;
}
#majorResource #list .spTxt {
	color: #999999;
}

/*---专业图书---*/
#majorBook {
	text-align: left;
}
#majorBook #title{
	background-image: url(../images/majorTitle_bg_G.gif);
	background-repeat:no-repeat;
	height: 30px;
	line-height: 220%;
	padding-left: 35px;
	font-weight: bold;
}
#majorBook #list{
	text-align: left;
	padding: 5px;
	zoom:1; /*触发IE的layout私有属性,使高度自动适应*/
	overflow: hidden; /*包含float，使高度能自动适应*/
}
#majorBook #list dl {
	line-height:180%;
	margin-left:5px;
}
#majorBook #list dt {
	background-image: url(../Images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float:left;
	display:inline; /*消除IE解释错误*/
	width:550px;
	padding-left: 10px;
	margin-left: 5px;
}
#majorBook #list dd {
	float:left;
	display:inline; /*消除IE解释错误*/
	width:140px;
	margin-left:5px;
}

/*其他*/
#columnList {
	text-align: left;
	zoom:1; /*触发IE的layout私有属性,使高度自动适应*/
	overflow: hidden; /*包含float，使高度能自动适应*/
}
#columnList .title{
	background-image: url(../images/majorTitle_bg_O.gif);
	background-repeat:no-repeat;
	height: 30px;
	line-height: 220%;
	padding-left: 35px;
	font-weight: bold;
}
#columnList li{
	list-style-position: outside;
	list-style-type: none;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 5px;
	clear:both;
}
#columnList span {
	float:left;
}
#columnList .sTitle {
	width: 70px;
}
#columnList .sList {
	width: 470px;
	padding-top:2px;
}
.page{
	text-align:center;
	color:#333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width:700px;
	height:14px;
	margin-left:15px;
	margin-bottom:10px;
	background-image: url(../images/nav_bg.gif);
}

