@charset "utf-8";

/* CSS Document */

.currency {
	display: none;
	padding-right: 2px;
	width: 75px;
}

.USD {
	display: inline;
	padding-left: 18px;
	background: url(img/cur/USD.png) no-repeat 0 50%;
}

.EUR {
	display: inline;
	padding-left: 18px;
	background: url(img/cur/EUR.png) no-repeat 0 50%;
}

.AUD {
	display: inline;
	padding-left: 18px;
	background: url(img/cur/AUD.png) no-repeat 0 50%;
}

.CAD {
	display: inline;
	padding-left: 18px;
	background: url(img/cur/CAD.png) no-repeat 0 50%;
}

.CHF {
	display: inline;
	padding-left: 18px;
	background: url(img/cur/CHF.png) no-repeat 0 50%;
}

.CNY {
	display: inline;
	padding-left: 18px;
	background: url(img/cur/CNY.png) no-repeat 0 50%;
}

.GBP {
	display: inline;
	padding-left: 18px;
	background: url(img/cur/GBP.png) no-repeat 0 50%;
}

.ZAR {
	display: inline;
	padding-left: 18px;
	background: url(img/cur/ZAR.png) no-repeat 0 50%;
}