/*
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;}
ul.newList {margin:0; padding:0; list-style:none; color:#141414; width:251px; background:#abc3c2; position:absolute;top:0px; left:0; overflow:auto; z-index:9999;}
.newListSelected {width:251px; color:#141414; height:27px; padding:3px 0 0 5px; float:left;background:url('../images/common/drop-down-bg.jpg') no-repeat;}
.newListSelected span {width:251px; display:block;}
ul.newList li {padding:3px 8px;}
.selectedTxt {width:235px;overflow:hidden; height:16px; padding:0 0px 0 0;}
.hiLite {background:#abc3c2!important; color:#141414!important;}
.newListHover {background:#7bb0ae;!important; color:#141414!important; cursor:pointer;margin:0; padding:0;}
.newListSelHover, .newListSelFocus {width:251px;background-position:0 0px;background:url('../images/common/drop-down-bg.jpg') no-repeat; cursor:pointer;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal;}
.underline{border-top:1px solid #fff;}
