/*
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 li {margin:0; padding:0 !important; overflow: auto !important; font-size: 10px; height: auto !important;}
ul.newList a {color: #404040 !important; text-decoration:none; display:block;}
ul.newList {margin: 2px 0px; padding: 0px; list-style:none; color:#404040; width:156px; background:#fff; border: 1px solid #e5a1a1; position:absolute; top:50px; left:0; overflow:auto; z-index:9999; line-height: normal;}
.newListSelected {width:158px; cursor: pointer; color:#404040; line-height: 30px; height:30px; background: url(../img/bg.png) no-repeat -937px 0px; position: relative; z-index:20; float: left; margin-top: 10px;}
ul.newList li a {padding:3px 8px; display: block;}
.selectedTxt {width:90px; overflow:hidden; height:30px; padding: 0px 58px 0px 10px;}
ul.newList .hiLite { color:#404040 !important;}
ul.newList .hiLite a { color:#404040 !important; text-decoration: none !important;}
.newListHover {background:#ffd8ea !important; color:#404040 !important; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc; height: auto !important;}
ul.newList li a:focus {-moz-outline-style: none;}


