.tooltip {display:none;}

.tooltip-bubble {position:absolute; display:block; background:url(/includes/js/tooltip/images/tt_left.gif) top left no-repeat}
.tooltip-bubble-top {display:block; height:5px; margin-left:5px; background:url(/includes/js/tooltip/images/tt_top.gif) top right no-repeat; overflow:hidden}
.tooltip-bubble-cont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
.tooltip-bubble-bottom {display:block; height:5px; margin-left:5px; background:url(/includes/js/tooltip/images/tt_bottom.gif) top right no-repeat; overflow:hidden}

.tooltip-bubble ul{
	list-style-type: square;
	padding-left: 20px;
}

.tooltip-bubble {
	width: 450px;
}