/* block top currencies */
#header_right #currencies_block_top {
	padding: 2px 6px;
    float: right;
    margin: 24px 10px 0 5px;
}


#header_right #currencies_block_top p {
	clear: left;
	color:#fff;
}
#currencies_block_top  .top_downarrow {
	background-image: url("../../../img/megnor/header-right-down.png") ;
	background-repeat:no-repeat;
	background-position:right 8px;
	display: inline-block;
    height: 15px;
    width: 11px;
}
#currencies_block_top.active .top_downarrow{
	background-image: url("../../../img/megnor/header-right-up.png") ;
}

#currencies_block_top ul#first-currencies li {
	margin-right: 3px
}
#currencies_block_top ul#first-currencies li.selected a{
	color:#635241;
}
/*languages with jquery*/
#setCurrency {
	cursor: pointer;
	position: relative;
	top: 1px;
}
#setCurrency p {
	position: relative;
	top: 0;
	margin:0;
	padding: 0;
}
#setCurrency p img {
	padding-left: 5px;
}
#setCurrency .currencies_ul{
	display:none; 
	list-style-type:none;
	z-index: 5000;
	position:absolute;
	padding:5px 10px;
	height:auto;
	right:0px;
	text-align: left;
    width:160px;
	margin-top:2px;
	background:#fff;
	border:4px solid #C1BBB6;
	top:44px;
}