.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:141px;
	background:#fff;
	position:absolute;
	border:none;
	top:22px;
	left:0;
	overflow:auto;
	z-index:9999;
}

.newListSelected
{
	width:149px;
	color:#000;
	height:24px;
	padding:0 0 0 6px;
	float:left;
	background:url(../images/select-bg.png) no-repeat;
	z-index:9999;
}

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

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

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

.selectedTxt
{
	width:113px;
	overflow:hidden;
	height:24px;
	padding:0 23px 0 0;
}

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

.newListSelHover,.newListSelFocus
{
	background-position:0 -24px;
	cursor:default;
}

.newListOptionTitle
{
	font-weight:700;
}

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

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

.hiLite,.hiLite a
{
/* 	background:#B31715 !important; */
	background:#000 !important;
	color:#fff !important;
}
