/*Styles used on google maps*/

/* START - ParkVIS region pages /nationalparks/region.aspx */

/* Map canvas */
#regionMap #deccAppUcUc1_map_canvas {
  width: 500px;
  height: 500px;
  float: left;
  border: 1px solid #A4A6C2;
}

/* Info windows*/

.parkInfoWindow{
  width:250px;
  height:70px;
  overflow:inherit;
}

.map-content p.parkName {
  font-weight: bold;
}

/* END - ParkVIS region pages */

/* START - contacts maps: /contact/index.htm; /nationalparks/visitorcentres.aspx */

/* Map holder div */
#contactMap {
  width: 99%;
  height: 590px;
  margin: 10px 0 20px 0;
}


/* Map canvas on contacts maps: /contact/index.htm */
#contactMap #map_canvas {
  width: 700px;
  height: 500px;
  float: left;
  border: 1px solid #A4A6C2;
}

/* Map canvas and list on /nationalparks/visitorcentres.aspx */
#contactMap.national-parks-visitor-centre #map_canvas {
  width: 530px;
  height: 550px;
  float: left;
  border: 1px solid #A4A6C2;
  margin-right: 10px;
}

#contactMap.national-parks-visitor-centre #mapRight {
  height: 530px;
  float: right;
}

#contactMap.national-parks-visitor-centre #mapRight h3 {
  padding: 0 0 6px 0;
  margin: 0;
}

#contactMap.national-parks-visitor-centre #mapRight #mapList {
  border: 2px inset #A4A6C2;
  padding: 5px;
  overflow: auto;
  font-size: 90%;
  height: 517px;
  width: 180px;
}

#contactMap.national-parks-visitor-centre #mapRight #mapList p {
  padding: 0 0 4px 0;
  margin: 0;
}

#contactMap.national-parks-visitor-centre #mapList a:hover, #contactMap.national-parks-visitor-centre #mapList a.hover {
  color: #FFFFFF;
  text-decoration: none;
  background: #709ABF none repeat scroll 0 0;
  }

/* Map canvas for sustainability advantage */
#saMap #map_canvas {
  width: 700px;
  height: 500px;
  float: left;
  border: 1px solid #A4A6C2;
}

/* Info windows */
.contactInfoWindow{
  width:270px;
  height:130px;
  overflow:inherit;
}
.map-content p.contactName {
  margin-top: 10px;
  font-weight: bold;
}

/* END - contacts maps */

/* Map canvas and list on WorldHeritage.htm */

/* Hide map until all content generated */
#map.WorldHeritage {
  display:none;
}

#map.WorldHeritage #map_canvas {
  width: 530px;
  height: 550px;
  float: left;
  border: 1px solid #A4A6C2;
  margin-right: 10px;
}

#map.WorldHeritage #mapRight {
  height: 530px;
  float: right;
}

#map.WorldHeritage #mapRight h3 {
  padding: 0 0 6px 0;
  margin: 0;
}

#map.WorldHeritage #mapRight #mapList {
  border: 2px inset #A4A6C2;
  padding: 0 5px 5px 5px;
  overflow: auto;
  font-size: 90%;
  height: 517px;
  width: 180px;
}

#map.WorldHeritage #mapRight #mapList p {
  padding: 0 0 4px 0;
  margin: 0;
}

#map.WorldHeritage #mapRight #mapList p.heading {
  font-weight: bold;
  margin: 9px 0 0 0;
}

#map.WorldHeritage #mapRight #mapList p img {
  display: block;
  float: right;
  margin: -5px 0 0 3px;
}

#map.WorldHeritage #mapList a:hover, #map.WorldHeritage #mapList a.hover {
  color: #FFFFFF;
  text-decoration: none;
  background: #709ABF none repeat scroll 0 0;
  }

/* END Map canvas and list on WorldHeritage.htm */

/* Map canvas for find a store */

#storeMap {
  width: 99%;
  height: 590px;
  margin: 10px 0 20px 0;
}

#storeMap #map_canvas {
  width: 700px;
  height: 500px;
  float: left;
  border: 1px solid #A4A6C2;
}

.map-content p.storeName {
    margin-top: 10px;
    font-weight: bold;
}

.storeInfoWindow {
  width:250px;
  height:70px;
  overflow:inherit;
}


/* END Map canvas for find a store */


