#bubble_tooltip{
	width:244px;
	position:absolute;
	display:none;
	z-index: 1;
}
#bubble_tooltip .bubble_top{
	background-image: url(../../shopsearch/img/bubble_top.gif);
	background-repeat:no-repeat;
	height:6px;
}
#bubble_tooltip .bubble_middle{
	background-image: url(../../shopsearch/img/bubble_middle.gif);
	background-repeat:repeat-y;
	background-position:left bottom;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	font-size:10px;
	line-height: 12px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url(../../shopsearch/img/bubble_bottom.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	height:16px;
	position:relative;
	top:-1px;
}
