
@charset "utf-8";

.currency {
display: none;
padding:4px 0 6px 19px;
}
div.fancy_wrap span.currency {
padding:0 3px;
background:none;
}
#page dl.currency-switcher li.selected-currency a {
background:transparent url(/images/icons/tick.png) no-repeat scroll left -3px;
_background:transparent url(/images/icons/tick.png) no-repeat scroll left top;
}	

/* Currencies */

.EUR,
li.eur-item a  {
background: url(/images/cur/EUR.png) no-repeat left top;
}

.GBP,
li.gbp-item a  {
background: url(/images/cur/GBP.png) no-repeat left top;
}

.USD,
li.usd-item a  {
background: url(/images/cur/USD.png) no-repeat left top;
}

.ZAR,
li.zar-item a {
background: url(/images/cur/ZAR.png) no-repeat left top;
}	

.AUD,
li.aud-item a  {
background: url(/images/cur/AUD.png) no-repeat left top;
}

.CAD,
li.cad-item a  {
background: url(/images/cur/CAD.png) no-repeat left top;
}

.NZD,
li.nzd-item a  {
background: url(/images/cur/NZD.png) no-repeat left top;
}

