/* Tooltips V2 compatable with Mootools 1.2 */

.tip {
	color: #000;
	width: 117px;
	height: 59px;
	background: url(images/global/tooltips/community-bubble.png) no-repeat;
	margin-top: -70px;
	*margin-left: 0px;
}

.tip-top {

}

.tip-title {
	float: left;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	padding-top: 5px;
	*padding-left: 10px;
	
}

#body-EnglishUK .tip-title{
	margin-top: 5px;
}

.tip-text {
	visibility: hidden;
}

.tip-bottom {
	
}