/*
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:290px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999; }
#feature-toggle-210 .selectedTxt {overflow:hidden; height: 14px; font-family: verdana; }

/*======================================
windows xp style - div that contains the 
<select> has been given an id of #win-xp
(for the purposes of this example
========================================*/
 .newListSelected {float: left; background:#FFF url(/images/dropdown.gif) no-repeat scroll right 0px; border:1px solid #7f9db9; color:#000; height:20px; margin-bottom:10px; padding:0; width:154px; z-index: 999;}
 #pqs-box .newListSelected {width:140px; }
 .newListSelected div {display:block; font-size: 13px; padding:2px 21px 5px 2px; text-align:left !important; width:132px; }
 #pqs-box .newListSelected div { !important; width:118px; }
 ul.newList {list-style:none; color:#000; width:186px; background:#fff; border:1px solid #7f9db9; margin: -3px 0 0 -1px; top:22px; left:0; height:auto; overflow:auto; font-size: 13px; text-align:left!important; position:absolute; z-index:9999; }
 ul.newList li {padding:2px 5px!important; border-bottom: 1px solid #ddd;}
 .hiLite {background:#316ac5!important; color:#fff!important;}
 .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
 .newListSelHover {cursor:default;}
 .newListSelHover, .newListSelFocus {background-position:auto;}
 .newListSelHover div, newListSelFocus div {font-weight:normal;}
