/*---------- MultiView -----------*/

#multi {font-size: 12px;color:#9B9B9B}
#multi h2 {padding: 5px 10px;color:#073E91;font-family:Arial;font-size:13px;font-weight:bold;}
#multi .imgoffer {margin:0px;float: none;padding:0px;}
#multi .imagespace {height:90px;}
#multi .headspace {height:30px;width:144px;overflow:hidden;padding: 5px 10px;color:#073E91;font-family:Arial;font-size:13px;font-weight:bold;}
#multi .bottomspace {margin: 5px 0 0px 0;}
#multi .storename{color:#848484;font-weight:bold;}
#multi .price {color:#85BB3F;font-size: 13px;font-weight:normal;}
/*---------- bubble tooltip -----------*/
/* horizontal */
a.tth{
	position:relative;z-index:898;color:#3CA3FF;font-size:13px;font-weight:normal;text-decoration:none;
}
a.tth span{ display: none; text-decoration:none;}
a.tth:hover{ z-index:899; color:#aaaaff;text-decoration:none;background:;}
a.tth:hover span.tooltip{
	display:block;	position:absolute;	color: #403C39;
	top:10px; left:50px;padding: 0;width:250px;
	text-align: left;text-decoration:none;
	filter: alpha(opacity:95);KHTMLOpacity: 0.95;MozOpacity: 0.95;opacity: 0.95;
}
a.tth:hover span.top{
	display: block;padding: 30px 8px 0;background: url(../img/bubble.gif) no-repeat top;
}
a.tth:hover span.middle{
	text-decoration:none;display: block;padding: 0 8px;background: url(../img/bubble_filler.gif) repeat bottom; 
}
a.tth:hover span.bottom{
	display: block;padding:3px 8px 10px;color: #548912;background: url(../img/bubble.gif) no-repeat bottom;
}

/* vertical */
a.tt{
	position:relative;z-index:998;color:#3CA3FF;font-weight:normal;text-decoration:none;
}
a.tt span{ display: none; }
a.tt:hover{ z-index:999; color: #aaaaff;text-decoration:none;background:;}
a.tt:hover span.tooltip{
	display:block;position:absolute;top:0px; left:0;padding: 15px 0 0 0;width:250px;color: #403C39;
	text-align: left;text-decoration:none;
	filter: alpha(opacity:95);KHTMLOpacity: 0.95;MozOpacity: 0.95;opacity: 0.95;
}
a.tt:hover span.top{
	display: block;padding: 30px 8px 0;background: url(../img/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;padding: 0 8px;background: url(../img/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;padding:3px 8px 10px;color: #548912;background: url(../img/bubble.gif) no-repeat bottom;
}

