/*
 * 
 * Common money converter
 * 
 */
.money-converter {
}

.money-converter .input,
.money-converter .equal,
.money-converter .output {
	display: inline-block;
	margin-bottom: 1em;
	vertical-align: middle;
}

.money-converter .equal {
	padding: 0 1em;
}

.money-converter .equal span {
	cursor: pointer;
	font-size: 3em;
	line-height: 1em;
	vertical-align: middle;
}

.money-converter .output {
}

html.msie6 .money-converter .input,
html.msie6 .money-converter .output,
html.msie7 .money-converter .input,
html.msie7 .money-converter .output {
	display: inline;
	zoom: 1;
}

html.firefox2 .money-converter .input,
html.firefox2 .money-converter .equal,
html.firefox2 .money-converter .output {
	display: table-cell;
}

html.msie6 .money-converter .equal span,
html.msie7 .money-converter .equal span {
	vertical-align: baseline;
}

.money-converter input,
.money-converter .value {
	font-size: 2em;
}

.money-converter input {
	border: 1px solid #CCC;
	width: auto;
}

.money-converter span.value {
	display: none;
	white-space: nowrap;
}

.i_error {
	color: #E87272;
}

.o_error {
	color: #AAA;
}

.money-converter #i_c {
	float: left;
}

html.firefox2 .money-converter #i_c {
	position: relative;
	top: 3px;
}

.money-converter #i_c li {
	position: relative;
}

.money-converter #i_c.multiple {
	margin-bottom: -1.8em;
	padding-right: 30px;
}

.money-converter #i_c.multiple li {
	margin-bottom: 1.5em;
}

.money-converter .currency {
	margin-left: 1em;
}

.money-converter .currency a {
	border-bottom: 1px dashed;
	font-style: italic;
	text-decoration: none;
	white-space: nowrap;
}

.money-converter .currency input {
	border: 1px solid #CCC;
	display: none;
	width: 8em;
}

.money-converter .add {
	color: #aaa;
	font-size: 1.2em;
	left: -1em;
	position: absolute;
	top: 2.2em;
}

.money-converter .add span {
	cursor: pointer;
}

.money-converter .add.last {
	color: #999;
	font-size: 1.5em;
	top: 1.8em;
}

.money-converter .remove {
	cursor: pointer;
	display: none;
	height: 9px;
	position: absolute;
	right: -1em;
	top: 0;
	width: 9px;
	z-index: 1;
}

.money-converter .show .remove {
	display: block;
}

.money-converter .output span.v {
	font-size: 2em;
	line-height: 1.5em;
	white-space: nowrap;
}

.money-converter .output input.value {
	border-color: transparent;
}

html.msie6 .money-converter .output input.value {
	border-color: #FFF;
}

.money-converter .brackets {
	background-position: center right;
	background-repeat: no-repeat;
	float: left;
	padding: .5em 5px .5em 0;
	position: relative;
}

.money-converter .brackets.show,
.money-converter .show .br {
	background-image: url('/i/common/bracket.gif');
}

.money-converter .brackets .br {
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 0;
	display: block;
	height: 11px;
	left: -14px;
	margin-left: 100%;
	position: absolute;
	width: 9px;
}

html.msie7 .money-converter .brackets .br {
	left: auto;
	right: 5px;
}

.money-converter .brackets .top {
	top: 0;
}

.money-converter .brackets .bot {
	background-position: 0 bottom;
	bottom: -2px;
}

#em {
	position: absolute;
	top: -1000em;
	font-size: 2em;
}

/*

index.xsl

*/
.money-converter-index {
	background-color: #F5F5EA;
	float: left;
	margin: 0 0 1.2em -1em;
	padding: 1.5em 1em;
	position: relative; /*IE6*/
}

.money-converter-index .input,
.money-converter-index .equal,
.money-converter-index .output {
	display: inline;
	margin-bottom: 0;
}

.money-converter-index input,
.money-converter-index .value {
	font-size: 1em;
}

.money-converter-index .equal {
	padding: 0 .6em 0 .8em;
}

.money-converter-index .equal span {
	font-size: 2em;
}

.money-converter-index .currency input {
	width: 10em;
}

.bank-date {
	font-size: .8em;
	margin-top: 1em;
}

#CurrencyDesc {
	clear: both;
	margin: 2em 0 0 -3em;
	zoom: 1;
}

