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


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

ul.newList {
	text-align: left;
	margin:0;
	padding:0;
	list-style:none;
	color: #727272;
	background: #fff;
	position:absolute;
	border:1px solid #ccc;
	top: 38px;
	overflow:auto;
	z-index:9999;
	font-size: 12px;
	font-weight: normal;
	width: 235px;
}

.newListSelected {
	width: 225px;
	color:#727272;
	height: 17px;
	padding: 8px 0 10px 10px;
	float:left;
	background:url(../img/select_bg.png) no-repeat;
	cursor: pointer;
	font-size: 12px;
	color: #525252;
}

.newListSelected span {
	display:block;
}

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

.selectedTxt {
	width: 180px;
	overflow:hidden;
	padding:0 23px 0 0;
	text-align: left;
	border: none;
	font-size: 12px;
	color: #555;
}

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

.hiLite a {
	background:#0686D0;
	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;
}
