/* block top currencies */
#header_right #currencies_block_top {
	float: left;
	margin: 14px 0 9px 10px;
}
#header_right #currencies_block_top p {
	padding: 0 0 0 10px;
	min-width: 100px;
	height: 25px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
    font-size: 18px;
	position: relative;
	z-index: 10;
	margin: 0;
	line-height: 26px;
	border: 1px solid #3399d6;
	text-align: left;
}
#currencies_block_top ul#first-currencies li {}
#currencies_block_top ul#first-currencies li.selected { opacity: 1 !important; }
/*languages with jquery*/
#setCurrency {
	cursor: pointer;
	position: relative;
}
#setCurrency p {
	position: relative;
	top: 0;
	margin-left: 5px;
	padding: 0;
}
#setCurrency p img { padding-left: 5px; }
#setCurrency .currencies_ul{
	display:none;
	padding:10px;
	list-style-type:none;
	z-index: 10000;
}
#setCurrency .currencies_ul_hover{
    position:absolute;
    right: 0;
    top: 25px;
	display:block;
    height:auto;
	padding: 10px 0 0;
	z-index: 5000;
	text-align: left;
	border: 1px solid #3399d6;
	border-top: 0 none;
}
#setCurrency .currencies_ul_hover a {
	display: block;
    min-width: 100px;
	padding: 3px 0 3px 10px;	
	text-align: left;
	text-transform: capitalize;
	font-weight: normal;
    color: #fff;
    background: #3399d6 none;
    border-top: 1px solid #3399d6;
}
#setCurrency .currencies_ul_hover a span { opacity: 0.6; }
#setCurrency .currencies_ul_hover li a:hover span, #setCurrency .currencies_ul_hover li a:focus span { opacity: 1; }
