/* 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: red;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #f3f3f3;
}
.cluetip-default h3#cluetip-title {
  font-family:arial;
  font-size: 11px;
  font-weight: bold;
  background-color: #fff;
  color: #5cab22;
  text-align:center;
  padding:4px 2px;
  font-weight:bold;
  border:1px solid #f0ede3;
}


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