﻿@charset "utf-8";
/* CSS Document */


/*HOMEPAGE*/


.rr_homepg {
}

    .rr_homepg h2 {
        font-size: 12px !important;
        line-height: 15px !important;
        margin: 5px 0px !important;
        padding: 0 !important;
        height: 45px !important;
        width: 100px !important;
        font-weight: bold !important;
    }

    .rr_homepg p {
        margin: 5px 0px 2px 0px;
        padding: 0;
    }

    .rr_homepg a:link, .rr_homepg a:visited, .rr_homepg a:active {
        text-decoration: none;
    }

    .rr_homepg a:hover {
        text-decoration: underline;
    }

    .rr_homepg ul {
        margin: 0 !important;
        padding-left: 0 !important;
    }

        .rr_homepg ul li {
            list-style-type: none;
            background: none !important;
            padding: 8px;
            margin: 5px 0px 0px 7px;
            float: left;
            width: 116px;
            height: 230px;
            border: 1px solid #cbcbcb;
        }

            .rr_homepg ul li:first-child {
                list-style-type: none;
            }

    .rr_homepg .PriceBuyInfo {
        margin-top: 0;
        width: 145px;
    }

    .rr_homepg .leadprice {
        font-weight: bold;
        font-size: 14px;
    }

    .rr_homepg .vat {
        font-size: 11px;
        font-weight: normal;
    }

    .rr_homepg .secondardyprice {
        font-size: 11px;
    }

    .rr_homepg .addtobasket {
        margin-top: 3px;
    }

    .rr_homepg h3 {
        margin: 20px 0 0 0 !important;
        padding: 14px !important;
        text-align: center;
        border: 1px solid #ccc;
    }

    .rr_homepg ul li:hover {
        /*	border: 1px solid #AEAEAE;
	box-shadow: 0 1px 20px -9px #d9d9d9;*/
    }

/*END OF HOMEPAGE*/

.rr_headl {
}

.rr_headr {
}

.slideshow {
}

    .slideshow .slidesContainer {
        width: 990px !important;
    }

        .slideshow .slidesContainer .slide {
        }

    .slideshow .control {
        display: block;
        width: 33px;
        height: 33px;
        text-indent: -10000px;
        position: absolute;
        cursor: pointer;
    }

    .slideshow .leftControl {
        top: 45%;
        left: 0;
        background: transparent no-repeat 0 0;
        height: 33px;
        width: 21px;
    }

    .slideshow .rightControl {
        top: 45%;
        right: 0;
        background: transparent no-repeat 0 0;
        height: 33px;
        width: 21px;
    }

    .slideshow .playcontrol {
        text-decoration: underline;
        cursor: pointer;
        margin-right: 5px;
    }
/*PRODUCTS*/

.rr_productpg h3 {
    font-size: 14px;
    line-height: 30px;
    text-indent: 10px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    background-image: url(/images/rr_bluehead_grad.gif);
    background-repeat: repeat-x;
    width: 804px;
    height: 33px;
    float: left;
}

.rr_productpg {
    width: 810px;
    margin: 10px 0px 10px 0px;
    padding: 0;
}

    .rr_productpg h2 {
        font-size: 11px;
        font-weight: normal;
        line-height: 15px;
        margin: 5px 0px;
        padding: 0;
        height: 30px;
        width: 145px;
    }

    .rr_productpg p {
        margin: 5px 0px 2px 0px;
        padding: 0;
    }

    .rr_productpg a:link, .rr_productpg a:visited, .rr_productpg a:active {
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        width: 170px !important;
        display: block;
    }

    .rr_productpg a:hover {
        text-decoration: underline;
    }

    .rr_productpg ul {
        background: none;
        list-style-type: none;
        margin: 0;
        text-align: left;
        padding: 15px 0px;
        position: relative;
        width: 808px;
        float: left;
    }

        .rr_productpg ul li {
            background: none;
            list-style-type: none;
            padding: 0;
            margin: 0px 3px 0px 6px;
            float: left;
            width: 145px;
        }

            .rr_productpg ul li:first-child {
                padding: 0;
                margin: 0px 3px 0px 30px;
                float: left;
                width: 145px;
            }

    .rr_productpg .PriceBuyInfo {
        margin-top: 0;
        width: 145px;
    }

    .rr_productpg .leadprice {
        font-weight: bold;
        font-size: 14px;
    }

    .rr_productpg .vat {
        font-size: 11px;
        font-weight: normal;
    }

    .rr_productpg .secondardyprice {
        font-size: 11px;
    }

    .rr_productpg .addtobasket {
        margin-top: 3px;
    }
