/*
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 * {font-weight:bold; cursor:pointer; margin:0; padding:0;}
ul.newList a {color: #FFF; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0; list-style:none; color:#FFF; width:189px; background:#9d1a1a; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
.newListSelected {cursor:pointer; width:186px; color:#999; height:20px; padding:5px 0 0 6px; float:left; background:url(../images/select-bg.png) no-repeat;}
.newListSelected span {cursor:pointer; width:285px; display:block;}
ul.newList li a {cursor:pointer; padding:3px 8px; display: block;}

.selectedTxt {cursor:pointer; font-weight:bold; width:186px; overflow:hidden; height:16px; padding:0 23px 0 5px;}
.hiLite {cursor:pointer; background:#9d1a1a!important; color:#FFF!important;}
.hiLite a {cursor:pointer; background:#9d1a1a!important; color:#FFF!important;}
.newListHover {cursor:pointer; background:#920000!important; color:#FFF!important; cursor:default;}
.newListSelHover, .newListSelFocus {cursor:pointer;}

.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}


