/* Block top currencies */
#header_right #currencies_block_top {/*float:right; margin: 0; */

/*padding: 13px 14px 3px 14px; */

padding: 13px 0px 10px 0px;


border-right: 0px solid #444;


background: #876f30; /* Old browsers */
background: -moz-linear-gradient(top,  #876f30 0%, #baa774 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#876f30), color-stop(100%,#baa774)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #876f30 0%,#baa774 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #876f30 0%,#baa774 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #876f30 0%,#baa774 100%); /* IE10+ */
background: linear-gradient(to bottom,  #876f30 0%,#baa774 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876f30', endColorstr='#baa774',GradientType=0 ); /* IE6-9 */

/*width:125px;*/
position: absolute;
margin-left: 86%;
height:18px;

color:#fff;


}

/* Languages with jquery*/
#setCurrency {cursor: pointer;}
#setCurrency p {position: relative; padding: 0 10px 0 0; float: left;}
#setCurrency p img {padding-left: 5px;}
#setCurrency .currencies_ul{float: left; text-align: center; margin: 0;}
#setCurrency .currencies_ul li{display: inline;padding: 2px 5px; color:#fff;}
#setCurrency .currencies_ul li a{text-decoration: none; font-weight:bold; color:#000;}
#setCurrency .currencies_ul li.selected{/*background: #fff;*/}
#setCurrency .currencies_ul li.selected a{color:#fff;}