#site-container {
  width: 800px;
}
h1 {
  font-size: 18px;
}

#top-container, #blok-1, #nav-2, #slogan, #blok-3, #footer, #printen, #terug, .bestellen, hr {
  display: none;
}

#product .main-img, #product .sub-img {
  float: right;
}

* html #product .main-img {
margin-right: 2cm;
}

* html #product .sub-img {
  margin-right: 4cm;
}

#product .sub-img {
  margin-top: 3px;
}

.clearing {
  clear: both;
}

.producteigenschappen {
  width: 100%;
  margin: 15px 0;
}

.producteigenschappen .titel {
  font-weight: bold;
  width: 160px;
}


.producteigenschappen li {
  list-style: none;
  margin-bottom: 10px;
}

.producteigenschappen li span, .product li span {
  display: block;
  float: left;
  font-weight: bold;
  width: 120px;
}

.product li span.prijs {
  display: inline;
  width: auto;
  float: none;
  color: #ed1c24;
}

.product li {
  font-weight: bold;
  font-size: 12px;
  list-style: none;
  margin: 0 0 10px 0;
}

.product li span.btw {
  display: inline;
  font-size: 10px;
}

.producteigenschappen td {
  background: #f7f7f7;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 2px;
  text-align: left;
}
