/*
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.

*/
/*==================================
Hide lists on page load
====================================*/

.stylish-select ul.newList {display:none;}

/*======================================
windows xp style - div that contains the
<select> has been given an id of #win-xp
(for the purposes of this example
========================================*/
.stylish .newListSelected {background:#FFF url(dropdown.gif) no-repeat scroll 218px 1px; border:1px solid #cccccc; color:#707070; height:19px; margin-bottom:10px; padding:0; width:240px;}
.stylish .newListSelected div {display:block; font-size:0.90em; padding:2px 21px 2px 4px; text-align:left !important; width:214px;height:12px;overflow:hidden;}
.stylish ul.newList {list-style:none; color:#000; width:238px; background:#fff; border:1px solid #8DA7B1; top:22px; left:0; height:auto; overflow:auto; font-size: 0.85em; text-align:left!important; position:absolute; z-index:9999;}
.stylish ul.newList li {padding:2px 5px!important; border-bottom: 1px solid #cccccc;}
.stylish ul.newList a {display:block;width:100%;color:#575759;}
.stylish ul.newList a:hover {text-decoration:none;}
.stylish .hiLite {background:#CB1C21!important; color:#fff!important;}
.stylish .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.stylish .newListSelHover {cursor:default;}
.stylish .newListSelHover, #win-xp .newListSelFocus {background-position:auto;}
.stylish .newListSelHover div, #win-xp .newListSelFocus div {/*font-weight:bold;*/}

/* Exemple pour surcharger le style avec une largeur différente : */
.stylish.stylish200 .newListSelected {background:#FFF url(dropdown.gif) no-repeat scroll 179px 0;width:200px;}
.stylish.stylish200 .newListSelected div {width:175px;}
.stylish.stylish200 ul.newList {width:198px;}

.stylish_ti .newListSelected {background:#FFF url(dropdown_ti.gif) no-repeat scroll 70px 1px; border:1px solid #cccccc; color:#707070; height:19px; margin-bottom:10px; padding:0; width:90px;}
.stylish_ti .newListSelected div {display:block; font-size:0.90em; padding:2px 21px 2px 4px; text-align:left !important; width:66px;height:12px;overflow:hidden;}
.stylish_ti ul.newList {list-style:none; color:#000; width:88px; background:#fff; border:1px solid #8DA7B1; top:22px; left:0; height:auto; overflow:auto; font-size: 0.85em; text-align:left!important; position:absolute; z-index:9999;}
.stylish_ti ul.newList li {padding:2px 5px!important; border-bottom: 1px solid #cccccc;}
.stylish_ti ul.newList a {display:block;width:100%;color:#006A8D;}
.stylish_ti ul.newList a:hover {text-decoration:none;}
.stylish_ti .hiLite {background:#006A8D!important; color:#fff!important;}
.stylish_ti .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.stylish_ti .newListSelHover {cursor:default;}
.stylish_ti .newListSelHover, #win-xp .newListSelFocus {background-position:auto;}
.stylish_ti .newListSelHover div, #win-xp .newListSelFocus div {/*font-weight:bold;*/}

