.oudeprijs {
  color: red;
  text-decoration: line-through;
}

.nieuweprijs {
  font-weight: bold;
}

.kortingdatum {
  font-size: 80%;
}

.euroleft {
    float:left;
}


.productentabel, .licentietabel {
    width: 100%;
}

.productentabel_prijs {
    width: 150px;
}

.productentabel_isbn {
    width: 100px;
}

.productentabel_product {
    width: 378px;
}

.euroleft {
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}

select, option {
  behavior: url(/stylesheets/select.htc);
}

table.iefiller {
  width:  100%;
  vertical-align: top;
  margin-left: -6px;
}

td.iefiller {
  height: 500px;
  vertical-align: top;
}

td.ietekst {
  height: 500px;
  vertical-align: top;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
* html .suckerdiv ul li ul li { float: left;}
/* End */

