

/* ======= STYLE FOR MOOTOOLS TOOLTIPS */



/* http://demos111.mootools.net/Tips */





.tip 

{

	color: #fff;

	width: 150px;

	z-index: 13000;	

}

 

.tip-title 

{

	font-weight: bold;

	font-size: 12px;

	margin: 0;

	color: #FFCCCC;

	padding: 8px 8px 4px;

	background: url(../images/bubble.png) top left;

	text-align: center;

}

 

.tip-text 

{

	font-size: 11px;

	padding: 4px 8px 8px;

	background: url(../images/bubble.png) bottom right;

}

