/*
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:#000; 
	background:#D6D7D6; 
	position:absolute; 
	display:none; 
	border:1px solid #ccc;  
	left:0; 
	overflow:auto; 
	z-index:19999;
}
.sl-country .newList  {width:147px;top:0px;}
.sl-dropdown .newList  {width:98px;margin-left:2px}
.sl-month .newList  {width:67px;}
.sl-country .selectedTxt {width:150px; overflow:hidden; height:20px; padding: 0px 13px 0 3px;}
.sl-from .newList  {width:178px;top:0px;}
.sl-from .selectedTxt {width:181px; overflow:hidden; height:20px; padding: 0px 13px 0 3px;}
.sl-country .newListSelected {
	width:150px; 
	color:#000; 
	height:20px; 
	padding: 3px 0 0 6px; 
	float:left; 
	background: url(../images/bg_select.jpg) no-repeat; 
	cursor: pointer; 
	outline: none;
}
.sl-month .newListSelected {
	width:150px; 
	color:#000; 
	height:20px; 
	padding: 3px 0 0 6px; 
	float:left; 
	background: url(../images/bg_select_m.jpg) no-repeat; 
	cursor: pointer; 
	outline: none;
}
.sl-dropdown{margin-left:15px;margin-top:0px}
.sl-dropdown .newListSelected {
	width:104px; 
	color:#000; 
	height:24px; 
	padding: 4px 0 0 6px; 
	float:left; 
	background: url(../images/sl_w104.jpg) top left no-repeat; 
	cursor: pointer; 
	outline: none;
}
.w63 .newListSelected {width:63px;}
.sl-from .newListSelected {
	width:181px; 
	color:#000; 
	height:22px; 
	padding: 3px 0 0 6px; 
	float:left; 
	background: url(../images/sl-soft.gif) no-repeat; 
	cursor: pointer; 
	outline: none;
}
/*.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:#919191!important; color:#FFF!important;}
.newListHover {background:#CCC!important; color:#000!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-soft .newListSelected{
	background:url(../images/sl-soft.gif) no-repeat;
	width:181px; 
	color:#000; 
	height:20px; 
	padding: 4px 0 0 5px; 
	float:left;
}
.sl-soft ul.newList {width:178px;}
