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

.cluetip-default {
  position: relative;
  clear: none;
  display: block;
  
  background: #fff;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  
  background: #fff;
  text-align: left;
border: #0092cc 3px solid;
}
.cluetip-default h3#cluetip-title {
	background: #0092cc;
	padding: 3px 5px;
	color: #fff;
	font-size: 11px;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  
}  
.cluetip-default #cluetip-inner {
  padding: 15px;
}

