#bubble_tooltip{
display:none;
width:147px;
position:absolute;
border: 3px solid #E25503;
background: #fff;
}

#bubble_tootip_content {
color: #000;
}

#bubble_tooltip .bubble_top{
background: #fff;
/*	background-image: url('http://www.wireandcable.com/img/tooltips/bubble_top.gif');
*/	background-repeat:no-repeat;
height:auto;	
}
#bubble_tooltip .bubble_middle{
background: #fff;
padding-left:7px;
padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
font: bold 11px Arial, Helvetica, sans-serif;
}
#bubble_tooltip .bubble_bottom{
background: #fff url('http://www.wireandcable.com/img/tooltips/bubble_bottom.gif') no-repeat bottom left;
height:19px;
position:relative;
}