/*
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
*/
/*==================================
remove default focus style
====================================*/
:focus {outline:none;}
.js ul.newList {left:-9999px;}
/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList {margin:0; padding:0; list-style:none; color:#929292; width:101px; background:#fff; position:absolute;  border:1px solid #ccc; top:-3px; left:0; overflow:auto; z-index:9999;}
.newListSelected {width:101px; color:#000; height:25px; padding:0px 0px 0px 6px; float:left; background:url(frm_select_bg_101x25x2.png) 0 0 no-repeat;}
.newListSelected span {width:101px; display:block;}
ul.newList li {padding:3px 8px;}
.selectedTxt {color:#929292 !important; width:101px; overflow:hidden; height:16px; padding:5px 23px 0 0;}
.hiLite {background:#ffffff!important; color:#929292!important;}
.newListHover {background:#ffa300!important; color:#000000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -25px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:0px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

.selectedTxt{color:#929292 !important;}
