/*
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; font-size: 11px;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:203px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px !important; left:0; overflow:auto; z-index:9999!important;}
.newListSelected {font-size: 11px; width:199px; color:#000; height:18px; padding:2px; float:left; background:url(../graphics/shared/us/select-bg.png) no-repeat;}
.newListSelected span {width:159px; display:block; padding-left: 40px;}
ul.newList li {padding:3px 8px 3px 40px; height: 14px; z-index:9999!important;}
.selectedTxt {width:159px; overflow:hidden; height:18px; padding-left: 40px; line-height: 18px;}
.hiLite {background-color:#585c7f!important; color:#fff!important;}
.newListHover {background-color:#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;}

.lan_usa{background: url(../graphics/shared/us.png) no-repeat 10px center;}
.lan_row{background: url(../graphics/shared/icon_world.gif) no-repeat 10px center;}
.lan_cn{background: url(../graphics/shared/cn.png) no-repeat 10px center;}
.lan_fr{background: url(../graphics/shared/fr.png) no-repeat 10px center;}
.lan_it{background: url(../graphics/shared/it.png) no-repeat 10px center;}