/*
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
*/
.short ul.newList * {margin:0; padding:0;}
.short ul.newList {margin:0; padding:0; list-style:none; color:#000; width:61px; background:#fff; position:absolute; display:none; border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
.short .newListSelected {width:56px; color:#000; height:19px; padding:3px 0 0 6px; float:left; background:url(../images/select-bg_short.png) no-repeat;}
.short .newListSelected:hover {background-position:0 -22px;}
.short .newListSelected span {width:55px; display:block;}
.short ul.newList li {padding:3px 8px;}
.short .selectedTxt {width:29px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.short .hiLite {background:#9999CC!important; color:#fff!important;}
.short .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.short .newListSelHover {cursor:default;}
.short .newListOptionTitle {font-weight:bold;}
.short .newListOptionTitle ul {margin:3px 0 0;}
.short .newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

.long ul.newList * {margin:0; padding:0;}
.long ul.newList {margin:0; padding:0; list-style:none; color:#000; width:265px; background:#fff; position:absolute; display:none; border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
.long .newListSelected {width:260px; color:#000; height:19px; padding:3px 0 0 6px; float:left; background:url(../images/select-bg.png) no-repeat;}
.long .newListSelected:hover {background-position:0 -22px;}
.long .newListSelected span {width:259px; display:block;}
.long ul.newList li {padding:3px 8px;}
.long .selectedTxt {width:233px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.long .hiLite {background:#9999CC!important; color:#fff!important;}
.long .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.long .newListSelHover {cursor:default;}
.long .newListOptionTitle {font-weight:bold;}
.long .newListOptionTitle ul {margin:3px 0 0;}
.long .newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}