/*
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.

*/

.selectedTxt{overflow:hidden;height:15px;}
.selectedTxt,.newListSelected,ul.newList li,ul.newList li a{font:10px/14px verdana !important;}
.newListSelected{text-indent:6px;background:#FFF url(../images/dropdown.gif) no-repeat left top;color:#000;height:19px;margin-bottom:10px;padding:0;width:163px;cursor:default;color:#686868;}
.newListSelected div{display:block;padding:2px 21px 2px 2px;text-align:left !important;width:138px;}
ul.newList *{margin:0;padding:0;cursor:default;}
ul.newList{display:none;margin:0;padding:0;list-style:none;color:#000;width:160px;background-color:#EBEBEB;border:1px solid #D2D2D2;left:1px !important;height:auto;overflow:auto;text-align:left!important;position:absolute;}
ul.newList li{padding:0 !important;text-indent:0px;background:none;}
ul.newList li a{color:#000;text-decoration:none !important;display:block;padding:3px 6px 3px 7px;}
ul.newList li a:focus{-moz-outline-style:none;}
.hiLite{background-color:#E4E4E4!important;color:black !important;}
.newListHover{background:#ccc!important;color:#000!important;}
.wide_selects .newListSelected{width:183px !important;background-image:url(../images/dropdown-wide.gif) !important;}
.wide_selects .newListSelected div{width:158px !important;}
.wide_selects ul.newList{width:180px !important;}
.small_selects .newListSelected{width:106px !important;background-image:url(../images/dropdown-small.gif) !important;}
.small_selects .newListSelected div{width:81px !important;}
.small_selects ul.newList{width:103px !important;}
