.stylish-select ul.newList {
	left:-9999px;
}

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

ul.newList a {
	color: #000;
	text-decoration:none;
	display:block;
}

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

.newListSelected {
	width:155px;
	color:#00a2ff;
	height: 25px;
	padding: 11px 0 0 7px;
	float:left;
	background:url(../img/seek_select_bg.png) no-repeat;
	cursor: pointer;
	font-size: 11px;
}

ul.newList li a {
	padding:3px 8px;
	display: block;
}

.selectedTxt {
	width:120px;
	overflow:hidden;
	height:16px;
	padding:0 23px 0 0;
}

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

.hiLite a {
	background:#0363A5;
	color:#fff!important;
}

.newListHover {
	background:#eee;
}


/*

.newListSelHover, .newListSelFocus {
	background-position:0 -22px;
	cursor:default;
}
*/

.newListOptionTitle {
	font-weight:bold;
}

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

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


#smallSelect ul.newList {
	width: 70px;
}

#smallSelect .newListSelected {
	width:72px;
	color:#00a2ff;
	height: 25px;
	padding: 11px 0 0 9px;
	float:left;
	background:url(../img/seek_select_small_bg.gif) no-repeat;
	cursor: pointer;
	font-size: 11px;
}

#smallSelect .selectedTxt{
	width: 40px;
}
