/* block top currencies */
#header #currencies_block_top {
	float: right;
	margin: 0.4em 0.1em 0 0;
}
#header #currencies_block_top ul {
	float: left;
	height: 1.5em;
}
#header #currencies_block_top ul li {
	float:left;
	margin-right:0.2em;
}
#header #currencies_block_top ul li a {
	display:block;
	font-size:0.8em;
	text-decoration:none;
	min-width: 1em;
	padding: 0px 2px 0px 3px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
}
#header #currencies_block_top ul li a:hover {
	background-color:white;
	color: black;
}
#header #currencies_block_top ul li.selected a {
	border: none;
	background-color: #666666;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: white;
	border:1px solid #666666;
}
#header #currencies_block_top p {
	clear: right;
	font-size:9px;
	color:#595a5e;
}