/* zglobal */

#cluetip-close a {
	display: block;
	text-align: center;
	background: #fafafa;
	padding:2px;
}

#cluetip-close a img {
	border: 0;
	display: block;
	margin: 0 auto;
	padding: 3px 0 0 0;
}

#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/js/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-default {
  background-color: #E3E1CA;  
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #E3E1CA;
border: 4px #90907E solid;
}
.cluetip-default h3#cluetip-title {
  margin: 0;
text-align: center;
line-height: 140%;
  padding: 5px 10px;
  font-size: 0.75em;
  font-weight: bold;
  background-color: #90907E;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #E3E1CA;
  font-size: 0.875em;
}  
.cluetip-default #cluetip-inner {
  padding: 0;
}

.cluetip-default #cluetip-inner p {
  font-size: 0.75em;
line-height: 150%;
  padding: 0px 15px;
margin: 0.75em 0;
}


.cluetip-default div#cluetip-close { 
  /*text-align: right;*/
float: none;
clear: both;
text-align: center;
  margin: 0;
  color: #900;
width: 100%;
border-top:1px #bbb solid;
}

}