/*
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;}

/*======================================
imsupport style - div that contains the 
<select> has been given an id of #imsupport
(for the purposes of this example
========================================*/
.newListSelected { 	border:1px solid #CCCCCC; color:#000000; height:18px; margin-bottom:10px; padding:0; width:173px; z-index:1000;}
.newListSelected div { display:block; float:left; font-size:0.85em; padding:2px 0 2px 4px; text-align:left !important; width:151px; }
.selectedTxt {width:258px; overflow:hidden; height:16px; padding:0 23px 0 0;}
ul.newList {list-style:none; color:#000; width:172px; background:#fff; border:1px solid #000; top:22px; left:0; height:auto; overflow:auto; font-size: 0.85em; text-align:left!important; position:absolute; z-index:9999;}
ul.newList li {padding:2px 5px!important; border-bottom: 1px solid #cccccc;}
.hiLite {background:#4E6898!important; color:#fff!important;}
.newListHover {background:#dee3ee!important; color:#000!important; cursor:default;}
.newListSelHover {cursor:default;}
.newListSelHover, .newListSelFocus {background-position:auto;}
/*#imsupport .newListSelHover div, #imsupport .newListSelFocus div {font-weight:bold; padding-top: 4px;}*/

.newListSelected .dropdown-icon-container {
	padding: 0px; width: 16px; height: 16px;
}
.newListSelected .dropdown-icon {
	width: 16px; height: 16px; float: right;
}
