.cv-tooltips {
}
  .cv-tooltip-item {
    clear: both;
    position: relative;
  }
    .cv-tooltip-item-title {
      line-height: 1.5em;
      cursor: pointer;
    }
    .cv-tooltip-item-content-container {
      position: absolute;
      top: 0;
      left: -420px;
      width: 400px;
      z-index: 20000;
      padding: 0 20px 0 0;

      background: transparent url(../img/bg-cvtooltip-edge.gif) right 7px no-repeat;
    }
      .cv-tooltip-item-content {
        border: 1px solid #8b6f3d;
        background: #fff2df;
        padding: 10px;
      }
        .cv-tooltip-item-image {
          float: left;
          margin: 0 10px 10px 0;
        }