/* block top currencies */
#currencies_block_top {
	position: relative;
	background-color: white;
	opacity: 0.9;
	left: 360px;
	top: 5px;
	width: 90px;
	padding: 3px;
	text-align: center;
}

#currencies_block_top .selected,
#currencies_block_top .selected a { background: none; font-weight: bold; color: #000 ; }
#currencies_block_top a { text-decoration: none; padding: 0px 3px; color: #999; }
