@charset "UTF-8";
#currencies-block-top {
  float: right;
  position: relative;
  margin-top: 10px;
  margin-right: 10px; }
  @media (max-width: 767px) {
    #currencies-block-top {
      clear: right; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    font-weight: normal;
    padding: 0;
    color: #777777;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px; }
    #currencies-block-top div.current strong {
      font-weight: normal; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      color: #333333; }
    #currencies-block-top div.current:after {
      content: "";
      font-family: "FontAwesome";
      font-size: 12px;
      line-height: 18px;
      color: #777777;
      padding-left: 10px; }
    #currencies-block-top div.current.active:after {
      content: ""; }
    @media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-width: 2px;
    top: 24px;
    right: 0;
    width: 157px;
    z-index: 2; }
    #currencies-block-top ul li {
      color: #777;
      line-height: 35px;
      font-size: 13px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: #777; }
      #currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
        background: #e5e5e5; }
