@charset "utf-8";

/* CSS Document */

#test_catalog h2 {
	position: relative;
	z-index: 99;
}

.tooltip {
	font-size: 8pt;
	font-weight: normal;
}

.tooltip, .tooltip:hover, .tooltip:visited, .tooltip:link, .tooltip:active {
	text-decoration: none;
	cursor: help;
	z-index: 99;
}

.tooltip img {
	position: absolute;
	padding: 4px 0 0 8px;
	margin-top: -4px;
	z-index: 100;
	vertical-align: middle;
}

.tooltip span, .tooltip div {
	display: none;
	background: #ffa;
	bottom: 24px;
	left: 0;
	padding: 5px 5px 8px;
	font-size: 8pt;
	position: absolute;
	width: 340px;
	color: #444;
	border: 1px solid #ec9;
	zoom: 1;
}

h2 .tooltip span{
	bottom:36px;
}

.tooltip:hover span, .tooltip:hover div {
	display: block;
	zoom: 1;
}

.tooltip:hover img {
	background: url(/images/siteframework/tooltip-arrow.gif) left top no-repeat;
}

label {
	position: relative;
	z-index: 1;
}

label .tooltip img {
	position: relative;
	padding: 2px 8px;
	margin: -12px 0 0 -8px;
}

label .tooltip span {
	bottom: 20px;
}

table table {
	margin: 0 -5px;
}
