/*
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 * {margin:0; padding:0;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:168px; background:#fff; position:absolute;  border:1px solid #ccc; top:20px; left:0; overflow:auto; z-index:9999;}
.newListSelected {width:168px; color:#000; height:14px; padding:0; float:left; background: #fff url(bg/select_box.gif) no-repeat right -2px; border: 1px solid #000; margin-left: 5px;}
.newListSelected span {width:168px; display:block;}
ul.newList li {padding:0px 8px;height:14px;line-height: 13px;}
.selectedTxt {width:168px; overflow:hidden; height:14px; padding:1px 16px 0 4px;font-size:11px;line-height:13px;}
.hiLite {background:#4e4e4e!important; color:#fff!important;}
.newListHover {background:#4e4e4e!important; color:#ffffff!important; cursor:default;}
.newListSelHover, .newListSelFocus {cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

