/* - - - - - - - - - - - - - - */   
 /*  popInfo ©2007 randsco.com  */   
 /* - - - - - - - - - - - - - - */   
   
 /* the mechanics */   
 .popInfo span { /*paras*/   
   display:block;   
   margin:0 0 5px 0;   
 }   
 .popInfo .box { /*hidden*/   
   position:absolute;   
   margin-left:-200000px;   
   z-index:1000;   
 }   
 .popInfo:hover .box { /*center*/   
   margin:-40px 0 0 0;   
   right:50%;   
 }   
 * html .popInfo:visited:hover { /*IE*/   
   padding:0;   
 }   
   
 /* link styling */   
 .popInfo {   
   background:none;   
   color:#333;   
   padding:0;   
   margin:0;   
   border-bottom:1px dashed #f00;   
   cursor:help;   
 }   
 .popInfo:hover {   
   background:none;   
   color:#333;   
   padding:0;   
   margin:0;   
   border:dashed #c60;   
   border-width:0 0 1px 0;   
 }   
   
 /* pop-up styling */   
 .popInfo .box {   
   color:#666;   
   background:#f8f8f8;   
   border:2px solid #999;   
   padding:5px 10px;   
   font:80% verdana,sans-serif;   
 }   
 .popInfo img {   
   border:none;   
 }   
 /* (add to XHTML, if you can) */   
 /* .popInfo.w30:hover .box {   
   width:30em;   
   margin-right:-13em;   
 } */   
   
 /* end popInfo CSS */  

 

