/*
Stylish Select 0.3 - jQuery 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

Licensed under the GPL license:
http://www.gnu.org/licenses/gpl.html
*/


/*==================================
remove default focus style
====================================*/
:focus {outline:none;}

.js ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {z-index:1000;margin:0; padding:0;}
ul.newList {z-index:1000; margin:0 0 0 0px; padding:0; list-style:none; color:#000; width:278px; background:#fff; position:absolute;  border:1px solid #666666; top:22px; left:0; overflow:auto; z-index:9999;}
.newListSelected {z-index:1000;margin:0 0 0 10px;font-weight:bold; font-size:11px; color:#FFFF00; width:285px; height:35px; padding:6px 0 0 6px; float:left; background:url(../images/home-select-bg.gif) no-repeat;}

.newListSelected {z-index:1000;margin:0 0 0 0;font-weight:bold; font-size:11px; color:#FFFF00; width:285px; height:35px; padding:6px 0 0 6px; float:left; background:url(../images/home-select-bg.gif) no-repeat;}


* html .newListSelected {z-index:1000;margin:0 0 0 5px;font-weight:bold; font-size:11px; color:#FFFF00; width:285px; height:35px; padding:6px 0 0 6px; float:left; background:url(../images/home-select-bg.gif) no-repeat;}

.newListSelected span {z-index:1000;width:284px; display:block;}
ul.newList li {z-index:1000; font-weight:normal; color:#333333; padding:0px 8px;}
.selectedTxt {cursor:pointer; z-index:1000;width:258px; overflow:hidden; height:16px; padding:0 23px 0 0;}

.newListHover {z-index:1000;background:#ccc!important; color:#000!important; cursor:default;}

.newListOptionTitle {z-index:1000;font-weight:bold;}
.newListOptionTitle ul {z-index:1000;margin:3px 0 0;}
.newListOptionTitle li {z-index:1000;font-weight:normal; border-left:1px solid #ccc;}

