/* ===========================================
   SPORT-CORNER.NL
   Site-specifieke CSS - gebaseerd op origineel
   =========================================== */

/* -----------------------------------------
   CSS Variables Override
   ----------------------------------------- */
:root {
    --primary-color: #E01F24;
    --text-color: #535353;
    --link-color: #E01F24;
    --site-width: 995px;
}

/* -----------------------------------------
   Body & Background
   ----------------------------------------- */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #535353;
    margin: 0;
    text-align: left;
    background-color: #727173;
    background-image: url(../images-sites/sport-corner/background-fill.jpg);
    background-repeat: repeat-x;
}

/* -----------------------------------------
   Main Layout
   ----------------------------------------- */
.masterBody {
    height: 100%;
    text-align: center;
}

.mainBody {
    width: 995px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.mainPane {
    text-align: left;
    width: 995px;
    margin: 0;
    background-image: url(../images-sites/sport-corner/fill.jpg);
    background-repeat: repeat-y;
}

/* -----------------------------------------
   Header
   ----------------------------------------- */
.headerPane {
    width: 995px;
    height: 217px;
    float: left;
    margin: 0;
    padding: 0;
    background-image: url(../images-sites/sport-corner/header.jpg);
    background-repeat: no-repeat;
}

.logoPane {
    width: 144px;
    height: 80px;
    float: left;
    text-align: left;
    margin: 137px 0 0 126px;
    padding: 0;
}

.headerMenuPane {
    text-align: left;
    width: 644px;
    height: 28px;
    float: left;
    margin: 188px 0 0 66px;
    padding: 0;
    background: transparent;
}

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

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

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

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

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

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

.shoppingbasketPane {
    text-align: left;
    width: 170px;
    float: left;
    color: #000000;
    margin: 10px 0 0 22px;
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* -----------------------------------------
   Left Pane Headers
   ----------------------------------------- */
.leftPaneKop a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.leftPaneKop a:hover {
    color: #3B4480;
}

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

.Mandje a {
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
}/* ===========================================
   SPORT-CORNER.NL
   Site-specifieke CSS - gebaseerd op origineel
   =========================================== */

/* -----------------------------------------
   CSS Variables Override
   ----------------------------------------- */
:root {
    --primary-color: #E01F24;
    --text-color: #535353;
    --link-color: #E01F24;
    --site-width: 995px;
}

/* -----------------------------------------
   Body & Background
   ----------------------------------------- */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #535353;
    margin: 0;
    text-align: left;
    background-color: #727173;
    background-image: url(../images-sites/sport-corner/background-fill.jpg);
    background-repeat: repeat-x;
}

/* -----------------------------------------
   Main Layout
   ----------------------------------------- */
.masterBody {
    height: 100%;
    text-align: center;
}

.mainBody {
    width: 995px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.mainPane {
    text-align: left;
    width: 995px;
    margin: 0;
    background-image: url(../images-sites/sport-corner/fill.jpg);
    background-repeat: repeat-y;
}

/* -----------------------------------------
   Header
   ----------------------------------------- */
.headerPane {
    width: 995px;
    height: 217px;
    float: left;
    margin: 0;
    padding: 0;
    background-image: url(../images-sites/sport-corner/header.jpg);
    background-repeat: no-repeat;
}

.logoPane {
    width: 144px;
    height: 80px;
    float: left;
    text-align: left;
    margin: 137px 0 0 126px;
    padding: 0;
}

.headerMenuPane {
    text-align: left;
    width: 644px;
    height: 28px;
    float: left;
    margin: 188px 0 0 66px;
    padding: 0;
    background: transparent;
}

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

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

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

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

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

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

.shoppingbasketPane {
    text-align: left;
    width: 170px;
    float: left;
    color: #000000;
    margin: 10px 0 0 22px;
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* -----------------------------------------
   Left Pane Headers
   ----------------------------------------- */
.leftPaneKop a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.leftPaneKop a:hover {
    color: #3B4480;
}

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

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