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