/*
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.

*/


/*==================================
Hide lists on page load
====================================*/

.stylish-select ul.newList {left:-9999px;}

ul.newList * {margin:0; padding:0;}
.storeFinder ul.newList a {color: #666666; text-decoration:none; display:block; padding: 4px;}
ul.newList {margin: 5px 0; padding:0;}
.storeFinder .selectedTxt {width:87px; overflow:hidden; height:18px; padding:0;}
.storeFinder {background:url(/library/images/common/form-bg.gif) no-repeat; position: relative; z-index: 9999;}
.storeFinder .newListSelected {background: transparent url(/library/images/common/dropdown.gif) no-repeat scroll 70px 0; border:none; color:#666666;  height:18px; margin-bottom:0; padding: 6px 0 0 6px; width:87px;}
.storeFinder .newListSelected div {display:block; font-size: 10px; width:87px; font-size: 10px; font-family: Verdana, Geneva, Tahoma, sans-serif;}
.storeFinder ul.newList {list-style:none; color:#666666; width:91px; background:#fff; border:1px solid #bebebe; top:22px; left:0; font-size: 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; position:absolute; z-index:9999; overflow-x: hidden; overflow-y: auto; height: auto;}
.storeFinder ul.newList li {border-bottom: 1px solid #999999; background: none; }
.storeFinder ul.newList li a {text-decoration: none; cursor:default;}
.storeFinder ul.newList li a:hover {text-decoration: none; cursor:default;}
.storeFinder .hiLite {background: #f0f0f0 !important; color:#666666 !important;}
.storeFinder .newListHover {background:#f0f0f0 !important; color:#666666 !important; cursor:default;}
.storeFinder .newListSelHover {cursor:default;}
.storeFinder .newListSelHover, .storeFinder .newListSelFocus {background-position:auto;}
