/* CSS Document */

/* product_informatie.tpl */

#webshop #product_informatie td#omschrijving{
text-align:left;
}

#webshop #product_informatie td#afbeelding{
background-color:#FFFFFF;
text-align:center;
}

#webshop #product_informatie td#omschrijving{
align:left;
width:750px;
}

#webshop #product_informatie img{
margin:30px 5px;
text-align:center;
}

/* tabledata.tpl */

#webshop #tabledata img{
width:200px;
height:200px;
background-color:#FF0000;
}
