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

*/



.newListSelected {
	width: 85px;
	height: 15px;
	position: relative;
	z-index: 20;
	font-size: 11px;
}

.newListSelected .selectedTxt {
	height: 100%;
	line-height: 15px;
	padding: 0 15px 0 5px;
	background: url(../images/global/sprites/stylish-select-sprite.png) 0 0 no-repeat;
}

.newListSelected .newList {
	background: #e2e2e2;
	width: 100%;
	position: absolute;
	left: -9999px;
}

.newListSelected li {
	line-height: 1.1;
	font-size: 11px;
	list-style: none;
}

.newListSelected li:hover {
	background: #ccc;
}

.newListSelected a {
	display: block;
	padding: 4px 2px 4px 5px;
	text-decoration: none;
	color: #666;
}