/*
Stylish Select css 0.2.2 - 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
*/

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList {
	margin:0; 
	padding:0; 
	list-style:none; 
	color:#fff; 
	background:#204166; 
	position:absolute; 
	display:none; 
	border:1px solid #204166;  
	left:0; 
	z-index:9999999;
}

.shopby-price2 .newList{width:135px;top:0px;}
.shopby-price2.selectedTxt{width:133px;overflow:hidden; padding: 0px 0px 0 0px;font-size:10px}
.shopby-price3.selectedTxt {width:103px; overflow:hidden; padding: 0px 0px 0 3px;}
.shopby-price3 .newListSelected{
	width:105px; 
	color:#fff; 
	height:19px; 
	padding: 3px 0 0 6px; 
	float:left; 
	background: url(images/img_new/bg_select.jpg) no-repeat; 
	cursor: pointer; 
	outline: none;
}
.shopby-price2 .newListSelected {
	width:135px; 
	color:#fff; 
	height:19px; 
	padding: 3px 0 0 6px; 
	float:left; 
	background: url(images/img_new/bg_select2.jpg) no-repeat; 
	cursor: pointer; 
	outline: none;
}
.shopby-price3 .newList  {width:105px;top:0px;height:120px;overflow:auto}

/*.newListSelected:hover {background-position:0 -22px;}*/
.newListSelected span {width:150px; display:block;}
ul.newList li {padding:3px 8px;}
.newListSelected {outline: none;cursor: pointer;}

.hiLite {background:#204166!important; color:#FFF!important;}
.newListHover {background:#b3c9ea!important; color:#fff!important; cursor:default;}
.newListSelHover {cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

.sl-1 {width:121px;margin-top:5px}
.sl-1 .newListSelected {background:url(images/img_new/sl_121.gif) no-repeat;width:111px;padding:4px 0px 4px 10px;border:none;height:15px}
.sl-1 ul.newList {background:#fff;width:118px;border:solid 1px #d1d1d1;color:#666;border-top:none;}
.sl-1 ul.newList li {border-top:solid 1px #e3e2e2}

.sl-2 {width:159px;margin-top:5px}
.sl-2 .newListSelected {background:url(images/img_new/sl_159.gif) no-repeat;width:149px;padding:4px 0px 4px 10px;border:none;height:15px}
.sl-2 ul.newList {background:#fff;width:157px;border:solid 1px #d1d1d1;color:#666;border-top:none;}
.sl-2 ul.newList li {border-top:solid 1px #e3e2e2}
* html .sl-2 .selectedTxt {height:17px}

.sl-3 {width:191px;margin-top:5px}
.sl-3 .newListSelected {background:url(images/img_new/sl_191.gif) no-repeat;width:181px;padding:4px 0px 4px 10px;border:none;height:15px}
.sl-3 ul.newList {background:#fff;width:189px;border:solid 1px #d1d1d1;color:#666;border-top:none;}
.sl-3 ul.newList li {border-top:solid 1px #e3e2e2}
* html .sl-3 .selectedTxt {height:17px}

