
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */
.cluetip-default #cluetip-outer { 

  position: relative;
  background: url('images/balloon-6.png');
}
.cluetip-default h3#cluetip-title { 
  width:190px; height:40px; 
  text-align:center;
  padding:10px 20px 0px 20px;
  font: bold 0.9em "Times New Roman", Times, serif; color: #C00;
} 
.cluetip-default #cluetip-inner {
  width:175px; position:relative;
  left:27px; 
  padding-bottom:35px;
}
/* default arrows */

