/*
Stylish Select 0.4.1 - $ plugin to replace a select drop down box with a stylable unordered list
http://scottdarby.com/

Copyright (c) 2009 Scott Darby

Requires: jQuery 1.3 or newer

Dual licensed under the MIT and GPL licenses.

*/

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

/* ---------------------------------------- */
.newListSelected {
	color: #303030;
	background: url(../images/bg/selectbox.png) no-repeat;
	width: 185px;
	height: 20px;
	padding: 2px 0 0 6px;
	float: left;
	}
.newListSelected span {
	width: 184px;
	display: block;
	}

/* ---------------------------------------- */
.selectedTxt {
	width: 158px;
	overflow: hidden;
	height: 17px;
	padding: 0 23px 0 0;
	color: #FFFFFF;
	}
.selectedTxt > a {
	color: #000000;
}

/* ---------------------------------------- */
ul.newList * { margin:0; padding:0; }
ul.newList a {
	color: #fff;
	text-decoration: none;
	display: block;
	}
ul.newList {
	color: #fff;
	width: 190px;
	background: #000;
	border: 1px solid #EBEEF1;
	position: absolute;
	list-style: none;
	top: 20px;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
	z-index: 9999;
	}
ul.newList li a {
	padding: 3px 8px;
	display: block;
	}
ul.newList li a:hover {
	-moz-outline-style: none;
	color: #000000;
	}
ul.newList li a:focus {
	-moz-outline-style: none;
	color: #000000;
	}

.newListHover {
	background: #F4F4F4!important;
	cursor: pointer;
	color: #000000;
	}
.newListSelHover, .newListSelFocus {
	background-position: 0 -22px;
	cursor: pointer;
	}

.newListOptionTitle {
	font-weight: bold;
	}
.newListOptionTitle ul {
	margin: 6px 0 0;
	}
.newListOptionTitle li {
	font-weight: normal;
	border-left: 1px solid #EBEEF1;
	}	

.hiLite {
	background: #F4F4F4!important;
	color: #000000;
	}
.hiLite a {
	background: #F4F4F4!important;
	color: #000000;
	}
