/*

	jQuery tooltip (shows floating box with alt text on mouseOver)

*/

.tooltip{position:absolute; z-index: 500; max-width:130px; background-image:url(../img/design/tooltip2.png);background-position:left center;color:white; margin-top:10px; padding:5px 10px 5px 18px;font-size:11px;}
.tooltip-image{float:left;margin-right:5px;margin-bottom:5px;margin-top:3px;}	
.tooltip span{font-weight:700; color:#208ED7;}
