.search .newListSelected/*
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
====================================*/
.search ul.newList * {margin:0; padding:0;}
.search ul.newList, .product_list ul.newList {margin:0; padding:0; list-style:none; color:#000; width:250px; background:#fff; position:absolute;  border:1px solid #d1d1d1; top:19px!important; left:0; overflow:auto; z-index:9999; height:auto; padding:2px;}
.search .newListSelected {width:165px; color:#000; height:19px; padding:3px 0 0 6px; float:left; zoom:1; background:url(/images/select_bg.gif) no-repeat; position: relative!important; z-index: 1500;}
.search .newListSelected span {xwidth:171px; display:block;}
.search ul.newList li {padding:0; float:none; background:none; line-height:20px; height:auto; margin:0;}
.search .selectedTxt {width:141px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.search .hiLite {background:#e7eefe!important; color:#000!important;}
.search .newListHover {background:#e7eefe!important; color:#000!important; cursor:default;}
.search .newListOptionTitle {font-weight:bold;}
.search .newListOptionTitle ul {margin:3px 0 0;}
.search .newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

 
.product_list ul.newList * {margin:0; padding:0;}
.product_list ul.newList {margin:0; padding:0; list-style:none; color:#254b81; width:155px; background:#fff; position:absolute;  border:1px solid #1c5180; top:21px!important; left:0; overflow:auto; z-index:9999; height:auto; padding:2px;}
.product_list .newListSelected {width:155px; margin-right: 15px; color:#000; height:19px; padding:3px 0 0 6px; float:left; zoom:1; background:url(/images/select_bg2.gif) no-repeat;  color:#254b81;}
.product_list .newListSelected span {width:171px; display:block;} 
.product_list ul.newList li {padding:0; float:none; background:none; line-height:20px; height:auto; margin:0;} 
.product_list .selectedTxt {width:124px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.product_list .hiLite {background:#e7eefe!important; color:#000!important;}
.product_list .newListHover {background:#e7eefe!important; color:#000!important; cursor:default;}
.product_list .newListOptionTitle {font-weight:bold;}
.product_list .newListOptionTitle ul {margin:3px 0 0;}
.product_list .newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

