#main span.item {
  height: 180px;
  width: 180px;
  float: left;
  margin: 5px;
  padding: 2px;
}
#main .item {
  vertical-align: center;
}
#main span.info {
  display: block;
  border-bottom: thin solid black;
  margin-bottom: 3px;
}
#main .item .name {
  font-size: 10pt;
  font-weight: bold;
}

#main .item .nieuw {
  color: red;
}

#main .item .foto img {
  margin: 2px;
  border: thin solid black;
  padding: 2px;
}

#main .prijs {
  font-size: 10pt;
}

#main .groep-header {
  margin-bottom: 4px;
}
#main .groep-header h2 {
  display:inline;
}
#main .groep-header h1 {
  display:inline;
}

#main .groep-header .arrow {
  color: #444;
  font-size: 7pt;
}

#main #nofoto {
  width: 90px;
  height: 90px;
  border: thin solid #ccc;
  padding: 3px;
  color: #999;
}



#main span.groep {
  font-size: 11pt;
  font-weight: bold;
}

#main li.groep {
  list-style: url('/webwinkel/pijltje.png') circle;
}
#main li.groep {
  margin-bottom: 10px;
}

.voor .prijs {
  font-weight: bold;
}

.van .prijs {
  text-decoration: line-through;
}

#bestel-info {
  margin-top: 20px;
  padding: 2px;
}

#bestel-info h3 {
  font-size: 11pt;
  font-family: sans-serif;
  margin:0;
}

#bestel-info table {
  background: #fe4;
}

