/*
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; cursor: pointer; }
ul.newList a {color: #000; text-decoration:none; display:block;text-decoration: none}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:187px; background:#fff; position:absolute;  border:1px solid #ccc; top:42px; left:0; overflow:auto; z-index:9999; margin-top: 2px}
.newListSelected {width:187px; color:#000; height:39px; padding:3px 0 0 0px; float:left; background:url(select-bg.png) no-repeat;}
.newListSelected span {width:187px; display:block;}
ul.newList li a {padding:0px 5px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:187px; overflow:hidden; height:26px; padding:0 3px 0 0;}
/*.hiLite {color:#333!important;}
.hiLite a {color: #333!important;}*/
.newListHover {background:#ccc!important; color:#000!important; cursor:default; }
.newListSelHover, .newListSelFocus {background-position:0 -22px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}


.bigRed .newListSelected { background: url(../images/dropdownSearch.gif); width: 177px; height: 26px; padding: 0 0 0 10px; font: 11px/26px Arial, sans-serif; color: #8d8d8d; cursor: pointer; margin-right: 10px; text-align: left; z-index: 99999}
.smallRed .newListSelected { background: url(../images/dropdownDi.gif); width: 71px; height: 26px; padding: 0 0 0 10px; font: 11px/26px Arial, sans-serif; color: #8d8d8d; cursor: pointer;  text-align: left; margin-left: 10px; }
.bigBlack .newListSelected { background: url(../images/bigBlack.gif); width: 176px; height: 28px; padding: 0 0 0 10px; font: 11px/28px Arial, sans-serif; color: /*#8d8d8d;*/ cursor: pointer;  text-align: left; margin-right: 10px; }
.bigRed .newList a,
.smallRed .newList a,
.bigBlack .newList a { color: #000;  }

#map form#mapselect .newListSelected { background: url(../images/mapSelect.gif); width: 176px; height: 28px; padding: 0 0 0 10px; font: 11px/28px Arial, sans-serif; color: #8d8d8d; cursor: pointer; margin-right: 10px; text-align: left; }
#map form#mapselect .newList a { color: #8d8d8d; padding: 0 5px }

