@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	padding: 10px;
	width: 550px;
	border: thick ridge #999;
	font-family: "Comic Sans MS", Arial;
	font-size: 0.75em;
	display: block;
	float: left;
	position: relative;
	text-align: left;
}
#checklist {
	width: 300px;
	height: 240px;
	list-style: circle;
	font-size: 13px;
	text-align: left;
	background: #FF9;
}
#checklist span {
	text-align: center;
}



#stirgwolt   {
	list-style: none;
	margin-left: 0px;
	text-align: left;
	line-height: 1.3em;
	padding: 15px;
	display: block;
	float: left;
	
}
.tooltipHeader {
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
}
#tooltipHeader hr {
	color: #666;
}


#stirgwolt img   {
	float: left;
	padding: 0px 10px 10px -5px;
	height: 124px;
	width: 164px;
	display: inline;
	margin-top: -5px;
}
#west {
	list-style: none;
	margin-left: -55px;
	text-align: left;
	line-height: 1.3em;
	padding: 15px;
	display: block;
	float: left;
}
#west img {
	float: left;
	padding: 0px 10px 10px -5px;
	height: 124px;
	width: 164px;
	display: inline;
	margin-top: -5px;
}
#cindy {
	list-style: none;
	margin-left: -55px;
	text-align: left;
	line-height: 1.3em;
	padding: 15px;
	display: block;
	float: left;
}
#cindy img {
	float: left;
	padding: 0px 10px 10px -5px;
	height: 124px;
	width: 164px;
	display: inline;
	margin-top: -5px;
}
#nickel {
	list-style: none;
	margin-left: -55px;
	text-align: left;
	line-height: 1.3em;
	padding: 15px;
	display: block;
	float: left;
}
#nickel img {
	float: left;
	padding: 0px 10px 10px -5px;
	height: 124px;
	width: 164px;
	display: inline;
	margin-top: -5px;
}

