/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../images/cluetip/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-SSD_LS {
  background-color: #e8e8e8;
}
.cluetip-SSD_LS #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #f4f4f4;
	border: 1px solid #333;
}
.cluetip-SSD_LS h3#cluetip-title {
  margin: 0;
  padding: 4px;
  font-size: 100%;
  font-weight: bold;
  background-color: #e8e8e8;
  color: #333;
	border-bottom: 1px solid #333;
}
.cluetip-SSD_LS #cluetip-title a {
  color: #d9d9c2;
}  
.cluetip-SSD_LS #cluetip-inner {
  padding: 4px;
	font-size: 11px;
}
.cluetip-SSD_LS div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
