/*
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.

*/


/*==================================
Hide lists on page load
====================================*/

.stylish-select ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList a {color: #000; text-decoration:none; display:block;}
ul.newList {width:157px; background:#fff; position:absolute; top:27px !important; left:0 !important; overflow:auto; z-index:9999; border: 2px solid #d7cfba;-webkit-border-radius: 6px;
-moz-border-radius: 6px;}
.newListSelected {width:150px; height:20px; padding:6px 0 0 11px; float:left; background:#f3edde url(images/select-bg.png) 0 0 no-repeat; margin-bottom: 5px;}
.newListSelected span {width:284px; display:block;}
ul.newList li a {padding:3px 8px; display: block; outline: none;}
.selectedTxt {width:130px; overflow:hidden; height:20px; padding:0 20px 0 0;}
.hiLite {background:#D7CFBA!important; color:#000000!important;}
.hiLite a {background:#650101!important; color:#fff!important;}
.newListHover {background:#FFF9EB!important; color:#000000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 100%; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}


