﻿body
{
    margin: 0px;
    padding: 0px;
}

.block
{
    display:block;
}

img
{
    vertical-align: text-top;
    border: 0px;
}

.productPrice
{
    color: #5b1900;
}


.offers
{
    height: 120px;
    width: 120px;
    background-image: url(images/offers.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.grey
{
    text-decoration: none;
    color: Gray;
}

.grey:hover
{
    text-decoration: underline;
    color: Gray;
}





.title a
{
    color: Black;
    font-family: Tahoma;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.title a:hover
{
    text-decoration: underline;
}



.ddList
{
    font-family: Tahoma;
    font-size: 11px;
    width: 100px;
}





.largeSplitter
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}


b
{
    color: #5b1900;
}
.featuredProduct a
{
    position: relative;
    left: 0px;
    top: 0px;
    font-weight: bold;
    color: #db0006;
    text-decoration: none;
}

.featuredProduct .description
{
    position: relative;
    left: 0px;
    top: 0px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.featuredProduct .description a
{
    text-decoration: none;
    font-weight: normal;
    color: black;
}


.featuredProduct .price
{
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 12px;
    color: #5b1900;
    padding-left: 10px;
}




#shoppingBag
{
    position: absolute;
    top: 12px;
    left: 9px;
    z-index: 0;
}

#basket
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 25px;
    font-family: Tahoma;
    font-size: 11px;
    color: black;
    margin-bottom: 10px;
}

#basketTable
{
    margin: 0px;
    padding: 0px;
    width: 95px;
}

.bask
{
    width: 30px;
    padding-bottom: 3px;
}

.baskVal
{
    width: 100px;
    text-align: right;
    font-weight: bold;
    color: #efd000;
    padding-bottom: 3px;
}

.splitter
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -2px;
}

.splitterleft
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 2px;
    margin-left: 0px;
    width: 100px;
}

#search
{
    background-image: url(images/search.jpg);
    margin-left: -11px;
    margin-top: 37px;
    width: 156px;
    height: 66px;
    line-height: 15px;
}

#search p
{
    padding-left: 13px;
    width: 130px;
}




#product
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    clear: both;
    padding-top: 10px;
}

#product .image
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    clear: both; /*width:270px; /*Make Dynamic?*/
}

#product .productInfo
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 270px; /*Make Dynamic?*/
    font-family: Tahoma;
    font-size: 11px;
    color: #c0c0c0;
    padding-left: 10px;
}

#product .productInfo .brand
{
    position: relative;
    left: 0px;
    top: 0px;
    font-weight: bold;
    color: #5b1900;
}

#product .productInfo p
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}

#product .productInfo .price
{
    font-size: 12px;
    color: #5b1900;
    font-weight: bold;
}

#product .productInfo #lstSizes
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 132px;
    height: 20px;
    margin-top: 5px;
}

#product .productInfo #lstColours
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 132px;
    height: 20px;
    margin-top: 10px;
}

#product .productInfo #btnAddBag
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}




.checkoutField
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    float: left;
    clear: both;
    height: 30px;
}

.checkoutField a
{
    text-decoration: none;
    color: #5b1900;
}

.checkoutLabel
{
    position: relative;
    top: 3px;
    left: 0px;
    width: 100px;
    text-align: right;
    float: left;
}

.checkoutInput
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    margin-left: 10px;
    width: 200px;
    height: 15px;
}

.checkoutInputComment
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    margin-left: 10px;
    width: 200px;
}

.checkoutList
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    margin-left: 10px;
    width: 205px;
    height: 20px;
}

.checkoutWarrning
{
    position: relative;
    top: 3px;
    left: 0px;
    float: left;
    margin-left: 5px;
    font-weight: bold;
    color: #5b1900;
}

.chckoutTemsChk
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
}

.checkoutTermsLink
{
    position: relative;
    top: 3px;
    left: 0px;
    float: left;
    margin-left: 5px;
}

