#currencies-block-top {
    float: right;
    border-left: 1px solid #556163;
    position: relative;
}
@media (max-width: 479px) {
    #currencies-block-top {
        width: 25%;
    }
}
#currencies-block-top span.firstWord {
    display: none;
}
#currencies-block-top div.current {
    font-weight: normal;
    padding: 15px 10px 15px 10px;
    color: #BABAB8;
    cursor: pointer;
    line-height: 15px;
}
@media (max-width: 479px) {
    #currencies-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px;
    }
}
#currencies-block-top div.current strong {
    color: #f1f1f1;
    font-weight: normal;
}
#currencies-block-top div.current:hover, #currencies-block-top div.current.active {
    /*background: #2b2b2b;*/
}
#currencies-block-top div.current:after {
    content: url(../../../img/arrow_down_small.png);
    width: 5px;
    height: 3px;
    margin-left: 8px;
    line-height: 0;
    overflow: hidden;
    vertical-align: middle;
    font-size: 0;
}
@media (max-width: 479px) {
    #currencies-block-top div.current:after {
        padding-left: 2px;
        font-size: 13px;
        line-height: 13px;
        vertical-align: 0;
    }
}
@media (max-width: 479px) {
    #currencies-block-top div.current .cur-label {
        display: none;
    }
}
#currencies-block-top ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 115px;
    background: #4A5456;
    z-index: 2;
    margin-bottom: 0;
    padding-bottom: 7px;
}
#currencies-block-top ul li {
    color: #4A5456;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
}
#currencies-block-top ul li a, #currencies-block-top ul li > span {
    padding: 0 10px 0 12px;
    display: block;
    
}
#currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
    color: #fff;
}