#CurrencyDesc div.currency {
	float: left;
	height: 12em;
	margin: 0 0 2em 3em;
	width: 10em;
}
#CurrencyDesc h2 {
	font-size: 230%;
	font-weight: normal;
	line-height: 1em;
}
#CurrencyDesc h2 span {
	font-size: 80%;
}
#CurrencyDesc h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 0.3em 0;
}
#CurrencyDesc p {
    color:#555;
    font-size:0.9em;
}
#CurrencyDesc div.units {
	font-size: 85%;
	margin-bottom: 0.3em;
	color: #3c3c3c;
}
#CurrencyDesc div.rate {
	font-size: 100%;
	margin: 0.6em 0 0.3em -0.5em;
	color: #3c3c3c;
}
#CurrencyDesc div.rate span.rate {			
	background: #f5f5ea;
	padding: 0.4em 0.5em 0.2em 0.5em;
	position: relative;
	zoom: 1;
}

#CurrencyDesc div.rate div.date {
    padding-left:0.6em;
    padding-top:0.3em;
}

.int {
	font-size: 140%;
}
.frac {
	font-size: 85%;
}
#CurrencyDesc .currency a {
	text-decoration: none;        
}
#CurrencyDesc .currency a:hover h3{
	text-decoration: underline;
}

/*
 * currency.xsl
 */
.currency-info-list {
	background-color: #F3F1DE;
	display: none;
	float: right;
	list-style: square inside;
	margin-top: 2em;
	padding: 1em 1.5em;
}

.currency-info-list li {
	font-size: .95em;
	line-height: 2em;
}

.vice-versa {
	font-size: .9em;
	margin-bottom: .5em;
}

.vice-versa a {
	border-bottom: 1px dashed;
	text-decoration: none;
}

.bank-date-converter {
	background: url(/i/money/price.gif) no-repeat left center;
	color: #848C8F;
	float: left;
	font-size: .9em;
	left: -26px;
	margin-top: .3em;
	padding-left: 26px;
	position: relative;
}

#result-links {
	clear: left;
	display: none;
	float: left;
}

/*
 * currency-info.xsl
 */
#currency-info {
}

#currency-info .tabs {
	margin-top: 2em;
}

#currency-info #flash object,
#currency-info #flash embed {
	height: 400px;
}

html.webkit #currency-info #flash.ui-tabs-hide,
html.opera #currency-info #flash.ui-tabs-hide {
	display: block;
	left: -10000px;
	position: absolute;
}

html.firefox #currency-info #flash.ui-tabs-hide {
	display: block;
}

html.firefox #currency-info #flash.ui-tabs-hide object,
html.firefox #currency-info #flash.ui-tabs-hide embed {
	height: 0;
}

.rate-history,
.rate-history th {
	border: 1px solid #909192;
}

.rate-history th {
	background-color: #DFE3E8;
	color: #656A70;
	font-weight: normal;
}

#article .rate-history td {
	background: #FFFFFF;
	border: 1px solid #D0D7E5;
	padding: .3em 3em;
}

#currency-info #table form {
	margin-bottom: 1em;
}

#currency-info #table input,
#currency-info #table button {
	vertical-align: middle;
}

#currency-info form div {
	margin-bottom: 1em;
}

#currency-info form a {
	text-decoration: none;
}

#currency-info form a img {
	vertical-align: middle;
}

#currency-info form a span {
	text-decoration: underline;	
}

#currency-info #download img {
	vertical-align: middle;
}

#currency-info .ui-tabs-nav a:visited {
	color: #1B86C6;
}

/*
 * Vat converter
 */
#vat-converter {
	float: left;
}

#vat-converter li {
	clear: both;
	line-height: 1.8em;
	padding: 1.2em 0em;
	text-align: right;
}

#vat-converter li#vat {
	border-bottom: 1px solid #000000;
}

#vat-converter li.selected {
}

#vat-converter li.disabled {
}

#vat-converter li.error {
	background-color: #E87272;
}

#vat-converter .caption {
	float: left;
	line-height: 2.7em;
	padding-right: 2em;
}

html.safari #vat-converter .caption {
	line-height: 3em;
}

#vat-converter li#vat label {
	margin-right: .5em;
}

