#select-currency{
 /* padding: 0px 6px 0px 6px;*/
	display: block;
	position: relative;
	z-index: 1000;
	
	height: 28px;
	cursor: pointer;
    float:right;
}
#select-currency .langwidg{
	
	height: 28px;
	padding: 0;
	color: #FFF;
	text-shadow: none;
	font: 14px/30px Arial, Tahoma, sans-serif;
}
#select-currency .usd-flagactive{
	display: inline-block;
	
	height: 11px;
	background-image: url('/img/currency/usa-flagactive.png');
	background-repeat: no-repeat;

}
/*.active{
	display: inline-block;
	
	height: 11px;
	background-repeat: no-repeat;
	background-position: 7px -13px !important;
}*/
#select-currency .usd-flag{
	display: inline-block;
	
	height: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url('/img/currency/usa.png');
	background-repeat: no-repeat;
	background-position: 7px -13px ;
}
#select-currency .fre-flag{
	display: inline-block;
	
	height:11px;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url('/img/currency/french.png');
	background-repeat: no-repeat;
	background-position: 7px -13px ;
}
#select-currency .port-flag{
	display: inline-block;
	
	height:11px;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url('/img/currency/portugal.png');
	background-repeat: no-repeat;
	background-position: 7px -13px ;
}
#select-currency .spain-flag{
	display: inline-block;
	
	height:11px;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url('/img/currency/spain.png');
	background-repeat: no-repeat;
	background-position: 7px -13px ;
}
#select-currency .german-flag{
	display: inline-block;
	
	height:11px;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url('/img/currency/German.png');
	background-repeat: no-repeat;
	background-position: 7px -13px ;
}
/*#select-currency .dropdowns ul li .fre-flag:hover{

}*/
#select-currency #flag{
display: inline-block;

height: 11px;
text-overflow: ellipsis;
white-space: nowrap;
background-repeat: no-repeat;
background-position: 7px 0px;
}
#select-currency #select-currency .dropdowns{
top: 0px;
width: 125px;
margin: 0;
border: 1px solid #C6CBD0;
background: #FFF;
box-shadow: 0 2px 10px rgba(0,0,0,0.2);
font: 14px/18px Arial, Tahoma, sans-serif;
position: absolute;
overflow-y: auto;
overflow-x: hidden;
display: none;
left: 31px;
}
#select-currency .dropdowns ul{
	margin: 0px;
padding: 0px;
width: 100%;
overflow: hidden;
}
#select-currency .dropdowns .inline{
    vertical-align: top;
}
#select-currency .dropdowns ul li{
	height: 28px;
	display: block;
	line-height: 28px;
	vertical-align: top;
	width: 100%;
	color:#b8b8b8;
}
#select-currency .dropdowns ul li:hover{
	background: #50a1f2;
	cursor: pointer;
	color:#000;
}
/*#select-currency .dropdowns ul li span:hover{
	background-position: -34px -253px;
}*/
#select-currency .dropdowns ul li .li-text{
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
}
/*#select-currency .dropdowns ul li:hover span{
	background-position: 7px 0px;
}*/