/*
Stylish Select 0.2.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
*/

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList {margin:0;  height:184px; overflow-y:scroll; padding:0; list-style:none; color:#858585; width:198px; background:#f5f5f5; position:absolute; display:none; border:1px solid #ccc; top:18px; left:0; overflow:auto; z-index:9999; text-transform:capitalize;}
.newListSelected {width:198px; color:#636363; font-size:12px; height:27px; cursor:pointer; padding:5px 0 0 6px; float:left; background:url(../img/select01.jpg) no-repeat; outline:none;}
.newListSelected span {width:150px; display:block;}
ul.newList li {padding:4px 10px;}
.selectedTxt {width:190px; overflow:hidden; height:17px; outline:none; cursor:pointer; padding:3px 0 0 6px; font-family:tahoma, arial, "times New Roman"; font-size:12px; color:#858585; text-transform:capitalize;}
.hiLite {background:#d9d9d9!important; color:#232323!important;}
.newListHover {background:#d9d9d9!important; color:#232323!important; cursor:default;}
.newListSelHover {cursor:pointer;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

/*======================================
windows xp style - div that contains the 
<select> has been given an id of #win-xp
(for the purposes of this example
========================================*/

