/* The table of SKUs
------------------------------------------- */
.skus table {
  display: block;
}

.skus table tr.head th {
  border-bottom: 1px solid #2a2d30;
}

.skus table tr th {
  font-weight: bold;
  font-size: 120%;
  padding: 0 10px 5px;
}

.skus table tr td {
  padding: 7px 10px;
  font-size: 110%;
}

#content .skus table tr td img {
  border: 1px solid #b0b8bb;
  vertical-align: bottom;
}

.skus table tr td a {
  text-transform: uppercase;
  color: #b9b8b8;
}

.skus table tr td.sku-stockno {
  text-align: center;
}

.skus table tr th.sku-sheen {
  text-align: left;
}

.skus table tr th.sku-base {
  text-align: left;
}

.skus table tr th.sku-size,
.skus table tr td.sku-size {
  width: 45px;
  text-align: center;
}

.skus table tr th.sku-netweight,
.skus table tr td.sku-netweight {
  width: 45px;
  text-align: center;
}

.skus table tr th.sku-caseqty,
.skus table tr td.sku-caseqty {
  width: 20px;
  text-align: center;
}

.skus table tr th.sku-caseweight,
.skus table tr td.sku-caseweight {
  width: 60px;
  text-align: center;
}

.skus table tr th.sku-lengthout,
.skus table tr td.sku-lengthout {
  width: 50px;
  text-align: center;
}

.skus table tr th.sku-color,
.skus table tr td.sku-color {
  width: 126px;
}

.skus table tr td.sku-color dl{
  width: 106px;
}
