/* 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(images/wait.gif);
}
.cluetip-arrows {
  display: none;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #fff;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #E6E3E0;
  border: 1px solid #7c6a54; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}
.cluetip-default h3#cluetip-title {
  margin: 0;
  padding: 0 8px;
  font-weight: normal;
  color: #534438;
}
.cluetip-default #cluetip-title a {
  color: #534438;
  padding: 0;
  margin: 0;
}  
.cluetip-default #cluetip-inner {
  padding: 8px;
  color: #534438;
}
.cluetip-default div#cluetip-close { 
}

table.QuantityPricingCluetip {
	}
	table.QuantityPricingCluetip th { text-align:left; padding:1px 10px 1px 3px ;}
	table.QuantityPricingCluetip td { padding:1px 10px 1px 3px;}



/* IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}