/*
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:#666; width:13em; background:#fff; position:absolute;  border:3px solid #ddd; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; top:22px; left:0; overflow:auto; z-index:9999;}
.newListSelected {float: left; text-align: left; width:14em; color:#000; height:27px; padding:0; float:left; background:url(/media/img/c-input-dropdown.gif) no-repeat;}
.newListSelected span {width:14em; display:block;}
ul.newList li a {padding:3px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:8.4545em; font-size: 1.1em; overflow:hidden; height:27px; line-height: 27px; padding:0 3.3636em 0 0.9em; background: transparent url(/media/img/c-input-dropdown-r.gif) scroll no-repeat top right;}
.hiLite {background:#eee!important;}
.hiLite a {background:#eee!important;}
.newListHover {background:#e3ebf1!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:right -27px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}



