.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 10px;
	width: 200px;
	text-align: center;
	opacity: 1;
	font-size: .9em;
	line-height: 1.1em;
}
.tooltip h3, .tooltip div { margin: 0; }

.tooltip a { font-style: italic; text-decoration: none; color: #666; font-size: 0.9em; }

.tooltip a:hover { color: #A70014; text-decoration: underline; }
.tooltip a:active { color: #A70014; }


