/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */
.cluetip-default #cluetip-outer {
	position: relative;
	margin: 0;
	background-color: #fff;
	border: 1px solid #000;
	}
.cluetip-default h3#cluetip-title {
	margin: 0 0 5px;
	padding: 8px 10px 4px;
	font-size: 1.0em;
	background-color: #000;
	border-bottom: 5px solid #ba0f0f;
	color: #ba0f0f;
	}
.cluetip-default #cluetip-inner {
	padding: 5px;
	font-size: 0.8em;
	}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title, .cluetip-rounded #cluetip-inner {
	zoom: 1;
	}