.map {

	width: 612px;

	}



div.map {

	position: relative;

	border: 0 none;

	padding: 0px;

	}



img.map {

	position: relative;

	cursor: crosshair;

	border: 0 none;

	}



/* tooltip */



div#tip {

	position: absolute;

	bottom: 0px;

	left: 0px;

	visibility: hidden;

	margin: 12px;

	border-width: 2px;

	border-style: solid;

	border-color: #000000;

	font-size: 11px;

	color: #000000;

	padding: 1px;

	background-color: #ffffff;

	z-index: 10;

	font-family: arial;

	width: 150px;

	overflow: visible;

	}



div#mapIcons img{

	width: 15px;

	height: 15px;

	cursor: hand;

	position: absolute;

	}



/* info window */



div.info { 

	position: absolute;

	bottom: 10px;

	left: 10px;

	width: 200px;

	visibility: visible;

	border-width: 1px;

	border-style: solid;

	border-color: #dddddd;

	font-size: 11px;

	color: #333333;

	padding: 1px;

	background-color: #ffffff;



	opacity: 0.8;

	-moz-opacity: 0.8;

	-khtml-opacity: 0.8;

	filter: alpha(opacity=80);

	}


