/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  position: absolute;
  top: 0px;
  right: 0px;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background: url('/files/system/priceplanning/wait.gif') center no-repeat;
}

.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: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #888;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	font-size: 11px;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  color: #fff;
}
.cluetip-default h3#cluetip-title {
  margin: 0px 5px 0px 5px;
  padding: 5px 5px 5px;
  border-bottom: 1px solid #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
}  
.cluetip-default #cluetip-inner {
  padding: 5px 10px 5px 10px;
}

.cluetip-default div#cluetip-close a {
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url('/files/system/pricingplan/tip_close.gif') center no-repeat;
	display: block;
	width: 14px;
	height: 14px;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url('/files/system/pricingplan/arrow.png');
  margin-top: 10px;
}
.clue-left-default .cluetip-arrows {
  background-image: url('/files/system/pricingplan/arrow.png');
  left: 100%;
  margin-right: -11px;
}

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