/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for tooltips <<<-----------------------------------------------------------*/
/* --------------Embedded Styles from http://www.cssplay.co.uk/menu/tooltips---------------------------------------------------------------*/

#info p {margin-left:15px; margin-right:20px;}
#info img {margin:15px; float:left;}
#info h1 {margin-left:15px;}
/* the style starts here */
a.tooltips {color:#c00;}
a.tooltips b {display:none;}
a.tooltips:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltips:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:150px;}
a.tooltips:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(http://www.pratherpaint.com/hvlp/images/tooltip.png) 0 0; display:block; font-size:1px;}