/*
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;}

.newListSelected {background:transparent url(select-form.jpg) no-repeat scroll left top; color:#000; height:27px; line-height:27px; padding:0 0 0 5px; width:170px;}

body.hebrew .newListSelected div {display:block; font-size:1.0em; padding:2px 21px 2px 80px; text-align:left !important; width:149px; cursor:pointer}
.newListSelected div {display:block; font-size:1.0em; padding:2px 21px 2px 4px; text-align:left !important; width:149px; cursor:pointer}
ul.newList {list-style:none; color:#000; width:169px; background:#fff; border:1px solid #000; top:22px; left:0; height:auto; overflow:auto; font-size: 1em; text-align:left!important; position:absolute; z-index:9999;}

body.hebrew ul.newList li {padding:2px 5px!important; border-bottom: 1px solid #cccccc; text-align:right;margin-left: 0;}

ul.newList li {padding:2px 5px!important; border-bottom: 1px solid #cccccc;margin-left: 0;}
.hiLite {background:#316ac5!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover {cursor:default;}
.newListSelHover, #win-xp .newListSelFocus {background-position:auto;}
.newListSelHover div, #win-xp .newListSelFocus div {font-weight:normal;}
