.shop-phone {
  float: left;
  color: #777;
  padding: 0px 0 0px 0; }
  
  .shop-phone i {
    font-size: 16px;
    line-height: 18px;
    color: #777;
    vertical-align: -1px;
    padding-right: 8px; }
  .shop-phone strong {
    color: #777; }

#contact-link {
  float: right;
}


  #contact-link a {
    color: #777;
    font-weight: normal;
    padding: 0 0 0 5px;
    cursor: pointer;
    position: relative;
  }

  #contact-link a:after {
    border-right: 0px solid #777;
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    height: 8px;
    width:0px;
    opacity: 0.7;
  }
    
    #contact-link a:hover, #contact-link a.active {
      background: transparent; }


#contact_block .label {
  display: none; }
#contact_block .block_content {
  color: #888888; }
#contact_block p {
  margin-bottom: 4px; }
#contact_block p.tel {
  font: 400 17px/21px Arial, Helvetica, sans-serif;
  color: #333333;
  margin-bottom: 6px; }
  #contact_block p.tel i {
    font-size: 25px;
    vertical-align: -2px;
    padding-right: 10px; }
