body {
  background: url("/background_image") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.closed td{
  color: #666;
}

.bonusproducts{
  color: red;
}

.contain-images img{
  max-width: 100%;
}

.payment-methods li{
  display: inline;
  list-style-type: none;
}

.payment-methods img{
  max-width: 3em;
  max-height: 2em;
}
