/*
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: #3c3c3c; text-decoration:none; display:block; font-size:10px;}
ul.newList {margin:0; padding:0; list-style:none; color:#3c3c3c; width:206px; background:#ffffff; position:absolute;  border:1px solid #f5f5f5; top:25px; left:0; overflow:auto; z-index:9999; max-height:200px;}
.newListSelected {width:155px; color:#3c3c3c; font-weight:bold; height:20px; padding:5px 0px 0px 5px; margin:0px 0px 0px 0px; float:left; background:url(/images/skin.png) no-repeat; font-size:10px;}
.newListSelected span {width:160px; display:block;}
ul.newList li a {padding:3px 0px 3px 8px; margin:0px 0px 0px 0px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:160px; overflow:hidden; height:20px; padding:0px 0px 0px 0px;}
.hiLite {background:#f5f5f5!important; color:#3c3c3c!important;}
.hiLite a {background:#f5f5f5!important; color:#3c3c3c!important;}
.newListHover {background:#dcdcdc!important; color:#3c3c3c!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0px 0px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:0px 0 0;}
.newListOptionTitle li {font-weight:normal;}
