#FullBasket
{

    margin: 20px;
}

#FullBasket header
{
    width: 100%;
    background:  #C7B299;
    color:black;
    height: 40px;
    font-size: 1.2em;
    font-weight: bold;
}

#FullBasket .BasketRow
{
    clear: both;
}

#FullBasket .BasketRow section
{
    float:  left;
    padding: 3px 10px;
    margin:  10px 0px 10px 0px;
}

#FullBasket .BasketRow .BasketItemsCol
{
    width: 70%;
}

#FullBasket .BasketRow .BasketItemsCol a
{
    color: #603813;
    font-weight: bold;
    text-decoration:none;
}
#FullBasket .BasketRow .BasketItemsCol a:HOVER
{
    text-decoration:underline;
    color: #696969;
}

#FullBasket .BasketRow .BasketQuantCol,
#FullBasket .BasketRow .BasketPriceCol
{
    text-align: center;
}

#FullBasket .BasketRow .BasketQuantCol input
{
    text-align: center;
}


#FullBasket header.BasketRow .BasketQuantCol,
#FullBasket header.BasketRow .BasketPriceCol,
#FullBasket header.BasketRow .BasketItemsCol
{
    margin-top: 8px;
    padding-bottom: 4px;
    color: black;
}
#FullBasket .BasketRow .BasketQuantCol
{
    width: 11%;
    border-left:  1px dotted white;
    padding: 20px 0px 20px 0px;
}

#FullBasket .BasketRow .BasketPriceCol
{
    width: 11%;
    border-left:  1px dotted white;
    padding: 20px 0px 20px 0px;
}

#FullBasket header.BasketRow .BasketPriceCol,
#FullBasket header.BasketRow .BasketQuantCol
{
    padding: 0px;
}
#FullBasket .BasketRow .BasketItemsCol img
{
    float: left;
    margin:  5px;
}

#FullBasket footer
{
    width: 200px;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
}
#FullBasket nav
{
    clear: both;
   float: right;
    text-align: right;
    height: 30px;
    margin: 15px 0px;
    padding: 4px 0px;
}
