#currencies-block-top {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  #currencies-block-top form {
    margin: 0; }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    border-radius: 1px;
    padding: 0;
    cursor: pointer; }
    #currencies-block-top div.current:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 12px;
      line-height: 18px;
      vertical-align: middle; }
    #currencies-block-top div.current span {
      vertical-align: top; }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 96px;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e1e1;
    z-index: 2;
    background: #fff; }
    #currencies-block-top ul li {
      margin-bottom: 1px;
      line-height: 27px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 7px;
        display: block; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        background: #F1F1F1; }
