﻿.clearfixleft:after
{
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}


a, a:visited, a:hover, a:active, a:focus
{
    text-decoration: none;
}


img
{
    border: none;
}

h2
{
    color: #006CB8;
    font-size: 1.2em;
    font-weight: lighter;
    margin: 0pt;
    padding: 0;
}

h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0pt;
    padding: 0 0 10px 0;
}

.markerTooltip
{
    color: black;
    font-size: 1.2em;
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
}

.textblock, .textblockAlert
{
    background-color: #E0EAEB;
    font-size: 11px;
    line-height: 15px;
    padding: 10px !important;
    text-align: left;
    vertical-align: middle;
    border: none;
    margin-top: 8px;
}
.textblock input
{
    margin: 0 4px 4px 0;
    color: #000000;
    font-size: 130%;
    height: 20px;
    line-height: 20px;
}
.textblock label
{
    margin-right: 4px !important;
}
.textblock input.radio
{
    margin: 4px 0 0 0;
    height: auto;
}

.textblock ul
{
    list-style: none !important;
    margin: 8px 0 0 0 !important;
    padding-left: 0 !important;
}

.textblock ul li
{
    display: block;
}

.textblock ul input
{
    margin: 0 4px 0 0 !important;
    float: left;
}

.textblock ul label
{
    line-height: 11px !important;
    float: left;
}

span.dlr
{
    font-size: 11px;
}
input.postcode
{
    width: 42px;
    color: #333;
}

input.standard
{
    width: 150px;
    color: #333;
}

input.routeStreet
{
    width: 168px;
    color: #333;
}

.btnbar
{
    margin: 0;
    padding: 0 15px 0 0;
    overflow: auto;
}
.btnbar .btn_forward
{
    background: transparent url(../../../../images/btn_next.gif) center left no-repeat;
    color: #006CB8;
    float: right;
    font-size: 0.9em;
    font-weight: bold;
    margin: 4px 0 4px 0;
    padding: 0 0 3px 6px;
    text-align: right;
    text-decoration: none;
}

.LinkBoldRight
{
    background: transparent url(../../../../images/btn_next.gif) center left no-repeat;
    color: #006CB8;
    font-size: 0.9em;
    font-weight: bold;
    margin: 4px 0 4px 0;
    padding: 0 0 2px 6px;
    text-align: right;
    text-decoration: none;
}

.LinkBoldLeft
{
    background: transparent url(../../../../images/btn_next.gif) center left no-repeat;
    color: #006CB8;
    font-size: 0.9em;
    font-weight: bold;
    margin: 4px 0 4px 0;
    padding: 0 0 2px 6px;
    text-align: left;
    text-decoration: none;
}

/* Headers */
#headResults, #headDetail, #detailBox, #openSearch, #routeBox
{
    display: none;
}
/* Errors */
#errorBox
{
    display: none;
    border: solid 1px Red;
}
/*DealerList*/
#searchBox
{
    margin-top: 20px;
    display: none;
}
#resolveCity
{
    display: none;
    background: #F3F8F8;
    padding: 0 10px;
}
#resolveCity ul
{
    list-style: none;
    margin: 0 100px 0 100px;
    padding-bottom: 10px;
}
#resolveCity ul li
{
    color: #407b77;
    background: #b2cccc;
    padding: 2px 4px;
}
#resolveCity ul li:hover
{
    background: #d1e0e0;
    cursor: pointer;
}
.dealerList, .dealerList ul
{
    background-color: #E0EAEB;
    list-style: none !important;
    margin: 0 !important;
    width: 660px;
}
.dealerList
{
    padding: 10px !important;
}

.dealerListEntry
{
}
.dealerListEntry li
{
    display: inline;
    border: solid 1px;
}
.dealerList .dlrMapLabel
{
    vertical-align: top;
    font-size: 1em !important;
    font-weight: bold;
}
.dealerList .dlricon
{
    width: 68px;
    vertical-align: top;
}
.dealerList .dlricon img
{
    margin-left: 4px;
}
.dealerList .dlrname
{
    font-weight: bold;
}
.dealerList .dlraddr
{
    width: 232px;
}
.dealerList .dlrref
{
    width: 140px;
}
.dlrlast td
{
    padding-bottom: 10px;
}

/*Info Windows*/
.infoStreet
{
    margin-bottom: 0;
}
.infoCity
{
    margin-top: 0;
}

/* EWindow */
.estyle1
{
    background-color: #ffffff;
    border: 3px black solid;
}
.estyle2
{
    background-color: #ffffff;
    border: 1px black solid;
    padding: 4px;
}
.estyle3
{
    background-color: #ffffff;
    border: 10px black solid;
    padding: 10px;
}
.estyle4
{
    background-color: #ffffff;
    border: 10px black double;
    padding: 10px;
}
.estyle5
{
    background-color: #ffffff;
    border-bottom: 3px black solid;
    border-left: 3px #aaaaaa solid;
    border-top: 3px #aaaaaa solid;
    border-right: 3px black solid;
    padding: 5px;
}
.estyle6
{
    background-color: #ffffff;
    border: 2px black solid;
}
