:focus {
	outline:none;
}

.js ul.newList {
	left:-9999px;
}

ul.newList * {
	margin:0; padding:0;
}

ul.newList {
	margin:0;
	padding:0;
	width:300px;
	list-style:none;
	color:#000;
	background:#fff;
	position:absolute;
	border:1px solid #ccc;
	top:24px;
	left:0;
	overflow:auto;
	z-index:9999;
}

.newListSelected {
	width:300px;
	color:#000;
	background:url(select-bg.png) 100% 0 no-repeat;
	height:24px;
	line-height:24px;
	padding:0 4px;
	float:left;	
	margin-bottom:10px;
	border-left:1px solid #999;
}

.newListSelected span {
	width:299px;
	display:block;
}

ul.newList li {
	padding:0px 8px;
}

.selectedTxt {
	width:286px;
	overflow:hidden;
	height:24px;
	padding:0 23px 0 0;
	display:block;
	cursor:pointer;
}

.hiLite {
	background:#f6971f!important;
	color:#fff!important;
}

.newListHover {
	background:#f6971f!important;
	color:#fff!important;
	cursor:default;
}

.newListSelHover, .newListSelFocus {
	background-position:100% 100%;
	cursor:default;
}

.newListOptionTitle {
	font-weight:bold;
}

.newListOptionTitle ul {
	margin:0px 0 0;
}

.newListOptionTitle li {
	font-weight:normal;
	border-left:1px solid #ccc;
}