/* Dropdown control */
.selectBox-dropdown {
	position: relative;
	background: url(select.png) no-repeat left -22px;
	height: 22px;
	padding: 0px 0px 0px 6px;	
	cursor: default;
	width: 82px !important; 
}
.main .selectBox-dropdown { background: url(select.png) no-repeat left -20px; width: 174px !important;}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	
}

.selectBox-dropdown.selectBox-menuShowing {

}

.selectBox-dropdown .selectBox-label {

	display: inline-block;
	white-space: nowrap;
	background: url(flag.gif) no-repeat left 4px; padding: 0px 0px 0px 25px;
	width: auto !important;	
}
.currency-header-selectBox-dropdown-menu LI.currency-aud a, .selectBox-dropdown .currency-aud { background-position: left -30px;}
.currency-header-selectBox-dropdown-menu LI.currency-gbp a, .selectBox-dropdown .currency-gbp { background-position: left -60px;}
.currency-header-selectBox-dropdown-menu LI.currency-cad a, .selectBox-dropdown .currency-cad { background-position: left -95px;}
.currency-header-selectBox-dropdown-menu LI.currency-cny a, .selectBox-dropdown .currency-cny { background-position: left -128px;}
.currency-header-selectBox-dropdown-menu LI.currency-eur a, .selectBox-dropdown .currency-eur { background-position: left -169px;}
.currency-header-selectBox-dropdown-menu LI.currency-hkd a, .selectBox-dropdown .currency-hkd { background-position: left -219px;}
.currency-header-selectBox-dropdown-menu LI.currency-inr a, .selectBox-dropdown .currency-inr { background-position: left -256px;}
.currency-header-selectBox-dropdown-menu LI.currency-idr a, .selectBox-dropdown .currency-idr { background-position: left -303px;}
.currency-header-selectBox-dropdown-menu LI.currency-jpy a, .selectBox-dropdown .currency-jpy { background-position: left -352px;}
.currency-header-selectBox-dropdown-menu LI.currency-myr a, .selectBox-dropdown .currency-myr { background-position: left -399px;}
.currency-header-selectBox-dropdown-menu LI.currency-twd a, .selectBox-dropdown .currency-twd { background-position: left -451px;}
.currency-header-selectBox-dropdown-menu LI.currency-php a, .selectBox-dropdown .currency-php { background-position: left -484px;}
.currency-header-selectBox-dropdown-menu LI.currency-sgd a, .selectBox-dropdown .currency-sgd { background-position: left 3px;}
.currency-header-selectBox-dropdown-menu LI.currency-chf a, .selectBox-dropdown .currency-chf { background-position: left -529px;}
.currency-header-selectBox-dropdown-menu LI.currency-thb a, .selectBox-dropdown .currency-thb { background-position: left -486px;}
.currency-header-selectBox-dropdown-menu LI.currency-usd a, .selectBox-dropdown .currency-usd { background-position: left -585px;}


.main .selectBox-dropdown .selectBox-label{ background: none; padding: 0px 0px 0px 5px; line-height: 20px; height: 20px; }
.selectBox-dropdown .selectBox-arrow {
background: url(select.png) no-repeat right 0px; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 22px; height: 22px; display: block;
	
}
.main .selectBox-dropdown .selectBox-arrow {background: url(select.png) no-repeat right 0px; width: 24px; height: 19px;}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}


/* Inline control */
.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}
.currency-header-selectBox-dropdown-menu LI{ padding: 0px 0px 0px 6px;}
.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 0px 0px 5px;
	white-space: nowrap;
	overflow: hidden;
	
	text-decoration: none;
	cursor: pointer;
}

.currency-header-selectBox-dropdown-menu LI A{background: url(flag.gif) no-repeat left 4px;	padding: 0 0px 0px 25px; }

.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
/*	background-color: transparent;*/
}

.selectBox-options LI.selectBox-selected A {
/*	background-color: #C8DEF4;*/
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}