/* --- Shopping Cart --- */
#continue_button,#checkout_button {
    float: right;
    text-align: right;
    line-height: 3em;
}

.checkout_confirm {
    font-size: 170%;
}

#reload_button {
    float: left;
}

#info,#info2 {
    background: #FCC;
    margin: 0.5em 0;
    padding: 0.1em 0.3em;
    font-weight: bold;
}

.delete {
    display: block;
    background-image: url(../img/delete.gif);
    background-repeat: no-repeat;
    width: 19px;
    height: 22px;
    border: 0;
    font-size: 0;
    background-color: #FFCC99;
    cursor: pointer;
}

.alter {
    border: 0;
}

#cart_details {
    border-collapse: collapse;
    margin-bottom: 1em;
}

#cart_details td,#cart_details th {
    border: 1px solid #CCC;
    padding: 0.25em;
    vertical-align: top;
}

#cart_details th {
    text-align: center;
}

#cart_details tr td table tr td {
    border: 0 none;
}

.cart_image {
    width: 1em;
}

.cart_price {
    text-align: right;
    white-space: nowrap;
}

.cart_quantity {
    text-align: center;
    white-space: nowrap;
}

#cart_details td.cart_delete {
    text-align: center;
    vertical-align: middle;
}

#shopping_cart #gift_coupon {
    width: 66%;
    padding: 0.25em;
    text-align: left;
    overflow: auto;
}

#shopping_cart #gift_coupon h4 {
    display: none;
}

tfoot ul {
    margin: 0;
}

tfoot ul li {
    margin: 0;
    list-style: none;
}

td.alter {
    width: 13px;
}

.attributes_table ul,.attributes_table li {
    margin: 0;
    list-style: none;
}

#cart_details .attributes_table td input {
    vertical-align: middle;
}

#AmazonInlineWidget {
    margin-top: 1em;
}

.cart_image img {
    max-width: 120px;
}

#payment_logos {
    border-top: 3px solid gray;
    margin-top: 2em;
    overflow: hidden;
    clear: both;
}

#payment_logos img {
    vertical-align: middle;
    margin-right: 30px;
}

#paypalExpress {
    overflow: auto;
    width: 100%;
}

#paypalExpresss span {
    float: right;
}

#AmazonPayButton {
    margin-top: 1em;
}