hr{
  border-bottom: #e2dfd4 3px dotted;
}
.tabBox .tabHeadings ul > li.active {
  background: #c82625;
  border: 0;
  border-radius: 8px 8px 0 0;
}
.tabBox .tabHeadings ul {
  margin-left: 0 !important;
  list-style: none !important;
}
.tabBox .tabContent {
  display: none;
  background: #fff;
  border-left: 0px solid #e2dfdf;
  border-right: 0px solid #e2dfdf;
  border-bottom: 0px solid #e2dfdf;
  border-top: 1px solid #c82625;
  position: relative;
  z-index: 0;
}
.tabBox .tabContent #vierluik .inner {
  padding: 20px 0;
}
.tabBox .tabHeadings ul > li:before {
  content:none !important;
}
.tabBox .tabHeadings ul > li.active a {
  color: #FFF !important;
}
.tabBox .tabHeadings ul > li.first, .tabBox .tabHeadings ul > li:first-child {
  margin-left: 0;
}
.tabBox .tabHeadings ul > li {
  border: 0px;
  height: 40px;
  line-height: 40px;
  font-size: 1.125em;
  padding: 0 40px;
  margin-right: 2px;
  background: #ddd;
  margin-bottom: 1px;
}
#articleDetail > .inner .prices .retailPrice .price {
  font-weight: bold;
}
#content #preview #mainImage .box {
  height: 400px;
  line-height: 400px;
}
#articleDetail .order .addtocart {
  min-width: 166px;
}
.prices .oldPrice {
  color: #c82625 !important;
  margin-bottom: 5px !important;
  margin-left: 20px;
}
.prices .retailPrice .vat {
  font-size: 16px !important;
  color: #451f0b !important;
  float:right !important;
}
#articleDetail .aantal {
  line-height: 40px;
  margin-bottom: 5px;
}
#articleDetail .order{
  margin-top: 8px;
}
#articleDetail .amountTitle{
  line-height: 40px;
}
#articleDetail .order .amount{
  margin-bottom: 5px;
}
@media only screen and (max-width: 479px){
  #articleDetail .order .addtocart{
    display: inline-block;
    max-width: 147x;
    margin-bottom: 5px;
    clear: both;
    width: 80%;
  }
}
#articleDetail .order .vat{
  float: left;
}
.thumbnail a{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#mainImage .box.setLightbox.loaded a:before{
  top:0;
  right:0;
}
#mainImage .box.setZoom.loaded a:after{
  top:0;
  left:0;
}
@media only screen and (max-width: 479px) {
  .tabBox .tabHeadings ul > li.active {
    background: #c82625;
    border: 0;
    overflow: visible;
    border-radius: 8px 8px 0 0;
    height: auto;
    line-height: 21px;
    padding: 10px;
  }
}