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

.stylish-select ul.newList {z-index:9999;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;font-size: 12px;line-height: 22px;}
ul.newList a {color: #555; text-decoration:none; display:block;z-index: 9200;background: #fff;}
ul.newList {width:100%;margin:0; padding:0; list-style:none; color:#000; position:absolute;  border:1px solid #eaeaea; top:22px; overflow:auto; z-index:9999;}
.newListSelected {margin-right:10px;font-size: 14px;color:#555;width:175px;line-height: 32px; height:32px; padding:0px 0 0 10px; float:left; background: #fff url("../img/select_arrow.png") no-repeat right center;padding-right: 0px;border:solid 2px #eaeaea;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.errorHolder .newListSelected{border-color:red;}
.newListSelected span {display:block;}
ul.newList li a {padding:3px 8px; display: block;overflow: hidden;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {overflow:hidden; height:37px; padding:0px 33px 1px 0;}
.hiLite {background:#666666!important; color:#fff!important;}
.hiLite a {background:#666666!important; color:#fff!important;}
.newListHover {background:#ddd!important; color:#666!important; cursor:default;}
.newListSelHover, .newListSelFocus {cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

/*======================================*/

.mainSearchCategory .newListSelected {margin-right:10px;font-size: 14px;color:#fff;width:175px;line-height: 50px; height:50px; padding:0px 0 0 10px; float:left; background: #fff url("../img/main_category_select.png") no-repeat right center;padding-right: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border:none;
}
.mainSearchCategory .selectedTxt {overflow:hidden; height:37px; padding:0px 33px 1px 0;text-align: center;}
.auctionListOffers .boxCardsFilter .selectRow .selectedTxt,
.filterLeft .selectedTxt {overflow:hidden; height:37px; padding:0px 33px 1px 0;text-align: center;}
.auctionListOffers .boxCardsFilter .selectRow .newListSelected,
.filterLeft .newListSelected {margin-right:10px;font-size: 14px;color:#fff;width:100%;line-height: 50px; height:50px; padding:0px 0 0 10px; float:left; background: #fff url("../img/main_category_select.png") no-repeat right center;padding-right: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border:none;
	position:absolute;
}

.customPaging .pagingRange .newListSelected {width:85px;}

.boxMagazinesSearch .newListSelected{padding-left: 3%; width: 96%;}