#currencies-block-top {
  float: right;
  position: relative; }
  
  #currencies-block-top span.firstWord {
    display: none; }

  #currencies-block-top div.current:before {
    border-right: 1px solid #777;
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    height: 9px;
    width:0px;
    opacity: 0.7;
  }

  #currencies-block-top div.current {
    font-weight: normal;
    padding: 1px 0px 7px 10px;
    color: #444;
    cursor: pointer; }
    
    #currencies-block-top div.current strong {
      color: #444; font-weight: normal;}
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      background: transparent; }
    #currencies-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 12px;
      line-height: 14px;
      color: #444;
      vertical-align: 3px;
      padding-left: 1px; }
      
 #currencies-block-top div.current .cur-label {display: none}
    
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 157px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 0;
    z-index: 2; }
    #currencies-block-top ul li {
      color: #444;
      line-height: 30px;
      font-size: 13px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: #444; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        background: #fff; 
        font-weight: 600}
