
div.block-first .meerinfo font {
}

.artcodeinproductfoto {
font-weight: normal !important;
}


.multicat small {
  font-size: 12px;
}

.multicat small .staffel, .multicat small .staffelprijs {
  font-weight: bold;
}


#voorraadindicator-container {
  width: 267px;
  display: block;
  position: absolute;
  padding: 0;
  display: none;
}

#voorraadindicator {
  margin-top: 10px;
  padding: 0px;
/*  background-color: #fff; */
  cursor: default;
/*  -moz-border-radius: 5px; */
/*  border-radius: 5px; */
/*  -webkit-border-radius: 5px; */
  font-weight: normal;
  color: #295894;
  padding-left: 24px;
  background-position: 4px 0px;
  height: 16px;
  line-height: 16px;
  float: right;
  margin-bottom: 5px;
  display: block;
}

#voorraadindicator:hover {
/*  background-color: #7CBADF; */
/*  border: 1px solid #007CC2; */
  color: #000;
}

#voorraadindicator.voorraad-voldoende {
  background-image: url('/images/icons/accept.png');
  background-repeat: no-repeat;
}

#voorraadindicator.voorraad-matig {
  background-image: url('/images/icons/accept.png');
  background-repeat: no-repeat;
}

#voorraadindicator.voorraad-onvoldoende {
  background-image: url('/images/icons/stop.png');
  background-repeat: no-repeat;
}

#kcodeform {
  display: none;
}

