#bubble_tooltip{
margin: 0 0 0 57px;
width: 67px;
position:absolute;
display:none;
}

#bubble_tooltip .bubble_top{
	/* background: url('../images/bubble_top.gif') left top no-repeat;
	height:7px;	 */
}

#bubble_tooltip .bubble_middle{
background: url(../images/bg_tooltip.gif) left top no-repeat;
height: 34px;
width: 67px;
text-align: center; 
line-height: 42px;
}

#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: #FFFFFF;
	font-size:11px;
	font-weight: normal;
}

#bubble_tooltip .bubble_bottom{
	background: url('../images/bubble_bottom.gif') left bottom no-repeat;
	height:27px;
	position:relative;
}

/*	Home ToolTip	*/

#home_tooltip{margin: 0 0 0 66px; position:absolute; display:none;}


#home_tooltip .tooltip_middle{background: url(../images/bg_tooltip.gif) left top no-repeat; width: 66px; height: 42px; text-align: center;}

#home_tooltip #home_tooltip_content{font: bold 12px Arial, Helvetica, sans-serif; color: #ffffff; line-height: 27px; height: 27px;}
