/* block top currencies */
#currencies_block_top {
    float: right;
    margin: -4.2em 16em 0;
	*margin: -4em 16em 0;
    text-align: left;
    width: 10em
}
#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: #3199d5;
	border: #3199d5 1px solid;
	text-decoration: none;
	min-width: 1em;
	padding: 0 4px 0 3px;
	line-height: 2.5em;
	text-align: center;
	vertical-align: middle;
	width: 15px;
	height: 22px;
	-moz-border-radius: 4px 4px 4px 4px; 
	-webkit-border-radius: 4px 4px 4px 4px; 
	-khtml-border-radius: 4px 4px 4px 4px
}
#currencies_block_top a:hover {
	background-color: white;
	color: black
}
#currencies_block_top .selected a {
	border: none;
	background-color: white;
	font-size: 11px;
	line-height: 2.2em;
	font-weight: bold;
	color: #3199d5;
	border: 1px solid #3199d5
}
#currencies_block_top p { clear: left; display: none }
