@charset "utf-8";
div.upsell-panel div.product {
    float: left;
    overflow: hidden;
    padding: 5px;
    width: 135px;
}

#page div.results .result {
    display: inline-block;
    height: 165px !Important;
    line-height: 1.25;
    margin-bottom: 10px;
    overflow: hidden;
    width: auto;
}

#page .result .details {
    padding-left: 0;
    text-align: center !Important;
}

#page .result .amount {
    left: 75px !Important;
    margin: 0 auto !Important;
    position: relative !Important;
    text-align: center !Important;
    width: 400px !Important;
}

div#content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 900px;
}
.checkoutinfo {
  font-weight:bold;
  font-size:22px;
  color:#d00;
}