#vat-converter input {
	border: 1px solid #CCCCCC;
	font-size: 2em;
	text-align: right;
	width: 7em;
}

#vat-converter input.input-error {
	color: #E87272;
}

#vat-converter input.input-disabled {
	color: #AAAAAA;
}

#vat-converter .caption input {
	font-size: 1em;
	width: 1.5em;
}

#vat-converter .ui-selectmenu-status {
	font-style: normal;
	white-space: nowrap;
}

.vat #result-links {
	display: block;
	visibility: hidden;
}

ul.vat-percent li a span {
	display: none;
}

/*
 * Inspections
 */
.inspections .ui-tabs-nav li {
	float: left;
}

.inspections .ui-tabs-nav a {
	border: 0;
	text-decoration: underline;
	white-space: nowrap;
}

.inspections .data-table .number,
.inspections .data-table .address {
	padding-right: 1.5em;
}

.inspections .data-table th.number {
	white-space: nowrap;
	width: 1%;
}

.inspections .data-table td.number {
	text-align: right;
}

.inspections .data-table .number a {
	display: block;
}

.inspections .data-table .phone {
	white-space: nowrap;
}

.content-group-menu {
	margin-bottom: .4em;
}

.inspection {
	width: 100%;
}

.inspection td {
	vertical-align: top;
}

.inspection .content-col {
	padding-right: 2em;
}

.inspection h3 {
	margin-bottom: .3em;
}

.inspection h4 {
	font-size: 1em;
	font-weight: normal;
	margin-top: .5em;
}

.inspection .content {
	margin-bottom: 1em;
	padding-left: 1em; 
}

.inspection .content div {
	line-height: 1.3em;
}

.inspection .content .comment {
	color: #808080;
	font-size: .85em;
}

.inspection .timetable th,
.inspection .timetable td {
	padding: .2em .5em;
}

.inspection .timetable th {
	border-bottom: 1px solid #808080;
}

.inspection .timetable td {
	vertical-align: middle;
}

.inspection .map-col {
	width: 400px;
}

.inspection .map {
	height: 400px;
	visibility: hidden;
	width: 400px;
	z-index: 1;
}

/* Deals */
#deals-table .id {
	width: 6em;
}

/*
 * UI Datepicker
 */
.ui-datepicker {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	font-size: .8em;
}

.ui-datepicker-header {
	background-color: #EEEEEE;
	position: relative;
	padding: 5px;
}

.ui-datepicker-calendar {
	margin: .5em;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: pointer;
	height: 16px;
	position: absolute;
	top: /*6*/26px;
	width: 16px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 4px;
}

.ui-datepicker .ui-datepicker-next {
	right: 4px;
}

.ui-datepicker .ui-icon {
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
	background-image: url(/i/common/calendar/tr_left.gif);
}

.ui-datepicker .ui-datepicker-next .ui-icon {
	background-image: url(/i/common/calendar/tr_right.gif);
}

.ui-datepicker-title {
	padding: 1px 25px;
	text-align: center;
}

.ui-datepicker-month,
.ui-datepicker-year {
	font-size: 1.1em;
}

span.ui-datepicker-month {
	display: block;
	margin: 2px auto 4px;
}

select.ui-datepicker-year {
}

.ui-datepicker th {
	font-weight: normal;
}  

.ui-datepicker td {
	padding: 2px;
	text-align: right;
}

.ui-datepicker td span {
	color: #AAAAAA;
}

.ui-datepicker td a {
	display: block;
	text-decoration: none;
}

.ui-datepicker td a.ui-state-hover {
	background-color: #EAEAEA;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.currency-s {
    background: url(/i/money/banknote/gif/currency_s.gif) no-repeat;
	height: 18px; 
}

