/* old part */
#newPropertyMap {
   display:none;
   width: 92%;
   margin-left:4%;
}

#newPropertyMap #mapTypeControl {
  padding-top: 10px;
}

#mapTypeControl #mapGoBackControl {
  float: left;
  color: red;
  font-weight: bold;
}

#mapTypeControl #mapGoBackControl:hover {
  text-decoration: none;
  color: black;
}

#map_area_small.oldthemediv{
	position:relative;
}
#map_area_small.oldthemediv .neighborhood{
padding: 5px;
background: #fff;
position: absolute;
right: 15px;
top: 280px;
z-index: 100;
border: 2px outset buttonface;
}
.oldthemediv  #mapTypeControl{
	position: absolute;
z-index: 100;
top: 5px;
right: 20px;
}

.oldthemediv  #mapTypeControl a{
padding: 2px 5px;
border:1px solid green;
	background:#fff;
}

.oldthemediv #mapTypeControl a.selected{
		border-bottom:1px solid green;
	font-weight:bold;	
}
.oldthemediv #mapTypeControl a:hover{
	border-bottom:1px solid green;
}



#newPropertyMap.oldthemepropertymap #mapTypeControl2 {
  padding-top: 10px;
}

#newPropertyMap.oldthemepropertymap #mapTypeControl2{
	  height: 25px;
  text-align: right;
}

#newPropertyMap.oldthemepropertymap #mapTypeControl2 {
  height: 25px;
  text-align: right;
}
#newPropertyMap.oldthemepropertymap #mapTypeControl2 a {
  display: inline;
  float: right;
  padding: 0px 5px 0px 5px;
  margin: 0px 5px 0px 5px;
}

#newPropertyMap.oldthemepropertymap #mapTypeControl2 a.selected, #newPropertyMap.oldthemepropertymap #mapTypeControl2 a:hover {
  border-bottom: 2px solid #E5E5E5;
}

#newPropertyMap.oldthemepropertymap #mapTypeControl2 #mapGoBackControl {
  float: left;
  color: red;
  font-weight: bold;
}

#newPropertyMap.oldthemepropertymap #mapTypeControl2 #mapGoBackControl:hover {
  text-decoration: none;
  color: black;
}
/*Common part*/

#mapTypeControl {
  height: 25px;
  text-align: right;
}
#mapTypeControl a {
  display: inline;
  float: right;
  padding: 0px 5px 0px 5px;
  margin: 0px 5px 0px 5px;
}

#mapTypeControl a.selected, #mapTypeControl a:hover {
  border-bottom: 2px solid #E5E5E5;
}


#mapTools li {
  float:left;
  width: 22.5%;
}

#mapTools ul {
  list-style-type: none;
}

#mapTools li a{
  padding:8px 0px 6px 33px;
  margin-left:0px;
  display:block;
}

#mapTools a.selected{
  background-color: #E5E5E5;
}

#mapTools a.school {
  background-image: url(/modules/gmapSearch2/icons_small/school.png) ;
  background-repeat: no-repeat;
  background-position: 3px center;
}

#mapTools a.grocerystores {
  background-image: url(/modules/gmapSearch2/icons_small/grocery.png) ;
  background-repeat: no-repeat;
  background-position: 3px center;
}

#mapTools a.banks {
  background-image: url(/modules/gmapSearch2/icons_small/bank.png) ;
  background-repeat: no-repeat;
  background-position: 3px center;
}

#mapTools a.coffee {
  background-image: url(/modules/gmapSearch2/icons_small/coffee.png) ;
  background-repeat: no-repeat;
  background-position: 3px center;
}

#mapTools a.parks {
  background-image: url(/modules/gmapSearch2/icons_small/park.png) ;
  background-repeat: no-repeat;
  background-position: 3px center;
}

#mapTools a.restaurants {
  background-image: url(/modules/gmapSearch2/icons_small/restaurant.png) ;
  background-repeat: no-repeat;
  background-position: 3px center;
}

#mapTools a.gas {
  background-image: url(/modules/gmapSearch2/icons_small/gazstation.png) ;
  background-repeat: no-repeat;
  background-position: 3px center;
}

#mapTools a.daycares {
  background-image: url(/modules/gmapSearch2/icons_small/daycare.png) ;
  background-repeat: no-repeat;
  background-position: 3px center;
}

#mapTools a.hospitals {
  background-image: url(/modules/gmapSearch2/icons_small/hospital.png) ;
  background-repeat: no-repeat;
  background-position: 3px center;
}

#mapTools a.shoppingcentres {
  background-image: url(/modules/gmapSearch2/icons_small/shoppingmall.png) ;
  background-repeat: no-repeat;
  background-position: 3px center;
}

#mapTools a.attractions {
  background-image: url(/modules/gmapSearch2/icons_small/themepark.png) ;
  background-repeat: no-repeat;
  background-position: 3px center;
}

#mapTools a.bus {
  background-image: url(/modules/gmapSearch2/icons_small/bus.png) ;
  background-repeat: no-repeat;
  background-position: 3px center;
}

#messagepopup{
	position:relative;
	z-index:1000;
	font-size:13px;
	background-color:#fff;
	text-align:center;
	opacity:0.8;
	filter:alpha(opacity=80);
		color:red;
	border:3px solid red;
	padding:5px 0px;
	font-weight:bold;
}


#map .gm-style-iw .gs-directions,
#map .gm-style-iw .gs-directions-to-from,
#map .gm-style-iw .gs-watermark,
#map2 .gm-style-iw .gs-directions,
#map2 .gm-style-iw .gs-directions-to-from,
#map2 .gm-style-iw .gs-watermark{
	display:none;
}

#map .gs-title a,
#map2 .gs-title a{
	text-decoration:none;
	color:#000004;	
}
#map .gs-title a:hover,
#map2 .gs-title a:hover{
	cursor:default;
	text-decoration:none;
}

.back-link a{
display:block;
border: 2px outset #ccc;
width: 150px;
padding: 1px 0px;
text-align: center;
margin-left: 5px;
font-weight: bold;
font-size: 12px;
font-style: italic;
text-decoration:none;
}
