.genericbox .padding, .genericboxFullpage .padding, .smallbox .padding {
    padding: 20px;
    padding-bottom: 10px;
}

.smallbox {
    min-height: 250px;
    width: 245px;
    margin: -3px 0 0 0;
    overflow: hidden;
    background-image: url(/app/images/products/small_box_middle.jpg);
    background-size: 245px;
    font-size: 13px;
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

.category
{
    width: 150px;
    background-image: url(/app/images/products/small_box_middle.jpg);
    background-size: 150px;
    overflow: hidden;
}

.smallbox a, .category a
{
    color: #000;
}

.category .topimage
{
    background-image: url(/app/images/products/small_box_top.jpg);
    background-size: 150px;
    background-repeat: no-repeat;
    height: 6px;
    overflow: hidden;
}

.category .bottomimage
{
    background-image: url(/app/images/products/small_box_bottom.jpg);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 6px;
    overflow: hidden;
}

.category p
{
    padding-top: 10px;
}

.category img
{
    float: left;
    margin-left: 3px;
}

.box
{
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}

.smallbox .button
{
    text-align: right;
    padding-top: 20px;
}

.smallbox .button a
{
    padding: 5px;
    border: 1px solid black;
    text-decoration: none;
}

.featuredProducts
{
    padding: 10px 20px;
}

.featuredProducts .productBox
{
    float: left;
    margin: 0 10px;
    width: 220px;
    min-height: 280px;
    text-align: center;
    border: 1px solid black;
    cursor: pointer;
}

.featuredProducts .productBox div
{
    padding: 5px;
}

.featuredProducts .productBox .productCategory
{
    font-weight: bold;
}

.featuredProducts .productBox .productName
{
    font-weight: bold;
    font-size: 110%;
}

.featuredProducts .productBox img
{
    width: 180px;
}

.topimage
{
    background-image: url(/app/images/products/small_box_top.jpg);
    background-size: 245px;
    background-repeat: no-repeat;
    height: 6px;
    overflow: hidden;
}

.bottomimage
{
    background-image: url(/app/images/products/small_box_bottom.jpg);
    background-size: 245px;
    background-repeat: no-repeat;
    height: 6px;
    overflow: hidden;
}

.productImage .small-image, .smallbox img
{
    max-width: 100px;
    max-height: 150px;
    padding: 2px;
}

.prodtitle
{
    font-weight: bold;
    font-size: 12pt;
}

.prodsmallblurb
{
    font-weight: normal;
    font-size: 9pt;
    padding-top: 10px;
}


.genericbox
{
    width: 500px;
    min-height: 200px;
}

#productName
{
    font-size: 15px;
    font-weight: bold;
}

#productName .padding
{
    padding: 10px;
}

#productInfo
{
    float: left;
    width: 600px;
    margin-bottom: 10px;
}

#productInfo .padding
{
    padding: 10px 10px 0 10px;
}

#productInfo .productImage
{
    float: left;
    width: 250px;
    padding-right: 20px;
}

.productNotInStock
{
    display: block;
    margin-top: 10px;
    color: #b22222;
    font-weight: bold;
}

#productAddToBasket
{
    float: left;
}

#productPrice {
    font-size: 20px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", serif;
    float: right;
    text-align: right;
    clear: right;
    background-color: #fff;
    margin-bottom: 20px;
}

.tabStrip
{
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.tabStrip li
{
    display: inline;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    margin: 0 -1px;
    z-index: 1;
    cursor: pointer;
}

.tabStrip li.selectedTab
{
    border-bottom-color: white;
}

.tabContents
{
    border: 1px solid #ccc;
    z-index: 2;
    padding: 20px;
    /*margin-top: -1px;*/
}

.couriernote
{
    margin: 35px 40px 0 40px;
}

.couriernote input
{
    padding: 2px;
}




/* SEARCH */
#searchbox
{
    float: right;
    border: 1px solid #ccc;
    width: 250px;
    border-radius: 5px;
    height: 23px;
    padding: 2px;
}

#searchbox .searchbox
{
    color: #000;
    border: none;
    background-color: transparent;
    width: 140px;
    height: 18px;
    margin-left: 6px;
    margin-top: 1px;
    font-size: 11px;
    float: left;
    padding-top: 3px;
}

#searchbox .searchbox:focus
{
    outline: none;
}

#searchbox .searchbutton
{
    height: 17px;
    margin-right: 8px;
    margin-top: 4px;
    width: 17px;
    cursor: pointer;
    float: right;
    background-image: url(/app/images/icons/searchicon.gif);
}

#liveSearchResults
{
    width: 250px;
    border: 1px solid #aaaaaa;
    background-color: #fff;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    display: none;
    z-index: 6000;
    padding: 5px;
}

#liveSearchResults .searchResultBox
{
    padding: 5px 0;
    height: 50px;
}

#liveSearchResults .searchResultBox div
{
    float: left;
}

#liveSearchResults .searchResultBox .image
{
    float: right;
}


/*  BASKET VIEW  */
.basketHeader
{
    padding: 0;
    margin: 0;
}

#basketTable
{
    width: 100%;
}

#basketTable th
{
    text-align: right;
    font-size: 11px;
    padding-bottom: 3px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #cccccc;
}

#basketTable th.basketHeaderProduct
{
    text-align: left;
}

#basketTable th.basketHeaderQuantity
{
    text-align: left;
}

#basketTable td
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    /*border-top: 1px solid #ebe9e9;*/
}

