﻿/*---------- bubble tooltip -----------*/
a.mi
{
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    position:relative;

    text-decoration:none;
}

a.mi h3{font-size:15px; font-style:italic; margin:0 15px 10px 15px}
a.mi p{ font-size:11px; line-height:125%;}

a.mi span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.mi:hover{ z-index:25; background:;}
a.mi:hover span.tooltip{
    display:block;
    position:absolute;
    top:-160px; left:-470px;
	padding: 30px 0 0 0;    z-index:24;
	width:464px;
    text-align: left;
}
a.mi:hover span.top{
	display: block;
	padding: 20px 8px 0;
    background: url(../i/bubble_wide.gif) no-repeat top;
}
a.mi:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../i/bubble_wide_filler.gif) repeat bottom; 
}
a.mi:hover span.bottom{
	display: block;
	padding:15px 8px 15px;
    background: url(../i/bubble_wide.gif) no-repeat bottom;
}

.bubble-moreinfo-inner { width:431px; height:216px; margin: 0 0 0 20px; overflow:auto; }
