/*Tooltip */
/* prototip.css : http://www.nickstakenburg.com/projects/prototip */

  
.prototip { 
position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .content { clear: both; }

.prototip .default {
  width: 250px;
  color: #fff;
  background: #000;
  }
.prototip .default .title { 
  padding: 5px; 
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  background: #333;
}
.prototip .default .content { 
  background: #333;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  padding: 8px;
  }