@charset "utf-8";
/* CSS Document */

.tooltip{
	opacity:0.9;
	position:absolute;
	width:135px;
	color:#333;
	padding:5px 5px 5px 8px;
	font-size:0.9em;
	background:#FFF;	
	border: solid #ccc 2px;
	text-align:center;
}	
.tooltip img{
	width:80px;
	height:80px;
	padding:3px;
}	
.tooltip span{
   font-weight:700;
   color:#0066FF;
}
