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

#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #FFF;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color:#fff;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 0.5em 0.8em;
  font-size: 1.2em;
  font-weight: normal;
  background-color: #a5a5a5;
  color: #fff;
}
  
.cluetip-default #cluetip-inner {
  padding: 0.4em 0.6em 0.8em 0.6em;
  font-size: 1.1em;
}




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