#tooltip{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eeeeee;
	background-image: url("../images/bg2.gif");
	padding: 5px;
	text-align: left;
}

#tooltip.definition{
	width:350px;
}

#tooltip.instructions{
	width:250px;
	text-align: center;
}

#tooltip h3, #tooltip div { margin: 0; }

.tooltip span{
	display:none;
}

#steeping-instructions a{
	background-image: url("../images/steeping-instructions-graphic.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width:192px;
	height:113px;
	text-indent: -9999px;
}

#steeping-instructions a:hover{
	background-image: url("../images/steeping-instructions-graphic-over.gif");
}

.definition{

}
