/*
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;}

.dealer_dropdown_container ul.newList * {margin:0; padding:0; }
.dealer_dropdown_container ul.newList {margin: 1px 0 0 0px; padding:0; list-style:none; color:#000; width:196px; background:#fff; position:absolute; border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
.dealer_dropdown_container .newListSelected {width:100px; color:#000; height:19px; padding:3px 0 0 6px; float:left; background:url(select-bg.png) no-repeat;}
.dealer_dropdown_container .newListSelected span {width:196px; display:block;}
.dealer_dropdown_container ul.newList li {padding:3px 8px;}
.dealer_dropdown_container .selectedTxt {width:166px; overflow:hidden; line-height: 15px; height:20px; padding:0px 23px 0 0;}
.dealer_dropdown_container .hiLite {background:#650101!important; color:#fff!important;}
.dealer_dropdown_container .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.dealer_dropdown_container .newListSelHover, .newListSelFocus {background-position:0 -22px; cursor:default;}
.dealer_dropdown_container .newListOptionTitle {font-weight:bold;}
.dealer_dropdown_container .newListOptionTitle ul {margin:3px 0 0;}
.dealer_dropdown_container .newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

/*  search fields */
.search_container ul.newList * {margin:0; padding:0;}
.search_container ul.newList {margin-left: -5px;  padding:0; list-style:none; color:#553e23; width:144px; background:#fff; position:absolute;  border:1px solid #917048; top:22px; left:0; overflow:auto; z-index:9999;}
.search_container .newListSelected {width:134px; color:#8b6d49; height:19px; padding:0px 0 0 6px; float:left; background:url(select-bg.png) no-repeat;}
.search_container .newListSelected span {width:144px; display:block;}
.search_container ul.newList li {padding:3px 8px;}
.search_container .selectedTxt {width:110px; margin-left: -10px; overflow:hidden; height:18px; padding:0px 23px 3px 6px;}
.search_container .hiLite {background:#eabc3d!important; color:#fff!important;}
.search_container .newListHover {background:#d4964d!important; color:#000!important; cursor:default;}
.search_container .newListSelHover, .newListSelFocus { cursor:default;}
.search_container .newListOptionTitle {font-weight:bold;}
.search_container .newListOptionTitle ul {margin:3px 0 0;}
.search_container .newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}