/* cluetip new and action */
.cluetip-new #cluetip-inner,
.cluetip-action #cluetip-inner { padding: 0 5px 0 25px; font-size: 0.9em; line-height: 22px; }

.cluetip-new { position: relative; height: auto; font-size: .833em; color: #000; text-align: left; background: #eee url('../images/bg-tooltip-new.gif') 0 0 no-repeat; }
.cluetip-action { position: relative; height: auto; font-size: .833em; color: #000; text-align: left; background: #eee url('../images/bg-tooltip-action.gif') 0 0 no-repeat; }

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

