/*
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:#fff; width:130px; background:#000; position:absolute;  border:0px solid #000; overflow:auto; z-index:9999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:0px 0 0 0px;}
.newListSelected {width:119px; color:#fff; height:19px; padding:5px 0 0 10px; float:left; background:url(../img/jquery/select-bg.png)  no-repeat;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:0 0 5px 0px;}
#productsSortForm .newListSelected {width:120px; color:#fff; height:20px; padding:5px 0 0 5px; float:left; background:url(../img/jquery/select_tri.png) no-repeat left top;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:0; float:right;}

#productsSortForm ul.newList {margin:0; padding:0; list-style:none; color:#fff; width:125px; background:#3d1305; position:absolute;  border:0px solid #000; overflow:auto; z-index:9999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:0px 0 0 0px;}

.newListSelected span {width:128px; display:block;}
ul.newList li {padding:3px 8px;}
.selectedTxt {width:97px; overflow:hidden; height:16px; padding:0 20px 0 0;}

.hiLite {background:#7a4122!important; color:#fff!important;}

.newListHover {background:#7a4122!important; color:#fff!important; cursor:default;}

.newListSelHover, .newListSelFocus {background-position:0 -24px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}
