

/***************************************
	Start Map Internal
***************************************/
.MapMain {
	
position: absolute;	
	cursor: url(../images/map/openhand.cur), default;
}



.MapMain .MapImg {

	display:block;
	position:absolute;
	z-index:1;
}

.MapMain .POI {
	
	position:absolute;
	z-index:100;
	cursor:pointer;
        left: -12px;
        top: -37px;
}


.StraightPeg {
	
	position:absolute;

}



.Popup {
	
	position:absolute;

	width:258px;
	height:131px;
}



.Popup h2 img.CloseBtn {
	
	float:right;
	width:19px;
	height:19px;
	margin-right:4px;
	margin-top:4px;
	
	
	
	/* toggled */
	display:none;
}





img.PopupBG {
	
	display:block;
	position:absolute;
	width:258px;
	height:131px;
	z-index:101;
}

.Popup .PopupContent {
	
	position:absolute;
	z-index:104;
	margin-top:4px;
	width:245px;
}

.Popup ul {
	
	margin:4px 0 0 17px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	list-style-type:none;
	width:138px;
}

.Popup ul li {
	
	padding-left:7px;
	background-image:url(../images/map/dot_gray.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:14px;
}

.Popup .PopupContent img {
	
	float:right;	
	
}

.Popup .PopupContent a.MoreInfo {
	
	float:right;	
	clear:right;
	
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#505352;
	text-decoration: underline;
	background-image:url(../images/map/icn_moreinfo.jpg);
	background-repeat:no-repeat;
	height:23px;
	padding-left:25px;
	
	margin-right:4px;
	margin-top:3px;
}

/*************************************
	Heading Background Colors
**************************************/
.Popup h2 {
	
	margin:6px 8px 0 6px;
	padding:0px 0 0 10px;
	
	display:block;
	
	height:27px;
	line-height:27px;

	background-repeat:repeat-x;
	
	font-size:12px;
	color:white;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	position:relative;
	z-index:102;
	
	
}


.Popup h2.Indoor {
	
	background-image:url(../images/map/bg_popuphdr_indoor.gif);
	
}

.Popup h2.GeneralServices {
	
	background-image:url(../images/map/bg_popuphdr_general.gif);
	
}

.Popup h2.Outdoor {
	
	background-image:url(../images/map/bg_popuphdr_outdoor.gif);
	
}

.Popup h2.Restaurants {
	
	background-image:url(../images/map/bg_popuphdr_restaurants.gif);
	
}

.Popup h2.Shopping {
	
	background-image:url(../images/map/bg_popuphdr_shopping.gif);
	
}
/*************************************
	Zoom
**************************************/
.ZoomDetail {
	
	position:absolute;	
	z-index:200;
	cursor:pointer;
}


.ZoomPopup {
	
	display:none;
	
}

.ZoomButton {
	
	visibility:visible;
	position:absolute;
}

.ZoomPopup img {
/** the bg **/
	position:absolute;
	z-index:201;
}

.ZoomPopup .PopupContent {
	
	position:absolute;
	z-index:202;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ZoomPopup .PopupContent h3 {
	
	margin:0px 0 0 33px;
	padding:0px 0 0 0;

	color:#313612;
	font-size:11px;
	font-weight:normal;
	
	position:relative;
	top:5px;

}

.ZoomPopup .PopupContent span {
	
	font-size:9px;
	font-weight:bold;
	color:#313612;
	margin-left:33px;
	display:block;

}

.ZoomPopup .PopupContent p {
	
	color:#313612;
	font-size:10px;
	line-height:12px;
	width:120px;
	
	padding:0 0 0 0;
	margin:6px 0 0 14px;
}

.ZoomDetail div.BR .ZoomPopup {
	
	margin-top:0px;
	margin-left:1px;
	
}

.ZoomDetail div.BL .ZoomPopup {
	
	margin-top:0px;
	margin-left:-108px;
	
}

.ZoomDetail div.TR .ZoomPopup {
	
	margin-top:-50px;
	margin-left:1px;
	
}

.ZoomDetail div.TL .ZoomPopup {
	
	margin-top:-49px;
	margin-left:-108px;
	
}

/** hover **/
.ZoomDetail:hover .ZoomPopup {
	
	display:block;	
	
}

.ZoomDetail:hover .ZoomButton {
	
	visibility:hidden;	
	
}

/*************************************
	Tilted Pegs 
**************************************/
.TiltedPeg {

	position:absolute;
	
}



.BR .TiltedPeg {
/** peg on top left **/	
	/*margin-top:-38px;*/
	margin-top:-1px;
	
}

.BR .Popup {
	
	/*
	margin-left:18px;
	margin-top:-21px;
	*/
	margin-left:19px;
	margin-top:17px;
}


.TR .TiltedPeg {
	
	margin-top:-10px;
	margin-left:1px;
	
}

.TR .Popup {
	
	margin-left:20px;
	margin-top:-125px;
	
}


.TL .TiltedPeg { 
/** peg on bottom right **/

	margin-left:-10px;
	margin-top:-10px;

}

.TL .Popup {
	
	margin-top:-126px;
	margin-left:-251px;

	
}

.BL .TiltedPeg {
/** peg on top right **/	
	
	margin-top:-1px;
	margin-left:-9px;
}

.BL .Popup {
	
	margin-left:-250px;
	margin-top:18px;

}
	

/*************************************
	POI Hover 
**************************************/
.POI div.BR, .POI div.BL, .POI div.TR, .POI div.TL {
	
	display:none;	
	
}

.POI .CloseBtn {
	

}

/*************************************
	Additional Amenities
**************************************/
.POI_Trains {
	
	position:absolute;
	z-index:205;
        cursor: pointer;
}

.POI_Trains img {
	
	position:relative;
	left:-11px;
	top:-10px;
	
}

.POI_Trains div {
	display: none;
}

.BR .IconCaption {
	margin-left: 10px;
	margin-top: -1px;
}

.POI_Parking {
	
	position:absolute;
	z-index:206;
        cursor: pointer;
}

.POI_Parking img {
	
	position:relative;
	left:-9px;
	top:-9px;
	
}

.POI_Parking div {
	display: none;
}

a.back {
  width: 175px;
  height: 38px;
  position: absolute;
  bottom: 10px;
  z-index: 10000;
  left: 10px;
  cursor: pointer;
}
