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

*/


/*==================================
Hide lists on page load
====================================*/

ul.newList {display:none;}

/*==================================
red curvy example
====================================*/
ul.newList {margin:0; padding:0; list-style:none; color:#000; background:#fff; position:absolute;  border:1px solid #e8e8e8; top:21px !important; left:0; overflow:auto; z-index:10000 !important; display:inline;}
	.col1 ul.newList {
		width:197px;
	}
	.col2 ul.newList {
		width:77px;
	}
.newListSelected {color:#000; height:19px; padding:1px 0 1px 6px; float:left; background:#e8e8e8 url(../images/drowndown.gif) center right no-repeat;}
	.col1 ul.newListSelected {
		width:193px;
	}
	.col2 ul.newListSelected {
		width:73px;
	}
.newListSelected span {width:192px; display:block;}
ul.newList li {
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}
ul.newList li a {padding:3px 6px; display: block; cursor:pointer; text-decoration:none;}
ul.newList li a:focus {outline: none;}

.col1 .selectedTxt {width:192px; overflow:hidden; height:16px; padding:0;}
.col2 .selectedTxt {width:72px; overflow:hidden; height:16px; padding:0;}

.hiLite {background:#c50c1d!important; color:#fff!important;}
.hiLite a {background:#c50c1d!important; color:#fff!important;}
.newListHover {background:#e8e8e8!important; color:#000!important; cursor:pointer;}
.newListSelHover, .newListSelFocus {cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}


/* TN34 FIX */
select {
	background: url(../images/drowndown.gif) right #e8e8e8 no-repeat;
	padding:1px 0 1px 3px;
}
#category-sort {
	width:199px;
}
#date-sort {
	width:60px;
}
