/*
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;}
div.langs ul.newList{height:auto;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:190px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
div.langs ul.newList {margin:0; padding:0; list-style:none; color:#48664b; width:85px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
div.langs .newListSelected {background:transparent url(/images/bg_select_lang.png) top left no-repeat;font-size:12px;}
div.select_galet_vert .newListSelected {background:transparent url(/images/select_bg-trans.png) top left no-repeat;}
div.select_galet_rouge .newListSelected {background:transparent url(/images/select_bg_rouge-trans.png) top left no-repeat;margin:5px 0 0 13px;}
div.select_galet_mauve .newListSelected {background:transparent url(/images/select_bg_mauve-trans.png) top left no-repeat;margin:5px 0 0 13px;}
div.select_galet_bleu .newListSelected {background:transparent url(/images/select_bg_bleu-trans.png) top left no-repeat;margin:5px 0 0 13px;}
.newListSelected span {width:190px; display:block;}
div.langs .newListSelected span {width:85px; display:block;}
ul.newList li {padding:3px 8px;}
div.langs .selectedTxt {overflow:hidden; height:14px;padding:0 5px 0 5px;color:#48664b;font-size:11px;line-height:14px;}
div.select_galet_vert .selectedTxt {overflow:hidden; height:18px;padding:0 5px 0 5px;color:#67727b;font-size:11px;line-height:18px;}
div.select_galet_rouge .selectedTxt {overflow:hidden; height:22px;padding:0 5px 0 5px;color:#67727b;font-size:11px;line-height:22px;}
div.select_galet_mauve .selectedTxt {overflow:hidden; height:22px;padding:0 5px 0 5px;color:#67727b;font-size:11px;line-height:22px;}
div.select_galet_bleu .selectedTxt {overflow:hidden; height:22px;padding:0 5px 0 5px;color:#67727b;font-size:11px;line-height:22px;}
.hiLite {background:#cad203!important; color:#fff!important;}
div.langs .hiLite {background:#c5d0c6!important; color:#48664b!important;}
div.select_galet_rouge .hiLite {background:#d44f17!important; color:#fff!important;}
div.select_galet_mauve .hiLite {background:#461964!important; color:#fff!important;}
div.select_galet_bleu .hiLite {background:#009ab9!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
div.langs .newListHover {background:#c5d0c6!important; color:#48664b!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 0; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

