
.itemContainer {
  position: relative;
  padding: 0.5%;
  width: 99%;
}

.itemContentBorder {
  position: relative;
  height: 100%;
  border: 2px;
  padding: 0.5%;
  min-height: 130px;
  border-color: #888888;
  border-style: solid;
}

.itemTable {
  min-height: 130px;
  width: 100%;
}

.imageContainer {
  min-height: 130px;
  width: 130px;
}

.imageInnerContainer {
  height: 130px;
  width: 130px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.itemContent {
  vertical-align: top;
  padding-left: 0.5em;
}

.itemContentOutOfStock {
  font-size: 18px;
  margin-top: 5px;
  color: #ff0000;
}

.itemContentPreOrder {
  font-size: 18px;
  margin-top: 5px;
  color: #ffcc00;
}

.itemImage {
  display: block;
  vertical-align: middle;
  margin: auto;
}

.itemContentDetail {
  font-size: 13px;
}

.itemContentHeader {
  font-weight: bold;
}

.itemContentDesc {
  font-size: 13px;
  margin-top: 5px;
}

.rawPrice {
  text-decoration: line-through;
  color: #dddddd;
}

.salePrice {
  color: #ff4444;
}

.itemAddToCart {
  text-align: right;
  margin-right: 0px;
  padding-top: 0.5em;
  height: 20px;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 0px;
}

.cellAddToCart {
  height: 20px;
}

.itemAddToCart {
  position: absolute;
  right: 4px;
  bottom: 8px;
}
