@charset "UTF-8";

.checkoutTables
{
    margin:15px 30px 0 30px;
    width:845px;
}
.checkoutFormTable
{
    width:100%;
}
.checkoutFormTable input
{
    width:195px;
    border:1px solid #4b2600;
    height:14px;
}
.checkoutFormTable select, .brownSelect
{
    border:1px solid #4b2600;
    width:202px;
    height:18px;
    background-image:none;
}
.checkoutFormTable tr td
{
    padding-top:5px;
    vertical-align:top;
}
.greenHeader
{
    background-color:#006633;
    font-weight:bold;
    font-size:12px;
    color:White;
    padding:3px 0 1px 5px;
}
.orangeHeader
{
    background-color:#f2783b;
    font-weight:bold;
    font-size:12px;
    color:White;
    padding:3px 0 1px 5px;
}
.stepTwoWrapper 
{
    width:700px;
}
.stepTwoWrapper div
{
    margin-bottom:10px;
}
.tealHeader
{
    background-color:#c8f6b0;
}
.cellPaddingLeft tr td
{
    padding-left:6px;
}
.cartPicture
{
    width:74px;height:74px;border:1px solid black;
}
.borderBottom
{
    border-bottom:1px solid black;
}