/* ===========================================
   SNUGPAK-SLAAPZAKKEN.NL
   Site-specifieke CSS - gebaseerd op origineel
   =========================================== */

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

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

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

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

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

/* -----------------------------------------
   Header
   ----------------------------------------- */
.headerPane {
    width: 1010px;
    height: 78px;
    float: left;
    margin: 0;
    padding: 0;
}

.logoPane {
    width: 184px;
    height: 46px;
    float: left;
    text-align: left;
    margin: 13px 0 0 33px;
    padding: 0;
    background-image: url(../images-sites/snugpak-slaapzakken/logo_snugpak-slaapzakken.jpg);
    background-repeat: no-repeat;
}

.zoekPane {
    text-align: left;
    width: 213px;
    float: right;
    margin: 150px 30px 0 0;
    padding: 0;
}

.headerMenuPane {
    text-align: right;
    width: 534px;
    height: 32px;
    float: right;
    margin: 48px 20px 0 0;
    padding: 0;
    background: transparent;
}

.headerMenuPane a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #323B4C;
}

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

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

.leftPane {
    text-align: left;
    width: 225px;
    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 40px;
}

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

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

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

.middlePane a:hover {
    color: #323B4C;
}

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

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

/* -----------------------------------------
   Menu Styling
   ----------------------------------------- */
.menuPane {
    width: 975px;
    height: 37px;
    float: left;
    color: #323B4C;
    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: #E09600; }
.menulinksaan a,
.menulinksaan a:hover { color: #E09600; font-weight: bold; }

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

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

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

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

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

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

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

/* -----------------------------------------
   Product Cards
   ----------------------------------------- */
.Product {
    text-align: left;
    float: left;
    width: 240px;
    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;
}