@charset "utf-8";
/*
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.
*/
.stylish-select ul.newList {left:-9999px;}
ul.newList * {margin:0; padding:0;}
ul.newList a {color: #000; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0 0 4px 0; list-style:none; color:#000; width:160px; background:#fff; position:absolute; border-bottom: 0; top:0px; left:0; overflow:auto; z-index:9999; background-image: url('/sattler_elements/static_files/images/layout/select_drop_bottom_round.gif'); background-repeat: no-repeat; background-position: 0 bottom; border-top: 1px solid #C1C1C1;}
.newListSelected {width:154px !important; color:#777878; height:20px; padding:3px 0 0 6px !important; display: inline; float:left; background-image: url('/sattler_elements/static_files/images/layout/selectbox.gif'); background-repeat: no-repeat; margin: 0 5px 0 0 !important;}
* html .newListSelected { margin: 0 0px 0 0 !important;}
.newListSelected span {width:154px; display:block;}
ul.newList li {border-right: 1px solid #C1C1C1; border-left: 1px solid #C1C1C1; background-color: #EAEAEA;}
ul.newList li a {padding:3px 6px; display: block; color: #777878 !important;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:137px; overflow:hidden; height:16px; padding:0 23px 0 0; font-size: 12px; color: #777878;}
.hiLite {color:#777878!important;}
.hiLite a {background:#F3F3F3!important; color:#777878!important;}
.newListHover {background:#CACBCD!important; color:#777878!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 0px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal;}
