/* Google Map popup 
*/

#mapDisplay {
	margin-top: 20px;	
	width: 350px;
	height: 300px; 
	padding-left:1px;
}




/* Information on map
*/

#restaurantMapInformation {
	visibility:hidden;
	position:absolute;
	padding: 0px;
	left:0px;
	width:100%;	
}

#restaurantMapName {
	color: #9CB300;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	border-bottom: 1px solid;
	border-color: #CFCDAF;
}

#restaurant_map_rate {
    text-align:center;
}

#restaurantMapAddress {
	margin-top: 5px;
	color: #262016;
	font-size: 10px;
	text-align:center;
}

#restaurant_bookit_now {
    margin-top: 5px;
	color: #262016;
	font-size: 12px;
	font-weight: bold;
	text-align:center;

}



.parkingMapInformation {
	visibility:hidden;
	position:absolute;
	padding: 0px;
	left:0px;
	width:100%;
}

#parkingMapName {
	color: #9CB300;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	border-bottom: 1px solid;
	border-color: #CFCDAF;
}

#parkingMapAddress {
	margin-top: 5px;
	color: #262016;
	font-size: 10px;
	text-align:center;
}

/* Main Google Map with all restaurants 
*/

#result_map {		
	width:460px; 
	height:500px; 	
	border: 2px solid;
	border-color: #FFFFFF;
}

#sidebar_wrapper {
	margin-top: 20px;
}

#mainMapDisplay {	
	width:850px; 
	height:600px; 
	margin-left: 10px;
	border: 2px solid;
	border-color: #FFFFFF;
}

.restaurantinfo_visible {
    display:block;
}

.restaurantinfo_invisible {
    display:none;
}


