/*
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;
}
ul.newList a {
	color: #093955; 
	text-decoration: none; 
	display: block;
}
ul.newList a:hover {
	text-decoration: none;
}
ul.newList {
	margin: 0 0 0 3px; 
	padding: 0; 
	list-style: none; 
	color: #000; 
	width: 193px; 
	background: #a3b0b7;
	border: 1px solid #093955;
	border-top: 0;
	position: absolute;  
	top: 23px; 
	left: 0; 
	overflow: auto; 
	z-index: 9999;
}
	.currency ul.newList {
		width: 119px;
		top: 20px;
	}

.newListSelected {
	width: 221px;  
	height: 22px;
	line-height: 22px;
	padding: 0;
	margin-top: 9px;
	float: left; 
	color: #000;
	background:url(../images/main_sortview.png) no-repeat 0 0;
}
	.currency .newListSelected {
		width: 150px;
		height: 20px;
		line-height: 20px;
		margin-top: 0; 
		background:url(../images/main_currency.png) no-repeat 0 0;
	}
.newListSelected span {
	width: 221px; 
	display: block;
}
	.currency .newListSelected span {
		width: 150px;
	}

ul.newList li a {
	padding: 0 0 0 6px; 
	display: block;
}
ul.newList li a:focus {
	-moz-outline-style: none;
}

.selectedTxt {
	width: 205px; 
	overflow: hidden; 
	height: 22px; 
	padding: 0 0 0 10px;
}
	.currency .selectedTxt {
		width: 140px;
		height: 20px;
	}

.hiLite {
	background: #718895 !important; 
	color: #fff !important;
}
.hiLite a {
	background: #718895 !important; 
	color: #fff !important;
}

.newListHover {
	background: #093955 !important; 
	color: #fff !important; 
	cursor: pointer;
}
.newListSelHover, .newListSelFocus { 
	cursor: pointer;
	outline: none;
}

/*
.newListOptionTitle {
	font-weight: bold;
}
.newListOptionTitle ul {
	margin: 3px 0 0;
}
.newListOptionTitle li {
	font-weight:normal; 
	border-left:1px solid #ccc;
}
*/
