/* block top currencies */
#currencies_block_top {
	margin: 10px 0.5em 0 0;
	float: left;
	width: 12em;
	text-align: left
}
#currencies_block_top li {
	float: left;
	margin-right: 0.2em;
	margin-bottom: 2px
}
#currencies_block_top a {
	display: block;
	font-size: 0.8em;
	border: 1px solid white;
	text-decoration: none;
	min-width: 2.5em;
	padding: 0 2px 0 3px;
	line-height: 2.2em;
	text-align: center;
	vertical-align: middle;
	height:2.5em;
	-moz-border-radius: 4px 4px 4px 4px;
}
#currencies_block_top a:hover {
	background-color: #f1f2f4;
	color: black;
	height:2.5em;
}
#currencies_block_top .selected a {
	border: none;
	background-color: #c0c0c0;
	border: #9f9f9f 1px solid;
	font-size: 11px;
	min-width: 2em;
	line-height: 1.8em;
	font-weight: bold;
	color: black;
	height:2em;
}
#currencies_block_top p { clear: left }
