
BODY {
    background-color: #666666;
    font-family: Verdana, "Open Sans", Arial, Helvetica, sans-serif;

    margin : 0em;
}

/*header stuff*/

SPAN.navsep {
    margin-left: 0.5em ;
    margin-right: 0.5em ;
}

DIV.headerbar {
    background-color: #FFFFFF;
    padding: 1em ;
}

DIV.hdrline {
    font-size: 90% ;
    background-color: #666666;
    color: #FFFFFF ;
    font-weight: bold ;
    padding-left: 0.5em ;
    padding-right: 0.5em ;
}

DIV.hdrline A {
    text-decoration: none ;
    color: inherit ;
}

P.hdrline-left {
    float: left;
    margin-top: 0 ;
    margin-bottom: 0 ;
}

P.hdrline-right {
    float: right;
    margin-top: 0 ;
    margin-bottom: 0 ;
}

DIV.hdrblue {
    background-color: #0091D0 ;
}

IMG.wilde13 {
    height: 85px ;
}

.searchform {
    float: right ;
}

.searchform P {
    margin-bottom: 0 ;
    margin-top: 0 ;
}

/*main*/

MAIN {
    background-color: #C0C0C0;
    min-height: 30em ;
}

DIV.main .messages {
    background-color: yellow ;
}


/*footer*/
FOOTER {
    background-color: #666666;
    color: white ;
}

FOOTER DIV.footer-outer {
    margin: auto;
    width: 50%;
    Xmargin: 1em ;
    vertical-align: top ;
}

FOOTER DIV.footer {
    display: inline-block ;
    vertical-align: top ;
}

FOOTER A {
    text-decoration: none ;
    color: inherit ;
}

FOOTER DIV.footer H3 {
    Xmargin-top: 0 ;
}

FOOTER UL {
    Xlist-style-type: none ;
    padding-left: 1em;
}

/*index page*/

DIV.indexbutton {
    margin: 0.2em ;
    float: left ;
}

INPUT.indexbutton {
    background-color: green;
    border: none;
    color: white;
    padding: 1em 1em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px; /* fix */
    width: 13em ;
}

/*cart wishlist*/

TABLE.baglist .col-artikel {
    width: 15em ;
}

TABLE.baglist .col-omschrijving {
    width: 30em ;
}

TABLE.baglist TH.col-aantal {
    min-width: 4em ;
}

TABLE.baglist TD.col-aantal {
    text-align: right ;
}

TABLE.baglist TD.col-aantal INPUT {
    width: 2em ;
}

TABLE.baglist {
    border-spacing: 0;
    border-collapse: collapse;
}

TABLE.baglist TD {
    border-style: solid ;
    border-width: 1px ;
    padding: 0.5em ;
    vertical-align: top ;
}

/*brandcell2*/

.brandcell2 {
    float: left ;
    width: 12em ;
    margin: 0.2em ;
    padding: 0em ;
    border-width: 1px;
    border-color: #000;
    /*border-style: solid;*/
    background-color: white ;
}
.brandcell2 A {
    color: black ;
    text-decoration: none ;
}
.brandcell2 IMG {
    max-width: 150px ;
    max-height: 3em;
}
DIV.brandcell2_img {
    padding: 0.5em ;
}
.brandcell2_img_outer {
    position: relative;
    height: 3em ;
}
.brandcell2_img_inner {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.brandcell2_txt {
    height: 2em ;
    padding-bottom: 0.2em ;
    padding-top: 0.2em ;
    text-align: center ;
    border-top-style: solid ;
    border-top-color: #C0C0C0 ;
    border-top-width: 2px ;

    display:flex;
    justify-content:center;
    align-items:center;
}

/*TABLE.grouplist TD {
    border-style: solid ;
    border-width: 0px ;
    padding: 0.5em ;
    vertical-align: top ;
}*/

/* brandgrouplist */

TABLE.brandgrouplist TD {
    border-style: solid ;
    border-width: 1px ;
    padding: 0.5em ;
    vertical-align: top ;
}

/*....*/

TABLE.orderoverview {
    border-spacing: 0;
    border-collapse: collapse;
}

TABLE.orderoverview TD {
    border-style: solid ;
    border-width: 1px ;
    padding: 1em ;
}

/* article list page */

A.artlist_link {
    text-decoration: none ;
    color: inherit ;
}

DIV.artlist_row_datebreak {
    font-size: small;
    background-color: #666666;
    color: white ;
    padding: 0.5em ;
}

DIV.artlist_row_article {
    background-color: whitesmoke ;
    padding: 0.5em ;
    border-top-style: solid ;
    border-top-width: 1px ;
    border-bottom-style: solid ;
    border-bottom-width: 1px ;
    border-collapse: collapse;
    display: flex ;
}

A.artlist_thumb {
    display: table-cell;
    text-align: center;
    vertical-align: middle;

    margin-left: auto;
    margin-right: auto;
}

IMG.artlist_thumb {
    display: table-cell;
    text-align: center;
    vertical-align: middle;

    max-height: 5em ;
    max-width: 12em ;
    margin: 0.5em ;
}

/*DIV.art-thumb {
    margin-left: auto;
    margin-right: auto;
    vertical-align:middle;
    text-align:center
}*/

INPUT.artlist_button {
    background-color: green;
    border: none;
    color: white;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 9em ;
    margin: 0.5em ;
}

/* green button without layout mods */
INPUT.green {
    background-color: green;
    border: none;
    color: white;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    margin: 0.5em ;
}

/* green button without layout mods */
INPUT.back {
    background-color: green;
    border: none;
    color: white;
    padding-top: 0.5em;
    padding-right: 1.5em;
    padding-bottom: 0.5em;
    padding-left: 1.5em;
    text-align: center;
    text-decoration: none;
    margin: 0.5em ;
}

/*catalog*/

DIV.catalog {
    background-color: green ;
}

A.catalog {
    color: white ;
    text-decoration: none ;
    font-weight: bold ;
}

TABLE.catalog TD {
    border-style: solid ;
    border-width: 0px ;
    padding: 0.5em ;
    vertical-align: middle ;
    text-align: center ;
    background-color: green ;
}

/* misc */

TD.count {
    text-align: right ;
}

TD.price {
    text-align: right ;
}

/* ... */
