.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:#fff;
	width:218px;
	background:#fff;
	position:absolute;
	border: 1px solid #000;
	top:-1px !important;
	left:-1px !important;
	overflow-y:scroll;
	overflow-x:hidden;
	z-index:9999;
}

.newListSelected {
	width:212px;
	color:#000;
	height:17px;
	padding:3px 0 0 6px;
	margin: 1px 10px 0 10px;
	float:left;
	border: 1px solid #000;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #fff;
	background-image: url(/templates/std/images/arrowdown.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

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

ul.newList li a {
	padding:2px 5px;
	display: block;
	height: 16px;
	line-height: 16px;
}

ul.newList li a:focus {
	-moz-outline-style: none;
}

.selectedTxt {
	width:200px;
	overflow:hidden;
	height:16px;
	line-height: 16px;
	padding: 0;
}

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

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

.newListHover {
	background:#ccc!important;
	color:#000!important;
	cursor:default;
}

.newListSelHover, .newListSelFocus {
	cursor:pointer;
}

.newListOptionTitle {
	font-weight:bold;
}

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

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