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

.cluetip-default {
  background-color: #f4d68d;
    border: 3px solid #a1843f;
	  text-align: right;
  float:right;
}
.cluetip-default #cluetip-outer {
  position: relative;
  overflow:auto;
  margin: 0;
  background-color: #f4d68d;
  
}
.cluetip-default h3#cluetip-title {
  margin:  0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #6297c9;
  color: #fff; 

}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
  } 
  .cluetip-default #cluetip-title img{
  float: inherit;
  border: 2px solid #a1843f;  
  } 
.cluetip-default #cluetip-inner {
  padding: 10px;

}
.cluetip-default #cluetip-inner img{
float:left;border: 2px solid #a1843f;   

}


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







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