/*
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
*/
/*.js ul.newList {left:-9999px;}*/

ul.newList 
{
	margin:0; 
	padding:0 10px;
	list-style:none; 
	color:#000; 
	background:#fff; 
	border:none;	
	left:0; 	
	z-index:888;
	opacity:.95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	border:1px solid #f6f6f5;
	position: absolute;
	overflow:visible;
	cursor:pointer;
}
.beerBrand
{
	width:175px; 
	float:left; 
	margin-right:5px;
	height:25px;
}
.beerBrandCountry
{
	font-weight:bold;
}
.beerTitles
{
	width:355px;
}
.ProductCatBeer .newListSelected1 ul.newList 
{
	width:360px;
}
.newListSelected 
{
	width:200px;
	color:#000; 
	height:32px; 
	padding:0; 
	float:left; 
	background:#fff url(/web/design/img/drop-arrow.gif) right top no-repeat; 	
	margin:0 8px 0 0;
	cursor:pointer;
}
.newListSelected span 
{
	display:block;
}
ul.newList li a
{
	padding:5px 8px;
	color:#0067a5;
	font-size:14px;
	line-height:16px;
	display:block;
	text-decoration:none;
	cursor:pointer;
}

ul.newList li.hasValue
{
	border-bottom:1px solid #d4d4d4;
	height:25px;
}

.selectedTxt 
{
	overflow:hidden; 
	height:25px; 
	padding:7px 23px 0 7px;
	font-size:14px;
	letter-spacing:-1px;
}
ul.newList li.noValue{border-bottom:none;height:26px;}
.hiLite {}
.newListHover {background:#d8f3f4!important; cursor:pointer;}
.newListHover.noValue {cursor:default;}
.newListSelHover.hasValue, .newListSelFocus.hasValue { cursor:pointer;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}
