﻿.contacts
{
    clear: right;
}
.contact, .contact2
{
    padding-top: 10px;
    float: right;
    width: 293px;
}
.contact2
{
    width: 300px;
}
dl.country, .countryBottom
{
    margin-left: 90px;
}
dl.countryBottom
{
    margin-top: 30px;
}
dl.country dt, dl.countryBottom dt
{
    color: #dbc082;
    font-size: 1.2em;
    float: none;
    text-align: left;
    width: auto;
}
dl.country dd, dl.countryBottom dd 
{
    color: #514014;
    padding-bottom: 10px;
    font-size: 1.1em;
    margin: 0;
}
.contact dt, .contact2 dt
{
    float: left;
    width: 70px;
    font-size: 1.1em;
    line-height: 1.8em;
    color: #514014;
    font-weight: bold;
    text-align: right;
}

.contact dd, .contact2 dd
{
    margin-left: 90px;
    font-size: 1.1em;
    line-height: 1.8em;
    color: #e2d2af;
}
.contacts dl  a
{
    color: #e2d2af;
}