/*
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:#545454; width:auto; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
/*.newListSelected {width:285px; color:#000; height:19px; padding:3px 0 0 6px; float:left; background:url(select-bg.png) no-repeat;}
.newListSelected span {width:284px; display:block;}
ul.newList li {padding:3px 8px;}
.selectedTxt {width:258px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.hiLite {background:#650101!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:pointer;}
.newListSelHover, .newListSelFocus {background-position:0 -22px; cursor:pointer;}
.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
========================================*/
#win-xp .newListSelected {
    background:#FFF url(../images/general/dropdown.png) top left no-repeat; 
 	font-size:12px;
	font-weight:normal;
	color:#505050; 
	height:21px;
	 margin:0 0 0 7px; 
	 border:0; 
	 padding:0;
	  width:182px;
	  z-index:9999;}
#win-xp .newListSelected div {
display:block;  
padding:3px 0 0 4px; 
text-align:left !important; 
width:178px;}
#win-xp ul.newList {
list-style:none;
 color:#000; 
 width:180px; background:#fff;
  border:1px solid #E0E0E0; 
  top:22px; left:0; 
  height:auto; 
  overflow:auto; 
  text-align:left!important;
   position:absolute; 
   z-index:9999;}
#win-xp ul.newList li {padding:2px 5px!important; border-bottom: 1px solid #cccccc;}
#win-xp .hiLite {background:#E0E0E0!important; color:#000!important;}
#win-xp .newListHover {background:#fff!important; color:#d80025!important; cursor:default;}
#win-xp .newListSelHover {cursor:default;}
#win-xp .newListSelHover, #win-xp .newListSelFocus {background-position:auto;}
#win-xp .newListSelHover div, #win-xp .newListSelFocus div {font-weight:normal;}

/*======================================
select recherche avancée ---- + grand
========================================*/
.drop230 .newListSelected {width:230px!important;background:#FFFFFF url(../images/dropdown.gif) no-repeat scroll 187px 0!important;}
.drop230 .newListSelected, .drop230 .newListSelected div  {width:204px!important;}
.drop230 .newListSelected ul.newList {width:210px!important;}
.drop230 .newListSelected  .selectedTxt {width:180px!important;}