@charset "utf-8";
/* CSS Document */



/* -------------------------------------------
        RIGHT COLUMN
------------------------------------------- */
/* Homepage Banners ----------------------- */
#homepageBanners {
        height: 110px;
        width: 410px;
}
#homepageBanners img {
        border: none;
}
.floatLeft {
        float: left;
}
.floatRight {
        float: right;
}
/* Homepage Special Offers ---------------- */
#homepageSpecialOffers {
        width: 410px;
        height: 30px;
        margin: 10px 0 0 0;
}
#homepageSpecialOffers h2 {
        color: #DB0000;
        font-size: 18px;
        margin: 0;
        padding: 0;
}
#homepageSpecialOffers p {
        margin: 0;
        padding: 4px 0 0 0;
}
#homepageSpecialOffers p a {
        color: #DB0000;
        font-weight: bold;
        font-size: 13px;
        text-decoration: none;
}
#homepageSpecialOffers p a:hover {
        color: #1D335F;
        text-decoration: underline;
}

/* Log In Box ----------------------------- */
.boxLogin {
        background: url(../images/custom/cart.gif) no-repeat 0 -2px;
}
.boxLogin p.recoverpassword {
        text-align: center;
        margin: 10px 0;
}
.boxLogin p.recoverpassword a {
        color: #7F7F7F;
        text-decoration: none;
}
.boxLogin p.recoverpassword a:hover {
        text-decoration: underline;
}
/* Request Catalogue Box ------------------ */
.boxRequestCatalogue p {
        padding: 4px 0;
        text-align: center;
        margin: 6px 0;
}
.boxRequestCatalogue p a.grayboxbuttons {
        padding: 2px;
}
/* Special Offer Box ---------------------- */
.boxSpecialOffer p {
        padding: 0 0 8px 0;
}
.boxSpecialOffer h4 {
        color: #DE3300;
}
/* Five Stars Box ------------------------- */
.boxFiveStars {
        background: url(../images/custom/ourBrandStar.gif) no-repeat;
        padding-top: 26px;
}
.boxFiveStars h4 {
        color: #DE3300;
}
.boxFiveStars p.clickHere {
        text-align: center;
        margin: 10px 0;
}
.boxFiveStars p.clickHere a {
        color: #1D335F;
        text-decoration: none;
}
.boxFiveStars p.clickHere a:hover {
        text-decoration: underline;
        color: #DB0000;
}
