/*
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.
*/

.stylish-select ul.newList { left: -9999px; }

ul.newList { margin: 0; padding: 0; list-style: none; color: #fff; width: 203px; background: #272727; position: absolute; border: 1px solid #ccc; top: 24px; left: 0; overflow: auto; z-index: 9999; max-height: 300px; }
	ul.newList * { margin: 0; padding: 0; }
	ul.newList a { color: #ccc; text-decoration: none; display: block; }
	ul.newList li { min-height: 16px; line-height: 16px; width: 180px; }
	ul.newList li a { padding: 0 8px; display: block; }
		ul.newList li a:focus { -moz-outline-style: none; }
.newListSelected { width: 195px; color: #333; font-size: 10px; height: 24px; line-height: 24px; padding: 0 0 0 8px; float: left; background: url(../images/bg-optionselects.gif) no-repeat; }
	.newListSelected span { width: 203px; display: block; }
.selectedTxt { width: 203px; overflow: hidden; line-height: 24px; height: 24px; padding: 0; }
.newListHover { background: #3b3b3b!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; }

