/*
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; font-size:14px; color:#7a7979; width:171px; position:absolute;  background:url(bg.png) repeat; border:1px solid #0f3715; top:22px; left:0; overflow:auto; z-index:9999; margin-top:8px; -moz-border-radius:5px;}
.newListSelected {width:167px; font-size:12px; color:#c9c6c6; height:20px; padding:3px 0 0 6px; float:left; background:url(select-bg.gif) no-repeat; z-index:9999; }
.newListSelected span {width:166px; display:block;}
ul.newList li {padding:0 8px;}
.selectedTxt {width:140px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.newListHover {color:#000!important; cursor:default;}

