/*
Original JQuery plugin credit to:
Stylish Select 0.4.1 -- http://scottdarby.com -- Copyright (c) 2009 Scott Darby / Dual licensed under the MIT and GPL licenses
*/

/* Hide lists on page load */
.stylish-select ul.newList {left:-9999px; }

ul.newList *	{ margin:0; padding:0; position:relative; z-index:9999 !important; }
ul.newList a	{ text-decoration:none; display:block; position:relative; z-index:9999 !important; }

/* input box and good place to define font size and fam */
.newListSelected		{ width:180px; height:21px; padding:0 0 0 15px; float:left; background:url(../images/form-related/select-a-location.png) no-repeat; font-size:11px; line-height:20px; font-family: Arial, Helvetica, sans-serif; position:relative; z-index:999; }
.newListSelected span	{ width:165px; display:block; }
.selectedTxt			{ color:#406d84; width:165px; overflow:hidden; height:16px; }
.selectedTxt:hover		{ color:#90C1C8; }

/* dropdown box */
ul.newList		{ margin:0; padding:0; list-style:none; color:#002f47; width:162px; background:#ffda9c;/*bg of non-selected items*/ position:absolute; border:0; top:21px; left:8px !important; overflow:auto; z-index:9999 !important; }
ul.newList li a			{ padding:0 8px; display: block; color:#002f47; position:relative; z-index:9999 !important; }
ul.newList li a:focus	{ -moz-outline-style: none; }
.hiLite					{ background:#ffda9c!important; color:#002f47!important;/*bg of selected*/ }
.hiLite a				{ background:#ffda9c!important; color:#002f47!important;/*bg of selected*/ }
.newListHover			{ background:#e0bc7e!important; color:#002f47!important;/*bg of hover*/ cursor:default; }
.newListSelHover, .newListSelFocus	{ background-position:0 -21px; cursor:default; position:relative; z-index:9999; }
