#productLijst table{
width: 100%;
border: 1px solid gray;
border-collapse: collapse;
}


#productLijst tr{
background-color: #EEEDFA;
}

#productLijst th{
border: 1px solid black;
background-color: #D5D2F2;

}

#productLijst td{
border: 1px solid gray;
vertical-align: middle;
padding:2px;
}

#productLijst #price{
vertical-align: middle;
}


#productLijst b, #productLijst strong{
font-weight: bold;
color: red;
}


#productLijst img{
 width:80px;
 /*height:60px;*/
 border: 1px solid black;
}

#productLijst a{
color: black;
text-decoration: none;
}
#productLijst a:hover{
color: black;
text-decoration: underline;
}

