@CHARSET "UTF-8";
.cluetip-default #cluetip-outer {
	position: relative;
	margin: 0;
    background-color:#fff;
    border: 1px solid #ccc;
    font-size: 0.9em;
}
.cluetip-default h3#cluetip-title {
	margin: 0;
	padding: 5px 5px 5px 10px;
	background-color: #eee;
	border-bottom: 1px dashed #ccc;
	color: #444;
	font-weight: normal;
}
.cluetip-default #cluetip-inner {
	padding: 5px 10px 10px 10px;
}
.clue-right-default .cluetip-arrows {
	/*background-image: url(../images/info.png);*/
}