﻿.cartlist
{
    width:100%;
    border-bottom:solid 1px #222;
}
.cartlist tr th
{
    background-color:#F2F3F4;
    border-bottom:solid 1px #C0C0C0;
}
.cartlist tr th, .cartlist tr td
{
    padding:2px 5px;
    
}
.endtotal
{
    float:right;
}
.endtotal tr th, .endtotal tr td
{
    text-align:right;
}
.buttons
{
    margin-top:10px;
}
.explanations
{
    margin-top:20px;
    border-top:solid 1px #F2F3F4;
    padding-top:10px;
}
.explanations p
{
    margin:0px 0px 5px 0px;
    padding:0px;
}
.explanations p img
{
    margin-bottom:-4px;
}