@charset "utf-8";
/* Pia Cucina Rollover Images Style Rules */

/* Copyright (c) 2009. */

.hovertool {
	display:					block;
	width:						100%;
	margin-top:					5px;
}

.hovertool span.tooltip {
	display:					none;
	text-align:					left;
	color:						#C00;
	font-size:					smaller;
}

.hovertool span.tooltip p {
	line-height:				1.5;
	margin:						2px 0 2px 0;
}

.hovertool:hover span.tooltip {
	display:					block;
	width:						400px;
	height:						400px;
	background-color:			#EEE;
	border:						1px solid #000;
	position:					absolute;
	top:						320px;
	left:						50%;
	padding:					5px 5px 5px 5px;
}