


div#tooltip {
	position: absolute;
	z-index: 10;
	width: 133px;
	height: auto;
	background: white;
	border: 1px solid #333;
	padding: 10px;
  visibility: hidden;	
}

div#detail, div#detail p  {
	line-height: 1.5em;
}

div#area.notscrolled {
	position: fixed;
	top: 40px;
}
