/* block top languages */
#header_right #currencies_block_top {
	float:right;
	margin: 0 0 0 10px;
	position: relative;
}
#currencies_block_top .active_currency {height:27px;}
#currencies_block_top .active_currency div {height:25px; border:1px solid #e4e4e4; padding:0 10px; display: inline-block; vertical-align:top; font:normal 14px/25px Georgia; color:#797878}
#currencies_block_top .active_currency div img {margin-top:6px; width:16px; height:11px}
#currencies_block_top .active_currency span {display: inline-block;border:1px solid #e4e4e4;border-left:none; line-height:25px;padding:0 10px 0 0; color:#797878; font-size: 12px; text-indent:10px; min-width:60px; -webkit-transition: all .2s ease-in-out;  -moz-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out; }
#currencies_block_top:hover .active_currency span {text-indent: 0;}
#currencies_block_top:hover .active_currency div {border-right:1px solid #fff;}
#currencies-list {
	border:1px solid #e4e4e4;
	border-top-style: none;
	list-style: none;
	position: absolute;
	top:27px;
	left: 0;
	background: #FFF;
	}
#currencies-list li {
	line-height: 25px;
	border-top:1px solid #e4e4e4;
	height: 25px;
	color:#797878; 
	font-size: 12px;
	-webkit-transition: all .2s ease-in-out;  -moz-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;
	cursor:pointer;
}
#currencies-list li:first-child {border:none}
#currencies-list li:hover {background:#f1f1f1}
#currencies-list li div {
	border:none;
	text-indent:0;	
	float: left;
	width:69px;
}
#currencies-list li span {
	vertical-align: top;
	width:30px;
	text-align: center;		
	display: block;	
	float: left;	
}
/* block top languages */


/*