/* ===========================================
   SUREFIRE-ZAKLAMPEN.NL
   Site-specifieke CSS - gebaseerd op origineel
   =========================================== */

/* -----------------------------------------
   CSS Variables Override
   ----------------------------------------- */
:root {
    --primary-color: #D2232A;
    --text-color: #000000;
    --link-color: #D2232A;
    --site-width: 1010px;
}

/* -----------------------------------------
   Body & Background
   ----------------------------------------- */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    margin: 0;
    text-align: left;
    background-color: #9E9E9E;
}

/* -----------------------------------------
   Main Layout
   ----------------------------------------- */
.masterBody {
    height: 100%;
    text-align: center;
    background-image: url(../images-sites/surefire-zaklampen/background-fill.jpg);
    background-repeat: repeat-x;
}

.mainBody {
    width: 1010px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-image: url(../images-sites/surefire-zaklampen/fill.jpg);
    background-repeat: repeat-y;
}

.mainPane {
    text-align: left;
    width: 1010px;
    margin: 0;
    padding: 0;
    background-image: url(../images-sites/surefire-zaklampen/background.jpg);
    background-repeat: no-repeat;
}

/* -----------------------------------------
   Header
   ----------------------------------------- */
.headerPane {
    width: 1010px;
    height: 133px;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
}

.logoPane {
    width: 209px;
    height: 45px;
    float: left;
    text-align: left;
    margin: 35px 0 0 35px;
    padding: 0;
    background-image: url(../images-sites/surefire-zaklampen/logo_surefire.jpg);
    background-repeat: no-repeat;
}

.zoekPane {
    text-align: left;
    width: 230px;
    height: 47px;
    float: right;
    margin: 60px 15px 0 0;
    padding: 0;
}

.headerMenuPane {
    text-align: right;
    width: 758px;
    height: 34px;
    float: right;
    margin: 0 15px 0 0;
    padding: 0;
    background: transparent;
}

.headerMenuPane td {
    font-size: 10px;
    color: #000000;
}

.headerMenuPane a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #D2232A;
}

.headerMenuPane a:hover {
    color: #000000;
}

/* -----------------------------------------
   Content Layout
   ----------------------------------------- */
.contentPane {
    text-align: left;
    float: left;
    width: 1010px;
    margin: 0;
    padding: 10px 0 0 0;
}

.leftPane {
    text-align: left;
    width: 240px;
    height: 400px;
    float: left;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.productgroepenPane {
    text-align: left;
    width: 215px;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
}

.shoppingbasketPane {
    text-align: left;
    width: 215px;
    float: left;
    color: #FFFFFF;
    margin: 0;
    padding: 0 0 0 10px;
}

.middlePane {
    text-align: left;
    width: 755px;
    float: left;
    margin: 0;
    padding: 0;
}

.middlePane a {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.middlePane a:hover {
    color: #000000;
}

/* -----------------------------------------
   Headlines
   ----------------------------------------- */
h1 { font-size: 16px; font-weight: bold; color: #000000; display: inline; }
h2 { font-size: 13px; font-weight: bold; color: #000000; display: inline; }
h3 { font-size: 12px; font-weight: bold; color: #000000; }

/* -----------------------------------------
   Links
   ----------------------------------------- */
a { font-size: 13px; color: #D2232A; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }

/* -----------------------------------------
   Menu Styling
   ----------------------------------------- */
.menuPane {
    width: 975px;
    height: 37px;
    float: left;
    color: #FFFFFF;
    text-align: left;
    margin: 86px 0 0 36px;
    padding: 6px 0 0 0;
}

.menulinks { color: #FFFFFF; }
.menulinks a { color: #FFFFFF; font-weight: bold; }
.menulinks a:hover { color: #D2232A; }
.menulinksaan a,
.menulinksaan a:hover { color: #D2232A; font-weight: bold; }

.submenulinks a { font-size: 11px; font-weight: bold; color: #FFFFFF; }
.submenulinks a:hover { color: #D2232A; }
.submenulinksaan a,
.submenulinksaan a:hover { font-size: 11px; font-weight: bold; color: #D2232A; }

.wit11 { font-size: 11px; font-weight: normal; color: #FFFFFF; }

/* -----------------------------------------
   Table Cells
   ----------------------------------------- */
td {
    font-size: 12px;
    color: #000000;
    line-height: 130%;
}

p {
    font-size: 12px;
    color: #000000;
}

li {
    font-size: 13px;
    color: #000000;
}

/* -----------------------------------------
   Footer
   ----------------------------------------- */
.footerPane {
    width: 100%;
    height: 30px;
    padding: 0 0 0 230px;
    text-align: left;
    font-size: 10px;
    color: #000000;
}

.footerPane a {
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    color: #D2232A;
}

/* -----------------------------------------
   Product Cards
   ----------------------------------------- */
.Product {
    text-align: left;
    float: left;
    width: 235px;
    margin: 10px 5px;
    padding: 0;
}

.ProductKop a {
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.ProductKop a:hover {
    text-decoration: underline;
}

/* -----------------------------------------
   Winkelmandje (Cart) Styling
   ----------------------------------------- */
.Mandje {
    font-size: 8pt;
    font-weight: normal;
    color: #FFFFFF;
}

.Mandje a {
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
}