﻿/* Dealer Locations */

    #map        {background: url(../library/dealermap.png) no-repeat; position:relative; top: 0; left: 0; height: 311px; cursor: pointer;}
    .map_on     {background-image: url(../library/map_hover.gif)}
    .map_idle   {background-image: none}
    
    #australia      { background-position: -180px -154px; width: 88px; height: 63px; top: 192px; left: 296px; }
    #africa         { background-position: 0px -81px; width: 134px; height: 128px; top: 119px; left: 116px;}
    #asiapacific    { background-position: -171px -49px; width: 136px; height: 105px; top: 87px; left: 287px;}
    #canada         { background-position: -320px -8px; width: 176px; height: 53px; top: 46px; left: 436px;}
    #europe         { background-position: -15px 0px; width: 156px; height: 81px; top: 38px; left: 131px;}
    #newzealand     { background-position: -274px -193px; width: 101px; height: 44px; top: 231px; left: 390px;}
    #southamerica   { background-position: -410px -114px; width: 112px; height: 128px; top: 152px; left: 526px;}
    #unitedstates   { background-position: -362px -61px; width: 134px; height: 53px; top: 99px; left: 478px;}
    
    #australia, #africa, #asiapacific, #canada , #europe, #newzealand, #southamerica, #unitedstates  { position: absolute; display: block;}
    
    #map ul     { position: absolute; top: 45px; right: 0px; list-style-type: none;}
    #map ul li a  { display: block; width: 180px; /*line-height:20px;*/ background: no-repeat bottom left; color: #99ccff; padding: 3px 10px 5px 10px;}
    #map ul li {/*background: url(../library/bg-dealerlist.png) no-repeat;*/}
    #map ul li a:hover { color: #fff; background-position: right bottom;}
    
    .australia {}
    .africa {}
    .asiapacific {}
    .canada {}
    .europe {} 
    .newzealand {}
    .southamerica {}
    .unitedstates {}
	
#australia-map {
    position: absolute;
    z-index: 2;
    top: 19px;
    left: 284px;
    height: 272px;
    width: 352px;
    background-color: transparent;
    visibility: hidden;
    background-position: left top;
    background-image: url(../library/aus_map.png);
    background-repeat: no-repeat;
	}
#australia-map a {
    position: absolute;
    display: block;
	}
#australia-map a:hover {
    background-image: url(../library/aus_map_hover.gif)
	}
#australia-map a span {
    display:none;
	}
	
 li.list_over a {background-position: right bottom !important; color: #fff !important;}	

#aus_close { background-position: -326px -6px; width: 20px; height: 20px; top: 6px; left: 326px; }
#aus_act { background-position: -217px -186px; width: 118px; height: 13px; top: 186px; left: 217px; }
#aus_nsw { background-position: -217px -149px; width: 118px; height: 37px; top: 149px; left: 217px; }
#aus_nt  { background-position: -136px -26px; width: 60px; height: 102px; top: 26px; left: 136px; }
#aus_qld { background-position: -197px -21px; width: 102px; height: 127px; top: 21px; left: 197px; }
#aus_sa  { background-position: -136px -129px; width: 80px; height: 87px; top: 129px; left: 136px; }
#aus_tas { background-position: -228px -234px; width: 58px; height: 25px; top: 234px; left: 228px; }
#aus_vic { background-position: -217px -199px; width: 118px; height: 30px; top: 199px; left: 217px; }
#aus_wa  { background-position: -38px -48px; width: 97px; height: 158px; top: 48px; left: 38px; }

/* Dealer Details */

body.content div.mod-dealerlocations {
	width: 670px;
	background: url(../library/bg-reviewpanel.png) repeat-x 0 19px;
	margin-top: 0px;
	min-height: 190px;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	}		
	
body.content div.mod-dealerlocations .anchors {
    height: 19px;
    margin-top: 0px;
	}	 
			
div.home,
div.custom,
div.commercial {
	padding: 5px 10px 0 10px;
	}
div.entry {
	padding-top: 5px;
	}	
body.content div.mod-dealerlocations span {color: #000;}	
body.content div.mod-dealerlocations em {color: #666;}
body.content div.mod-dealerlocations div.area p {color: #999;}

div.area {float: left; width: 130px; background: url(../library/divider-news.png) no-repeat 0 0; padding-top: 5px;}
div.details {float: left; width: 520px; background: url(../library/divider-news.png) no-repeat 0 0;}
	
div.dealer {float: left; width: 280px; padding-right: 10px;  background: url(../library/divider-news.png) no-repeat 0 0; padding-top: 5px;}
div.contact {float: left; width: 230px; background: url(../library/divider-news.png) no-repeat -280px 0; padding-top: 5px;}
