/**
* Stylish Select 0.4.9 - $ plugin to replace a select drop down box with a stylable unordered list
* http://github.com/scottdarby/Stylish-Select/
* 
* 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 .SSContainerDivWrapper {
	left:-9999px;
}

/*
* Red example
---------------------------------------------------------*/
.stylish-select .SSContainerDivWrapper {
	margin:0;
	padding:0;
	width:290px;
	position:absolute;
	top:22px;
	left:0;
	z-index:2;
}

.stylish-select ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
	background:#fff;
	border:1px solid #ccc;
	overflow:auto;
}

.stylish-select ul.newList * {
	margin:0;
	padding:0;
}


.stylish-select ul.newList a {
	color: #000;
	text-decoration:none;
	display:block;
	padding:2px 4px;
}

.stylish-select .newListSelected {
	width:auto;
	color:#000;
	height:auto;
	padding:0px;
	float:left;
}

.stylish-select ul.newList li a:focus {
	-moz-outline-style: none;
}

.stylish-select .selectedTxt {
	width:258px;
	overflow:hidden;
	height:16px;
	padding:0 23px 0 0;
}

.stylish-select .hiLite {
	background:#3376b6!important;
	color:#fff!important;
}

.stylish-select .newListHover {
	background:#ccc!important;
	color:#000!important;
	cursor:default;
}

.stylish-select .newListDisabled {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.stylish-select .newListItemDisabled {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.stylish-select .newListOptionDisabled {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.stylish-select .newListSelHover,
.stylish-select .newListSelFocus {
	background-position:0 -22px;
	cursor:default;
}

.stylish-select .newListOptionTitle {
	font-weight:bold;
}

.stylish-select .newListOptionTitle ul {
	margin:3px 0 0;
}

.stylish-select .newListOptionTitle li {
	font-weight:normal;
}

/*==========start customize big combo===========*/
.aap_combo_space{
	width:184px;
	height:16px;
	display:block;
	background:#fff url(../images/combo_bg.png) no-repeat right 0;
	color:#000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #81898d;
}
.aap_combo_space .selectedTxt {
	width:156px;
	overflow:hidden;
	height:16px;
	padding:0px 23px 0 5px;
	line-height:16px;
}
.aap_combo_space .SSContainerDivWrapper {
	margin:0;
	padding:0;
	width:186px !important;
	position:absolute;
	top:18px;
	left:-1px !important;
}
/*==========end customize big combo===========*/

/*==========start customize small combo===========*/
.aap_small_combo{
	width:88px;
	height:16px;
	display:block;
	background:#fff url(../images/combo_bg.png) no-repeat right 0;
	color:#000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #81898d;
	float:left;
	margin-right:6px;
}
.aap_small_combo .selectedTxt {
	width:65px;
	overflow:hidden;
	height:17px;
	padding:0px 18px 0 5px;
	line-height:16px;
}
.aap_small_combo .SSContainerDivWrapper {
	margin:0;
	padding:0;
	width:90px !important;
	position:absolute;
	top:18px;
	left:-1px !important;
}
/*==========start customize small combo===========*/