/*
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 {margin:0; padding:0; list-style:none; color:#000; width:130px; background:#fff; position:absolute;  border:0px; top:26px; left:0; overflow:auto; z-index:9999;}
.newListSelected {width:124px; color:#fff; height:21px; padding:6px 0 0 6px; float:left; background:url(/images/18.3a9be3f01265332d6f180002521/select-bg.png) no-repeat;}
.newListSelected span {width:124px; display:block;}
ul.newList li a {padding:8px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:97px; overflow:hidden; height:21px; padding:0 26px 0 0;}
.hiLite {background:#cc0000!important; color:#fff!important;border:0px;}
.hiLite a {background:#cc0000!important; color:#fff!important;border:0px;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -26px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; }
