
img { border: 0; }

.thil_smallest {
  font-size: 8px;
}
.thil_smaller {
  font-size: 9px;
}
.thil_small {
  font-size: 10px;
}
.thil_large {
  font-size: 12px;
}
.thil_larger {
  font-size: 13px;
}
.thil_largest {
  font-size: 14px;
}
.thil_light {
  color: #666666;
}
.thil_lighter {
  color: #999999;
}

#thil_usaLink a {
  overflow: hidden;
}
#thil_usaLink {
  float: right;
  position: relative;
  top: -8px;
  margin: 0 20px 0 10px;
}
#thil_usaLink a {
  display: block;
  width: 16px;
  height: 13px;
  background: url("/images/tommy/checkoutnew/flag_usa.gif") no-repeat left top;
  text-indent: -9999em;
}
.thil_clearFloat {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 1px;
  font-size: 1px;
}
.thil_floatLeft {
  float: left;
}
.thil_floatRight {
  float: right;
}
.thil_lower {
  text-transform: lowercase;
}
.thil_upper {
  text-transform: uppercase;
}
.thil_bold {
  font-weight: bold;
}
.thil_displayNone {
  display: none;
}
.thil_displayBlock {
  display: block;
}
.thil_dottedTopBorder {
  border-top: dotted 1px #000000;
}

.originalPrice {
  text-decoration: line-through;
}
.salePrice {
  color: #ff0000;
}

