.auctionColor {
  font-size: 82%;
  line-height: 1.1em;
  border: 1px solid #999;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
}
.auctionColor strong {
  font-weight: bold;
}
.auctionColor strong {
  border-color: #C00000;
}

.downloadColor {
  font-size: 82%;
  line-height: 1.1em;
  border: 1px solid #999;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
}
.downloadColor strong {
  font-weight: bold;
}
.downloadColor strong {
  border-color: #3BA59B;
}

.travelColor {
  font-size: 82%;
  line-height: 1.1em;
  border: 1px solid #999;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
}
.travelColor strong {
  font-weight: bold;
}
.travelColor strong {
  border-color: #66B821;
}

.groupText {
  color: #666;
  padding-top: 9px;
  padding-right: 9px;
  padding-bottom: 4px;
  padding-left: 9px;
}
.groupText strong {
  padding: 0 5px;
  border-left-style: solid;
  border-left-width: 4px;
}

.groupSub {
  background-color: #FFF;
  display: block;
  padding-top: 5px;
  padding-right: 9px;
  padding-bottom: 9px;
  padding-left: 1em;
}

