.selectBar {
	display: table;

}
.selectLeft {
	
	line-height: 30px;
	text-align: right;
	float: left;
	height: 30px;
	width: 100px;
	font-size: 15px;
}

.selectRight {
	float: left;
	width: 880px;
}
#subject .selectItem {
	float: left;
	height: 30px;
	width: auto;
	margin-right: 10px;
	line-height: 30px;
	
	font-size: 14px;
	color: #999999;
}
#subject .selectItem a{
	
	font-size: 14px;
	color: #333333;
}

/*专业选中项*/
#Selected .selectedItem {
	
	font-size: 15px;
	line-height: 24px;
	height: 24px;
	border: 1px solid #CCCCCC;
	float: left;
	padding-right: 5px;
	padding-left: 8px;
	margin-top: 3px;
	white-space: nowrap;
	width: auto;
}
#Selected .selectedItemOver
{
	border: 1px solid #0387d9;
}
#Selected .selectedItem  .name{
	float: left;
	padding-right: 8px;
	color: #0387d9;
}
#Selected .selectedItem  .close{
	background-image: url(../../Images/icon-1.png);
	background-repeat: no-repeat;
	background-position: -209px -237px;
	float: left;
	height: 8px;
	width: 8px;
	cursor:pointer;
	margin-top: 8px;
}
#Selected .selectedItem  .closeOver{
	background-image: url(../../Images/icon-1.png);
	background-repeat: no-repeat;
	background-position: -217px -237px;
	cursor:pointer;
}
#selectArea #SelectedBar {
	height: 30px;
}