/* table version */

.exchangeRatesControl {
	margin-bottom:1em;
}
.exchangeRatesControl th,
.exchangeRatesControl td {
	padding-top:1px;
	padding-bottom:1px;
}
.exchangeRatesControl tfoot td,
.exchangeRatesControl tfoot th,
.exchangeRatesControl .gridFooter td,
.exchangeRatesControl .gridFooter th {
	font-size:0.909em;
	font-weight:normal;
}

.exchangeRatesControl h1,
.currencies h1 {
	font-size: 1.6363em;
	font-weight: bold;
	margin: 10px 0 10px 1.2%;
}

/* flags */
td.flagAsRowHeader {
	line-height:1em;
	vertical-align:middle;
}
.flag {
	background-position:5px center;
	background-repeat:no-repeat;
	padding-left:26px !important;
}
.flagAUD {
	background-image:url(/img/flag/AUD.gif);
}
.flagCAD {
	background-image:url(/img/flag/CAD.gif);
}
.flagCHF {
	background-image:url(/img/flag/CHF.gif);
}
.flagDKK {
	background-image:url(/img/flag/DKK.gif);
}
.flagEUR {
	background-image:url(/img/flag/EUR.gif);
}
.flagGBP {
	background-image:url(/img/flag/GBP.gif);
}
.flagHKD {
	background-image:url(/img/flag/HKD.gif);
}
.flagJPY {
	background-image:url(/img/flag/JPY.gif);
}
.flagMXN {
	background-image:url(/img/flag/MXN.gif);
}
.flagNOK {
	background-image:url(/img/flag/NOK.gif);
}
.flagNZD {
	background-image:url(/img/flag/NZD.gif);
}
.flagRUB {
	background-image:url(/img/flag/RUB.gif);
}
.flagSEK {
	background-image:url(/img/flag/SEK.gif);
}
.flagUSD {
	background-image:url(/img/flag/USD.gif);
}
.flagZAR {
	background-image:url(/img/flag/ZAR.gif);
}




/* List Version */

ul.currenciesList li {
	position: relative;
	float: left;
	width: 28%;
	padding: 1%;
	margin: 0 1.2% 1%;
	background: url("/img/backgrounds/bg-item.gif") repeat-x bottom #E8E8E8;
	border: 1px solid #CCC;
	border-bottom-color: #AAA;
	border-radius: 5px;
}
ul.currenciesList h2 {
	position: relative;
	font-weight:bold;
	margin-bottom: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 2;
}
ul.currenciesList li strong {
	position: relative;
	display: block;
	font-size: 1.3em;
	line-height: 1em;
	z-index: 2;
}
ul.currenciesList div span {
	position: relative;
	display: block;
	line-height: 1.8em;
	z-index: 2;
}
ul.currenciesList .thumb {
	position: absolute;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
ul.currenciesList .thumb img {
	display: block;
}

.msSearchSelectBaseCurrency {
	margin-right:30px;
}