/*
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:0px;; padding:0; overflow:hidden;}
ul.newList a {color: #00430d; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0px;  list-style:none; color:#000; width:310px; position:absolute; padding-bottom:8px; background:url(/gene/images/selectBottom.png) bottom; top:26px; left:0; overflow:auto; z-index:9999;}
ul.newList li {background:url(bg.jpg);}
ul.newList .default {background:none;}
.newListSelected {width:300px; color:#000; height:26px; padding:9px 0px 0px 10px; float:left; background:url(select-bg.png) no-repeat; background-position:0px -30px; margin-top:33px; margin-left:0px; font-family:Verdana, Geneva, sans-serif; font-size:11px; font-weight:bold; color:#FFF;}
.newListSelected span {width:284px; display:block;}
ul.newList li a {padding:7px 15px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {font-weight:bold; font-family:Verdana, Geneva, sans-serif; font-size:11px;width:270px; overflow:hidden; height:21px; padding:0 26px 0 0;}
.newListHover {background:#d5e291!important; color:#000!important; cursor:default;}
.hiLite {background:#d5e291!important; size:8px; color:#0000!important; cursor:default;}
.noClick {background:#d5e291!important; size:8px; color:#0000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -30px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0; padding-bottom:500px;}
.newListOptionTitle li {font-weight:normal; border-left:0px solid;}


