div#currency-switch-container
{
    /*border-top:1px solid #d9d9d9;*/
    padding-top:15px;
    font-family:LeituraNews;
    height:35px;
    width:100%;
    position:relative;
    color:#999999;
    clear:both;
}
div.curr_switcher
{
    font-size:13px;
    font-family: helvetica neue, sans-serif !important;
}
div.choose_text{
    margin-bottom:7px;
}
.current_cur{text-decoration:underline;font-family:LeituraNews;cursor:pointer;}
div.curr_switcher IMG.curr_switcher_dropdown{margin-left:3px;}
div.curr_switcher div.sep{height:1px;background-color:#bebebe;margin:10px 0;}
div#currency-switch
{
    float:right;
}
SPAN.auction_set_text{
    background: url(/assets/img/currency_icon.png) no-repeat;
    font-family:LeituraNews;
    padding-left: 22px;
    padding-right: 5px;
    height:20px;
    width:124px;
    display:block;
    float:left;
}
div.curr_switcher div#currency-switch div.holder
{
    -moz-box-shadow: 0px 2px 6px rgba(0,0,0,.15);
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,.15);
    box-shadow: 0px 2px 6px rgba(0,0,0,.15);
    padding:20px;
    margin-top:15px;
    background:#ffffff;
}
div.curr_switcher div#currency-switch input[type="radio"] {
    display:none;
}
div.curr_switcher div#currency-switch input[type="radio"] + label span {
    background-color: #ffffff;
	-webkit-appearance: none;
	border: 1px solid #999;
	border-radius: 50%;
    padding: 5px;
    display: inline-block;
	position: relative;
    top: 2px;
    margin: 8px 8px 0 -3px;
}
div.curr_switcher div#currency-switch input[type="radio"]:checked + label span {
  padding: 2px;
}
div.curr_switcher div#currency-switch input[type="radio"]:checked + label span:after {
    background-color: #333;
    border-radius: 50%;
    content: '';
    display: block;
    padding: 3px;
    position: relative;
}
.holder {
position: relative;
background: #ffffff;
border: 1px solid #999;
}
.holder:after, .holder:before {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.holder:after {
border-color: rgba(255, 255, 243, 0);
border-bottom-color: #ffffff;
border-width: 6px;
left: 25px;
margin-left: -6px;
}
.holder:before {
border-color: rgba(51, 51, 51, 0);
border-bottom-color: #999;
border-width: 7px;
left: 25px;
margin-left: -7px;
}
div.curr_switcher div#currency-switch
{
    position:absolute;
    z-index:1;
    left:146px;
    margin-right:7px;
    background-color:white;
    display:none;
    width:225px;
}

div#currency-switch div.curr_selectors FORM
{
    font-size:11px;
}
div#currency-switch FORM INPUT
{
    margin-top:8px;
}
div#currency-switch FORM{
    color:#333333;
}
div.curr_switcher:hover div#currency-switch
{
	display: block;
}
span.no-pref-currencies-select-container
{
    display: inline-block;
    width: 50px;
	height: 23px;
	background: url(/assets/img/artwork_view/currencies_menu.jpg) no-repeat 40px 6px;
}
span.no-pref-currencies-select-container.off
{
    background: none;
    width: 40px;
}
div.currencies-select-container
{
	width: 50px;
	height: 25px;
    float:right;
    margin-top:3px;
    margin-left:5px;
}
span#mymax_approx{display:none}
div#current_bid_approx{clear:both;}
SELECT#no_pref_currencies{
    background: transparent;
    font: 17px/20px LeituraNews !important;
    padding-right: 10px;
    color: #333333 !important;
    font-weight: normal !important;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: window;
    text-indent: 0.01px;
    text-overflow: '';
}
SELECT#no_pref_currencies.off{
    padding-right:0px;
}
SELECT#currencies{
    background: url(/assets/img/artwork_view/currencies_menu.jpg) no-repeat 40px 5px;
    padding: 2px 11px 1px 5px;
    float:right;
    font: 15px/15px LeituraNews !important;
    color: #bebebe !important;
    font-weight: normal !important;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    text-align:right;
}

@-moz-document url-prefix() {
    SELECT#currencies{
    background: url(/assets/img/artwork_view/currencies_menu.jpg) no-repeat 45px 8px;
    padding: 0;
    }
}
