/* block top currencies */
 #currencies_block_top { /*devises*/
	position : absolute;
	margin: 7px 0px 0 310px;
	padding : 0px;
	width : 185px;
	height : 30px;
	color : #000;
	float: right;
}
 #currencies_block_top ul {
   float: right;
   height: 20px;
   margin-left : 3px;
   margin-top : 3px;
   
}
 #currencies_block_top ul li {
   float:right;
   
}
 #currencies_block_top ul li a {
   display:block;
   font-size:0.8em;
   background-color:#f1f2f4;
   border:#C5C6C8 1px solid;
   color : #000;
   text-decoration:none;
   width: 15px;
   margin-right : 5px;
   line-height: 1.5em;
   text-align: center;
   
}
 #currencies_block_top ul li a:hover {
   background-color:white;
   border:#75aadc 1px solid;
   color: #818181;
}
 #currencies_block_top ul li.selected a {
   border: none;
   background-color: transparent;
   font-size: 1.1em;
   line-height: 1.2em;
   font-weight: bold;
   color: #4B4B3A;
}
 #currencies_block_top p {
position : absolute;
   clear: left;
   margin-left : 70px;
   margin-top : 3px;
}