#cluetip-waitimage { width: 25px; height: 25px; position: absolute; background: url('/_css/_images/loading_bkgd.png') no-repeat; padding: 4px; }
#cluetip-waitimage div { width: 17px; height: 17px; /*background: url('/_css/_images/loading.gif') no-repeat;*/ }
#cluetip-extra { display: none; }

.cluetip-rounded { background: url('/_css/_images/tooltipbkgd_bottom.png') no-repeat 0 100%; padding-bottom: 14px; width: 230px; }
.cluetip-rounded #cluetip-outer { background:  url('/_css/_images/tooltipbkgd_top.png') no-repeat 0 0; padding-top: 12px; }
.cluetip-rounded #cluetip-inner { background: white; width: 212px; padding: 0px 15px; margin-top: -10px; text-align: center; float: left; }

h3#cluetip-title { height: 20px; width: 242px; color: white; z-index: 97; background: white; font-size: 1px; }
.cluetip-rounded #cluetip-inner img { margin: 4px 0px 10px -10px; float: none; }

#cluetip p { color: black; font-size: 0.7em; text-align: left; padding: 0px 20px 10px; }
#cluetip #cluetip-close { height: 50px; background: url('/_css/_images/tooltipbkgd_guide.png') no-repeat 0 100%; position: absolute; padding-left: 250px; margin-top: -5px; margin-left: -29px; z-index: 98; }
#cluetip #cluetip-close a { width: 15px; height: 15px; display: block; background: url('/_css/_images/tooltip_close.gif') no-repeat 50% 50%; }

#cluetip img { margin: 0 auto 15px; }
#cluetip-inner h3 { font-weight: bold; float: left; width: 100%; font-size: 1em; padding: 10px 0 8px; text-align: left; color: black; margin: 0; background: white; }
#cluetip p { float: left; padding: 0 20px 3px 15px; margin: 10px 0 0; background: white; }
#cluetip p sup { font-size: 0.6em; line-height: 1em; }
#cluetip p.bedrooms { background: url('/_css/_images/icon_bedrooms.gif') no-repeat; }
#cluetip p.bathrooms { background: url('/_css/_images/icon_bathrooms.gif') no-repeat; }
#cluetip p.area { background: url('/_css/_images/icon_area.gif') no-repeat; }
#cluetip p.status { background: url('/_css/_images/icon_status.gif') no-repeat; padding-right: 0; }
#cluetip p.status.r-status, #cluetip p.status.s-status { background: none; }

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