#currencies-block-top {
   float: left;
line-height: 12px;
padding: 11px 0 11px;
position: relative;
}
#currencies-block-top span.firstWord {
    display: none; }
#currencies-block-top div.current {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;  }
#currencies-block-top div.current:hover,
#currencies-block-top div.current.active{
     color:#008fa1;
}
#currencies-block-top div.current strong {
    font-weight: normal;
    text-shadow: none;
}
#currencies-block-top div.current:after {
   content: "";
font-family: "FontAwesome";
font-size: 12px;
line-height: 18px;
padding-left: 4px;
vertical-align: 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: 40px;
    left: 0;
    width: 100px;
    background: #e5642f;
    z-index: 2; }
#currencies-block-top ul li {
    color: #fff;
    line-height: 33px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 0 1px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2);
    font-size: 13px; }
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
    padding: 0 10px 0 12px;
    display: block;
    color: #fff; }
#currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
    background: #008fa1; }
/*# sourceMappingURL=blockcurrencies.css.map */
