/* block top currencies */


#currencies_block_top {
	background: url('') no-repeat;	
	
    margin-top: 10px;
    float: left;

	text-align: center;    
}
#currencies_block_top li {
	float: left;

	margin-left: 10px;
	margin-top: 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 }
									   
#currencies_block_top input, textarea, select { 
    height: 38px;
	padding: 9px; 

	color: #848484; 
	background: white; 
	border: 1px solid #E5E6E7;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	-o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
	font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
}


#currencies_block_top option { 
    padding-left: 0.5em;
}




#currencies_block_top input, textarea, select:focus { background: white; color: #848484; border: 1px solid #E5E6E7  }


#currencies_block_top input[type=text] {
	height: 25px;
	width: 70px;
	background: white;  
	border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding-left: 5px;
    color: #848484;
	
}


#currencies_block_top input[type=text]:focus { background: white; color: #848484; border: 1px solid #E5E6E7 }