/* END OF PRODUCTS*/

/* DISCONTINUED PRODUCTS*/

.rr_discontinuedpg {
    width: 100%;
    margin: 20px 0px 10px 0px;
    padding: 0;
    float: left;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

    .rr_discontinuedpg h2 {
        font-size: 12px;
        line-height: 16px;
        margin: 5px 0px;
        padding: 0;
        height: 50px;
        width: 145px;
        font-weight: bold;
    }

    .rr_discontinuedpg p {
        margin: 5px 0px 2px 0px;
        padding: 0;
    }

    .rr_discontinuedpg a:link, .rr_discontinuedpg a:visited, .rr_discontinuedpg a:active {
        text-decoration: none;
    }

    .rr_discontinuedpg a:hover {
        text-decoration: underline;
    }

    .rr_discontinuedpg ul {
        background: none;
        list-style-type: none;
        margin: 0;
        text-align: left;
        width: 788px;
        float: left;
    }

        .rr_discontinuedpg ul li {
            background: none;
            list-style-type: none;
            padding: 15px 20px;
            margin: 15px 0 10px;
            float: left;
            width: 197px;
            text-align: left;
            height: 235px;
            display: inline-block;
            border-left: 1px solid #d8d8d8;
        }

            .rr_discontinuedpg ul li:first-child {
                margin-left: 0px;
                border-left: none;
            }

            .rr_discontinuedpg ul li:hover {
                border: 1px solid #AEAEAE;
                box-shadow: 0 1px 20px -9px #d9d9d9;
            }

                .rr_discontinuedpg ul li:hover .PriceBuyInfo {
                    border-top: 1px solid #AEAEAE;
                    box-shadow: 0 1px 20px -9px #d9d9d9;
                }

    .rr_discontinuedpg .PriceBuyInfo {
        border-top: 1px solid #d6d6d6;
        padding-top: 6px;
    }

    .rr_discontinuedpg .leadprice {
        font-weight: bold;
        font-size: 14px;
    }

    .rr_discontinuedpg .vat {
        font-size: 11px;
        font-weight: normal;
    }

    .rr_discontinuedpg .secondardyprice {
        font-size: 11px;
    }

    .rr_discontinuedpg .addtobasket {
        margin-top: 3px;
    }

    .rr_discontinuedpg h3 {
        font-size: 18px;
        font-weight: 400;
        background: #efefef;
        padding: 10px 20px;
        border-bottom: 1px solid #e4e4e4;
    }

.rr_basketpg h3 {
    font-size: 18px;
    color: #444;
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
    width: 990px;
    float: left;
    padding: 10px 20px;
    font-family: Tahoma !important;
    border: 1px solid #ccc;
    background: #f0f0f0;
}

.rr_basketpg {
    width: 990px;
    margin: 10px 0px 10px 0px;
    padding: 0;
}

    .rr_basketpg h2 {
        font-size: 11px;
        font-weight: normal;
        line-height: 15px;
        margin: 5px 0px;
        padding: 0;
        height: 30px;
        width: 145px;
    }

    .rr_basketpg p {
        margin: 5px 0px 2px 0px;
        padding: 0;
    }

    .rr_basketpg a:link, .rr_basketpg a:visited, .rr_basketpg a:active {
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        width: 170px !important;
        display: block;
    }

    .rr_basketpg a:hover {
        text-decoration: underline;
    }

    .rr_basketpg ul {
        background: none;
        list-style-type: none;
        margin: 0;
        text-align: left;
        border-left: 1px solid #c6c7c8;
        padding: 15px 0px;
        border-bottom: 1px solid #c6c7c8;
        border-right: 1px solid #c6c7c8;
        position: relative;
        width: 990px;
        float: left;
    }

        .rr_basketpg ul li {
            background: none;
            list-style-type: none;
            padding: 0;
            margin: 0px 3px 0px 6px;
            float: left;
            width: 180px;
        }

            .rr_basketpg ul li:first-child {
                padding: 0;
                margin: 0px 3px 0px 30px;
                float: left;
                
            }

    .rr_basketpg .PriceBuyInfo {
        margin-top: 0;
        width: 145px;
    }

    .rr_basketpg .leadprice {
        font-weight: bold;
        font-size: 14px;
    }

    .rr_basketpg .vat {
        font-size: 11px;
        font-weight: normal;
    }

    .rr_basketpg .secondardyprice {
        font-size: 11px;
    }

    .rr_basketpg .addtobasket {
        margin-top: 3px;
    }