#basketTable td img
{
    float: left;
    margin-right: 20px;
    max-width: 200px;
}

.basketProductImage
{
    width: 100px;
    vertical-align: top;
}

.basketProductImage img
{
    border: none;
    max-width: 100px;
    max-height: 100px;
}

#basketTable .basketProductInfo td
{
    border: none;
}

#basketTable .basketProductName
{
    padding: 10px;
    font-size: 13px;
}

.basketProductCode
{
    font-size: 10px;
    display: block;
    margin-top: 4px;
}

#basketTable .checkoutProductQuantity
{
    padding-left: 7px;
    font-weight: bold;
}

#basketTable td.basketProductQuantity
{
    padding-top: 13px;
    vertical-align: top;
}

.basketProductQuantity input
{
    font-size: 11px;
    text-align: right;
    width: 40px;
}

.basketProductQuantity #update
{
    width: auto;
    margin: 0 0 -3px 6px;
}

.basketProductSubTotal #delete
{
    width: auto;
    margin-left: 5px;
}

#basketTable td.basketProductItemPrice
{
    vertical-align: top;
    padding-top: 16px;
    padding-left: 4px;
    font-weight: bold;
    text-align: right;
}

#basketTable td.basketProductSubTotal
{
    vertical-align: top;
    padding-top: 16px;
    padding-left: 4px;
    font-weight: bold;
    text-align: right;
}

.basketProductInStock
{
    display: block;
    margin-top: 10px;
    color: #84bc27;
    font-weight: bold;
}

.basketProductNotInStock
{
    display: block;
    margin-top: 10px;
    color: #b22222;
    font-weight: bold;
}

.basketSubTotalLabel, .basketDeliveryLabel, .basketVATLabel, .basketGrandTotalLabel, .basketDiscountLabel
{
    font-weight: bold;
    vertical-align: bottom;
    text-align: right;
}

#basketTable .basketSubTotal
{
    font-size: 16px;
    text-align: right;
}

#basketTable .basketDelivery, #basketTable .basketVAT, #basketTable .basketDiscount
{
    font-size: 14px;
    text-align: right;
}

#basketTable .basketGrandTotal
{
    font-size: 20px;
    text-align: right;
}

.basketContinue
{
    text-align: right;
    margin-top: 20px;
}

.basketContinueButton
{
    border: none;
    cursor: pointer;
}

.basketQuantityUpdates
{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    padding-top: 5px;
}

.basketQuantityUpdates input
{
    width: auto;
    height: auto;
    text-align: left;
}


/*  CHECKOUT STYLING  */
.checkoutPanel
{
    padding-left: 50px;
}

.checkoutPanel select
{
    width: 258px;
}

#checkoutEmailPanel
{
    padding-left: 50px;
}

input.hasError
{
    border: 1px solid #990000 !important;
    background-color: #ffdddd;
}

.checkoutTextfield
{
    padding-left: 50px;
    padding-top: 20px;
}

input.highlightInput
{
    width: 250px;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    border: 1px solid #ddd;
    margin-top: 1px;
}

#checkoutPasswordPanelContainer
{
    display: none;
}

#checkoutPasswordPanel
{
    padding-left: 50px;
}

#checkoutPasswordTable td
{
    padding: 8px;
}

.savedAddress, .savedAddressDelivery
{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    padding: 10px;
    font-size: 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f3f3f3;
}
.savedAddressDelivery
{
    background-color: #f3fdd8;
}
.savedAddress p, .savedAddressDelivery p
{
    margin: 0;
}

.savedAddress .splashbox
{
    background-image: none;
    height: 152px;
    width: 241px;
}

.summaryDeliveryAddress
{
    float: left;
}
.summaryBillingAddress
{
    float: left;
    margin-left: 30px;
}

.placeOrderPanel
{
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 40px;
    padding: 15px;
    font-size: 12px;
    min-height: 160px;
}

.placeOrderPanel p
{
    margin-bottom: 6px;
}

.placeOrderPanel .blurb
{
    float: left;
    width: 600px;
}

.placeOrderPanel .buttonPanel
{
    float: left;
    margin-left: 30px;
    width: 158px;
}

.placeOrderPanel .paypalButton
{
    margin-top: 0;
}

.placeOrderPanel .telephoneOrderForm
{
    float: right;
    margin-right: 9px;
}

.placeOrderPanel .line
{
    border-top: 1px solid #D2D2D2;
    margin-bottom: 10px;
    height: 1px;
}

/* CONTACT FORM */

.contactform {
    margin: 10px 0;
}

.contactform label {
    display: block;
    margin-top: 10px;
}

.contactform input[type="text"] {
    width: 300px;
}

.contactform select {
    width: 305px;
}

.contactform_textareawrapper {
    float: left;
}

.contactform textarea {
    width: 300px;
    height: 200px;
}

.contactsubmit {
    clear: both;
    margin-top: 10px;
}

.contacterror {
    padding-left: 10px;
    color: red;
}

.contacterror_largefield {
    margin-top: 85px;
    display: block;
}