#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;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

.cluetip-default {
  background-color: #030C33;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #A9BACB;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 2px;
  padding:  8px 5px 2px;
  font-size: 1em;
  font-weight: bold;
  background-color: #030C33;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 5px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #030C33;
}
.cluetip-default #cluetip-inner td {
	vertical-align: top;
}

.cluetip-default #cluetip-inner .default_7 { font-size: 7pt;  FONT-FAMILY:  Arial; line-height: 11px }
.cluetip-default #cluetip-inner .default_8 { font-size: 8pt;  FONT-FAMILY:  Arial; line-height: 12px }
.cluetip-default #cluetip-inner .card_text { background-color: #ECECEC; padding: 5px }

.cluetip-default #cluetip-inner .main_wrapper {
	border-top: #2C6285 1px solid; border-bottom: #2C6285 1px solid; border-right: #2C6285 1px solid; border-left: #2C6285 1px solid; background: #FFFFFF; width: 427px;
}

.cluetip-default #cluetip-inner td.min_price { background-color: #FCD1D1; }
.cluetip-default #cluetip-inner td.mid_price { background-color: #D1DFFC; }
.cluetip-default #cluetip-inner td.max_price { background-color: #D9FCD1; }

.cluetip-default #cluetip-inner table.hovercart { background: url('http://magic.tcgplayer.com/images/hovercart.jpg') top left no-repeat; width: 225px; height: 35px; }

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 1px 2px;
  font-size: 12px;
  font-weight: normal;
  background-color: #ccc;
  color: #030C33;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #030C33;
}

.clue-right-jtip .cluetip-arrows {
  background-image: url(/images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(/images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(/images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(/images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}