/* block top currencies */
#header_right #currencies_block_top {
    float:right;
    margin: 0 0 0 6px;
    padding: 2px 6px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius-bottomright: 3px;
    -webkit-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #eee;
    z-index: 10;
    position: relative;
}
#header_right #currencies_block_top p {
    clear: left;
    padding-right:16px;
    font-size: 11px;
    text-align: right;
    background: url("../../../img/block_languages_top_p_bg.png") no-repeat scroll right 1px transparent;
}
@media screen and (max-width: 959px) {
    .resp #header_right #currencies_block_top p {
        font-size: 12px;
        line-height: 25px;
        background: url("../../../img/block_languages_top_p_bg.png") no-repeat scroll right 7px transparent;
    }
    .resp #currencies_block_top ul li a {
        font-size:18px;
    }
}
#currencies_block_top ul#first-currencies li {
    margin-right: 3px
}
#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-left: 5px;
    padding: 0;
}
#setCurrency p img {
    padding-left: 5px;
}
#setCurrency .currencies_ul{
    display:none;
    z-index: 10000;
    padding:10px;
    list-style-type:none;
    background: #eee;
}
#setCurrency .currencies_ul_hover{
    display:block;
    z-index: 5000;
    position:absolute;
    right:-6px;
    padding:5px 10px;
    height:auto;
    width:18px;

}   