﻿section
{   min-height: 556px;   
}
#basket-contents
{
    position: relative;
    width: 960px;
    margin: 0 auto;
}
h1
{
    font-size: 42px;
    line-height: 42px;
    font-weight: normal;
    margin: 18px 0 0 575px;
    color: #8a1e04;
}
.basket-grid
{
    width: 369px;
    float: left;
    margin: 10px 0 0 116px;
}
#totals
{
    float: right;
    width: 277px;
    margin-right: 105px;
}
.foot
{
    clear: both;
}

td
{
    
    border-bottom: 1px solid #c9bcb4;
    vertical-align: middle;
    padding: 14px 0;
    font-size: 14px;
}
table tr
{
    clear: both;
    float: left;
    width: 100%;
}
tr.row
{
    margin-bottom: 76px;
}

.prod
{
    width: 145px;
    
}
.prod div
{
    position: absolute;
    height: 130px;
    width: 145px;
    top: 50%;
    margin-top: -70px;
}
.prod p 
{
    text-align: left;
}
.name-desc
{
    width: 224px;
}
.name-desc div 
{
   height: 100%;
   position: relative;
}
.name-desc p 
{
    font-size: 14px;
    color: #8a1e04;
    overflow: hidden;
}
.name-desc label 
{
    color: #333;
    margin-right: 3px;
    line-height: 37px;
}
.quant 
{
    margin: 7px 0 -13px 0;
}
.quant label 
{
    width: 70px;
    float: left;
}
.quant span
{
    width: 31px;
    float: left;
    display: block;
     margin-top: -6px;
}    
.quant span span 
{
    border: 1px solid #99636b;
    width: 29px;
    height: 18px;
    line-height: 12px;
    background: #fff;
    text-align: center;  
    margin: 0 0 -4px 0;   
    color: #333;
    float: none;
    width: auto;
}
.quant input 
{
    margin-left: 8px;
}
h5 
{
    font-weight: normal;
    line-height: 23px;
}
.title 
{
    font-size: 18px;
    color: #8A2003;
}
.color 
{
    font-size: 12px;
}
.div 
{
    font-size: 14px;
    margin: 0px 2px 0px 1px;
}
.price 
{
    font-size: 18px;
}
.remove
{
    position: absolute;
    bottom: -4px;
    left: 197px;
}
#basket-nav
{
    margin: 0px 0px 29px 0;
}
#basket-nav input
{
    margin-right: 2px;
}
#totals 
{
    margin-top: 94px;
}
.total, .subtotal 
{
    font-size: 16px;
    line-height: 23px;
}
#totals label 
{
    font-size: 14px;
    margin-right: 6px;
    color: #8a1e04;
}
.total label 
{
    color: #333 !important;
}
.total 
{
    border-top: 1px solid #c9bcb4;    
    padding: 10px 0 4px 0;
    margin: 13px 20px 14px 0;
    color: #8a1e04;
}
#security-features a
{
    color: #333;
    font-size: 12px;
    line-height: 23px;
}
.empty-cart
{
}

