@charset "utf-8";

#basketSummary 
{
    float:right;
    padding-right: 20px;
    clear: both;
    font-size: 0.8em;
    color: #555555;
}

#productCategories 
{
    float: left;
    padding-left: 20px;
    clear: none;
    margin-bottom: 20px;
    font-size: 0.8em;
}

p.categoryText 
{
    clear: both;
    margin-bottom: 5px;
    padding-left: 20px;
    width: 640px;
    text-align: justify;
}

#productList 
{
    margin-top:30px;
    overflow: auto;
    padding-left: 20px;
}

.productItem 
{
    width: 246px;
    float: left;
    clear: none;
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 25px;
    margin-right: 30px;
    border-bottom: dotted 4px #BBBBBB;
    min-height: 230px;
}

h1.relatedProducts 
{
    font-size: 1.4em;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 10px;
}

.productImageSmall 
{
    width: 85px;
    float: left;
    border: none;
    margin-right: 10px;
}

.textColumn
{
    float: right;
    clear: right;
    width: 150px;
    text-align: left;
    margin-bottom: 15px;
}
.productTitle 
{
    font-size:1em;
    font-weight: bold;
    margin-bottom: 3px;
}
.productText 
{
    margin-bottom: 10px;
    font-size: 0.8em;
    line-height:13px;
}

.moreInfoLink 
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.productPrice
{  
    font-size:1.2em;
    margin-bottom: 5px;
}

.productqty
{
    margin-bottom: 5px;
    font-size: 0.7em;
}

.addToBasketLink
{
    margin-top: 5px;
    border: none 0px;
}

#productDetails 
{
    float: left;
    width: 510px;
    clear: both;
    margin-right: 40px;
    overflow: auto;
    padding-left: 20px;
}
h1.productTitle 
{
    font-size:1.8em;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 10px;
}
.mainProductImage
{
    float: left;
    width: 240px;
    margin-right: 10px;
    margin-bottom: 40px;
}
.productDetailsRight
{
    float: right;
    clear: none;
    width: 260px;
    margin-top: 15px;
}

