/*
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:310px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
ul.newList li {padding:3px 8px;}
.selectedTxt {width:331px; overflow:hidden; height:13px; padding:0 21px 0 0;}
.hiLite {background:#650101!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus { cursor:default;}
.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
========================================*/
:focus {outline:none;}

.js ul.newList {left:-9999px;}

.newListSelected { margin: 0!important; padding: 0; background:#FFF url(../images/selectbox.gif) no-repeat top left; font-size: 11px; border:0; color: #333333; height:18px;  width:331px !important; position: relative; top: 0px;
left: 0px;}
 .newListSelected div {display:block; padding:3px 21px 2px 4px; text-align:left !important; width:311px; font-size: 11px;}
 ul.newList {list-style:none;  width:331px; background:#fff; border: 1px solid #acadb2; top:17px; left:0; height:auto; overflow:auto; font-size: 0.85em; text-align:left!important; position:absolute; z-index:9999;}
 ul.newList li {padding:2px 5px!important; border-bottom: 1px solid #cccccc;}
 .hiLite {background:#006699!important; color:#fff!important;}
 .newListHover {background:#006699!important; color:#FFF!important; cursor:default;}
 .newListSelHover {cursor:default;}
 .newListSelHover, #win-xp .newListSelFocus {background-position:auto;}
.newListSelHover div, #win-xp .newListSelFocus div {}

* html .selectedTxt, * html ul.newListSelected{
{
	width: 328px;	
}