/* block top currencies */

#currencies_block_top {
    border: 0 none;
    position: absolute;
    right: 7px;
    top: 5px;
}#currencies_block_top p {background: url("img/block_languages_top_p_bg.png") no-repeat scroll 77px 4px;color: #fff;display: block;font: 11px Arial,Verdana,sans-serif;padding: 1px 15px 1px 3px;position: relative;text-transform: uppercase;}
#currencies_block_top:hover p{color:#f00; transition:all .5s ease;}
#currencies_block_top ul#first-currencies li { margin-right: 3px}
#currencies_block_top ul#first-currencies li.selected { opacity: 1 !important;}
#setCurrency { cursor: pointer; position: relative; top: 1px;}
#setCurrency p img { padding-left: 5px;}

#setCurrency .currencies_ul {
    background: none repeat scroll 0 0 #111 !important;
    display: none;
    list-style-type: none;
    padding: 10px;
    position: absolute;
    right: 0 !important;
    width: 69px !important;
    z-index: 10000;
}#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:#f00;}