/* block top currencies */
#currencies_block_top {
	float: left;
    margin-left: 110px;
    position: absolute;
    top: 153px;
    z-index: 9;
}
#currencies_block_top li {
	float: left;
	margin-right: 0.2em;
	margin-bottom: 2px
}
#currencies_block_top a {
	color:#FFFFFF;
	display: block;
	font-size: 0.8em;
    border: 1px solid #BFBFBF;
	text-decoration: none;
	min-width: 1em;
	padding: 0 2px 0 3px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle
}
#currencies_block_top a:hover {
	background-color: white;
	color: black
}
#currencies_block_top .selected a {
	color:#FEB501;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	
}
#currencies_block_top p { clear: left }