/* MooTools.Tips */

		
.tip-top {
	color: #CCCCCC;
	width: 166px;
	z-index: 13000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.tip-title {
	width: 150px;
	font-weight: bold;
	font-size: 11px;
	text-transform: capitalize;
	margin: 0;
	color: #000;
	padding: 8px 8px 4px 8px;
	background: url(../images/bubble.png) top left;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
.tip-text {
	width: 150px;
	font-size: 11px;
	padding: 4px 8px 8px 8px;
	background: url(../images/bubble.png) bottom right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align:left;
	color:#333;
}
.tip-text a {
	color:#069;
}
.tip-loading {
	background: url(../images/ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
