/* 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;
}*/
#cluetip-waitimage {
  width: 29px;
  height: 29px;
  position: absolute;
  background-image: url(images/loading.gif);
}


/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-flyout {  width: 368px; height: 134px; background: url(images/flyout-background.png) top left no-repeat; padding: 18px }
.cluetip-flyout #cluetip-outer { position: relative }
.cluetip-flyout #cluetip-inner {  }
	.cluetip-flyout .l { float: left; width: 222px; clear: none }
	.cluetip-flyout .r { float: right; width: 182px; clear: none; margin-top: 39px }
	.cluetip-flyout h4 { font-family: "Gill Sans", Tahoma, Arial, sans-serif; font-size: 3em; line-height: 1em }
	.cluetip-flyout p.title { color: #833b3e; text-transform: uppercase; margin-bottom: 18px }
	.cluetip-flyout ul { list-style: none }
	.cluetip-flyout li { color: #a0a0a0 }
		.cluetip-flyout li img { width: 15px; height: 15px }


/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}