/* block top currencies */
#header_right #currencies_block_top {
}

#currencies_block_top ul#first-currencies li {
	margin-right: 3px
}
#currencies_block_top ul#first-currencies li.selected {
	opacity: 1 !important;
}
#currencies_block_top span{
	margin-right: 5px;
	float: left;
}
#currencies_block_top #first-currencies span{
	float: none;
}
/*languages with jquery*/
#setCurrency {
	background: url("img/bg-li-topbar.png") repeat-y scroll right center;
    cursor: pointer;
    line-height: 30px;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
#setCurrency p {
	position: relative;
	top: 0;
	margin-left: 5px;
	padding: 0;
}
#setCurrency p img {
	padding-left: 5px;
}
#setCurrency .dropdown-menu > li > a{
	padding-left: 0;
}
#setCurrency .dropdown-menu > li > a:hover, 
#setCurrency .dropdown-menu > li > a:focus{
	background: none;
	color: #F2741F;
}
#setCurrency .currencies_ul{
	z-index: 10000;
	padding:10px;
	list-style-type:none;
	min-width: 80px;
}
#setCurrency .currencies_ul_hover{
	display:block;
	z-index: 5000;
	position:absolute;
	right:3px;
	padding:5px 10px;
	height:auto;
	text-align: center;
    width: auto;
	background:#000000;
}
#setCurrency .currencies_ul_hover a {color:#fff;}
