#currencies-block-top {
  float: right;
  margin-top:5px;
  position: relative; 
  font-size:11px;
  color:#666;
  }
  @media (max-width: 479px) {
    #currencies-block-top {
      } 
}

  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top .content_currencies{float:left;margin-left: 10px;
    position: relative;}
  #currencies-block-top span{float:left;}
  #currencies-block-top div.current {
  
  border:1px solid #d1d0d0;
    cursor: pointer;
		height:23px;
		width:54px;
		background:url("img/button-down.png") no-repeat scroll right 5px center rgba(0, 0, 0, 0);
		padding-left:5px;
		padding-top:2px;
	
	}
	
    @media (max-width: 479px) {
 }
    #currencies-block-top div.current strong {
      color: #777777; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
       }
    #currencies-block-top div.current:after {
      vertical-align: -2px;
      padding-left: 12px; 
	 }
	 
@media (max-width: 479px)
 {
        #currencies-block-top div.current:after {
     }
}
@media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
     top: 22px;
    left: 0;
    width: 54px;
    border:1px solid #d1d0d0;
	padding-bottom:3px;
	padding-top:3px;
	z-index:2;	
	background:#fff;
	}
    #currencies-block-top ul li {
      color: #999;
      font-size: 13px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 10px 0 7px;
        display: block;
        color: #666; }
#currencies-block-top .content_currencies ul li:hover a {
       background: #484848; 
		color:#fff;
	   }
#currencies-block-top .content_currencies ul li.selected:hover a {
       background: none;  
	   color:#666;
	   }