/* google maps specific css */
#map {
	height: 300px
}
#mapSup {
	height: 195px
}
.bubble {
	margin: 0px 10px 0px 0px; 
	padding: 0px 5px 0px 0px; 
	background : #ffffff; 
	width: 450px; 
	height: 200px;
	overflow : auto;
	white-space : normal;
}
.bubble_small {
	margin: 0px 10px 0px 0px; 
	padding: 0px 5px 0px 0px; 
	background : #ffffff; 
	width: 350px; 
	height: 150px;
	overflow : auto;
	white-space : normal;
	font-family: Arial;
}
.tab-title {
	font-size: 9px;
}

