/* block top currencies */
#currencies_block_top {
	margin: 0.4em 0 0 0;
	float: right;
	width: auto;
	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;
	/*background-color: #f1f2f4;*/
	/*border: #595a5e 1px solid;*/
	text-decoration: none;
	min-width: 1em;
	padding: 0 2px 0 3px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
	color: #929191;
	font: 10px "Arial";
	text-transform: uppercase
}
#currencies_block_top a:hover {
	background-color: #444444;
	color: #FFFFFF
}
#currencies_block_top .selected a {
	border: none;
	background-color: #444444;
	/*font-weight: bold;*/
	color: #FFFFFF;
	/*border: 1px solid white*/
}
#currencies_block_top p { clear: left }
