/* block top currencies */
#header_right #currencies_block_top {
	float:right;
	margin:7px 0px 0 0;
	padding: 4px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	margin-right:2px;
	background:#FFFFFF;
	border:1px solid #e9e9e9;
	z-index:9;
	position:relative;
}


#header_right #currencies_block_top p {
	clear: left;
	 padding: 0 7px;
}
#currencies_block_top  .top_downarrow {
	background-image: url("../../../img/megnor/header-right-down.png") ;
	background-repeat:no-repeat;
	background-position:right 3px;
	display: inline-block;
    height: 11px;
    width:10px;
	line-height:11px;
}
#currencies_block_top.active .top_downarrow{
	background-image: url("../../../img/megnor/header-right-up.png") ;
}
#currencies_block_top ul#first-currencies li.selected a{color:#309BE3;}
#currencies_block_top ul#first-currencies li {margin:4px 0;}
#currencies_block_top ul#first-currencies li.selected {
	opacity: 1 !important;
}
/*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:-7px;
	text-align: left;
    width:180px;
	margin-top:2px;
	background:#FFFFFF;
	border:1px solid #e9e9e9;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}