﻿/* block top currencies */
#currencies_block_top {
	margin: 0 0 1em 0;
	float: left;
	text-align: left;
	background: transparent url('../../../img/block_exclusive_footer_II.png') no-repeat bottom left !important;
}

#currencies_block_top ul {
	list-style-position:inside;
	list-style-type:none;
}

#currencies_block_top li {
	float: left;
	margin-right: 0.2em;
	margin-bottom: 2px;
	margin-left:20px
}
#currencies_block_top a {
	display: block;
	font-size: 15px;
	border: #595a5e 1px solid;
	text-decoration: none;
	min-width: 1.5em;
	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 {
	background-color: white;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	color: black;
	border: 1px solid dark gray
}
#currencies_block_top p { clear: left }

#currencies_block_top .block_content{
	background: #BDC2C9;
}

