ul#productenlijst, ul#relevanteproductenlijst {
    list-style: none;
    padding: 0px;
    margin: auto;
    text-align:center;
    clear: both;
}

ul#productenlijst {
    margin-top: -25px;
}

div.divcenter {
    width: auto;
    text-align: center;
}

ul#productenlijst li {
    float: left;
    padding: 3px;
    padding-bottom: 10px;
    background-color: #2D3276;
    margin: 3px;
    width: 285px;
}

ul#relevanteproductenlijst li {
    float: left;
    padding-right: 1px;
    margin: auto;
    padding: auto;
}

ul#productenlijst h3 {
    color: white;
    text-align: center;
    border-bottom: 1px dotted white;
    font-weight: normal;
    padding-bottom: 3px;
    width: 265px;
    margin-left: 10px;
}

div#relevanteproductencontainer {
    border-top: 1px dotted white;
    border-bottom: 1px dotted white;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0px auto;
    margin-top: 6px;
    clear: both;
    margin-left: 5px;
    width: 586px;
}