#currencies-block-top {
  position: relative; }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    padding: 15px 15px 10px 30px;
    position: relative;
    font-size: 18px;
    font-family: "Lora", Verdana, sans-serif;
    display: block;
    color: black;
    font-weight: bold;
    cursor: pointer;
    border-left: none; }
    #currencies-block-top div.current strong {
      color: #747474; }
    #currencies-block-top div.current:after {
      position: absolute;
      content: "\f0d7";
      font-family: "FontAwesome";
      font-size: 16px;
      line-height: 18px;
      color: #558b2f;
      right: 34px;
      top: 20px; }
    #currencies-block-top div.current.active:after {
      content: "\f0d8"; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current:focus, #currencies-block-top div.current.active {
      color: #cccccc; }
  #currencies-block-top ul {
    display: none;
    width: 270px;
    position: static;
    right: 0;
    top: 100%;
    z-index: 2;
    overflow: hidden;
    background: #fff;
    border-radius: 0;
    color: black;
    margin-top: 12px;
    font-weight: 400; }
    #currencies-block-top ul > li {
      font-weight: 300;
      font-size: 15px;
      padding: 0 10px 0px 45px; }
      #currencies-block-top ul > li + li {
        margin-top: 3px; }
    #currencies-block-top ul li.selected, #currencies-block-top ul li.selected a, #currencies-block-top ul li a:hover, #currencies-block-top ul li a:focus {
      color: black; }
