.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:#000;
	width:290px;
	background:#fff;
	position:absolute;
	border:1px solid #ccc;
	top:40px; left:0;
	overflow:auto;
	z-index:9999;
}

.newListSelected {
	width:244px;
	color:#333;
	height:20px;
	line-height:20px;
	padding:3px 0 3px 12px;
	background:url(../img/form_select.gif) no-repeat;
	display:block;
	float:left;
	margin:4px 0 5px 0;
	cursor:pointer;
}

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

ul.newList li a {
	padding:3px 8px;
	display: block;
}
ul.newList li a:focus {
	-moz-outline-style: none;
}

.selectedTxt {
	width:204px;
	overflow:hidden;
	height:20px;
	line-height:20px;
	padding:0 40px 0 0;
	cursor:pointer;
}

.hiLite {background:#b8170e!important; color:#fff!important;}
.hiLite a {background:#b8170e!important; color:#fff!important;}
.newListHover {background:#eee!important; color:#333!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 100%; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}



