<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stickytooltip{
	/*
	box-shadow: 5px 5px 8px #818181; *//*shadow for CSS3 capable browsers.*/
	/*
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	*/
	display:none;
	position:absolute;
	display:none;
	border:0px solid black; /*Border around tooltip*/
	background:url(../images/products/box-over.png);
	z-index:3000; height:187px; width:400px;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
	background:black;
	color:white;
	padding-top:5px;
	text-align:center;
	font:bold 11px Arial;
}</pre></body></html>