#body-contact.contact-page #contact-link, 
#body-contact.contact-form #form-link, 
#body-contact.showrooms #showroom-link, 
#body-contact.agents #agent-link, 
#body-contact.retailers #retailer-link {
    color: #d2232a;
}

#contacts {
    clear: both;
    margin-top: 1.571em;
    padding-top: 1.571em;
    border-top: 1px solid #ccc;
}
/* contact page styles */
#body-contact #pagetext {
    float:right;
    margin-left: 22px;
    margin-right: 0;
}
#body-contact #page-primary-img {
    float: right;
}
#body-contact #contact-general #page-primary-img {
    float: left;
    margin: 0;
}
#body-contact #pagetext h2 {
    font-size: .8em;
    margin-bottom: 0.3em;
}
#body-contact div.contact {
    width: 313px;
    margin-right: 22px;
    float: left;
    height: 7em;
}
#body-contact .contact img {
    float: left;
    margin-right: 12px;
    margin-bottom: 22px;
    width: 50px;
    height: 70px;
}
#contacts h2, #contacts h3 {
    font-size: 0.8em;
    line-height: 1;
    margin-bottom: 0.2em;
}
#contacts h2 {
    font-weight: 800;
}
#contacts h3 {
    font-weight: 400;
}
#contacts p {
    margin-bottom:0;
}
#contacts div.even {
    margin-right:0;
}
#body-contact form {
    margin-top: 2em;
    border-top: 1px solid #ddd;
    font-size: 0.8em;
}
#body-contact form li.field {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}
#body-contact form li.last {
    border-bottom: none;
}
#body-contact form ul.errorlist {
    margin-left: 208px;
    color:red;
}
#body-contact form label {
    display: block;
    width: 201px;
    float: left;
    text-align: left;
    line-height: 2em;
}
#body-contact form textarea {
    width: 435px;
}
#body-contact form li#honeypot {
    display: none;
    visibility: hidden;
}

#body-contact form label.required {
    font-weight: 800;
}
#body-contact form input, #body-contact form textarea {
    margin-left: 7px;
}
#body-contact form input#send {
    display: block;
    float: right;
    margin: 1em 0;
}

.showroom-wrapper, .agent-wrapper, .retailer-wrapper {
    padding-top: 0.51em;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ccc;
}
.showroom-wrapper h2, .agent-wrapper h2, .retailer-wrapper h2 {
    font-size: 0.786em;
}
div.last {
    border-bottom: none;
    margin-bottom: none;
}
.showroom-text {
    width: 201px;
    float: left;
    margin-right: 22px;
}
.showroom-img {
    width: 425px;
    float: left;
}

p.street, p.pc_city, p.email, p.website, p.mobile, p.phone {
    margin-bottom: 0.3em;
}