/* global */
#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(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: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  /*background:url(../images/cluetips/cluetip_top_03.png) no-repeat -1px 0;*/
  background-color: #e25426;
  border:solid 2px #fff;
}

.cluetip-rounded #cluetip-outer 
{
	width:95px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding:0;
  margin:0;
  position: relative;
  height:11px;
  font-size:1px;
  
}


.cluetip-rounded #cluetip-title  #cluetip-close {
  right:5px;

  font-size:9px;
  color:#fff;
  font-weight:bold;
}

#cluetip-close a 
{
	color:#fff;
}

.cluetip-rounded #cluetip-inner {
  /*background:url(../images/cluetips/cluetips_bottom.png) no-repeat bottom;*/
  position: relative;
   padding:0 5px 5px 5px;
   margin:0;
   top:0;
}





/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

#cluetip-inner ul 
{
	margin:5px 0;
}
