/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 32px;
  height: 32px;
  position: absolute;
  background-image: url(../images/ajax-loader.gif);
}
.cluetip-arrows { display: none; }
#cluetip-extra { display: none; }
.cluetip-eya h3, #cluetip-title { display: none; }
/***************************************
   =cluetipClass: 'eya'
-------------------------------------- */

.cluetip-eya {
    color: #000;
}
.cluetip-eya #cluetip-outer {
  position: relative;
  margin: 0;
  background: #fff;
}

.cluetip-eya #cluetip-inner {
  padding: 10px;
}
.cluetip-eya div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
.summary-header { background: #e6e4e5; margin-top: 0; padding: .5em; margin-bottom: 1em; }
.cluetip-eya p { margin: 0; }
.cluetip-eya p strong { color: #387a76; }
.cluetip-eya img { text-align: center; margin: 0 auto; display: block; }
