﻿
.addressheader
{   
    width:80px;
    font-weight:bold;
    font-size:0.8em;
    float:left;
    margin-top:10px;
    margin-left:20px;
    line-height:1.8em;
}

.address
{
    width:160px;
    float:left;
    margin-top:10px;
}

.contactdetails
{
    width:294px;
    clear:left;
    float:left;
    margin-left:100px;
    margin-top:10px;
}

.address .contact
{
    line-height:1.8em;
    position:relative;
    margin:0px;
    border-bottom:#fff solid 1px;
}

.contactdetails .contact
{
    line-height:1.8em;
    position:relative;
    margin:0px;
    border-bottom:#e7e7e7 solid 1px;
    font-weight:bold;
}

.contact span
{
    position:absolute;
    top:0;
    right:0;
    width:60%;
    text-align:left;
    color:#000;
    display:block;
    line-height:1.8em;
    font-weight:normal;
}

.mapholder
{   
    width:780px;
    height:350px;
    float:left;
    clear:both;
    border:3px #e7e7e7 solid;
    margin:10px 0 10px;
    background:#99B3CC;
}

#map
{
    width:780px;
    height:350px;
    background:#99B3CC;
}


#UK, #BE, #DE, #OZ, #USAWestCoast
{   
    display:none;
}

.lspace
{
    margin-left:10px;
}