/**
* Stylish Select 0.4.5 - $ 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 .SSContainerDivWrapper {
	left:-9999px;
}

.newListSelected {
background: url(../images/common_sprite.png) no-repeat 0 -521px;
_background: url(../images/common_sprite.gif) no-repeat 0 -521px;
color: #306580;
cursor: pointer;
font-size: 12px;
height: 25px;
line-height: 25px;
text-decoration: none;
width: 196px;
}

.selectedTxt {
background: url(../images/common_sprite.png) no-repeat right -560px;
_background: url(../images/common_sprite.gif) no-repeat right -560px;
display: block;
height: 24px;
margin: 0 0 0 3px;
padding: 0px 0 0 5px;
}

ul.newList a {color: #000; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; background:#fff; position:absolute; border:1px solid #ccc; top:22px; left:0; z-index:9999; width: 193px;}
ul.newList li {line-height:18px;}
ul.newList li a {padding:0px 9px; display: block; font-size:12px;line-height:18px;white-space:nowrap}
ul.newList li a:focus {outline: none;}
ul.newList li a:hover {color:#000; background:#fff;}
.hiLite {background:#306580!important; color:#fff!important;}
.hiLite a {background:#306580!important; color:#fff!important;}
.newListHover {background:#306580!important; color:#fff!important; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