#btnPurchase
{
    position: relative;
    top: 3px;
    left: 0px;
    float: left;
    margin-left: 150px;
}

#btnCheckout
{
    position: relative;
    top: 3px;
    left: 0px;
    float: left;
    margin-left: 475px;
}


#contactDetails
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 20px;
}

#contactForm
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 20px;
}
.contactField
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    float: left;
    clear: both;
    height: 30px;
}

.contactField a
{
    text-decoration: none;
    color: #5b1900;
}

.contactLabel
{
    position: relative;
    top: 3px;
    left: 0px;
    width: 100px;
    text-align: right;
    float: left;
}
.contactWarrning
{
    position: relative;
    top: 3px;
    left: 0px;
    float: left;
    margin-left: 5px;
    font-weight: bold;
    color: #5b1900;
}

.contactInput
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    margin-left: 10px;
    width: 200px;
    height: 15px;
}

.contactMessage
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    margin-left: 10px;
    width: 200px;
    height: 150px;
}

.contactField #btnSubmit
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 250px;
}

.messageField
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    float: left;
    clear: both;
    height: 170px;
}


#altForm
{
    display: none;
}


/*************************VIEW BASKET*******************/
.basketItem2
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    clear: both;
    width: 550px;
}

.basketItem
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    clear: both;
    width: 550px;
}
.basketItem .productImage
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 50px;
}

.basketItem .productName
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 140px;
    float: left;
    font-weight: bold;
    color: #5b1900;
    text-decoration: none;
    margin-left: 20px;
}

.basketItem .productSize
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 20px;
    float: left;
    margin-left: 20px;
}

.basketItem .productColour
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 50px;
    float: left;
    margin-left: 20px;
}

.basketItem .itemPrice
{
    position: relative;
    top: 0px;
    left: 0px;
    color: #5b1900;
    width: 50px;
    float: left;
    margin-left: 20px;
}

.itemQty
{
    position: relative;
    top: 0px;
    left: 0px;
    color: #000000;
    width: 20px;
}

.basketItem .itemQty
{
    position: relative;
    top: 0px;
    left: 0px;
    color: #000000;
    width: 20px;
    float: left;
    margin-left: 20px;
}

.basketItem .removeItem
{
    position: relative;
    top: 0px;
    left: 0px;
    color: #5b1900;
    float: left;
    margin-left: 20px;
}


.backetTotal
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #5b1900;
    text-align: right;
}

#extraImages
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    clear: both;
    width: 190px;
}

.extraImage
{
}



.sizeGuide
{
    border: solid 1px #FFFFFF;
}


/**Special Offer **/
.SpecialProduct
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 274px;
    height: 363px;
    margin-top: 5px;
    margin-right: 2px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #cfcfcf;
    border: 2px solid #cfcfcf;
    cursor: pointer;
}

.SpecialProduct:hover
{
    background-color: white;
    border: 1px solid black;
    padding: 1px;
}

.SpecialProduct .productImage
{
    position: relative;
    left: 1px;
    top: 1px;
    border: none;
    width: 233px; /**height:132px;**/
}

.SpecialProduct .imageSpace
{
    padding-top: 15px;
    width: 274px;
    height: 234px;
    background-color: White;
    vertical-align: middle;
    text-align: center;
}

.SpecialProduct .brand
{
    position: relative;
    left: 0px;
    top: 0px;
    font-weight: bold;
    color: #5b1900;
    padding-left: 10px;
    padding-top: 10px;
    height: 30px;
}

.SpecialProduct a
{
    position: relative;
    left: 0px;
    top: 0px;
    font-weight: bold;
    color: #5b1900;
    text-decoration: none;
}

.SpecialProduct .description
{
    position: relative;
    left: 0px;
    top: 0px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.SpecialProduct .description a
{
    text-decoration: none;
    color: black;
}


.SpecialProduct .price
{
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #5b1900;
    padding-left: 10px;
}




