﻿

.Header
{
    width:740px;
    text-decoration: underline;
    float:left;
    clear:left;
    padding-bottom:5px;
}

.ItemRow
{
    border:dotted 1px gray;
    width:733px;
    float:left;
    clear:left;
    padding: 3px 0 3px 5px;
    margin: 3px 5px 3px 0;
}

.ItemAltRow
{
     
}

.LineWrapper
{
    width:740px;
    float:left;
    clear:left;
}

.Footer
{
    padding-left:550px;
    width:210px;
    float:left;
    clear:left;
}


.Select
{
    width: 40px;
    float:left;
}

.CartItemWrapper
{
    float:left;
    width:650px;
}




.Empty
{
    color: #888;
    font-style: italic;
}

.ButtonRow
{
    float:left;
    clear:left;
    width:740px;
}

.Button a
{
    margin: 4px;
    margin-right: 0px;
}




