/* global */
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
/***************************************
   =cluetipClass: 'default'
-------------------------------------- */

.cluetip-default {
  background-color: #ffffff;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #ffffff;
}
.cluetip-default h3#cluetip-title {
  padding: 4px;
  font-size: 0.7em;
  font-weight: bold;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
}
.cluetip-default #cluetip-title a {
  color: #000000;
  font-size: 1em;
}
.cluetip-default #cluetip-inner {
  padding: 5px;
  font-size: 0.7em;
}

.cluetip-default ul {
  margin-left: 0.5em;
}

.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px;
  color: #990000;
}

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