

#stcy {
	background-color: rgb(255, 255, 255);
	border: 2px solid rgb(76, 76, 76);
	position: absolute;
	z-index: 101;
}

#stcy .stcy-hd {
	background-color: rgb(245, 245, 245);
	border-bottom: 1px solid rgb(230, 230, 230);
	height: 34px;
	overflow: hidden;
	padding: 0 10px;
}

#stcy .stcy-hd h3 {
	float: left;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
}

#stcy .stcy-hd .closebtn {
	cursor: pointer;
	float: right;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	width: 15px;
	overflow: hidden;
	background: url(../../../images/front/icon-close.png) no-repeat
		scroll;
	background-position: 0 0;
}

#stcy .stcy-hd .closebtn:hover {
	background-position: -16px 0;
}

#stcy .stcy-ft {
	padding: 2px 0 1px;
	text-align: center;
}

#selectcy .dir-group {
	border: 1px solid rgb(209, 209, 209);
	float: left;
	height: 330px;
	margin-right: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 170px;
}


#selectcy .select {
	background-color: #E2EDF3;
}

#selectcy .dir-result {
	margin-top: 10px;
	padding-left: 5px;
}

#selectcy .dir-result .dir-result-tit {
	font-weight: bold;
	line-height: 27px;
}

#selectcy .dir-result .dir-result-cont {
	display: inline-block;
	background-color: rgb(237, 244, 250);
	border: 1px solid rgb(199, 219, 235);
	color: rgb(28, 117, 187);
	padding: 0 10px;
	line-height: 25px;
}