

#mapSearch {
	z-index: 2;
	position: absolute;
	display: block;
	width: 272px;
	height: 35px;
	right: 0px;
	top: 10px;
}

#mapBrand {
	z-index: 2;
	position: absolute;
	display: block;
	width: 157px;
	height: 39px;
	right: 0px;
	bottom: 20px;
}

#mapLoading {
	z-index: 2;
	position: absolute;
	display: block;
	width: 180px;
	height: 40px;
	right: 20px;
	top: 30px;
}

.mapTileLabel {
	width: 100px;
	font-weight: bold;
	color: white;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.mapHover {
	width: 254px;	
	z-index: 1;
}

.mapHoverRow {
	position: relative;
	display:block;
	height: 49px;
	width: 254px;
}

.mapHoverLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 46px;
	background-image: url(/sitorsquat/images/map/overlays/hover_bg_left.png);
	opacity:.85;
	filter: alpha(opacity=85);	
}

.mapHoverRight {
	position: absolute;
	left: 249px;
	top: 0px;
	width: 5px;
	height: 46px;
	background-image: url(/sitorsquat/images/map/overlays/hover_bg_right.png);
	opacity:.85;
	filter: alpha(opacity=85);
}

.mapHoverCenterBg {
	position: absolute;
	z-index: -1;
	left: 5px;
	top: 0px;
	width: 244px;
	height: 46px;
	background-image: url(/sitorsquat/images/map/overlays/hover_bg_center.png);
	opacity:.85;
	filter: alpha(opacity=85);
}

.mapHoverCenter {
	position: absolute;
	z-index: 1;
	left: 5px;
	top: 0px;
	width: 244px;
	height: 46px;
}

.mapHoverNameText {
	position: absolute;
	display: block;
	height: 15px;
	width: 234px;
	left: 10px;
	top: 10px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.mapHoverMoreText {
	position: absolute;
	display: block;
	height: 15px;
	width: 234px;
	left: 10px;
	top: 16px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.mapHoverAddressText {
	font-size: 10px;
	position: absolute;
	display: block;
	height: 15px;
	width: 234px;
	left: 10px;
	top: 29px;
	overflow: hidden;
	color: white;
}

/* Popup classes */
.mapPopup {
	width: 254px;
	z-index: 5;
}

.mapPopupCloseBtn {
	position: absolute;
	display:block;
	top: 8px;
	left: 241px;
	cursor: pointer;
	width: 8px;
	height: 8px;
	/*background-image: url(/sitorsquat/images/map/overlays/popup_close.png);*/
}
.mapPopupHeaderRow {
	position: absolute;
	display:block;
	height: 22px;
	width: 254px;
	
	background-color: #b90200;
}

.mapPopupHeaderRowText {
	padding-left: 16px;
	padding-top: 4px;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.mapPopupBg {
	position: absolute;
	display:block;
	z-index: -1;
	top: 22px;
	width: 254px;
	background-color: black;
	opacity:.85;
	filter: alpha(opacity=85);
}


.mapPopupContent {
	position: absolute;
	display:block;
	top: 24px;
	width: 250px;
	overflow: auto;
}

.mapPopupContentRow {
	position: relative;
	display: block;
	overflow: hidden;
	height: 71px;
	width: 250px;
	
}


.mapPopupContentRowSeperator {
	display: block;
	overflow: hidden;
	height: 1px;
	background-color: white;
	overflow: hidden;
}

.mapPopupContentImgContainer {
	position: absolute;
	width:53px;
	height: 50px;
	top: 5px;
	left: 10px;
	text-align: center;
}

.mapPopupContentImg {
	border: 1px solid white;
}

.mapPopupContentName {
	position: absolute;
	width:180px;
	height: 18px;
	top: 5px;
	left: 66px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

.mapPopupContentAddress {
	position: absolute;
	width:180px;
	height: 14px;
	top: 23px;
	left: 66px;
	color: white;
	font-size: 10px;
}

.mapPopupContentRating {
	position: absolute;
	width:180px;
	height: 14px;
	top: 37px;
	left: 66px;
	color: white;
	font-size: 10px;
}