﻿
/****************************************************************** DIRECTIONS START **/

#map
{
    border: 1px solid #fdb913;
    height: 320px;
    width: 350px;
    margin-right: 1px;
}

.gMapHeader
{
    color: #fdb913;
}

.map, .map:a, .map:active, .map:visited, .map:Link
{
    color: #fdb913;
    text-decoration: underline;
    font-size: 14px;
}

.map:Hover
{
    color: #fdb913;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#mapSplit_Copy
{
    float: left;
    width: 300px;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 10px;
    margin-right: 5px;
}
#mapSplit_Images
{
    float: left;
    top: 0px;
    width: 370px;
    text-align: right;
    margin-right: 5px;
    margin-top: 30px;
    margin-left: 5px;
}


#mapPostCode
{
    height: 320px;
    width:350px;
    margin-right: 1px;
    text-align:left;
    vertical-align:middle;

}

.mapTxtBox
{
    font: 10px;
    width: 80px;
    height: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

/****************************************************************** DIRECTIONS END **/