/* block top currencies */
#currencies_block_top {
	margin: 0;
	float: left;
	width: 12em;
	text-align: left;
        margin-right:20px;
        height:25px;
        position: relative;
}
#currencies_block_top li {
	float: right;
	margin-right: 0.2em;
	margin-bottom: 2px;
	margin-left:5px;
	border-right: 1px solid #6A5B45;
}
#currencies_block_top li.first {
	border-right:none;
}
#currencies_block_top a {
	display: block;
	font-size: 14px;	
	text-decoration: none;
	min-width: 1em;
	padding: 0 5px 0 3px;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
	color:#6A5B45;
}
#currencies_block_top a:hover {	
	color: black;
	text-decoration:underline;
}
#currencies_block_top .selected a {
	border: none;
	background-color: transparent;
	font-size: 14px;
	line-height: 1.2em;
	color:#000;	
}
#currencies_block_top p { clear: left; float:left; }
