#cluetip-extra {
display:none;
}
.cluetip-default #cluetip-outer, .cluetip-small #cluetip-outer {
position:relative;
margin:0;
background:#ffffff url(../assets/short_gradient.jpg) repeat-x bottom;
}
.cluetip-default h3 {
font-size:1.4em;
color:#006a51;
margin:0;
padding:10px;
border-bottom:none;
}
.cluetip-small h3 {
font-size:1.0em;
color:#006a51;
text-align:center;
margin:0;
padding:6px;
border-bottom:none;
}
.cluetip-default #cluetip-inner {
padding:0 10px 10px 10px;
}
.cluetip-small #cluetip-inner {
padding:0;
}
.cluetip-arrows {
display:none;
position:absolute;
top:0;
left:-11px;
height:25px;
width:11px;
}
.clue-right-default .cluetip-arrows {
background:url(../assets/arrowleft.gif) no-repeat 0 3px;
}
.clue-left-default .cluetip-arrows {
background:url(../assets/arrowright.gif) no-repeat 0 3px;
left:100%;
margin-right:-11px;
}
.clue-top-small .cluetip-arrows {
background:url(../assets/arrowdown.gif) no-repeat;
top:100%;
left:50%;
margin-left:-11px;
height:11px;
width:22px;
}  
.clue-bottom-small .cluetip-arrows {
background:url(../assets/arrowup.gif) no-repeat;
top:-10px;
left:50%;
margin-left:-11px;
height:11px;
width:22px;
}
.cluetip-small .cluetip-arrows {
background:url(../assets/arrowup.gif) no-repeat;
top:-10px !important;
left:50%;
margin-left:-11px;
height:11px;
width:22px;
}
