div.quickcart {
    white-space: nowrap;
}

div.quickcart div.quickcartLeft {
    background-color: #c9c9c6;
    display: inline-block;
    padding: 20px 0px 10px 20px;
    vertical-align: top;
}

div.quickcart div.quickcartRight {
    background-color: #e9e9e6;
    border-color: #c9c9c6;
    border-style: solid;
    border-width: 20px;
    display: inline-block;
    padding: 20px;
}

div.quickcart div.amex {
    background-image: url('quickcart_amex.gif');
    background-repeat: no-repeat;
    padding-bottom: 10px;
    width: 56px;
    height: 35px;
}

div.quickcart div.bank {
    background-image: url('quickcart_bank.gif');
    background-repeat: no-repeat;
    padding-bottom: 10px;
    width: 56px;
    height: 35px;
}

div.quickcart div.discover {
    background-image: url('quickcart_discover.gif');
    background-repeat: no-repeat;
    padding-bottom: 10px;
    width: 56px;
    height: 35px;
}

div.quickcart div.mastercard {
    background-image: url('quickcart_mastercard.gif');
    background-repeat: no-repeat;
    padding-bottom: 10px;
    width: 56px;
    height: 35px;
}

div.quickcart div.paypal {
    background-image: url('quickcart_paypal.gif');
    background-repeat: no-repeat;
    padding-bottom: 10px;
    width: 60px;
    height: 38px;
}

div.quickcart div.visa {
    background-image: url('quickcart_visa.gif');
    background-repeat: no-repeat;
    padding-bottom: 10px;
    width: 56px;
    height: 35px;
}

div.quickcart hr {
    background-color: #c9c9c6;
    border: 0;
    height: 3px;
}

div.quickcart input.price {
    text-align: right;
    width: 4em;
}

div.quickcart input.quantity {
    text-align: center;
    width: 3em;
}

div.quickcart table td {
    padding: 2px 5px 2px 5px;
}

div.quickcart table td.item {
    text-align: center;
}

div.quickcart table td.price {
    text-align: right;
}

div.quickcart table td.quantity {
    text-align: center;
}
