/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}

/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: white;
  border:solid 2px #bbbbbb;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #bbbbbb;
  border:solid 2px #bbbbbb;
}

.cluetip-default #cluetip-inner {
  padding: 10px;
}


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