.currency-s-aed { background-position: 0 0; width:44px }
.currency-s-afn { background-position: 0 -18px; width:44px }
.currency-s-all { background-position: 0 -36px; width:37px }
.currency-s-amd { background-position: 0 -54px; width:32px }
.currency-s-ang { background-position: 0 -72px; width:42px }
.currency-s-aoa { background-position: 0 -90px; width:39px }
.currency-s-ars { background-position: 0 -108px; width:44px }
.currency-s-aud { background-position: 0 -126px; width:37px }
.currency-s-azn { background-position: 0 -144px; width:31px }
.currency-s-bdt { background-position: 0 -162px; width:30px }
.currency-s-bgn { background-position: 0 -180px; width:34px }
.currency-s-bhd { background-position: 0 -198px; width:39px }
.currency-s-bif { background-position: 0 -216px; width:34px }
.currency-s-bnd { background-position: 0 -234px; width:37px }
.currency-s-bob { background-position: 0 -252px; width:37px }
.currency-s-brl { background-position: 0 -270px; width:40px }
.currency-s-bsd { background-position: 0 -288px; width:43px }
.currency-s-bwp { background-position: 0 -306px; width:37px }
.currency-s-byr { background-position: 0 -324px; width:34px }
.currency-s-cad { background-position: 0 -342px; width:39px }
.currency-s-cdf { background-position: 0 -360px; width:31px }
.currency-s-chf { background-position: 0 -378px; width:31px }
.currency-s-clp { background-position: 0 -396px; width:38px }
.currency-s-cny { background-position: 0 -414px; width:37px }
.currency-s-cop { background-position: 0 -432px; width:37px }
.currency-s-crc { background-position: 0 -450px; width:42px }
.currency-s-cup { background-position: 0 -468px; width:39px }
.currency-s-czk { background-position: 0 -486px; width:39px }
.currency-s-djf { background-position: 0 -504px; width:40px }
.currency-s-dkk { background-position: 0 -522px; width:32px }
.currency-s-dzd { background-position: 0 -540px; width:33px }
.currency-s-eek { background-position: 0 -558px; width:36px }
.currency-s-egp { background-position: 0 -576px; width:34px }
.currency-s-etb { background-position: 0 -594px; width:40px }
.currency-s-eur { background-position: 0 -612px; width:35px }
.currency-s-fjd { background-position: 0 -630px; width:36px }
.currency-s-gbp { background-position: 0 -648px; width:35px }
.currency-s-gel { background-position: 0 -666px; width:34px }
.currency-s-ghs { background-position: 0 -684px; width:39px }
.currency-s-gmd { background-position: 0 -702px; width:35px }
.currency-s-gnf { background-position: 0 -720px; width:37px }
.currency-s-gtq { background-position: 0 -738px; width:43px }
.currency-s-hkd { background-position: 0 -756px; width:37px }
.currency-s-hnl { background-position: 0 -774px; width:43px }
.currency-s-hrk { background-position: 0 -792px; width:36px }
.currency-s-huf { background-position: 0 -810px; width:41px }
.currency-s-idr { background-position: 0 -828px; width:36px }
.currency-s-ils { background-position: 0 -846px; width:36px }
.currency-s-inr { background-position: 0 -864px; width:28px }
.currency-s-iqd { background-position: 0 -882px; width:35px }
.currency-s-irr { background-position: 0 -900px; width:36px }
.currency-s-isk { background-position: 0 -918px; width:35px }
.currency-s-jmd { background-position: 0 -936px; width:39px }
.currency-s-jod { background-position: 0 -954px; width:33px }
.currency-s-jpy { background-position: 0 -972px; width:35px }
.currency-s-kes { background-position: 0 -990px; width:35px }
.currency-s-kgs { background-position: 0 -1008px; width:36px }
.currency-s-khr { background-position: 0 -1026px; width:40px }
.currency-s-kpw { background-position: 0 -1044px; width:38px }
.currency-s-krw { background-position: 0 -1062px; width:36px }
.currency-s-kwd { background-position: 0 -1080px; width:29px }
.currency-s-kzt { background-position: 0 -1098px; width:36px }
.currency-s-lak { background-position: 0 -1116px; width:38px }
.currency-s-lbp { background-position: 0 -1134px; width:34px }
.currency-s-lkr { background-position: 0 -1152px; width:36px }
.currency-s-ltl { background-position: 0 -1170px; width:38px }
.currency-s-lvl { background-position: 0 -1188px; width:37px }
.currency-s-lyd { background-position: 0 -1206px; width:37px }
.currency-s-mad { background-position: 0 -1224px; width:37px }
.currency-s-mdl { background-position: 0 -1242px; width:36px }
.currency-s-mga { background-position: 0 -1260px; width:36px }
.currency-s-mkd { background-position: 0 -1278px; width:36px }
.currency-s-mmk { background-position: 0 -1296px; width:38px }
.currency-s-mnt { background-position: 0 -1314px; width:38px }
.currency-s-mro { background-position: 0 -1332px; width:37px }
.currency-s-mur { background-position: 0 -1350px; width:36px }
.currency-s-mwk { background-position: 0 -1368px; width:37px }
.currency-s-mxn { background-position: 0 -1386px; width:36px }
.currency-s-myr { background-position: 0 -1404px; width:34px }
.currency-s-mzn { background-position: 0 -1422px; width:40px }
.currency-s-nad { background-position: 0 -1440px; width:33px }
.currency-s-ngn { background-position: 0 -1458px; width:32px }
.currency-s-nio { background-position: 0 -1476px; width:36px }
.currency-s-nok { background-position: 0 -1494px; width:39px }
.currency-s-npr { background-position: 0 -1512px; width:32px }
.currency-s-nzd { background-position: 0 -1530px; width:38px }
.currency-s-omr { background-position: 0 -1548px; width:39px }
.currency-s-pen { background-position: 0 -1566px; width:40px }
.currency-s-php { background-position: 0 -1584px; width:44px }
.currency-s-pkr { background-position: 0 -1602px; width:34px }
.currency-s-pln { background-position: 0 -1620px; width:37px }
.currency-s-pyg { background-position: 0 -1638px; width:43px }
.currency-s-qar { background-position: 0 -1656px; width:38px }
.currency-s-ron { background-position: 0 -1674px; width:36px }
.currency-s-rsd { background-position: 0 -1692px; width:38px }
.currency-s-rub { background-position: 0 -1710px; width:41px }
.currency-s-sar { background-position: 0 -1728px; width:39px }
.currency-s-scr { background-position: 0 -1746px; width:36px }
.currency-s-sdg { background-position: 0 -1764px; width:40px }
.currency-s-sek { background-position: 0 -1782px; width:33px }
.currency-s-sgd { background-position: 0 -1800px; width:37px }
.currency-s-sll { background-position: 0 -1818px; width:39px }
.currency-s-sos { background-position: 0 -1836px; width:37px }
.currency-s-srd { background-position: 0 -1854px; width:32px }
.currency-s-syp { background-position: 0 -1872px; width:36px }
.currency-s-szl { background-position: 0 -1890px; width:38px }
.currency-s-thb { background-position: 0 -1908px; width:35px }
.currency-s-tjs { background-position: 0 -1926px; width:30px }
.currency-s-tmt { background-position: 0 -1944px; width:36px }
.currency-s-tnd { background-position: 0 -1962px; width:36px }
.currency-s-try { background-position: 0 -1980px; width:38px }
.currency-s-ttd { background-position: 0 -1998px; width:43px }
.currency-s-twd { background-position: 0 -2016px; width:37px }
.currency-s-tzs { background-position: 0 -2034px; width:38px }
.currency-s-uah { background-position: 0 -2052px; width:34px }
.currency-s-ugx { background-position: 0 -2070px; width:37px }
.currency-s-usd { background-position: 0 -2088px; width:44px }
.currency-s-uyu { background-position: 0 -2106px; width:40px }
.currency-s-uzs { background-position: 0 -2124px; width:34px }
.currency-s-vef { background-position: 0 -2142px; width:41px }
.currency-s-vnd { background-position: 0 -2160px; width:37px }
.currency-s-xaf { background-position: 0 -2178px; width:33px }
.currency-s-xcd { background-position: 0 -2196px; width:38px }
.currency-s-xof { background-position: 0 -2214px; width:34px }
.currency-s-yer { background-position: 0 -2232px; width:37px }
.currency-s-zar { background-position: 0 -2250px; width:34px }
.currency-s-zmk { background-position: 0 -2268px; width:36px }

