#JS_vendor {
	height: auto;
}

.JS_select_wrapper {
	position: relative;
}
.slBoxContainer {
	position: absolute;
	width: 150px;
	color: #ffaf48;
	z-index: 1000;
	top: -10px;
	left: 10px;
	padding: 10px;
	background-color: #2c2a2a;
	border-radius: 10px;
	
}
.ulBoxContainer {
	display: none;
}
.slBoxContainer ul li {
	background: none;
	list-style-type: none;
	padding: 0px 15px 0px 5px;
	height: 31px;
	line-height: 31px;
}
.slBoxContainer ul li {
	/*background:url("/gif/select/libg.png") no-repeat scroll 0 -2px transparent;*/
	cursor: pointer;
}
.slBoxContainer ul li.slSelected span{
	/*background:url("/gif/select/selected.png") no-repeat scroll 0 -2px transparent;*/
	border-bottom: 1px dashed #ffaf48;
}
.slBoxContainer ul li:hover {
	/*background:url("/gif/select/hover.png") no-repeat scroll 0 -2px transparent;*/
}
.slBoxContainer ul li.slSelected:hover {
	/*background:url("/gif/select/hoverSelected.png") no-repeat scroll 0 -2px transparent;*/
}

.slBoxContainer .slTitle{
	/*background:url("/gif/select/selectbg.png") no-repeat scroll 0 0 transparent;*/
	border:0 none;
	height: 21px;
	width: 154px;
	cursor: pointer;
}
.slBoxContainer .slTitle p {
	padding: 0px 0px 0px 5px;
	line-height: 21px;
}


.slBoxContainer .slBoxContainer .srList{
	
	width: 176px;
	height: auto;
	
}
.slBoxContainer .ulBoxContainer {
	position: relative;
}
.slBoxContainer .slFooter {
	height: 46px;
	/*background:url("/gif/select/footer.png") no-repeat scroll 0 100% transparent;*/
	width: 176px;
}
.slBoxContainer .slFooter .slSubmit {
	border: none;
	width: 111px;
	height: 26px;
	margin: 10px 0 10px 20px;
	color: #fff;
	background:url("/gif/s/but1.png") no-repeat scroll 0 100% transparent;
}
