/*
Stylish Select 0.3 - jQuery 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

Licensed under the GPL license:
http://www.gnu.org/licenses/gpl.html
*/
:focus {outline:none;}

.selectedTxt {overflow:hidden; height:16px; padding:0; background: transparent url('/img/tr.gif') 0px 0px repeat;}
.selectedTxt.load {background: transparent url('/img/load.gif') center center no-repeat;}

.newListSelected {background:#FFF url('/img/select-bg.gif') no-repeat scroll right top; border:1px solid #A5ACB2; color:#000; height:18px; margin-bottom:10px; margin-right: 5px; float: left;}
.newListSelected div {display:block; font-size: 11px; padding:2px 0px 2px 4px; text-align:left !important;}
/*.newListSelected span {width:284px; display:block;}*/

.js ul.newList {left:-9999px;}
ul.newList {margin: 0px; list-style:none; color:#000; background:#fff; border:1px solid #A5ACB2; top:18px; margin-left: -1px; height:auto; overflow:auto; font-size: 11px; text-align:left!important; position:absolute; z-index:9999;}
ul.newList li {padding:0px 5px!important;}
.hiLite {background:#316ac5!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover {cursor:default;}