/* block top currencies */
#currencies_block_top {
	margin: 0.4em 3.5em 0 0;
	float: right;
	width: 8em;
	text-align: left;
	clear: right;
}
#currencies_block_top li {
	float: right;
	margin-right: 0.2em;
	margin-bottom: 2px;
	display: inline;
}
#currencies_block_top a {
	display: inline;
	font-size: 1.0em;
	background-color: #f1f2f4;
	text-decoration: none;
	min-width: 1em;
	padding: 0 2px 0 2px;
	line-height: 1.5em;
	text-align: center;
}
#currencies_block_top a:hover {
	background-color: white;
	color: black
}
#currencies_block_top .selected a {
	border: none;
	background-color: transparent;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	color: black;
	border: 1px solid white
}
#currencies_block_top p { clear: left }
