.overallQualityId0 {
  font-weight: bolder;
  color: silver;
}
.overallQualityId1 {
  font-weight: bolder;
  color: white;
}

.overallQualityId2 { /* uncommon */
  font-weight: bolder;
  color: #1EFF00;
}
.overallQualityId3 { /* rare */
  font-weight: bolder;
  color: #0070DD;
}
.overallQualityId4 { /* epic */
  font-weight: bolder;
  color: #A335EE;
}
.overallQualityId5 { /* legendary */
  font-weight: bolder;
  color: #FF8000;
}

.overallQualityId7 { /* heirloom */
  font-weight: bolder;
  color: #E5CC80;
}

.item_frame_container td {
  vertical-align: top;
}

.clear {
  clear: both;
}

/*
 * cuetip overrides
 */
 #cluetip-inner table {
   margin: 0;
 }
.cluetip-default #cluetip-outer {
  background-color: #fff;
}

.cluetip-default #cluetip-inner {
  padding: 0;
}
#cluetip-outer TABLE {
  width: 100%;
}
