/* global */
a.tooltip img {
	vertical-align: middle;
}

#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(images/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: 'info'
-------------------------------------- */
.cluetip-info {
  background-color: transparent;
}
.cluetip-info #cluetip-outer {
  border: 2px solid #3b85b9;
  position: relative;
  background-color: #fff;
}

.cluetip-info span#cluetip-title {
  margin: 0 0 5px;
  padding: 4px 5px 1px 5px;
  font-size: 12px;
  line-height: 10px;
  font-weight: normal;
  background-color: #3b85b9;
  color: #fff;
  display: block;
}
.cluetip-info #cluetip-title a {
  color: #fff;
  font-size: 10px;
  line-height: 8px;
}  

.cluetip-info #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
  text-align: left;
}
.cluetip-info div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* info arrows */

.clue-right-info .cluetip-arrows {
  background-image: url(images/info-arrowleft.gif);
}
.clue-left-info .cluetip-arrows {
  background-image: url(images/info-arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-info .cluetip-arrows {
  background-image: url(images/info-arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-info .cluetip-arrows {
  background-image: url(images/info-arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
