#tooltip {
	position: absolute;
	left: 0 ;
	top: 1000px ;
	width: 248px ;
	border: 1px solid #7e2100 ;
	padding: 0 0 5px 0 ; 
	background: #f1ead8 ;
	opacity: 0 ;
}

#tooltip h2 {
	padding: 3px 6px 5px ;
	color: #fff ;
	background: #7e2100 ;
	font-size: 1.1em ;
	line-height: 1.3 ;
}

#tooltip ul {
	width: 248px ;
	padding: 5px 0 0 0 ;
	list-style: none ;
}

#tooltip li {
	line-height: 1.5 ;
	width: 248px ;
}

#tooltip li a {
	padding: 0 5px ;
	color: #000 ;
	text-decoration: none ;
	display: block ;
	width: 238px ;
}

#tooltip li a:hover { background-color: #fff ; }

#tooltip p { 
	margin: 10px 5px 5px ; 
}

#tooltip p a {
	color: #7e2100 ;
	font-weight: bold ;
}

#tooltip p a:hover { text-decoration: underline ; }

