			.static-part { padding: 3px 16px; text-transform: none; cursor: pointer; }
			.static-part a { color: #737373; padding: 2px 0; }
			.static-part.active, .static-part:hover {  background: none repeat scroll 0 0 #eae7e4; border-radius: 6px; behavior: url('js/PIE.htc'); }
			.static-part.active { cursor: default !important; }
			.static-part:hover a { text-decoration: none; }
				.static-part.active a { text-decoration: none; cursor: default; }

        .contact-line {
          line-height:20px;
          margin-top:5px;
          margin-bottom:10px;
          background-position: left top;
          background-repeat: no-repeat;
          padding-left: 60px;
          padding-top:5px;
          min-height: 50px;
        }
        .contact-line.address {
          background-image: url(/images/content/contacts/contact_address.png);
        }
        .contact-line.phone {
          background-image: url(/images/content/contacts/contact_phone.png);
        }
        .contact-line.email {
          background-image: url(/images/content/contacts/contact_email.png);
          line-height:50px;
        }
        .contact-line.www {
          background-image: url(/images/content/contacts/contact_web.png);
          line-height:50px;
        }

        .contact-line2 {
          line-height:20px;
          margin-top:5px;
          margin-bottom:5px;
          background-position: 30px top;
          background-repeat: no-repeat;
          background-size: 30px;
          padding-left: 70px;
          padding-top:5px;
          min-height: 30px;
          font-size:1.15em;
        }
        .contact-line2.address {
          background-image: url(/images/content/contacts/contact_address.png);
          margin-top:15px;
        }
        .contact-line2.phone {
          background-image: url(/images/content/contacts/contact_phone.png);
        }
        .contact-line2.email {
          background-image: url(/images/content/contacts/contact_email.png);
        }
        .contact-line2.www {
          background-image: url(/images/content/contacts/contact_web.png);
        }