.currency-bl {
    background: url(/i/money/banknote/gif/currency_bl.gif) no-repeat;
	height: 36px;
    margin-bottom: 3px;
}

.currency-bl-aed { background-position: 0 0; width:89px }
.currency-bl-afn { background-position: 0 -36px; width:87px }
.currency-bl-all { background-position: 0 -72px; width:73px }
.currency-bl-amd { background-position: 0 -108px; width:64px }
.currency-bl-ang { background-position: 0 -144px; width:85px }
.currency-bl-aoa { background-position: 0 -180px; width:79px }
.currency-bl-ars { background-position: 0 -216px; width:89px }
.currency-bl-aud { background-position: 0 -252px; width:74px }
.currency-bl-azn { background-position: 0 -288px; width:62px }
.currency-bl-bdt { background-position: 0 -324px; width:61px }
.currency-bl-bgn { background-position: 0 -360px; width:68px }
.currency-bl-bhd { background-position: 0 -396px; width:77px }
.currency-bl-bif { background-position: 0 -432px; width:68px }
.currency-bl-bnd { background-position: 0 -468px; width:75px }
.currency-bl-bob { background-position: 0 -504px; width:74px }
.currency-bl-brl { background-position: 0 -540px; width:79px }
.currency-bl-bsd { background-position: 0 -576px; width:86px }
.currency-bl-bwp { background-position: 0 -612px; width:75px }
.currency-bl-byr { background-position: 0 -648px; width:68px }
.currency-bl-cad { background-position: 0 -684px; width:78px }
.currency-bl-cdf { background-position: 0 -720px; width:62px }
.currency-bl-chf { background-position: 0 -756px; width:62px }
.currency-bl-clp { background-position: 0 -792px; width:75px }
.currency-bl-cny { background-position: 0 -828px; width:74px }
.currency-bl-cop { background-position: 0 -864px; width:74px }
.currency-bl-crc { background-position: 0 -900px; width:83px }
.currency-bl-cup { background-position: 0 -936px; width:78px }
.currency-bl-czk { background-position: 0 -972px; width:78px }
.currency-bl-djf { background-position: 0 -1008px; width:80px }
.currency-bl-dkk { background-position: 0 -1044px; width:63px }
.currency-bl-dzd { background-position: 0 -1080px; width:67px }
.currency-bl-eek { background-position: 0 -1116px; width:72px }
.currency-bl-egp { background-position: 0 -1152px; width:69px }
.currency-bl-etb { background-position: 0 -1188px; width:81px }
.currency-bl-eur { background-position: 0 -1224px; width:70px }
.currency-bl-fjd { background-position: 0 -1260px; width:72px }
.currency-bl-gbp { background-position: 0 -1296px; width:70px }
.currency-bl-gel { background-position: 0 -1332px; width:68px }
.currency-bl-ghs { background-position: 0 -1368px; width:79px }
.currency-bl-gmd { background-position: 0 -1404px; width:69px }
.currency-bl-gnf { background-position: 0 -1440px; width:74px }
.currency-bl-gtq { background-position: 0 -1476px; width:85px }
.currency-bl-hkd { background-position: 0 -1512px; width:74px }
.currency-bl-hnl { background-position: 0 -1548px; width:87px }
.currency-bl-hrk { background-position: 0 -1584px; width:72px }
.currency-bl-huf { background-position: 0 -1620px; width:82px }
.currency-bl-idr { background-position: 0 -1656px; width:71px }
.currency-bl-ils { background-position: 0 -1692px; width:72px }
.currency-bl-inr { background-position: 0 -1728px; width:56px }
.currency-bl-iqd { background-position: 0 -1764px; width:71px }
.currency-bl-irr { background-position: 0 -1800px; width:72px }
.currency-bl-isk { background-position: 0 -1836px; width:70px }
.currency-bl-jmd { background-position: 0 -1872px; width:78px }
.currency-bl-jod { background-position: 0 -1908px; width:65px }
.currency-bl-jpy { background-position: 0 -1944px; width:71px }
.currency-bl-kes { background-position: 0 -1980px; width:69px }
.currency-bl-kgs { background-position: 0 -2016px; width:73px }
.currency-bl-khr { background-position: 0 -2052px; width:80px }
.currency-bl-kpw { background-position: 0 -2088px; width:75px }
.currency-bl-krw { background-position: 0 -2124px; width:72px }
.currency-bl-kwd { background-position: 0 -2160px; width:58px }
.currency-bl-kzt { background-position: 0 -2196px; width:71px }
.currency-bl-lak { background-position: 0 -2232px; width:77px }
.currency-bl-lbp { background-position: 0 -2268px; width:68px }
.currency-bl-lkr { background-position: 0 -2304px; width:73px }
.currency-bl-ltl { background-position: 0 -2340px; width:77px }
.currency-bl-lvl { background-position: 0 -2376px; width:74px }
.currency-bl-lyd { background-position: 0 -2412px; width:73px }
.currency-bl-mad { background-position: 0 -2448px; width:73px }
.currency-bl-mdl { background-position: 0 -2484px; width:72px }
.currency-bl-mga { background-position: 0 -2520px; width:73px }
.currency-bl-mkd { background-position: 0 -2556px; width:73px }
.currency-bl-mmk { background-position: 0 -2592px; width:76px }
.currency-bl-mnt { background-position: 0 -2628px; width:75px }
.currency-bl-mro { background-position: 0 -2664px; width:74px }
.currency-bl-mur { background-position: 0 -2700px; width:73px }
.currency-bl-mwk { background-position: 0 -2736px; width:74px }
.currency-bl-mxn { background-position: 0 -2772px; width:72px }
.currency-bl-myr { background-position: 0 -2808px; width:68px }
.currency-bl-mzn { background-position: 0 -2844px; width:79px }
.currency-bl-nad { background-position: 0 -2880px; width:66px }
.currency-bl-ngn { background-position: 0 -2916px; width:65px }
.currency-bl-nio { background-position: 0 -2952px; width:71px }
.currency-bl-nok { background-position: 0 -2988px; width:77px }
.currency-bl-npr { background-position: 0 -3024px; width:64px }
.currency-bl-nzd { background-position: 0 -3060px; width:75px }
.currency-bl-omr { background-position: 0 -3096px; width:77px }
.currency-bl-pen { background-position: 0 -3132px; width:79px }
.currency-bl-php { background-position: 0 -3168px; width:88px }
.currency-bl-pkr { background-position: 0 -3204px; width:68px }
.currency-bl-pln { background-position: 0 -3240px; width:73px }
.currency-bl-pyg { background-position: 0 -3276px; width:86px }
.currency-bl-qar { background-position: 0 -3312px; width:75px }
.currency-bl-ron { background-position: 0 -3348px; width:71px }
.currency-bl-rsd { background-position: 0 -3384px; width:77px }
.currency-bl-rub { background-position: 0 -3420px; width:82px }
.currency-bl-sar { background-position: 0 -3456px; width:79px }
.currency-bl-scr { background-position: 0 -3492px; width:72px }
.currency-bl-sdg { background-position: 0 -3528px; width:80px }
.currency-bl-sek { background-position: 0 -3564px; width:65px }
.currency-bl-sgd { background-position: 0 -3600px; width:74px }
.currency-bl-sll { background-position: 0 -3636px; width:79px }
.currency-bl-sos { background-position: 0 -3672px; width:74px }
.currency-bl-srd { background-position: 0 -3708px; width:64px }
.currency-bl-syp { background-position: 0 -3744px; width:72px }
.currency-bl-szl { background-position: 0 -3780px; width:76px }
.currency-bl-thb { background-position: 0 -3816px; width:69px }
.currency-bl-tjs { background-position: 0 -3852px; width:60px }
.currency-bl-tmt { background-position: 0 -3888px; width:72px }
.currency-bl-tnd { background-position: 0 -3924px; width:72px }
.currency-bl-try { background-position: 0 -3960px; width:75px }
.currency-bl-ttd { background-position: 0 -3996px; width:86px }
.currency-bl-twd { background-position: 0 -4032px; width:74px }
.currency-bl-tzs { background-position: 0 -4068px; width:76px }
.currency-bl-uah { background-position: 0 -4104px; width:67px }
.currency-bl-ugx { background-position: 0 -4140px; width:74px }
.currency-bl-usd { background-position: 0 -4176px; width:87px }
.currency-bl-uyu { background-position: 0 -4212px; width:79px }
.currency-bl-uzs { background-position: 0 -4248px; width:68px }
.currency-bl-vef { background-position: 0 -4284px; width:83px }
.currency-bl-vnd { background-position: 0 -4320px; width:73px }
.currency-bl-xaf { background-position: 0 -4356px; width:67px }
.currency-bl-xcd { background-position: 0 -4392px; width:77px }
.currency-bl-xof { background-position: 0 -4428px; width:69px }
.currency-bl-yer { background-position: 0 -4464px; width:74px }
.currency-bl-zar { background-position: 0 -4500px; width:68px }
.currency-bl-zmk { background-position: 0 -4536px; width:73px }
