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

*/

/*EDITED on purpose FEB.2010*/

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

.stylish-select ul.newList {left:-9999px;}

/*==================================
Styling Faux Select
====================================*/
ul.newList * {margin:0; padding:0; text-align:left;}
ul.newList a {color:#000; text-decoration:none; display:block;}
ul.newList {position:absolute; top:22px; left:0; z-index:9999; width:100%; margin:0; padding:0; list-style:none; color:#000; background:#fff; border:1px solid #ccc; overflow:auto;}
.newListSelected {float:left; width:100%; height:19px; line-height:19px; color:#000; padding-left:23px; border:solid 1px #918580; background:#fff url(../img/ico_magnifier.gif) no-repeat scroll 7px 50%;}
.newListSelected span {width:100%; display:block;}
ul.newList li {background:#fff url(../img/dot_arrow_black_bg01.gif) no-repeat scroll 9px 50% !important; padding:0 0 0 13px !important;} /*Select option: items*/
ul.newList li a {padding:3px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:100%; overflow:hidden; height:19px; line-height:19px; text-align:left;} /*1st option*/
.hiLite {} /*Active select option*/
.hiLite a {}
.newListHover {font-weight:bold; cursor:default;}
.newListSelHover, .newListSelFocus {cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {border-left:1px solid #ccc;}

/*==================================
Styling Langues
====================================*/
#homeToolbar {z-index:600;}
#homeToolbar a {outline:none;}
#homeToolbar .newListSelected {float:left; width:157px; height:18px; padding:0; border:1px solid #918580; margin-left:106px; background:#FFFFFF url(../img/btn_select_menu_bg.gif) 100% 0 no-repeat; z-index:600; }
#homeToolbar .newListSelected {outline-style:none!important;}
#homeToolbar .selectedTxt {padding:0 7px; width:auto;}
#homeToolbar .newList {width:157px!important; height:auto!important; border:1px solid #918580; border-top:none; left:-1px!important; z-index:600;}
#homeToolbar .newList li {border-top:1px solid #E8E8E8;}

.homeBgImg #homeToolbar {z-index:90;}
.homeBgImg #homeToolbar .newListSelected {width:177px; margin-left:50px;}
.homeBgImg #homeToolbar .newList {width:177px!important;}

/*==================================
Styling Experts
====================================*/
.formFauxSelect {}
.formFauxSelect ul li {width:200px;}
.formFauxSelect ul li.newListOptionTitle {}
.formFauxSelect ul.newList li.newListOptionTitle {background:none!important;}
.formFauxSelect ul.newList li.newListOptionTitle li {font-weight:normal; border:none;}
