/* block top currencies */
#header #currencies_block_top {
	float:right;
	font-size:10px; font-size:1rem;
	margin-left:3px;
	text-transform:lowercase;
}
#header #currencies_block_top p {
	padding:3px 5px; 
	color:#fff;
	cursor: pointer;
	background: #556270;
	font-size: 11px; font-size: 1.1rem;
	transition: background 200ms ease-in-out 0s;
}
#header #currencies_block_top p:after {
	font-family: "pictos", arial;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content: '\25BE';
	margin-left: 5px;
}
.fontface #header #currencies_block_top p:after {content: '\E810';}
#header #currencies_block_top:hover p {background: #212121;}
/*languages with jquery*/
#setCurrency {
	position: relative;
}
#currencies_block_top ul {
	display:block;
	z-index: 10000;
	padding:10px;
	color:#ccc; padding:5px;
	transition: background 200ms ease-in-out 0s;
	background:#556270;
	position:absolute;
	right:0;
	left:0;
	text-align:right;
	bottom: 0;
	opacity: 0;
}
#currencies_block_top:hover ul {background: #212121; bottom: auto; opacity: 1;}
	#currencies_block_top ul li {float:none;}
		#currencies_block_top ul li a {display:block; padding:0; padding-right:20px; color:#ccc; text-decoration: none;}
			#currencies_block_top ul li a:hover, #currencies_block_top ul li a:focus, #currencies_block_top ul li.selected a {color:#fff;}