/* block top currencies */
#currencies_block_top {
	float: right;
    margin: 4px 0 0 0;
	margin-top:-2px;
}

#currencies_block_top label {
	position: relative;
    top: 3px;
}
#currencies_block_top select {
    padding: 1px;
    height: 20px;
    width: 60px;
    border-color: #7F7F7F #D9D9D9 #D9D9D9 #7F7F7F;
    border-style: solid;
    border-width: 1px;
    font: 11px "Arial";
    color: #665C49;
}
#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
}
#currencies_block_top a:hover {
	background-color: white;
	color: black
}
#currencies_block_top .selected a {
	border: none;
	background-color: transparent;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	color: black;
	border: 1px solid white
}
#currencies_block_top p {
	clear: left;
    color: #fff;
    font: 11px Arial;
	font-weight:bold;
    text-transform: uppercase;
}
