.orderStatus {
}

.grayBox {
  padding: 7px;
  margin: 10px 4px;
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.grayBox table {
  margin-bottom: 0px;
}

.cart-table {
  border-spacing: 4px;
}

.cart-table th {
  font-size: 16px;
  background-color: #eee;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-shadow: -1px -1px #fff;
  border-bottom: 1px solid #ddd;
}

.cart-table img {
  max-width: 80px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.cart-table tr td {
  font-family: arial;
}

.cart-table .ptitle {
  color: #5e8f01;
  font-weight: bold;
  font-size: 15px;
  font-family: Alef, arial;
  text-decoration: none;
}

.cart-table .ptitle:hover {
  text-decoration: underline;
}

.cart-table tr td {
  border-bottom: 1px dotted #ccc;
}

.cart-table tr:last-child td {
  border-bottom: 0px dotted #ccc;
}

.cartToolbar {
  border-top: 1px solid #ddd;
  background-color: #eee;
  padding: 7px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.cartToolbar table {
  margin-bottom: 0px;
}

.cartToolbar table tr td {
  font-weight: bold;
}

.total {
  color: #5e8f00;
  font-family: arial;
}
