/* Map style
=================================== */

div.maptitle
{
    color: #66B821;
    font-size: 20px;
    font-weight: bolder;
}

td.searchtitle
{
    font-weight: bold;
	font-size: 11pt;
}

select.country
{
    width: 300px;
}

div.map
{
    height: 390px;
    width: 500px;
}

td.mapmain
{
    padding-top: 10px;
    vertical-align: top;
}

td.resultsmain
{
    font-size: 12px;
    padding-left: 15px;
    vertical-align: top;

}

p.resultsheader
{
    font-size: 12px;
    font-weight: bold;
}

p.resultsfooter
{
    font-size: 14px;
    font-weight: bold;
}

table.results
{
    table-layout: fixed;
    vertical-align: top;
    width: 190px ;

}

tr.resultrow
{
    vertical-align: top;
}

td.dealercol
{
    background-color: #FFFFFF;
    word-wrap: break-word;
	font-size: 13px;	
}

td.pref_dealercol
{
    background-color: #E2F5F9;
    padding: 5px;
    font-size: 13px;
    word-wrap: break-word;
}

span.resultstitle
{
    font-weight: bold;
}

span.markerstitle
{
    font-weight: bold;
}

p.resulthead
{
    padding: 0px;
    font-weight: bolder;
}

div.hidemap
{
    height: 390px;
    width: 500px;
    display: none;
    visibility: hidden;
}

div.showmap
{
    height: 390px;
    width: 500px;
    visibility: visible;
}

div.hidemapfooter
{
    display: none;
}

div.showmapfooter
{
}