﻿/* FONT INCLUDES: Externally referenced typefaces */
/*@media all {
    @font-face {
        font-family: 'Fontin-Regular';
        src: url('../fonts/Fontin-Regular.eot');
        src: local('Fontin-Regular'), url('../fonts/Fontin-Regular.ttf') format('truetype');
    } 
}*/
#loggedIn a.button {
  display: inline-block;
  vertical-align: middle;
}

.btnHuge {
  background: -webkit-linear-gradient(top, #ffffff 0%, #cad8e4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cad8e4 100%);
  box-shadow: 0px 1px 3px rgb(86, 86, 86);
  /*line-height: 32px;*/
  color: #1b2f4b;
  float: right;
  font-size: 14px;
  padding: 10px 20px;
  margin-right: 0px;
  border-radius: 5px;
  line-height: 15px;
  font-weight: bold;
  top: 0px;
  border: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.btnHuge.force-center {
  float: left;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.btnHuge:hover {
  color: #1b2f4b;
  text-decoration: none;
  background: -webkit-linear-gradient(top, #cad8e4 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #cad8e4 0%, #ffffff 100%);
}

.btnHuge.orange {
  background: -webkit-linear-gradient(top, #f45e03 0%, #c14f02 100%);
  background: linear-gradient(to bottom, #f45e03 0%, #c14f02 100%);
  color: #ffffff !important;
  text-decoration: none;
}

.btnHuge.orange:hover {
  color: #ffffff !important;
  text-decoration: none;
  background: -webkit-linear-gradient(top, #c14f02 0%, #f45e03 100%);
  background: linear-gradient(to bottom, #c14f02 0%, #f45e03 100%);
}

.btnHuge.red {
  background: -webkit-linear-gradient(top, #a1001a 0%, #820015 100%);
  background: linear-gradient(to bottom, #a1001a 0%, #820015 100%);
  color: #ffffff !important;
  text-decoration: none;
}

.btnHuge.red:hover {
  background: -webkit-linear-gradient(top, #820015 0%, #a1001a 100%);
  background: linear-gradient(to bottom, #820015 0%, #a1001a 100%);
  text-decoration: none;
}

.btnHuge.bluu {
  background: -webkit-linear-gradient(top, #4eb1fe 0%, #0384f1 100%);
  background: linear-gradient(to bottom, #4eb1fe 0%, #0384f1 100%);
  color: #ffffff !important;
  text-decoration: none;
}

.btnHuge.bluu:hover {
  background: -webkit-linear-gradient(top, #0384f1 0%, #4eb1fe 100%);
  background: linear-gradient(to bottom, #0384f1 0%, #4eb1fe 100%);
  text-decoration: none;
}

.btnHuge.green {
  background: -webkit-linear-gradient(top, #82cc00 0%, #4aa700 100%);
  background: linear-gradient(to bottom, #82cc00 0%, #4aa700 100%);
  text-decoration: none;
  color: #ffffff !important;
  text-decoration: none;
}

.btnHuge.green:hover {
  background: -webkit-linear-gradient(top, #4aa700 0%, #82cc00 100%);
  background: linear-gradient(to bottom, #4aa700 0%, #82cc00 100%);
}

.btnHuge.redL {
  background: -webkit-linear-gradient(top, #c70000 0%, #9e0000 100%);
  background: linear-gradient(to bottom, #c70000 0%, #9e0000 100%);
  color: #ffffff !important;
  text-decoration: none;
}

.btnHuge.redL:hover {
  background: -webkit-linear-gradient(top, #9e0000 0%, #c70000 100%);
  background: linear-gradient(to bottom, #9e0000 0%, #c70000 100%);
  text-decoration: none;
}

.btnHuge.blue {
  background: -webkit-linear-gradient(top, #4891d6 0%, #296ec4 100%);
  background: linear-gradient(to bottom, #4891d6 0%, #296ec4 100%);
  color: #ffffff !important;
  text-decoration: none;
}

.btnHuge.blue:hover {
  background: -webkit-linear-gradient(top, #296ec4 0%, #4891d6 100%);
  background: linear-gradient(to bottom, #296ec4 0%, #4891d6 100%);
  text-decoration: none;
}

.btnHuge.Lblue {
  background: -webkit-linear-gradient(top, #ffffff 0%, #a5bdd2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #a5bdd2 100%);
  text-decoration: none;
}

.btnHuge.Lblue:hover {
  background: -webkit-linear-gradient(top, #a5bdd2 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #a5bdd2 0%, #ffffff 100%);
  text-decoration: none;
}

.btnHuge.Dblue {
  background: -webkit-linear-gradient(top, #194087 0%, #192c68 100%);
  background: linear-gradient(to bottom, #194087 0%, #192c68 100%);
  color: #ffffff !important;
  text-decoration: none;
}

.btnHuge.Dblue:hover {
  background: -webkit-linear-gradient(top, #192c68 0%, #194087 100%);
  background: linear-gradient(to bottom, #192c68 0%, #194087 100%);
  text-decoration: none;
}

.btnHuge.yellow {
  background: -webkit-linear-gradient(top, #fdf68c 0%, #fbed28 100%);
  background: linear-gradient(to bottom, #fdf68c 0%, #fbed28 100%);
  color: #203a66 !important;
  text-decoration: none;
}

.btnHuge.yellow:hover {
  background: -webkit-linear-gradient(top, #fbed28 0%, #fdf68c 100%);
  background: linear-gradient(to bottom, #fbed28 0%, #fdf68c 100%);
  text-decoration: none;
}

a.btnHuge.oneTwo {
  height: 30px !important;
  line-height: 30px !important;
}

a.btnHuge.two {
  line-height: 29px !important;
  height: 30px !important;
}

.btnHuge.left {
  float: left;
}

.btnHuge.small {
  float: left;
  height: 25px;
  font-size: 12px !important;
  padding: 0px 20px !important;
  line-height: 25px;
  font-weight: bold;
}

.btnHuge.grey {
  background: -webkit-linear-gradient(top, #fefefe 0%, #d2d7e0 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #d2d7e0 100%);
  color: #1b2f4b;
  float: left;
}

.btnHuge.grey:hover {
  color: #1b2f4b;
  text-decoration: none;
  background: -webkit-linear-gradient(top, #d2d7e0 0%, #fefefe 100%);
  background: linear-gradient(to bottom, #d2d7e0 0%, #fefefe 100%);
}

.btnBigs {
  min-height: 31px;
  background: -webkit-linear-gradient(top, #ffffff 0%, #cad8e4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cad8e4 100%);
  box-shadow: 0px 1px 3px rgb(86, 86, 86);
  /*line-height: 32px;*/
  color: #1b2f4b;
  float: right;
  font-size: 16px;
  padding: 8px 20px;
  margin-right: 0px;
  border-radius: 5px;
  line-height: 18px;
  font-weight: bold;
  top: 0px;
  border: none;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  margin-bottom: -5px;
}

.btnBigs:hover {
  color: #1b2f4b;
  text-decoration: none;
  background: -webkit-linear-gradient(top, #cad8e4 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #cad8e4 0%, #ffffff 100%);
}

.btnBigs.left {
  float: left;
  font-weight: normal;
}

.inlogNew .btnHuge {
  margin-top: 12px !important;
  margin-bottom: 0px;
}

/***********************************
    button 
***********************************/
a.button {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingButton.png") no-repeat 0% 0px;
  color: #838e99 !important;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin: 0px 8px 0px 5px;
  padding: 0px 0px 0px 20px;
  text-decoration: none;
}

a.button span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingButton.png") no-repeat 100% 0px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  margin-right: -10px;
  padding: 0px 20px 0px 0px;
}

a.button span img {
  margin: 0px 4px 0px 0px;
  vertical-align: middle;
}

a.button:hover {
  background-position: 0% -29px;
  color: #000000;
  text-decoration: none !important;
}

a.button:hover span {
  background-position: 100% -29px;
}

a.button.active {
  background-position: 0% -29px;
  color: #606060;
}

a.button.active span {
  background-position: 100% -29px;
}

/* large button */
a.button.largeButton {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/largeButton.png");
  display: inline-block;
  height: 35px;
  margin: 0px 40px 0px 0px;
  padding: 0px 0px 0px 40px;
}

#mijnUwKansen article.mijnWindow a.button.largeButton {
  margin-top: 10px;
}

a.button.largeButton span {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/largeButton.png");
  color: #0f3a67;
  display: inline-block;
  font-size: 166%;
  font-weight: bold;
  height: 35px;
  line-height: 32px;
  margin: 0px -40px 0px 0px;
  padding: 0px 40px 0px 0px;
}

a.button.largeButton:hover {
  background-position: 0% -256px;
}

a.button.largeButton:hover span {
  background-position: 100% -256px;
}

/* overlapButton */
span.overlapButton {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InloggenButton.png") no-repeat 0px 0px;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin: 0px 10px 0px 5px;
  padding: 0px 0px 0px 10px;
  vertical-align: middle;
  width: auto;
  white-space: nowrap;
  /* For MSIE 6 */
  _width: 24px;
}

span.overlapButton span.overlap {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InloggenButton.png") no-repeat 100% 0px;
  display: inline-block;
  height: 24px;
  margin-right: -9px;
  padding: 0px 10px 0px 0px;
  position: static;
  /* For MSIE 6 */
  _position: relative;
}

span.overlapButton span.overlap input.button {
  border: none;
  background: Transparent none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 22px;
  margin-top: 0px;
  *margin-top: -2px;
  overflow: visible;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
}

span.overlapButton:hover {
  background-position: 0px -128px;
}

span.overlapButton:hover .overlap {
  background-position: 100% -128px;
}

span.overlapButton:hover span.overlap span.button {
  color: #ffffff;
}

/* overlap */
a.overlapButton {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InloggenHerinneringButton.png") no-repeat 0px 0px;
  color: #484848 !important;
  display: inline-block;
  height: 25px;
  line-height: 22px;
  margin: 0px 10px 0px 5px;
  padding: 0px 0px 0px 10px;
  text-decoration: none;
  _width: 10px;
  _white-space: nowrap;
}

a.overlapButton span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InloggenHerinneringButton.png") no-repeat 100% 0px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin-right: -10px;
  padding: 0px 10px 0px 0px;
  _position: relative;
}

a.overlapButtonDark span img {
  margin: 0px 4px 0px 0px;
  vertical-align: middle;
}

a.overlapButton:hover {
  background-position: 0% -128px;
  color: #000000;
  text-decoration: none !important;
}

a.overlapButton:hover span {
  background-position: 100% -128px;
}

a.overlapButton.active {
  background-position: 0% -160px;
  color: #ffffff;
}

a.overlapButton.active span {
  background-position: 100% -160px;
}

a.overlapButton.disabled {
  background-position: 0% 0px;
  color: #999999 !important;
  cursor: default;
}

a.overlapButton.disabled span {
  background-position: 100% 0px;
  cursor: default;
}

/* inloggen blue */
a.overlapButtonDark {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InloggenButton.png") no-repeat 0px 0px;
  color: #ffffff !important;
  display: inline-block;
  height: 25px;
  line-height: 22px;
  margin: 0px 10px 0px 5px;
  padding: 0px 0px 0px 10px;
  text-decoration: none;
  _width: 10px;
  _white-space: nowrap;
}

a.overlapButtonDark span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InloggenButton.png") no-repeat 100% 0px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin-right: -10px;
  padding: 0px 10px 0px 0px;
  _position: relative;
}

a.overlapButtonDark span img {
  margin: 0px 4px 0px 0px;
  vertical-align: middle;
}

a.overlapButtonDark:hover {
  background-position: 0% -128px;
  color: #ffffff;
  text-decoration: none !important;
}

a.overlapButtonDark:hover span {
  background-position: 100% -128px;
}

a.overlapButtonDark.active {
  background-position: 0% -160px;
  color: #ffffff;
}

a.overlapButtonDark.active span {
  background-position: 100% -160px;
}

/* button */
span.button {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InloggenHerinneringButton.png") no-repeat 0% 0px;
  color: #1B2F4B !important;
  display: inline-block;
  height: 25px;
  line-height: 22px;
  margin: 0px 10px 0px 5px;
  padding: 0px 0px 0px 10px;
  text-decoration: none !important;
}

span.button span.overlap {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InloggenHerinneringButton.png") no-repeat 100% 0px;
  display: inline-block;
  height: 24px;
  margin-right: -10px;
  padding: 0px 10px 0px 0px;
  position: static;
  /* For MSIE 6 */
  _position: relative;
}

span.button span.overlap input.button {
  border: none;
  background: Transparent none;
  color: #1B2F4B !important;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: -2px;
  *margin-top: 0px;
  overflow: visible;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  vertical-align: middle;
}

span.button span.overlap a {
  border: none;
  background: Transparent none;
  color: #1B2F4B !important;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: -2px;
  *margin-top: 0px;
  overflow: visible;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  vertical-align: middle;
}

span.button:hover {
  background-position: 0px -128px;
}

span.button:hover .overlap {
  background-position: 100% -128px;
}

span.button:hover span.overlap span.button {
  color: #ffffff;
}

/* bigger button */
a.button.biggerButton,
span.overlapButton.biggerButton {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/NieuwsbriefAanmeldenButton.png") no-repeat 0px 0px;
  height: 35px !important;
  margin: 0px 15px 0px 5px;
  padding: 0px 0px 0px 15px;
}

a.button.biggerButton span,
span.overlapButton.biggerButton span.overlap {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/NieuwsbriefAanmeldenButton.png") no-repeat 100% 0px;
  height: 35px;
  line-height: 32px;
  margin-right: -15px;
  padding: 0px 15px 0px 0px;
  line-height: 31px;
  color: #192c4f;
  font-size: 120%;
  font-weight: bold;
}

span.overlapButton.biggerButton span.overlap input.button {
  color: #192c4f;
  font-weight: bold;
  height: 31px;
  line-height: 32px;
  margin-top: -2px;
  *margin-top: -3px;
  *line-height: 35px;
  margin-top: -2px;
}

a.button.biggerButton:hover,
span.overlapButton.biggerButton:hover {
  background-position: 0px -256px;
}

a.button.biggerButton:hover span,
span.overlapButton.biggerButton:hover .overlap {
  background-position: 100% -256px;
}

span.overlapButton.biggerButton:hover span.overlap span.button {
  color: #192c4f;
}

/* bigger button */
a.button.biggerButton.bigBlue,
span.overlapButton.biggerButton.bigBlue {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButton.png");
}

a.button.biggerButton.bigBlue span,
span.overlapButton.biggerButton.bigBlue span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButton.png");
}

a.button.biggerButton.bigBlue,
span.overlapButton.biggerButton.bigBlue span.overlap input.button {
  color: #192c4f;
  font-weight: normal;
}

a.button.biggerButton.bigBlue:hover,
span.overlapButton.biggerButton.bigBlue:hover {
  background-position: 0px -256px;
}

a.button.biggerButton.bigBlue:hover span,
span.overlapButton.biggerButton.bigBlue:hover .overlap {
  background-position: 100% -256px;
}

span.overlapButton.biggerButton.bigBlue:hover span.overlap span.button {
  color: #192c4f;
}

a.button.greenerButton,
span.overlapButton.greenerButton {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/DownloadsOverzichtButton.png") !important;
  color: #ffffff;
}

a.button.greenerButton span,
span.overlapButton.greenerButton span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/DownloadsOverzichtButton.png") !important;
  color: #ffffff;
}

/* blue button */
a.button.blue {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/blueButton.png");
  color: #254066;
  vertical-align: middle;
}

a.button.blue span {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/blueButton.png");
}

/* blue button */
span.overlapButton.blue {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/blueButton.png");
  margin-top: -1px;
  vertical-align: middle;
}

span.overlapButton.blue span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/blueButton.png");
}

span.overlapButton.blue span.overlap input {
  color: #254066 !important;
  margin-top: 1px !important;
  *margin-top: -2px !important;
  margin-top: -2px !important;
}

/* grey button */
span.overlapButton.grey {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntroMenu.png");
  margin-top: -1px;
  vertical-align: middle;
}

span.overlapButton.grey span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntroMenu.png");
}

span.overlapButton.grey span.overlap input {
  color: #484848 !important;
  margin-top: 1px !important;
  *margin-top: -2px !important;
  margin-top: -2px !important;
}

/* blue button */
/* overlapButton */
span.overlapButton.blues {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bluesButton.png") no-repeat 0px 0px;
  cursor: pointer;
  display: inline-block;
  height: 29px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  vertical-align: middle;
  width: auto;
  float: left;
  white-space: nowrap;
}

span.overlapButton.blues span.overlap {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bluesButton.png") no-repeat 100% 0px;
  display: inline-block;
  height: 29px;
  margin-right: 0px;
  padding: 0px 15px 0px 0px;
  position: static;
}

span.overlapButton.blues span.overlap input {
  border: none;
  background: Transparent none;
  color: #254066;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  line-height: 22px;
  margin-top: 0px;
  *margin-top: -2px;
  overflow: visible;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  vertical-align: middle;
  font-weight: normal;
}

span.overlapButton.blues span.overlap a {
  border: none;
  background: Transparent none;
  color: #254066 !important;
  cursor: pointer;
  display: inline-block !important;
  height: 26px !important;
  line-height: 28px !important;
  margin-top: 0px;
  width: auto !important;
  overflow: visible;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  vertical-align: middle;
  font-weight: normal;
  margin: auto !important;
}

span.overlapButton.blues:hover {
  background-position: 0px -29px;
}

span.overlapButton.blues:hover .overlap {
  background-position: 100% -29px;
}

span.overlapButton.blues:hover span.overlap span.button {
  color: #254066;
}

a.button.blues {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bluesButton.png");
  margin-top: 0px;
  vertical-align: middle;
  height: 29px;
  line-height: 28px;
  font-weight: normal;
  color: #254066 !important;
  padding-left: 20px;
}

a.button.blues span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bluesButton.png");
  height: 29px;
  padding: 0px 20px 0px 0px;
}

a.button.blues:hover {
  background-position: 0px -29px;
}

a.button.blues:hover span.overlap {
  background-position: 100% -29px;
}

a.button.greens {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/buttonGreens.png");
  margin-top: 0px;
  vertical-align: middle;
  height: 34px;
  line-height: 33px;
  font-weight: normal;
  color: #ffffff !important;
  padding-left: 18px;
}

a.button.greens span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/buttonGreens.png");
  height: 34px;
  padding: 0px 16px 0px 0px;
}

a.button.greens:hover {
  background-position: 0px -34px;
}

a.button.greens:hover span.overlap {
  background-position: 100% -34px;
}

/* bluesy button */
a.button.bluesy {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnBleusy.png");
  margin-top: 0px;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #316bad;
  padding: 0px 0px 0px 13px;
}

a.button.bluesy span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnBleusy.png");
  height: 28px;
  padding: 0px 13px 0px 2px;
}

a.button.bluesy:hover {
  background-position: 0px -29px;
  color: #316bad;
}

a.button.bluesy:hover span.overlap {
  background-position: 100% -29px;
}

/* order button */
a.orderButton {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/resultButton2.png") no-repeat 0px 0px;
  color: #2f5396 !important;
  font-size: 110%;
  font-weight: bold;
  float: right;
  height: 30px;
  line-height: 26px;
  padding: 0px 0px 0px 20px;
  text-decoration: none;
  _width: 10px;
  _white-space: nowrap;
}

a.orderButton.left {
  float: left;
  margin-left: -10px;
}

a.orderButton span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/resultButton2.png") no-repeat 100% 0px;
  display: block;
  height: 30px;
  padding: 0px 35px 0px 0px;
}

a.orderButton:hover {
  background-position: 0px -128px;
  text-decoration: none !important;
}

a.orderButton:hover span {
  background-position: 100% -128px;
}

a.bigUps {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnBigUp.png") no-repeat 0px 0px;
  height: 59px;
  width: 243px;
  text-align: center;
  color: #264f79 !important;
  font-weight: bold;
  font-size: 130%;
  text-decoration: none;
  padding: 0px 10px;
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
  border-right: solid 24px #ffffff;
}

a.bigUps:last-of-type {
  border-right: none;
}

a.bigUps:hover {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnBigUp.png") no-repeat 0px -59px;
  text-decoration: none !important;
}

/* button different */
a.differs {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnDiff.png") no-repeat 0% 0px;
  color: #223650;
  display: inline-block;
  height: 28px;
  line-height: 26px;
  margin: 0px 8px 0px 5px;
  padding: 0px 0px 0px 16px;
  text-decoration: none;
  _width: 10px;
  _white-space: nowrap;
}

a.differs.color {
  color: #254066;
  font-weight: bold;
  margin-right: 20px;
}

a.differs.color {
  color: #254066;
  font-weight: bold;
  margin-right: 20px;
}

a.differs span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnDiff.png") no-repeat 100% 0px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  margin-right: -10px;
  padding: 0px 16px 0px 0px;
  _position: relative;
}

a.differs span img {
  margin: 0px 4px 0px 0px;
  vertical-align: middle;
}

a.differs:hover {
  background-position: 0% -28px;
  color: #223650;
  text-decoration: none !important;
}

a.differs:hover span {
  background-position: 100% -28px;
}

a.differs.active {
  background-position: 0% -28px;
  color: #223650;
}

a.differs.active span {
  background-position: 100% -28px;
}

a.button.differ {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* DOCUMENT LAYOUT: The structure of the document */
@media all {
  /* Homepage Camera's */
  body {
    padding-bottom: 48px;
  }
  #bodyHeader {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyHeader_camera.png") no-repeat 0px 53px;
    height: 95px;
    margin: 0px auto 19px auto;
    padding: 0px 0px 0px 0px;
    width: 980px;
  }
  #bodyArticle {
    margin: 34px auto 0px auto;
    width: 980px;
  }
  #bodyFooter {
    margin-top: 10px;
    bottom: 0px;
    height: 48px;
    left: 0px;
    position: center;
    width: 100%;
    z-index: 30000;
  }
  #bodyFooter .metaMenu {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
  }
  #bodyFooter .metaMenu menu {
    width: 100%;
    text-align: center;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
  }
  #bodyFooter .metaMenu menu ul {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: inherit;
  }
  #bodyFooter .metaMenu menu ul li {
    list-style-type: none;
    display: inline;
  }
  #bodyFooter .metaMenu menu ul li:not(:first-of-type) {
    padding-left: 16px;
  }
  #bodyFooter .metaMenu menu ul li a {
    /*color: #b1c1ce;*/
    color: #efefef;
  }
  .prijsvoordeel #bodyFooter .metaMenu menu {
    transform: translateY(0%);
  }
  body.mijnPrivilege #bodyFooter .metaMenu menu ul li a {
    color: #ffffff;
  }
  #loggedIn {
    float: left;
    padding: 18px 0px 0px 24px;
  }
  #loggedIn em {
    font-style: normal;
    padding: 0px 0px 0px 0.5em;
  }
  .stars.small {
    padding-top: 14px;
    margin-left: 294px !important;
  }
  .stars.small a {
    text-decoration: none;
  }
  .stars.small img {
    width: 30px;
    margin-right: -5px;
  }
  #powered {
    text-align: center;
    position: absolute;
    width: 100%;
    margin: 10px 0px 0px 10px;
    padding: 0px 0px 0px 14px;
    line-height: 42px;
  }
  #powered a {
    text-decoration: none;
    color: #838e99;
  }
  #powered em {
    font-style: normal;
  }
  #powered img {
    margin-top: -4px;
  }
  #messageIndicator {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/messageIndicatorBack.png") no-repeat 100% 8px;
    font-weight: bold;
    float: right;
    height: 32px;
    line-height: 21px;
    margin: 0px 0px 0px 0px;
    padding: 16px 16px 0px 0px;
  }
  #messageIndicator a {
    color: #606060;
    text-decoration: none;
  }
  #messageIndicator a span {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/messageIndicator.png") no-repeat 0px 0px;
    color: #ffffff;
    display: inline-block;
    font-size: 90%;
    height: 22px;
    line-height: 19px;
    text-align: center;
    width: 21px;
    vertical-align: middle;
  }
  #messageIndicator a:hover strong {
    text-decoration: underline;
  }
  body.narrow #bodyArticleWindow {
    width: 400px;
    margin-left: -40px;
    margin-top: -50px;
  }
  body.narrow #bodyArticleWindow h1 {
    font-size: 20px;
  }
  body.narrow #bodyArticleWindow header.bodyArticleWindow {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/backSmallContent.png") no-repeat 0px 46px !important;
    width: 503px !important;
    height: 29px;
    color: #0f3a67 !important;
    padding-left: 18px;
    padding-top: 61px;
  }
  body.narrow #bodyArticleWindow header.bodyArticleWindow h1 {
    color: #0f3a67;
  }
  body.narrow #bodyArticleWindow h3 {
    color: #707070 !important;
    font-weight: bold !important;
    font-size: 110% !important;
    margin-bottom: 2px;
  }
  body.narrow #bodyArticleWindow ul {
    margin: 0px 0px 20px -26px;
  }
  body.narrow #bodyArticleWindow #LedenWervenLeden ul {
    margin: -18px 0px 20px 0px;
  }
  body.narrow #bodyArticleWindow div.bodyArticleWindow {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/backSmallContent.png") repeat-y 0px 100% !important;
    width: 463px;
    padding: 20px 20px 10px 20px;
    color: #1b2f4b !important;
  }
  body.narrow #bodyArticleWindow div.bodyArticleWindow a.how {
    margin-bottom: 15px;
  }
  body.narrow #bodyArticleWindow div.bodyArticleWindow strong {
    display: block;
  }
  body.logIn.little #bodyArticle {
    width: 584px;
    margin-left: -96px;
  }
  body.logIn.little #bodyArticleWindowOne {
    width: 584px;
    margin: 0px auto 0px auto;
  }
  body.logIn.little #bodyArticleWindowOne header.bodyArticleWindowOne {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindowOne.png") no-repeat 0px 46px;
    height: 10px;
    padding: 20px;
  }
  body.logIn.little #bodyArticleWindowOne div.bodyArticleWindowOne header h1 {
    color: #254066;
    border-bottom: 1px solid #AFC0D1;
    padding: 0px 20px 15px 0px;
    margin-bottom: 15px;
    font-size: 150%;
  }
  body.logIn.little #bodyArticleWindowOne div.bodyArticleWindowOne {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindowOne_loop.png") repeat-y 0px 50%;
    padding: 20px 25px 10px 25px;
    font-size: 110%;
    line-height: 140% !important;
  }
  body.logIn.little #bodyArticleWindowOne div.bodyArticleWindowOne p {
    margin-bottom: 20px;
    color: #838E99 !important;
  }
  body.logIn.little #bodyArticleWindowOne div.bodyArticleWindowOne a {
    color: #0f3a67;
  }
  body.logIn.little #bodyArticleWindowOne div.bodyArticleWindowOne h3 {
    color: #838e99 !important;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 3px !important;
  }
  body.logIn.little #bodyArticleWindowOne div.bodyArticleWindowOne ul {
    margin: 0px 0px 20px -25px;
  }
  body.logIn.little #bodyArticleWindowOne div.bodyArticleWindowOne a.member {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnMember.png") no-repeat 0% 0%;
    width: 247px;
    height: 59px;
    float: right;
    margin-bottom: -20px;
    text-decoration: none;
  }
  body.logIn.little #bodyArticleWindowOne div.bodyArticleWindowOne a.member:hover {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnMember.png") no-repeat 0% -59px;
  }
  body.logIn.little #bodyArticleWindowOne footer.bodyArticleWindowOne {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindowOne.png") no-repeat 0px 100%;
    height: 10px;
  }
  body.mijnPrivilege #bodyArticleWindow footer.bodyArticleWindow, body.loginenwinContent #bodyArticleWindow footer.bodyArticleWindow {
    height: 15px;
  }
  body.loginenwinContent #bodyArticleWindow footer.bodyArticleWindow, body.exception #bodyArticleWindow footer.bodyArticleWindow {
    margin-bottom: 50px;
    display: none !important;
  }
}
/* RE-USABLE COMPONENTS: Content Types and Applications that Can Exist Many Times on a Single Page */
@media all {
  #OrderBevestiging article.OrderDetails .stampInstall {
    position: absolute;
    left: 0px;
    top: 0px;
    background: none;
    z-index: 17998;
  }
  article aside .starter span {
    float: right;
    font-weight: bold;
  }
  #offers footer {
    margin-bottom: -26px;
  }
  menu.contentPager {
    display: none;
  }
  .notice {
    color: #3581cf;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 50px !important;
    display: block;
    text-align: center;
    padding: 0px 80px;
  }
  /*Keyframes bevinden zicht onder aan in de style*/
  .loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -moz-animation: load5 1.1s infinite ease;
    -o-animation: load5 1.1s infinite ease;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 150px;
  }
  div.magazine {
    position: absolute;
    top: 0px;
    z-index: 11999;
    left: 0px;
    *display: none;
  }
  div.test {
    position: absolute;
    top: 140px;
    z-index: 11999;
    left: 130px;
  }
  div.test a {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/testResult.png") no-repeat 0px 0px;
    display: block;
    width: 108px;
    height: 102px;
    text-decoration: none;
  }
  div.expert {
    position: absolute;
    bottom: -10px;
    z-index: 7999;
    left: 130px;
  }
  div.expert a {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/stickerExpert.png") no-repeat 0px 0px;
    display: block;
    width: 108px;
    height: 102px;
    text-decoration: none;
  }
  div.expert a:hover {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/stickerExpert.png") no-repeat 0px 0px;
  }
  a.honeyDew {
    position: absolute;
    bottom: 10px;
    z-index: 7999;
    right: 3px;
  }
  div.honeyDew {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingNummer.png") no-repeat 0px 0px;
    width: 95px;
    height: 52px;
    color: #707d89;
    font-size: 90%;
    text-align: center;
    padding: 6px;
    position: absolute;
    bottom: 10px;
    z-index: 7999;
    right: 0px;
  }
  div.honeyDew a {
    font-size: 100%;
    color: #1b2f4b;
  }
  a.bigster, footer.experts a.bigster {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bigButtons.png") no-repeat 0px 0%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 231px;
    display: block;
    text-decoration: none;
    margin-left: 250px;
    color: #223650;
  }
  a.bigster:hover, footer.experts a.bigster:hover {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bigButtons.png") no-repeat 0px -37px;
  }
  #Contact h2 {
    color: #838e99;
    font-size: 120%;
    margin: 10px 0px 20px 0px;
  }
  #Contact p {
    font-weight: bold;
  }
  #Contact em {
    font-weight: normal;
  }
  #Contactform span.required {
    float: left;
    font-size: 90%;
  }
  #Contactform footer.FactuuradresForm {
    background: none !important;
    padding: 10px 0px !important;
  }
  .notification {
    background: #fdfdd5 none;
    border: solid 1px #efda81;
    margin: 15px 0px 1em 0px;
    padding: 8px 10px 0em 10px;
  }
  .choice {
    float: left;
    width: calc(50% - 20px);
    padding-left: 20px;
  }
  .choice label {
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 10px;
    margin-left: 2px;
    font-size: 12px;
    color: #2f3a4d;
  }
  .choice input[type=radio] {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: -2px;
  }
  .choice:first-of-type {
    float: left;
    width: calc(50% - 21px);
    padding-right: 20px;
    padding-left: 0px;
    border-right: solid 1px #cdd2d6;
  }
  .choice label span {
    color: #838e99;
    font-weight: normal;
    display: block;
    margin-top: 6px;
  }
  div.testDescription {
    margin: 0px 0px 0px 0px;
  }
  div.testDescription h2 {
    color: #1b2f4b;
    font-size: 140%;
    margin: 0px 0px 10px 0px;
  }
  /* large button */
  #mijnUwKansen article.mijnWindow a.button.largeButton {
    margin-top: 10px;
  }
  /* pager menu */
  menu.pagerMenu li {
    display: inline;
    list-style-type: none;
    padding: 0px;
  }
  menu.pagerMenu li a.previous {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/pagerMenuPrevious.png") no-repeat 0% 2px;
    padding: 0px 0px 0px 12px;
    float: left;
  }
  menu.pagerMenu li a.next {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/pagerMenuNext.png") no-repeat 100% 2px;
    padding: 0px 12px 0px 0px;
    float: right;
  }
  menu.pagerMenu li ul.pages {
    display: inline;
    margin: 0px;
    padding: 0px;
  }
  menu.pagerMenu li ul.pages li a {
    padding: 0px 5px 0px 5px;
  }
  menu.pagerMenu li ul.pages li a.active {
    text-decoration: none;
  }
  /* begrippenlijst */
  article.Begrippenlijst {
    margin: 0px -2px 10px -2px;
    position: relative;
    width: 544px;
  }
  article.Begrippenlijst a.back {
    position: absolute;
    right: 15px;
    top: 13px;
  }
  article.Begrippenlijst h2 {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Begrippenlijst.png") no-repeat 0px 0%;
    color: #0f3a67;
    margin: 0px;
    padding: 15px 15px 12px 15px;
  }
  article.Begrippenlijst ul {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Begrippenlijst.png") no-repeat 0px 100%;
    margin: 0px;
    padding: 5px 15px 10px 15px;
  }
  article.Begrippenlijst ul li {
    list-style-type: none;
  }
  article.Begrippenlijst ul li a {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/BegrippenlijstLink.png") no-repeat 95% 7px;
    border-top: solid 1px #d4dfe5;
    display: block;
    padding: 4px 0px 4px 13px;
    margin: 0px -13px 0px -13px;
    text-decoration: none;
  }
  article.Begrippenlijst ul li a:hover {
    background: #fafcfc url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/BegrippenlijstLink.png") no-repeat 95% 7px;
  }
  article.Begrippenlijst ul li:first-child a {
    border-top: none;
  }
  /* asideBanner */
  figure.asideBanner {
    margin: 0px 0px 10px 0px;
  }
  /* shoppingbasket table */
  table.shoppingBasket {
    width: 100%;
  }
  table.shoppingBasket thead tr th {
    background: #aac0d0 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InhoudWinkelwagenHeader.png") repeat-x 0px 0px;
    color: #ffffff;
    padding: 6px 12px 6px 6px;
  }
  table.shoppingBasket thead tr th.firstChild {
    padding: 6px 12px 6px 12px;
    min-width: 290px;
  }
  footer.change {
    padding: 10px 0px !important;
    margin-top: 10px;
    background: none !important;
    text-align: left !important;
  }
  footer.change span.overlapButton.right {
    float: right;
  }
  footer.change p {
    font-size: 90%;
  }
  footer.change p.norm {
    font-size: 100%;
  }
  footer.change p.norm a {
    padding: 0px;
    margin: 0px !important;
  }
  span.addAlternative a {
    color: #0f3a67;
    text-decoration: underline !important;
  }
  /* AsideBorder */
  section.asideBorder {
    margin: 0px 0px 15px 0px;
  }
  section.asideBorder header.asideBorder {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutTotals.png") no-repeat 0% 0%;
    padding: 15px 15px 15px 15px;
    border-top: solid 1px #ffffff;
  }
  section.asideBorder header.asideBorder h2 {
    color: #38628d;
    font-size: 120%;
    margin: 0px;
  }
  section.asideBorder article.asideBorder {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutTotals.png") no-repeat 0% 50%;
    padding: 5px 15px 1px 15px;
  }
  section.asideBorder footer.asideBorder {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutTotals.png") no-repeat 0% 100%;
    padding: 1px 15px 15px 15px;
    text-align: right;
  }
  /* Bericht */
  article.Bericht {
    background: #ebf4fd;
    margin: 0px 0px 1.3em 0px;
    padding: 0px 15px 15px 15px;
  }
  body.mijnPrivilege article.Bericht h2 {
    background: #2e58a0 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Bericht.png") repeat-x 0% 100%;
    border-bottom: solid 1px #ffffff;
    color: #ffffff;
    margin: -15px -15px 15px -15px;
    padding: 15px 15px 15px 15px;
  }
  article.Bericht dl {
    color: #38628d;
    margin-top: -10px;
    padding-bottom: 50px;
    margin-top: 0px\9 ;
    padding-bottom: 0px\9 ;
  }
  article.Bericht dl dt {
    clear: both;
    float: left;
    width: 100px;
  }
  article.Bericht dl dd {
    float: left;
    width: 320px;
  }
  article.Bericht hr {
    background-color: #ffffff;
    clear: both;
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* UNIQUE COMPONENTS: Content Types and Applications That Can Exist Only Once per Page. */
@media all {
  #NieuwsbriefInstelling section.FactuuradresForm article.FactuuradresForm table.addressTable {
    width: 100%;
  }
  #NieuwsbriefInstelling section.FactuuradresForm article.FactuuradresForm table.addressTable tbody tr th {
    font-weight: bold;
  }
  /* Component Interesses */
  #Interesses section.FactuuradresForm article.FactuuradresForm table.addressTable tbody tr td input {
    float: left;
    margin: 0px 0.5em 2em 0px;
  }
  /* filterReviews */
  #filterReviews {
    margin: 0px -2px 0px -2px;
    width: 824px;
  }
  #filterReviews2 {
    margin: 0px -2px 0px -2px;
    width: 824px;
  }
  #filterReviews3 {
    margin: 0px -2px 0px -2px;
    width: 824px;
  }
  #filterReviews4 {
    margin: 0px -2px 0px -2px;
    width: 824px;
  }
  #filterReviewsZoomInside {
    margin: 0px -2px 0px -2px;
    width: 824px;
  }
  #filterReviewsZoomOutside {
    margin: 0px -2px 0px -2px;
    width: 824px;
  }
  #filterReviewsDeepZoom {
    margin: 0px -2px 0px -2px;
    width: 824px;
  }
  /* This is the moving lens square underneath the mouse pointer. */
  .cloud-zoom-lens {
    border: 2px solid #888;
    margin: -4px; /* Set this to minus the border thickness. */
    background-color: #fff;
    cursor: move;
  }
  /* This is for the title text. */
  .cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
  }
  /* This is the zoom window. */
  .cloud-zoom-big {
    overflow: hidden;
    width: 484px !important;
  }
  /* This is the loading message. */
  .cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
  }
  #homeShopping article {
    display: block;
  }
  #Soon p {
    color: #ffffff;
    text-align: center;
    margin-bottom: 4px;
  }
  #Soon article.soonText {
    background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/soonBlock.png");
    margin: 0px 10px 0px -60px;
    height: 171px;
    width: 460px;
    padding: 22px;
  }
  #Soon article.soonText p {
    color: #696969;
    text-align: left;
    margin-bottom: 18px;
  }
  #NewsQuery p {
    color: #ffffff;
    text-align: center;
    margin-bottom: 4px;
  }
  #NewsQuery article.soonText {
    background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/soonBlock.png");
    margin: 0px 10px 0px -60px;
    width: 460px;
    padding: 22px;
    *overflow: hidden;
    *height: 60px;
  }
  #NewsQuery article.soonText p {
    color: #696969;
    text-align: left;
    margin-bottom: 18px;
  }
  #NewsQuery article.soonText span.overlapButton.left {
    margin-left: -6px;
  }
  #NewsQuery article.soonText a {
    text-decoration: none;
  }
  #NewsQuery footer {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/soonBlock.png") no-repeat 0% 100%;
    margin: 0px 10px 0px -60px;
    height: 10px;
    width: 504px;
    padding-bottom: 10px;
    *padding-bottom: 0px;
  }
  /* adminFooter */
  body.adminFooter {
    padding-bottom: 80px;
  }
  body.adminFooter #bodyFooter {
    bottom: 40px;
  }
  .soldBlock {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/soldBlock.png") no-repeat 0% 0%;
    display: block;
    height: 106px;
    left: 332px;
    position: absolute;
    top: 252px;
    z-index: 1000;
    width: 134px;
    padding: 20px 10px 10px 10px;
  }
  .soldBlock h3 {
    text-align: center;
    font-weight: bold;
    font-size: 170%;
    color: #1c3053;
    line-height: 110%;
    margin-bottom: 26px;
  }
  .soldBlock p {
    line-height: 100%;
    color: #707070;
  }
  /* Persoonsgegevens */
  #Persoonsgegevens h2 {
    color: #484848;
  }
  #Persoonsgegevens table.data tbody tr th {
    font-weight: normal;
    padding: 5px 15px 5px 0px;
  }
  #Persoonsgegevens table.data tbody tr td {
    padding: 5px 0px 5px 15px;
  }
  /* VraagOpmerking */
  #VraagOpmerking {
    margin: 0px 0px -10px 0px;
  }
  #VraagOpmerking h2 {
    color: #484848;
  }
  #VraagOpmerking fieldset.validateForm {
    margin: 0px;
  }
  #VraagOpmerking fieldset.validateForm table {
    margin: 0px;
  }
  #VraagOpmerking fieldset.validateForm table tfoot tr td {
    padding-right: 10px;
  }
  #VraagOpmerking fieldset.validateForm table tbody tr td {
    padding-right: 0px;
  }
  /* Informatie */
  #Informatie {
    margin: 0px -2px 10px -2px;
    width: 984px;
  }
  #Informatie header.Informatie {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindow.png") no-repeat 0px 46px;
    height: 46px;
    padding-top: 12px;
  }
  #Informatie header.Informatie h1 {
    color: #ffffff;
  }
  #Informatie section.Informatie {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindow_loop.png") repeat-y 0px 50%;
    padding: 5px 1px 1px 20px;
  }
  #Informatie section.Informatie article.Informatie {
    float: left;
    margin: 0px 17px -10px 0px;
    width: 223px;
  }
  #Informatie footer.Informatie {
    clear: both;
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindow.png") no-repeat 0px 100%;
    height: 15px;
  }
  /* VorigePagina */
  #VorigePagina {
    margin-bottom: 15px;
    width: 224px;
  }
  #VorigePagina header.vorigePagina {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/VorigePagina.png") no-repeat 0px 0%;
    padding: 10px 15px 8px 15px;
  }
  #VorigePagina header.vorigePagina a {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/VorigePaginaLink.png") no-repeat 100% 2px;
    color: #0f3a67;
    padding: 0px 15px 0px 0px;
    text-decoration: underline;
  }
  #VorigePagina header.vorigePagina a:hover {
    color: #0f3a67;
    text-decoration: underline;
  }
  #VorigePagina article.vorigePagina {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/VorigePagina.png") no-repeat 0px 50%;
    padding: 1px 15px 5px 15px;
  }
  #VorigePagina article.vorigePagina figure a img {
    margin-bottom: 4px;
  }
  #VorigePagina article.vorigePagina figure figcaption {
    color: #0f3a67;
    font-weight: bold;
  }
  #VorigePagina footer.vorigePagina {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/VorigePagina.png") no-repeat 0px 100%;
    height: 10px;
  }
  #newMem {
    width: 184px;
    height: 147px;
    text-align: center;
    padding: 20px;
    color: #254066;
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/backMember.png") no-repeat 0px 0%;
    margin-bottom: -25px;
    line-height: 120%;
  }
  #newMem a.btnNewMember {
    width: 194px;
    height: 53px;
    display: block;
    margin: 10px 0px 0px -4px;
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnNMem.png") no-repeat 0px 0%;
  }
  #newMem a.btnNewMember:hover {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnNMem.png") no-repeat 0px -53px;
  }
  /* AlgNavigatie */
  #AlgNavigatie {
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }
  #AlgNavigatie li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  #AlgNavigatie li a {
    background: #355f8b url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/AlgNavigatie.png") no-repeat 0px 0px;
    border-bottom: solid 1px #274768;
    color: #ffffff;
    display: block;
    _height: 15px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
  }
  #AlgNavigatie li a.active {
    margin-top: 0px !important;
    display: block;
  }
  #AlgNavigatie li a.active,
  #AlgNavigatie li a:hover {
    background-color: #6d97b9;
    background-position: 0px -256px;
    border-bottom: solid 1px #52728c;
    color: #ffffff;
    text-decoration: none;
  }
  #AlgNavigatie li ul {
    margin: 0px;
    padding: 0px;
  }
  #AlgNavigatie li ul li a {
    background: #e3e9ef none;
    border-bottom: solid 1px #ffffff;
    color: #355f8b;
    text-decoration: none;
  }
  #AlgNavigatie li ul li a.active,
  #AlgNavigatie li ul li a:hover {
    background: #cbd7e1 none;
    border-bottom: solid 1px #ffffff;
    color: #0f3a67;
    text-decoration: none;
  }
  #AlgNavigatie li ul li a.active {
    font-weight: bold;
  }
  /* OverzichtAanhef1 */
  #OverzichtAanhef1 {
    margin: 0px 0px 15px 0px;
  }
  #OverzichtAanhef1 h1 {
    margin: 0px 0px 10px 0px;
  }
  /* AfbeeldingContent */
  #AfbeeldingContent {
    margin: 0px -2px 15px -2px;
    text-align: center;
  }
  /* BannerContent */
  #BannerContent {
    margin: 0px 0px 15px 0px;
    width: 544px;
  }
  /* LinkboxContent */
  #LinkboxContent {
    border-bottom: solid 1px #d8dcde;
    margin: 0px 0px 15px 0px;
  }
  #LinkboxContent header {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/LinkboxContent.png") no-repeat 0px 0px;
    height: 28px;
    line-height: 28px;
  }
  #LinkboxContent header h1 {
    color: #ffffff !important;
    font-size: 100%;
    margin: 0px;
    padding: 0px 15px 0px 15px;
  }
  #LinkboxContent nav {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/LinkboxContent.png") no-repeat 0px -28px;
    padding: 10px 15px 10px 15px;
  }
  #LinkboxContent nav menu {
    margin: 0px;
  }
  #LinkboxContent nav menu li {
    list-style-type: none;
    margin: 0px;
    padding: 0px 15px 3px 0px;
  }
  #LinkboxContent nav menu li img {
    vertical-align: middle;
  }
  #LinkboxContent nav menu li a {
    color: #0f3a67;
  }
  #LinkboxContent nav menu.half {
    float: left;
    width: 50%;
  }
  #LinkboxContent2 nav {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/backLinkbox.jpg") repeat-x 0px 0px;
    padding: 0px 15px 0px 15px;
  }
  #LinkboxContent2 nav menu li {
    list-style-type: none;
    margin: 0px;
    line-height: 33px;
  }
  #LinkboxContent2 nav menu li a {
    color: #0f3a67;
  }
  /* WinnaarsFilter */
  #WinnaarsFilter {
    margin: 0px 0px 5px 0px;
  }
  #WinnaarsFilter .select {
    background-color: #daeafc;
    margin: 0px;
    padding: 15px 15px 15px 15px;
    float: none;
    width: auto;
    height: 22px;
    min-height: 22px;
  }
  #WinnaarsFilter .select label {
    display: none;
  }
  #WinnaarsFilter .select dl {
    float: left;
    width: 275px;
  }
  #WinnaarsFilter .select dt strong {
    width: 225px;
  }
  #WinnaarsFilter .select dl dd.adjustPosition {
    width: 250px;
  }
  #WinnaarsFilter .select dl dd.adjustPosition menu {
    *width: 237px;
  }
  /* GlossaryFilter */
  #GlossaryFilter {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/glossaryFilter.png") repeat-x 0% 0%;
    margin: 0px 0px 10px 0px;
    padding: 22px 10px 22px 10px;
    text-align: center;
  }
  #GlossaryFilter li {
    display: inline;
  }
  #GlossaryFilter li a {
    color: #879cb3;
    font-size: 130%;
    font-weight: bold;
    padding: 0px 2px 0px 3px;
  }
  #GlossaryFilter li a:hover {
    color: #0f3a67;
  }
  #GlossaryFilter li a.active {
    color: #0f3a67;
    text-decoration: none;
  }
  /* Begrippenlijst */
  #Begrippenlijst {
    margin: 0px 0px 15px 0px;
  }
  #Begrippenlijst header {
    padding: 5px 15px 5px 15px;
  }
  /* Letter */
  #Letter article.Begrippenlijst {
    margin: 0px 0px 10px 0px;
    width: 224px;
  }
  #Letter article.Begrippenlijst h2 {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Letter.png") no-repeat 0px 0%;
    font-size: 133%;
  }
  #Letter article.Begrippenlijst div {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/LetterList.png") no-repeat 0px 0px;
    padding: 2px 0px 0px 0px;
  }
  #Letter article.Begrippenlijst div p {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/LetterList2.png") no-repeat 0px 100%;
    padding: 2px 15px 4px 15px;
    margin: 0px;
  }
  #Letter article.Begrippenlijst ul {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Letter.png") no-repeat 0px 100%;
    padding: 0px 0px 10px 0px;
  }
  #Letter article.Begrippenlijst ul li {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/LetterList.png") no-repeat 0% 0px;
    margin: 0px 0px 0px 13px;
  }
  #Letter article.Begrippenlijst ul li a {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/LetterLink.png") no-repeat 0% 0px;
    border: none;
    padding: 4px 15px 4px 15px;
    width: 194px;
  }
  #Letter article.Begrippenlijst dl {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Letter.png") no-repeat 0px 100%;
    padding: 5px 0px 20px 0px;
    margin: 0px;
  }
  #Letter article.Begrippenlijst dl dt {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/LetterDT.png") no-repeat 11px 3px;
    border: none;
    color: #0f3a67;
    font-weight: normal;
    margin: 0px;
    padding: 0px 15px 0px 25px;
    width: 184px;
  }
  #Letter article.Begrippenlijst dl dt a {
    color: #0f3a67;
    text-decoration: none;
  }
  #Letter article.Begrippenlijst dl dd {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/LetterDD.png") no-repeat 0% 0px;
    border: none;
    margin: 0px;
    padding: 0px 15px 0px 25px;
    width: 184px;
  }
  /* Player */
  #Player {
    margin: -15px 0px 0px 0px;
  }
  /* AanhefWinkelwagen */
  #AanhefWinkelwagen {
    margin: 0px 0px 10px 0px;
  }
  #AanhefWinkelwagen h2 {
    color: #0f3a67;
    margin-bottom: 10px;
  }
  /* InhoudWinkelwagen */
  #InhoudWinkelwagen footer {
    text-align: right;
  }
  #InhoudWinkelwagen footer a.back {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InhoudWinkelwagenBack.png") no-repeat 0px 4px;
    color: #0f3a67;
    float: left;
    padding: 0px 0px 0px 15px;
  }
  #InhoudWinkelwagen footer a.back:hover {
    color: #000000;
  }
  #OrderOverzicht footer {
    text-align: right;
  }
  #OrderOverzicht footer a.back {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InhoudWinkelwagenBack.png") no-repeat 0px 4px;
    color: #0f3a67;
    float: left;
    padding: 0px 0px 0px 15px;
  }
  #OrderOverzicht footer a.back:hover {
    color: #000000;
  }
  /* BannerCheckout */
  #BannerCheckout {
    margin: 0px 0px 10px 0px;
  }
  /* PegiLeeftijd */
  #PegiLeeftijd {
    margin: 0px 0px 10px 0px;
    width: 622px;
  }
  #PegiLeeftijd header h2 {
    color: #0f3a67;
    margin-bottom: 10px;
  }
  #PegiLeeftijd article {
    margin: 0px 0px 20px 0px;
  }
  #PegiLeeftijd footer {
    background: #9bbbd2 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/PegiLeeftijdFooter.png") no-repeat 0px 0px;
    height: 41px;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    text-align: right;
    width: 582px;
    line-height: 41px;
  }
  #PegiLeeftijd footer strong {
    color: #38628d;
    float: left;
    font-size: 140%;
    line-height: 41px;
  }
  /* Factuuradres */
  #Factuuradres {
    margin: 0px 0px 10px 0px;
  }
  /* CheckoutStap */
  #CheckoutTotals {
    margin: 0px 0px 15px 0px;
  }
  #CheckoutTotals header {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutTotals.png") no-repeat 0% 0%;
    padding: 15px 15px 15px 15px;
    border-top: solid 1px #ffffff;
  }
  #CheckoutTotals header h2 {
    color: #38628d;
    font-size: 120%;
    margin: 0px;
  }
  #CheckoutTotals article {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutTotals.png") no-repeat 0% 50%;
    padding: 15px 15px 1px 15px;
  }
  #CheckoutTotals article table {
    margin: 0px;
    width: 272px;
  }
  #CheckoutTotals article table tfoot tr.total th {
    border-top: solid 1px #b7b7b7;
    font-size: 100%;
    font-weight: bold;
    color: #515151;
    padding: 3px 3px 3px 0px;
    background-image: none;
    background-color: transparent;
    border-bottom: none;
  }
  #CheckoutTotals article table tfoot tr.total td {
    border-top: solid 1px #b7b7b7;
    font-size: 120%;
    font-weight: bold;
    color: #515151;
    padding: 3px 0px 3px 3px;
    text-align: right;
    background-image: none;
    background-color: transparent;
    border-bottom: none;
  }
  #CheckoutTotals article table tbody tr th {
    font-weight: normal;
    padding: 3px 3px 3px 0px;
    color: #515151;
  }
  #CheckoutTotals article table tbody tr td {
    padding: 3px 0px 3px 3px;
    text-align: right;
    color: #515151;
  }
  #CheckoutTotals article table tbody tr.subtotal th {
    border-top: solid 1px #b7b7b7;
    font-weight: normal;
    color: #515151;
    padding: 3px 3px 8px 0px;
  }
  #CheckoutTotals article table tbody tr.subtotal td {
    border-top: solid 1px #b7b7b7;
    padding: 2px 0px 7px 2px;
    text-align: right;
    color: #515151;
  }
  #CheckoutTotals footer {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutTotals.png") no-repeat 0% 100%;
    padding: 1px 15px 15px 15px;
    text-align: right;
  }
  #CheckoutTotals footer a {
    color: #38628d;
  }
  #CheckoutSteps {
    margin: 0px 0px 15px -7px;
  }
  #CheckoutSteps dl {
    margin: 0px;
    padding: 0px;
  }
  #CheckoutSteps dl dt {
    background: #a9c0d0 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutSteps.png") no-repeat 0px 0px;
    margin: 0px;
    padding: 7px 25px 7px 25px;
  }
  #CheckoutSteps dl dt em {
    color: #ffffff;
    float: left;
    font-weight: bold;
    font-style: normal;
    margin-right: 10px;
    text-align: center;
    width: 18px;
  }
  #CheckoutSteps dl dt strong {
    color: #0f3a67;
  }
  #CheckoutSteps dl dd {
    background: #a9c0d0 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutSteps.png") no-repeat 0px -256px;
    margin: 0px;
    padding: 10px 10px 10px 25px;
  }
  #CheckoutSteps dl dd div.change {
    text-align: right;
  }
  #CheckoutSteps dl dd div.change a {
    color: #38628d;
  }
  #CheckoutSteps dl dt.current {
    background-position: 0px -64px;
    padding: 5px 25px 7px 25px;
  }
  #CheckoutSteps dl dt.current em {
    color: #0f3a67;
  }
  #CheckoutSteps dl dt.current strong {
    color: #ffffff;
  }
  #CheckoutSteps dl dt.next {
    background-position: 0px -128px;
    padding: 5px 25px 7px 25px;
  }
  /* OrderBevestiging */
  #OrderBevestiging {
    margin: 0px 0px 20px 0px;
    /* width : 621px; */
  }
  #OrderBevestiging header.OrderBevestiging {
    margin: 0px 0px 20px 0px;
  }
  #OrderBevestiging header.OrderBevestiging h2 {
    color: #0f3a67;
    margin: 0px 0px 10px 0px;
  }
  #OrderBevestiging article.OrderDetails {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/OrderDetails.png") no-repeat 0px 0px;
    height: 113px;
    margin: 0px 0px 20px 0px;
    padding: 30px 30px 20px 330px;
    position: relative;
    width: 350px;
  }
  #OrderBevestiging article.OrderDetails figure {
    height: 123px;
    left: 15px;
    padding: 5px;
    position: absolute;
    top: 15px;
    width: 281px;
  }
  #OrderBevestiging article.OrderDetails div {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/OrderDetailsMark.png") no-repeat 0px 0px;
    height: 85px;
    left: 180px;
    position: absolute;
    top: -14px;
    width: 144px;
  }
  #OrderBevestiging article.OrderDetails div img {
    position: absolute;
  }
  #OrderBevestiging article.OrderDetails div img.position_1 {
    left: 64px;
    top: 51px;
  }
  #OrderBevestiging article.OrderDetails div img.position_2 {
    left: 73px;
    top: 49px;
  }
  #OrderBevestiging article.OrderDetails div img.position_3 {
    left: 83px;
    top: 47px;
  }
  #OrderBevestiging article.OrderDetails div img.position_4 {
    left: 93px;
    top: 45px;
  }
  #OrderBevestiging article.OrderDetails div img.position_5 {
    left: 102px;
    top: 44px;
  }
  #OrderBevestiging article.OrderDetails div img.position_6 {
    left: 108px;
    top: 42px;
  }
  #OrderBevestiging article.OrderDetails div img.position_7 {
    left: 117px;
    top: 40px;
  }
  #OrderBevestiging article.OrderDetails p {
    margin-top: -17px;
  }
  #OrderBevestiging article.OrderDetails p span {
    font-size: 120%;
  }
  #OrderBevestiging article.OrderDetails p strong {
    color: #0f3a67;
    font-size: 160%;
    line-height: 160%;
  }
  #OrderBevestiging article.OrderDetails p em {
    color: #0f3a67;
    font-size: 140%;
    font-style: normal;
  }
  #OrderBevestiging article.OrderNumber {
    background: #edf1f4 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Factuuradres.png") repeat-x 0px 0px;
    _background: #edf1f4 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Factuuradres.gif") repeat-x 0px 0px;
    margin: 0px 0px 15px 0px;
    padding: 10px 15px 10px 15px;
  }
  #OrderBevestiging article.OrderNumber a.right {
    color: #0f3a67;
  }
  #OrderBevestiging article.OrderNumber span {
    font-size: 120%;
    color: #464646;
  }
  #OrderBevestiging article.OrderNumber strong {
    font-size: 180%;
    color: #464646;
  }
  #OrderBevestiging footer.OrderBevestiging {
    text-align: right;
  }
  /* ReviewFormulier */
  #ReviewFormulier fieldset.validateForm table tfoot tr td {
    padding-right: 10px;
  }
  #ReviewFormulier fieldset.validateForm table tbody tr td div.select.small.left {
    min-height: 22px;
    height: 22px;
  }
  #ReviewFormulier fieldset.validateForm table tbody tr td div.select.small.left dl dt {
    background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect_white_games.png");
  }
  #ReviewFormulier fieldset.validateForm table tbody tr td div.select.small.left dl dt strong {
    background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect_white_games.png");
  }
  /* AsideExplanation */
  #AsideExplanation {
    margin: 0px 0px 15px 0px;
  }
  #AsideExplanation header {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutTotals.png") no-repeat 0% 0%;
    padding: 15px 15px 15px 15px;
    border-top: solid 1px #ffffff;
  }
  #AsideExplanation header h2 {
    color: #38628d;
    font-size: 120%;
    margin: 0px;
  }
  #AsideExplanation article {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutTotals.png") no-repeat 0% 50%;
    padding: 15px 15px 1px 15px;
  }
  #AsideExplanation footer {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutTotals.png") no-repeat 0% 100%;
    padding: 1px 15px 15px 15px;
    text-align: right;
  }
  /* Confirmation */
  #Confirmation footer a.button.smallerButton {
    background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpConfirmationButton.png");
  }
  #Confirmation footer a.button.smallerButton span {
    background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpConfirmationButton.png");
  }
  /* AanhefDownloads */
  #AanhefDownloads h1 {
    color: #0f3a67;
  }
  /* DownloadsOverzicht */
  #DownloadsOverzicht .DownloadsOverzicht h2,
  #DownloadsOverzicht .DownloadsOverzicht h3 {
    color: #0f3a67;
  }
  #DownloadsOverzicht article table.shoppingBasket a.button.greenerButton {
    margin-top: -7px;
  }
  /* AanhefMijnPrivilege */
  #AanhefMijnPrivilege footer {
    margin-top: 20px;
  }
  #AanhefMijnPrivilege time,
  #AanhefMijnPrivilege span.date,
  #AanhefMijnPrivilege1 time,
  #AanhefMijnPrivilege1 span.date {
    color: #38628d;
    float: right;
    font-size: 12px;
  }
  #AanhefMijnPrivilege h1, .newMemHeader header h1,
  #Contact h1, #AanhefMijnPrivilege1 h1 {
    border-bottom: solid 1px #afc0d1;
    color: #254066;
    padding: 0px 0px 10px 0px;
  }
  #AanhefMijnPrivilege p strong {
    font-size: 120%;
  }
  .newMemHeader {
    margin-bottom: 8px;
  }
  .newMemHeader a.banner {
    margin-bottom: -20px;
    display: block;
  }
  .newMemHeader p.floater {
    float: left;
    width: 200px;
    margin-right: 20px !important;
  }
  .FactuuradresForm p.floater.newfloater {
    width: 180px;
    float: left;
    margin-right: 20px;
  }
  .newMemHeader p {
    font-weight: bold;
  }
  .newMemHeader fieldset.checks {
    margin-top: 20px;
    display: block;
  }
  .newMemHeader fieldset.checks input {
    float: left;
    width: 20px;
    margin-top: 0px;
  }
  .newMemHeader fieldset.checks label {
    float: left;
    width: 500px;
    margin-bottom: 20px;
  }
  /* Klantgegevens */
  #Klantgegevens header.asideBorder {
    border: none;
  }
  #Klantgegevens header.asideBorder h2 {
    white-space: nowrap;
  }
  #Klantgegevens article.asideBorder dl {
    margin: 0px;
  }
  #Klantgegevens article.asideBorder dl dt {
    margin: 0px;
    display: inline;
  }
  #Klantgegevens article.asideBorder dl dd {
    margin: 0px;
    display: inline;
  }
  /* MijnNawGegevens1 */
  #MijnNawGegevens1 article.FactuuradresForm table.address {
    margin: 0px 0px 0px 0px;
  }
  AanmeldenGegevensNewMemElse #MijnNawGegevens1 article.FactuuradresForm table.address tbody tr th {
    padding: 0px 8px 8px 0px;
  }
  #MijnNawGegevens1 article.FactuuradresForm table.address tbody tr td {
    padding: 0px 0px 8px 8px;
  }
  /* ControlerenNaw */
  #ControlerenNaw article.FactuuradresForm table.address {
    margin: 0px 0px 0px 0px;
  }
  #ControlerenNaw article.FactuuradresForm table.address tbody tr th, #ControlerenNewMem article.FactuuradresForm table.address tbody tr th {
    padding: px 8px 14px 0px !important;
    width: 260px;
  }
  #ControlerenNaw article.FactuuradresForm table.address tbody tr td, #ControlerenNewMem article.FactuuradresForm table.address tbody tr td {
    padding: 0px 8px 14px 0px !important;
  }
  #ControlerenNewMem article.FactuuradresForm table.address tfoot tr td, #ControlerenNewMem article.FactuuradresForm table.address tfoot tr th {
    padding: 0px 8px 0px 0px !important;
  }
  #AanmeldenGegevensNewMemElse article.FactuuradresForm table.address tbody tr td, #AanmeldenGegevensNewMemElse article.FactuuradresForm table.address tbody tr th {
    padding: 8px 8px 8px 0px !important;
  }
  #AanmeldenGegevensNewMemElse article.FactuuradresForm table.address tbody tr td div.full {
    margin: -4px 0px -23px 0px !important;
  }
  article.FactuuradresForm table.address tbody tr th {
    padding: 0px 8px 4px 0px;
    width: 200px;
    color: #838e99 !important;
  }
  /* Veilingrecht */
  #Veilingrecht {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Veilingrecht.png") no-repeat 0px 0px;
    margin: 0px 0px 15px -3px;
    position: relative;
  }
  #Veilingrecht header {
    padding: 15px 15px 5px 15px;
    border-top: solid 1px #ffffff;
  }
  #Veilingrecht header h3 {
    color: #38628d;
    font-size: 120%;
    font-weight: bold;
    margin: 0px;
  }
  #Veilingrecht article {
    padding: 5px 15px 10px 15px;
  }
  #Veilingrecht footer {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Veilingrecht.png") no-repeat 0% 100%;
    padding: 1px 15px 15px 15px;
  }
  #Veilingrecht footer a.button {
    margin: 0px;
  }
  #Veilingrecht footer a.button span {
    white-space: nowrap;
  }
  /* StandPunten */
  #StandPunten {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/StandPunten.png") no-repeat 0px 0px;
    height: 134px;
    margin: 0px 0px 15px 0px;
    padding: 18px 18px 18px 18px;
    position: relative;
    width: 188px;
  }
  #StandPunten h2 {
    color: #254066;
    font-size: 120%;
    margin: 0px 0px 4px 0px;
  }
  #StandPunten p {
    color: #38628d;
  }
  #StandPunten figure {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/StandPunten.png") no-repeat -18px -61px;
    color: #ffffff;
    top: 61px;
    height: 56px;
    left: 18px;
    padding: 20px 0px 0px 0px;
    position: absolute;
    width: 190px;
    text-align: center;
  }
  #StandPunten figure strong {
    font-size: 400%;
    *margin: -4px;
    *display: block;
  }
  #StandPunten figure a {
    display: block;
    margin: 14px;
  }
  #StandPunten figure.step_0 {
    background-position: -18px -61px;
  }
  #StandPunten figure.step_1 {
    background-position: -242px -61px;
  }
  #StandPunten figure.step_2 {
    background-position: -466px -61px;
  }
  #StandPunten figure.step_3 {
    background-position: -690px -61px;
  }
  #StandPunten figure.step_4 {
    background-position: -914px -61px;
  }
  #StandPunten figure.step_5 {
    background-position: -914px -61px;
  }
  #StandPunten figure.step_6 {
    background-position: -690px -61px;
  }
  #StandPunten figure.step_7 {
    background-position: -466px -61px;
  }
  #StandPunten figure.step_8 {
    background-position: -242px -61px;
  }
  #StandPunten figure.step_9 {
    background-position: -18px -61px;
  }
  /* PartnerKeuze */
  #PartnerKeuze {
    position: relative;
  }
  #PartnerKeuze header h3 {
    color: #38628d;
  }
  #PartnerKeuze header input {
    margin: 0px 10px 0px -2px;
  }
  #PartnerKeuze article {
    margin-bottom: 20px;
  }
  #PartnerKeuze footer {
    margin-top: -20px;
  }
  #PartnerKeuze figure {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bannerChoiceSmall.png") no-repeat 0px 0px;
    float: left;
    height: 52px;
    line-height: 100%;
    padding: 4px 0px 10px 0px;
    width: 194px;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
    position: static;
  }
  #PartnerKeuze figure strong {
    color: #38628d;
    display: block;
    font-size: 350%;
    line-height: 100%;
    height: 28px;
  }
  #PartnerKeuze figure strong span.small {
    font-size: 60%;
    display: inline;
    vertical-align: top;
  }
  #PartnerKeuze figure a {
    color: #38628d !important;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-size: 120%;
  }
  #PartnerKeuze figure span {
    color: #38628d !important;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-size: 120%;
  }
  #PartnerKeuze figure:hover {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bannerChoiceSmall.png") no-repeat 0px -66px;
  }
  #PartnerKeuze figure.big {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bannerChoice.png") no-repeat 0px 0px;
    float: left;
    height: 53px;
    line-height: 100%;
    padding: 14px 0px 10px 0px;
    width: 194px;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
  }
  #PartnerKeuze figure.big strong {
    color: #38628d;
    display: block;
    font-size: 150%;
    line-height: 100%;
    height: 14px;
  }
  #PartnerKeuze figure a {
    color: #38628d !important;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-size: 120%;
  }
  #PartnerKeuze figure span {
    color: #38628d !important;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-size: 110%;
  }
  #PartnerKeuze figure.big:hover {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bannerChoice.png") no-repeat 0px -76px;
  }
  /* PartnerBanner */
  #PartnerBanner {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/PartnerBanner.png") no-repeat 0px 0px;
    height: 88px;
    margin: 0px 0px 15px 0px;
    padding: 18px 18px 18px 18px;
    position: relative;
    width: 188px;
  }
  #PartnerBanner h2 {
    color: #254066;
    font-size: 100%;
  }
  #PartnerBanner figure {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/PartnerBanner.png") no-repeat -17px -41px;
    display: block;
    height: 107px;
    left: 17px;
    line-height: 100%;
    padding: 4px 0px 13px 0px;
    position: absolute;
    top: 41px;
    width: 190px;
    text-align: center;
  }
  #PartnerBanner figure strong {
    color: #38628d;
    display: block;
    font-size: 350%;
    line-height: 100%;
    height: 40px;
  }
  #PartnerBanner figure a {
    color: #38628d;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }
  #PartnerBanner figure a:hover {
    text-decoration: none;
  }
  .PartnerBanners {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Partner.png") no-repeat 0px 0px;
    height: 132px;
    margin: 0px 0px 15px 0px;
    padding: 18px 18px 18px 18px;
    position: relative;
    width: 188px;
    text-align: center;
  }
  .PartnerBanners p {
    color: #0f3a67 !important;
    width: 150px;
    display: inline-block;
    text-align: center;
  }
  .PartnerBanners p strong {
    font-size: 130%;
  }
  .PartnerBanners figure a {
    height: 37px !important;
    display: block;
    overflow: hidden;
    width: 194px !important;
  }
  .PartnerBanners figure a:hover img {
    margin-top: -37px;
  }
  /* Verdubbelen */
  #PartnerBanner.Verdubbelen {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Verdubbelen.png") no-repeat 0px 0px;
    height: 109px;
  }
  #PartnerBanner.Verdubbelen figure {
    top: 62px;
  }
  #PartnerBanner.Verdubbelen figure strong {
    font-size: 280%;
  }
  #PartnerBanner.Verdubbelen figure a {
    padding-top: 5px;
  }
  /* SupriseBanner */
  #SurpriseBanner {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/SurpriseBanner.png") no-repeat 0px 0px;
    height: 88px;
    margin: 0px 0px 15px 0px;
    padding: 18px 18px 18px 18px;
    position: relative;
    width: 188px;
  }
  #SurpriseBanner h2 {
    color: #254066;
    font-size: 100%;
  }
  /* Aanmelden */
  #Aanmelden {
    margin: 0px 0px 15px 0px;
    position: relative;
    width: 540px;
    color: #ffffff;
  }
  #Aanmelden .partner {
    padding: 13px 15px 15px 15px;
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/AanmeldenBack.png") repeat-x 0px 0px;
    margin-bottom: 20px;
  }
  #Aanmelden .member {
    padding: 13px 15px 15px 15px;
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/AanmeldenBack.png") repeat-x 0px 0px;
  }
  #Aanmelden h2 {
    color: #ffffff;
    font-size: 140%;
    margin-bottom: 14px;
  }
  #Aanmelden a.button {
    height: 23px;
    line-height: 21px;
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/buttonLogin.png") repeat-x 0% 0px !important;
  }
  #Aanmelden a.button span {
    color: #0f3a67;
    height: 23px;
    line-height: 21px;
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/buttonLogin.png") repeat-x 100% 0px;
  }
  #Aanmelden a.button:hover {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/buttonLogin.png") repeat-x 0% -23px !important;
  }
  #Aanmelden a.button:hover span {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/buttonLogin.png") repeat-x 100% -23px;
  }
  /* InvulBoxen */
  #BoxenInvul {
    margin: 20px 0px 0px 0px;
    position: relative;
    width: 540px;
  }
  #BoxenInvul header.BoxenInvul {
    margin-bottom: 20px;
  }
  #BoxenInvul header.BoxenInvul h2 {
    color: #707070;
    font-size: 115%;
    margin-bottom: 4px;
  }
  #BoxenInvul article.BoxenInvul {
    padding: 13px 15px 15px 15px;
    height: 245px;
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/boxesBack.png") repeat-x 0px 0px;
  }
  #BoxenInvul article.BoxenInvul h2 {
    color: #ffffff;
    font-size: 140%;
    margin-bottom: 10px;
  }
  #BoxenInvul article.BoxenInvul table {
    width: 500px;
    *width: 520px;
  }
  #BoxenInvul article.BoxenInvul table th {
    padding: 14px 0px 10px 0px;
    color: #ffffff;
    width: 40px;
  }
  #BoxenInvul article.BoxenInvul table td {
    padding: 10px 0px 0px 0px;
    width: 40px;
  }
  #BoxenInvul article.BoxenInvul table td.last {
    padding: 10px 0px 0px 0px;
    width: 260px;
    color: #ffffff;
    text-align: center;
    font-style: italic;
  }
  #BoxenInvul article.BoxenInvul table tfoot td span.overlapButton {
    *margin-left: 426px !important;
    *margin-right: -120px !important;
  }
  /* Aanmelden */
  #Melding {
    margin: 0px 0px 15px 0px;
    position: relative;
    width: 540px;
    color: #ffffff;
  }
  #Melding .partner {
    padding: 13px 15px 15px 15px;
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/AanmeldenBack.png") repeat-x 0px 0px;
    height: 110px;
  }
  #Melding h2 {
    color: #ffffff;
    font-size: 140%;
    margin-bottom: 14px;
  }
  /* ContentAlinea3 */
  .ContentAlinea3 {
    margin: 0px 0px 1.3em 0px;
  }
  .ContentAlinea3 h3 {
    font-size: 100%;
    color: #707070;
    margin: 0px;
    font-weight: bold;
  }
  .ContentAlinea3 hr {
    background: #afc0d1;
    color: #afc0d1;
    margin: 0px 0px 10px 0px;
  }
  .ContentAlinea3 ul {
    margin: 0px 0px 10px -25px;
  }
  .ContentAlinea3 a.blues {
    margin: 40px 10px -20px 0px !important;
  }
  /* ExpressCheckout */
  #ExpressCheckout {
    margin-bottom: 1.3em;
  }
  /* ExpressCheckout1 */
  #ExpressCheckout {
    margin-bottom: 1.3em;
  }
  /* AanhefMijnPunten */
  #AanhefMijnPunten h1 {
    border-bottom: solid 1px #afc0d1;
    color: #254066;
    padding-bottom: 12px;
  }
  #AanhefMijnPunten #StandPunten {
    background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/AanhefMijnPunten_StandPunten.png");
    float: right;
    height: 97px;
    margin-left: 10px;
  }
  #AanhefMijnPunten #StandPunten figure {
    left: 17px;
    top: 42px;
  }
  #AanhefMijnPunten div.AanhefMijnPuntenBanner {
    clear: both;
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/AanhefMijnPuntenBanner.png") no-repeat 0px 0px;
    height: 41px;
    margin: 0px 0px 1.3em 0px;
    padding: 16px 20px 7px 20px;
    width: 501px;
  }
  #AanhefMijnPunten div.AanhefMijnPuntenBanner a.button.biggerButton {
    float: right;
  }
  #AanhefMijnPunten div.AanhefMijnPuntenBanner strong {
    color: #38628d;
    font-size: 200%;
    font-weight: normal;
    line-height: 34px;
  }
  /* USpeelt */
  #USpeelt {
    margin: 0px 0px 1.3em 0px;
  }
  #USpeelt hr {
    color: #afc0d1;
    background-color: #afc0d1;
  }
  #USpeelt section.tabbedContent {
    margin-top: 50px;
    position: relative;
    width: 544px;
  }
  #USpeelt section.tabbedContent header.USpeeltTabs {
    height: 37px;
    margin-top: -35px;
    position: absolute;
    z-index: 1000;
  }
  #USpeelt section.tabbedContent header.USpeeltTabs menu.tabLinks {
    margin: 0px 0px 0px -1px;
  }
  #USpeelt section.tabbedContent header.USpeeltTabs menu.tabLinks li {
    display: inline;
    list-style-type: none;
  }
  #USpeelt section.tabbedContent header.USpeeltTabs menu.tabLinks li a {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/USpeeltTabs.png") no-repeat 0% 0px;
    color: #254066;
    display: inline-block;
    font-weight: bold;
    height: 37px;
    line-height: 42px;
    margin-right: -2px;
    padding: 0px 0px 0px 20px;
    text-decoration: none;
  }
  #USpeelt section.tabbedContent header.USpeeltTabs menu.tabLinks li a span {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/USpeeltTabs.png") no-repeat 100% 0px;
    display: inline-block;
    height: 37px;
    padding: 0px 20px 0px 0px;
  }
  #USpeelt section.tabbedContent header.USpeeltTabs menu.tabLinks li a:hover {
    color: #ffffff;
    background-position: 0% -148px;
    text-decoration: none;
  }
  #USpeelt section.tabbedContent header.USpeeltTabs menu.tabLinks li a:hover span {
    background-position: 100% -148px;
  }
  #USpeelt section.tabbedContent header.USpeeltTabs menu.tabLinks li a.openedTab {
    background-position: 0% -148px;
    color: #ffffff;
  }
  #USpeelt section.tabbedContent header.USpeeltTabs menu.tabLinks li a.openedTab:hover {
    background-position: 0% -148px;
    color: #ffffff;
  }
  #USpeelt section.tabbedContent header.USpeeltTabs menu.tabLinks li a.openedTab span {
    background-position: 100% -148px;
  }
  #USpeelt section.tabbedContent article.tabContents.openedTab {
    display: block;
  }
  #USpeelt section.tabbedContent article.tabContents.closedTab {
    display: none;
  }
  #USpeelt_Article {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/USpeeltContents.png") no-repeat 0px 100%;
    padding: 0px 0px 10px 0px;
    text-align: center;
    width: 544px;
  }
  #USpeelt_Article h2 {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/USpeeltContents.png") no-repeat 0px 0px;
    color: #ffffff;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    padding: 15px 20px 15px 20px;
    text-align: left;
    font-size: 14px;
  }
  #USpeelt_Actuele {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/USpeeltContents2.png") no-repeat 0px 100%;
    width: 538px;
    padding: 0px 3px 15px 3px;
    *padding: 0px 3px 25px 3px;
  }
  #USpeelt_Actuele h2 {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/USpeeltContents.png") no-repeat 0px 0px;
    height: 10px;
    margin: 0px -3px 0px -3px;
  }
  #USpeelt section.tabbedContent footer {
    display: none;
  }
  /* SurpriseAside */
  section.SurpriseAside {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/SurpriseAside.png") no-repeat 0% 0%;
  }
  section.SurpriseAside header {
    padding: 15px 15px 0px 15px;
  }
  section.SurpriseAside header h2 {
    font-size: 120%;
  }
  section.SurpriseAside article {
    padding: 0px 15px 15px 15px;
  }
  section.SurpriseAside article p em {
    color: #38628d;
    font-style: normal;
  }
  section.SurpriseAside article p a {
    text-decoration: underline;
  }
  section.SurpriseAside footer {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/SurpriseAside.png") no-repeat 0% 100%;
    height: 10px;
    margin-top: -1.3em;
  }
}
/* THEMES: Markup of Global Variations */
@media all {
  .conversion div {
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
    height: 590px;
  }
  .conversion div p {
    font-size: 110%;
    line-height: 140%;
    margin-bottom: 19px;
  }
  .conversion div p strong {
    font-size: 110%;
  }
  .conversion footer {
    border-radius: 4px;
    background: #e9eff2;
    padding: 20px;
    margin-bottom: -10px;
  }
  .conversion footer a.direct {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnDirect.png") no-repeat 0% 0%;
    width: 174px;
    height: 37px;
    float: left;
    text-decoration: none !important;
  }
  .conversion footer a.direct:hover {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnDirect.png") no-repeat 0% -37px;
  }
  .conversion footer a.round {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnAanmelders.png") no-repeat 0% 0%;
    width: 127px;
    height: 37px;
    float: right;
    text-decoration: none !important;
  }
  .conversion footer a.round:hover {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnAanmelders.png") no-repeat 0% -37px;
  }
  footer a.melt {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnMeld.png?v=2") no-repeat 0% 0%;
    width: 174px;
    height: 37px;
    float: right;
    text-decoration: none;
  }
  footer a.melt:hover {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnMeld.png?v=2") no-repeat 0% -37px;
  }
  footer a.direct {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnDirect.png") no-repeat 0% 0%;
    width: 164px;
    height: 37px;
    float: right;
    text-decoration: none;
  }
  footer a.direct:hover {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnDirect.png") no-repeat 0% -37px;
  }
  footer a.round {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnRound.png") no-repeat 0% 0%;
    width: 164px;
    height: 37px;
    float: left;
    text-decoration: none;
  }
  footer a.round:hover {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnRound.png") no-repeat 0% -37px;
  }
  footer a.backer {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnBacker.png?v=2") no-repeat 0% 0%;
    width: 76px;
    height: 37px;
    float: left;
    text-decoration: none;
  }
  footer a.backer:hover {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnBacker.png?v=2") no-repeat 0% -37px;
  }
  body.butWithTheGamePopUp section.popUpLayer header.popUpHeader {
    background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_game.png");
  }
  body.butWithTheGamePopUp section.popUpLayer header.popUpHeader div.popUpHeaderBorder {
    background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_game.png");
  }
  body.butWithTheGamePopUp section.popUpLayer header.popUpHeader h1 {
    color: #1b2f4b;
  }
  body.butWithTheGamePopUp section.popUpLayer article.popUpArticle {
    background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_game.png");
  }
  body.butWithTheGamePopUp section.popUpLayer article.popUpArticle div.popUpArticleBorder {
    background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_game.png");
  }
  body.butWithTheGamePopUp section.popUpLayer footer.popUpFooter {
    background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_game.png");
  }
  body.butWithTheGamePopUp section.popUpLayer footer.popUpFooter div.popUpFooterBorder {
    background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_game.png");
  }
  .conversie .FactuuradresForm div.summary {
    background: #fdfdd5 none;
    border: solid 1px #efda81;
    margin: 10px 0px 10px 0px;
    color: #707070;
    width: 490px;
    float: none;
    padding: 10px 10px 10px 10px;
  }
  .conversie .FactuuradresForm tr.iban div.summary {
    background: #fdfdd5 none;
    border: solid 1px #efda81;
    margin: 10px 0px 10px 0px;
    color: #707070;
    width: 230px;
    float: none;
    padding: 10px 10px 10px 10px;
  }
  .FactuuradresForm div.summary {
    background: #fdfdd5 none;
    border: solid 1px #efda81;
    margin: 10px 0px 10px 0px;
    color: #707070;
    float: none;
    padding: 10px 10px 10px 10px;
  }
  .FactuuradresForm div.summary h2 {
    color: #707070;
    font-size: 140%;
  }
  .FactuuradresForm div.summary div.summary p {
    margin: 0px;
  }
  #SelectOpmerking .select {
    width: 200px;
  }
  #SelectOpmerking .select dl {
    width: 200px;
  }
  #SelectOpmerking .select dl dt strong {
    width: 150px;
    white-space: nowrap;
  }
  #SelectOpmerking .select dl dd {
    *width: 160px;
  }
  #SelectOpmerking .select dl dd menu {
    *width: 147px;
  }
  a.scalerBig {
    font-size: 16px;
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnScalerBig.png") no-repeat 0% 0%;
    height: 59px;
    float: right;
    text-decoration: none;
    color: #254066 !important;
    font-weight: bold;
    position: relative;
    margin-right: 8px;
    text-align: center;
    padding: 0px 8px 0px 20px;
  }
  /* special */
  .specialOffer {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/layerSpecial.png") no-repeat 0% 0px;
    padding: 32px 32px 0px 32px;
    width: 464px;
    position: absolute;
    top: 180px;
    overflow: visible !important;
    margin-left: -76px;
  }
  .specialOffer h2 {
    color: #0f3a67;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .specialOffer p {
    margin-bottom: 20px !important;
  }
  a.special {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnSpecial.png") no-repeat 0% 0%;
    width: 182px;
    height: 47px;
    float: right;
    color: #264f79;
    text-align: center;
    font-weight: bold;
    font-size: 140%;
    padding-top: 12px;
    margin-bottom: -2px;
    text-decoration: none;
  }
  a.special:hover {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnSpecial.png") no-repeat 0% -59px;
  }
  .specialOffer footer {
    background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/layerSpecial.png") no-repeat 0% 100%;
    width: 528px;
    height: 20px;
    position: absolute;
    left: 0px;
    bottom: -20px;
  }
  /* install */
  .install article {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/sideInstall.png") no-repeat 0% 0%;
    line-height: 15px;
    width: 200px;
    color: #44546b;
    line-height: 160%;
    padding: 12px;
  }
  .install article h3 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .install footer {
    background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/sideInstall.png") no-repeat 0% 100%;
    width: 224px;
    height: 6px !important;
  }
  /* inloggen */
  .comeOn {
    border: solid 1px #d4dee4;
    background: -webkit-linear-gradient(top, #d1dde3 0%, #eff3f5 100%);
    background: linear-gradient(to bottom, #d1dde3 0%, #eff3f5 100%);
    padding: 20px;
    margin-top: 20px;
  }
  .comeOn h3 {
    font-size: 16px;
    color: #1b2f4b;
    margin-bottom: 15px;
  }
  body.narrow {
    background: #2a74c9 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/logInBody.jpg") no-repeat 50% -34px !important;
  }
  body.narrow #bodyHeader {
    background: none;
    height: 20px;
  }
  body.narrow #bodyArticleWindow {
    margin-left: 238px;
    width: 400px;
  }
}
/* ELEMENTAL MARKUP: The elements of HTML 5 - http://dev.w3.org/html5/spec/Overview.html */
@media all {
  /* The root element */
  html {
    /* This causes a graphical glitch during loading
    behavior : url(../scripts/html5.htc);
    */
    height: 100%;
  }
  /* Sections */
  body {
    background-color: #ffffff;
    color: #838e99;
    font-family: Arial, Sans-Serif;
    font-size: 75%;
    line-height: 140%;
    margin: 0em;
    padding: 0em;
  }
  .cookie {
    width: 100%;
    max-width: 100vw;
    background: rgba(255, 255, 255, 0.95);
    padding: 24px 20px 20px 20px;
    min-height: 84px;
    position: absolute;
    z-index: 2001;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
    left: 0;
  }
  .cookie div {
    margin: 0px auto 0px auto;
    width: 980px;
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .cookie div a {
    color: #296ec4;
    justify-content: flex-end;
    white-space: nowrap;
    align-self: flex-end;
    margin: 0px 20px 8px 100px;
  }
  .cookie div .btnDark {
    background: -webkit-linear-gradient(top, #0384b6 0%, #004c89 100%);
    background: linear-gradient(to bottom, #0384b6 0%, #004c89 100%);
    box-shadow: 0px 1px 3px rgb(86, 86, 86);
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    margin-right: 0px;
    border-radius: 5px;
    line-height: 15px;
    font-weight: bold;
    top: 0px;
    align-self: flex-end;
    border: none;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    text-align: center;
    justify-content: flex-end;
    margin: 0px;
  }
  .cookie div .btnDark:hover {
    background: -webkit-linear-gradient(top, #004c89 0%, #0384b6 100%);
    background: linear-gradient(to bottom, #004c89 0%, #0384b6 100%);
  }
  .cookie div p {
    margin: 0px;
    width: 60%;
    color: #1b2f4b;
    flex-grow: 1;
  }
  .cookie div p a {
    margin: 0px;
  }
  section {
    display: block;
  }
  nav {
    display: block;
  }
  article {
    display: block;
  }
  h1, h2, h3, h4, h5, h6 {
    display: block;
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    font-weight: bold;
    margin: 0em 0em 0.25em 0em;
  }
  h1 {
    color: #707070;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  h2 {
    color: #2a2a2a;
    font-size: 167%;
    font-weight: bold;
  }
  h3 {
    color: #838e99;
    font-size: 110%;
    font-weight: bold;
  }
  h4 {
    color: #2a2a2a;
    font-size: 100%;
  }
  hgroup {
    display: block;
  }
  header {
    display: block;
  }
  header:not(:first-of-type) {
    margin: 10px 0;
  }
  footer {
    display: block;
  }
  address {
    display: block;
    font-style: normal;
  }
  /* Grouping content */
  p {
    display: block;
    margin: 0px 0px 20px 0px;
  }
  hr {
    background-color: #c5c5c5;
    border: none;
    clear: both;
    color: #c5c5c5;
    display: block;
    height: 1px;
    margin: 1em 0em 1em 0em;
    width: 100%;
  }
  dialog {
    display: block;
  }
  blockquote {
    display: block;
  }
  dl {
    display: block;
    margin: 0em 0em 1em 0em;
  }
  dt {
    display: block;
    font-weight: bold;
    margin: 0em 0em 0em 0em;
  }
  dd {
    display: block;
    margin: 0em 0em 0em 0em;
  }
  /* Text-level semantics */
  a {
    color: #1b2f4b;
    text-decoration: underline;
  }
  a:hover {
    color: #606060;
    text-decoration: underline;
  }
  /* Embedded content */
  figure {
    display: block;
    margin: 0px 0px 0px 0px;
  }
  img {
    border: none;
    vertical-align: middle;
  }
  /* Tabular data */
  table {
    border-collapse: collapse;
    margin: 0em 0em 1em 0em;
  }
  caption {
    font-size: 110%;
    font-weight: bold;
    text-align: left;
  }
  tr {
    vertical-align: top;
  }
  th {
    text-align: left;
  }
  /* Forms */
  form {
    margin: 0em 0em 0em 0em;
  }
  fieldset {
    border: none;
    margin: 0em 0em 1em 0em;
    padding: 0em 0em 0em 0em;
  }
  input {
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    color: #1b2f4b;
  }
  button {
    overflow: visible;
  }
  select {
    font-family: Arial, Sans-Serif;
    font-size: 100%;
  }
  textarea {
    font-family: Arial, Sans-Serif;
    font-size: 100%;
  }
  menu {
    display: block;
    margin: 0em;
    padding: 0em;
  }
  /* Miscellaneous elements */
  legend {
    font-size: 100%;
    font-weight: bold;
  }
  div {
    display: block;
  }
  nowrap {
    white-space: nowrap;
  }
  /* GENERIC MARKUP: Often re-used styles */
  .clear {
    clear: both;
  }
  br.clear,
  hr.clear {
    height: 1px;
    margin: -1px 0em 0em 0em;
    overflow: hidden;
    *position: absolute;
    visibility: hidden;
    *width: 1px;
  }
  .left {
    float: left;
  }
  figure.left {
    margin: 0em 15px 5px 0em;
  }
  .right {
    float: right !important;
  }
  figure.right {
    margin: 0em 0em 5px 15px;
  }
  .toLeft {
    text-align: left;
  }
  .toRight {
    text-align: right;
  }
  .righteous {
    margin-right: 4px;
    *margin-left: -20px;
  }
  .toCenter {
    text-align: center;
  }
  .hidden {
    display: none;
  }
  .fill {
    width: 100%;
  }
  .nowrap {
    white-space: nowrap;
  }
}
@media only screen and (max-device-width: 667px) {
  .cookie > div {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cookie > div p {
    width: 100%;
  }
}
/* gamePhotos */
ul.gamePhotos {
  /*height : 84px;*/
  margin: 0px -15px 15px 0px;
  padding: 0px 0px 0px 0px;
}

ul.gamePhotos li {
  display: inline;
  list-style-type: none;
}

ul.gamePhotos li a {
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}

/* gameVideos */
ul.gameVideos {
  height: 84px;
  margin: 0px -10px 15px 0px;
  padding: 0px 0px 0px 0px;
}

ul.gameVideos li {
  display: inline;
  list-style-type: none;
}

ul.gameVideos li a {
  display: block;
  float: left;
  height: 84px;
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
  width: 113px;
}

ul.gameVideos li a img.videoOverlay {
  _display: none;
  position: absolute;
}

/* gameReview */
div.gameReview .meter.right span,
div.gameReview meter.right span {
  display: none;
}

div.gameReview h2 {
  color: #1b2f4b;
  font-size: 140%;
  margin: 0px 0px 4px 0px;
}

div.gameReview h3.author {
  font-size: 100%;
  margin: 0px 0px 10px 0px;
}

div.gameReview aside.resultScore.right {
  margin-left: 32px;
}

div.auctionClock {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/auctionClock.png");
  display: block;
  height: 172px;
  left: 325px;
  position: absolute;
  top: 70px;
  z-index: 1000;
  width: 172px;
}

div.auctionClock .meter,
div.auctionClock meter,
div.auctionClock span {
  font-size: 90%;
  position: absolute;
  text-align: center;
}

div.auctionClock .meter,
div.auctionClock meter {
  color: #606060;
  display: none;
  left: 60px;
  top: 92px;
  width: 50px;
}

div.auctionClock span.title {
  color: #ffffff;
  font-size: 175%;
  font-weight: bold;
  left: 42px;
  line-height: 125%;
  top: 60px;
  width: 85px;
}

div.auctionClock span.top {
  color: #ffffff;
  font-weight: bold;
  left: 77px;
  text-align: center;
  top: 25px;
  width: 18px;
}

div.auctionClock span.right {
  color: #ffffff;
  font-weight: bold;
  left: 125px;
  text-align: center;
  top: 75px;
  width: 18px;
}

div.auctionClock span.bottom {
  color: #ffffff;
  font-weight: bold;
  left: 77px;
  text-align: center;
  top: 125px;
  width: 18px;
}

div.auctionClock span.left {
  color: #ffffff;
  font-weight: bold;
  left: 28px;
  text-align: center;
  top: 75px;
  width: 18px;
}

header.step_0 div.auctionClock {
  background-position: 0px 0px;
}

header.step_1 div.auctionClock {
  background-position: -200px 0px;
}

header.step_2 div.auctionClock {
  background-position: -400px 0px;
}

header.step_3 div.auctionClock {
  background-position: -600px 0px;
}

header.step_4 div.auctionClock {
  background-position: -800px 0px;
}

header.step_5 div.auctionClock {
  background-position: -1000px 0px;
}

header.step_6 div.auctionClock {
  background-position: -1200px 0px;
}

header.step_7 div.auctionClock {
  background-position: -1400px 0px;
}

header.step_8 div.auctionClock {
  background-position: 0px -200px;
}

header.step_9 div.auctionClock {
  background-position: -200px -200px;
}

header.step_10 div.auctionClock {
  background-position: -400px -200px;
}

header.step_11 div.auctionClock {
  background-position: -600px -200px;
}

header.step_12 div.auctionClock {
  background-position: -800px -200px;
}

header.step_13 div.auctionClock {
  background-position: -1000px -200px;
}

header.step_14 div.auctionClock {
  background-position: -1200px -200px;
}

header.step_15 div.auctionClock {
  background-position: -1400px -200px;
}

header.step_16 div.auctionClock {
  background-position: 0px -400px;
}

header.step_17 div.auctionClock {
  background-position: -200px -400px;
}

header.step_18 div.auctionClock {
  background-position: -400px -400px;
}

header.step_19 div.auctionClock {
  background-position: -600px -400px;
}

header.step_20 div.auctionClock {
  background-position: -800px -400px;
}

header.step_21 div.auctionClock {
  background-position: -1000px -400px;
}

header.step_22 div.auctionClock {
  background-position: -1200px -400px;
}

header.step_23 div.auctionClock {
  background-position: -1400px -400px;
}

header.step_24 div.auctionClock {
  background-position: 0px -600px;
}

header.step_25 div.auctionClock {
  background-position: -200px -600px;
}

header.step_26 div.auctionClock {
  background-position: -400px -600px;
}

header.step_27 div.auctionClock {
  background-position: -600px -600px;
}

header.step_28 div.auctionClock {
  background-position: -800px -600px;
}

header.step_29 div.auctionClock {
  background-position: -1000px -600px;
}

header.step_30 div.auctionClock {
  background-position: -1200px -600px;
}

header.step_31 div.auctionClock {
  background-position: -1400px -600px;
}

header.step_32 div.auctionClock {
  background-position: 0px -800px;
}

header.step_33 div.auctionClock {
  background-position: -200px -800px;
}

header.step_34 div.auctionClock {
  background-position: -400px -800px;
}

header.step_35 div.auctionClock {
  background-position: -600px -800px;
}

header.step_36 div.auctionClock {
  background-position: -800px -800px;
}

header.step_37 div.auctionClock {
  background-position: -1000px -800px;
}

header.step_38 div.auctionClock {
  background-position: -1200px -800px;
}

header.step_39 div.auctionClock {
  background-position: -1400px -800px;
}

header.step_40 div.auctionClock {
  background-position: 0px -1000px;
}

header.step_41 div.auctionClock {
  background-position: -200px -1000px;
}

header.step_42 div.auctionClock {
  background-position: -400px -1000px;
}

header.step_43 div.auctionClock {
  background-position: -600px -1000px;
}

header.step_44 div.auctionClock {
  background-position: -800px -1000px;
}

header.step_45 div.auctionClock {
  background-position: -1000px -1000px;
}

header.step_46 div.auctionClock {
  background-position: -1200px -1000px;
}

header.step_47 div.auctionClock {
  background-position: -1400px -1000px;
}

header.step_48 div.auctionClock {
  background-position: 0px -1200px;
}

header.step_49 div.auctionClock {
  background-position: -200px -1200px;
}

header.step_50 div.auctionClock {
  background-position: -400px -1200px;
}

header.step_51 div.auctionClock {
  background-position: -600px -1200px;
}

header.step_52 div.auctionClock {
  background-position: -800px -1200px;
}

header.step_53 div.auctionClock {
  background-position: -1000px -1200px;
}

header.step_54 div.auctionClock {
  background-position: -1200px -1200px;
}

header.step_55 div.auctionClock {
  background-position: -1400px -1200px;
}

header.step_56 div.auctionClock {
  background-position: 0px -1400px;
}

header.step_57 div.auctionClock {
  background-position: -200px -1400px;
}

header.step_58 div.auctionClock {
  background-position: -400px -1400px;
}

header.step_59 div.auctionClock {
  background-position: -600px -1400px;
}

header.step_60 div.auctionClock {
  background-position: -800px -1400px;
}

header.step_61 div.auctionClock {
  background-position: -1000px -1400px;
}

header.step_62 div.auctionClock {
  background-position: -1200px -1400px;
}

header.step_63 div.auctionClock {
  background-position: -1400px -1400px;
}

header.step_0 div.auctionClock .meter.step_0,
header.step_0 div.auctionClock meter.step_0 {
  display: block;
}

header.step_1 div.auctionClock .meter.step_1,
header.step_1 div.auctionClock meter.step_1 {
  display: block;
}

header.step_2 div.auctionClock .meter.step_2,
header.step_2 div.auctionClock meter.step_2 {
  display: block;
}

header.step_3 div.auctionClock .meter.step_3,
header.step_3 div.auctionClock meter.step_3 {
  display: block;
}

header.step_4 div.auctionClock .meter.step_4,
header.step_4 div.auctionClock meter.step_4 {
  display: block;
}

header.step_5 div.auctionClock .meter.step_5,
header.step_5 div.auctionClock meter.step_5 {
  display: block;
}

header.step_6 div.auctionClock .meter.step_6,
header.step_6 div.auctionClock meter.step_6 {
  display: block;
}

header.step_7 div.auctionClock .meter.step_7,
header.step_7 div.auctionClock meter.step_7 {
  display: block;
}

header.step_8 div.auctionClock .meter.step_8,
header.step_8 div.auctionClock meter.step_8 {
  display: block;
}

header.step_9 div.auctionClock .meter.step_9,
header.step_9 div.auctionClock meter.step_9 {
  display: block;
}

header.step_10 div.auctionClock .meter.step_10,
header.step_10 div.auctionClock meter.step_10 {
  display: block;
}

header.step_11 div.auctionClock .meter.step_11,
header.step_11 div.auctionClock meter.step_11 {
  display: block;
}

header.step_12 div.auctionClock .meter.step_12,
header.step_12 div.auctionClock meter.step_12 {
  display: block;
}

header.step_13 div.auctionClock .meter.step_13,
header.step_13 div.auctionClock meter.step_13 {
  display: block;
}

header.step_14 div.auctionClock .meter.step_14,
header.step_14 div.auctionClock meter.step_14 {
  display: block;
}

header.step_15 div.auctionClock .meter.step_15,
header.step_15 div.auctionClock meter.step_15 {
  display: block;
}

header.step_16 div.auctionClock .meter.step_16,
header.step_16 div.auctionClock meter.step_16 {
  display: block;
}

header.step_17 div.auctionClock .meter.step_17,
header.step_17 div.auctionClock meter.step_17 {
  display: block;
}

header.step_18 div.auctionClock .meter.step_18,
header.step_18 div.auctionClock meter.step_18 {
  display: block;
}

header.step_19 div.auctionClock .meter.step_19,
header.step_19 div.auctionClock meter.step_19 {
  display: block;
}

header.step_20 div.auctionClock .meter.step_20,
header.step_20 div.auctionClock meter.step_20 {
  display: block;
}

header.step_21 div.auctionClock .meter.step_21,
header.step_21 div.auctionClock meter.step_21 {
  display: block;
}

header.step_22 div.auctionClock .meter.step_22,
header.step_22 div.auctionClock meter.step_22 {
  display: block;
}

header.step_23 div.auctionClock .meter.step_23,
header.step_23 div.auctionClock meter.step_23 {
  display: block;
}

header.step_24 div.auctionClock .meter.step_24,
header.step_24 div.auctionClock meter.step_24 {
  display: block;
}

header.step_25 div.auctionClock .meter.step_25,
header.step_25 div.auctionClock meter.step_25 {
  display: block;
}

header.step_26 div.auctionClock .meter.step_26,
header.step_26 div.auctionClock meter.step_26 {
  display: block;
}

header.step_27 div.auctionClock .meter.step_27,
header.step_27 div.auctionClock meter.step_27 {
  display: block;
}

header.step_28 div.auctionClock .meter.step_28,
header.step_28 div.auctionClock meter.step_28 {
  display: block;
}

header.step_29 div.auctionClock .meter.step_29,
header.step_29 div.auctionClock meter.step_29 {
  display: block;
}

header.step_30 div.auctionClock .meter.step_30,
header.step_30 div.auctionClock meter.step_30 {
  display: block;
}

header.step_31 div.auctionClock .meter.step_31,
header.step_31 div.auctionClock meter.step_31 {
  display: block;
}

header.step_32 div.auctionClock .meter.step_32,
header.step_32 div.auctionClock meter.step_32 {
  display: block;
}

header.step_33 div.auctionClock .meter.step_33,
header.step_33 div.auctionClock meter.step_33 {
  display: block;
}

header.step_34 div.auctionClock .meter.step_34,
header.step_34 div.auctionClock meter.step_34 {
  display: block;
}

header.step_35 div.auctionClock .meter.step_35,
header.step_35 div.auctionClock meter.step_35 {
  display: block;
}

header.step_36 div.auctionClock .meter.step_36,
header.step_36 div.auctionClock meter.step_36 {
  display: block;
}

header.step_37 div.auctionClock .meter.step_37,
header.step_37 div.auctionClock meter.step_37 {
  display: block;
}

header.step_38 div.auctionClock .meter.step_38,
header.step_38 div.auctionClock meter.step_38 {
  display: block;
}

header.step_39 div.auctionClock .meter.step_39,
header.step_39 div.auctionClock meter.step_39 {
  display: block;
}

header.step_40 div.auctionClock .meter.step_40,
header.step_40 div.auctionClock meter.step_40 {
  display: block;
}

header.step_41 div.auctionClock .meter.step_41,
header.step_41 div.auctionClock meter.step_41 {
  display: block;
}

header.step_42 div.auctionClock .meter.step_42,
header.step_42 div.auctionClock meter.step_42 {
  display: block;
}

header.step_43 div.auctionClock .meter.step_43,
header.step_43 div.auctionClock meter.step_43 {
  display: block;
}

header.step_44 div.auctionClock .meter.step_44,
header.step_44 div.auctionClock meter.step_44 {
  display: block;
}

header.step_45 div.auctionClock .meter.step_45,
header.step_45 div.auctionClock meter.step_45 {
  display: block;
}

header.step_46 div.auctionClock .meter.step_46,
header.step_46 div.auctionClock meter.step_46 {
  display: block;
}

header.step_47 div.auctionClock .meter.step_47,
header.step_47 div.auctionClock meter.step_47 {
  display: block;
}

header.step_48 div.auctionClock .meter.step_48,
header.step_48 div.auctionClock meter.step_48 {
  display: block;
}

header.step_49 div.auctionClock .meter.step_49,
header.step_49 div.auctionClock meter.step_49 {
  display: block;
}

header.step_50 div.auctionClock .meter.step_50,
header.step_50 div.auctionClock meter.step_50 {
  display: block;
}

header.step_51 div.auctionClock .meter.step_51,
header.step_51 div.auctionClock meter.step_51 {
  display: block;
}

header.step_52 div.auctionClock .meter.step_52,
header.step_52 div.auctionClock meter.step_52 {
  display: block;
}

header.step_53 div.auctionClock .meter.step_53,
header.step_53 div.auctionClock meter.step_53 {
  display: block;
}

header.step_54 div.auctionClock .meter.step_54,
header.step_54 div.auctionClock meter.step_54 {
  display: block;
}

header.step_55 div.auctionClock .meter.step_55,
header.step_55 div.auctionClock meter.step_55 {
  display: block;
}

header.step_56 div.auctionClock .meter.step_56,
header.step_56 div.auctionClock meter.step_56 {
  display: block;
}

header.step_57 div.auctionClock .meter.step_57,
header.step_57 div.auctionClock meter.step_57 {
  display: block;
}

header.step_58 div.auctionClock .meter.step_58,
header.step_58 div.auctionClock meter.step_58 {
  display: block;
}

header.step_59 div.auctionClock .meter.step_59,
header.step_59 div.auctionClock meter.step_59 {
  display: block;
}

/* central auction clock */
section.centralAuctionClock div.auctionClock {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/auctionClock2.png");
  display: block;
  height: 210px;
  left: 48px;
  position: absolute;
  top: 42px;
  width: 210px;
  /*transform: scale(1.15);*/
}

section.centralAuctionClock div.auctionClock .meter,
section.centralAuctionClock div.auctionClock meter {
  left: 80px;
  top: 112px;
  width: 50px;
  color: #1b2f4b;
  font-weight: bold;
}

section.centralAuctionClock div.auctionClock span.title {
  left: 60px;
  top: 77px;
  width: 85px;
  font-size: 250%;
  filter: Shadow(Color=#333333, Direction=90, Strength=3);
  text-shadow: #333333 0px 1px 1px;
  width: 96px\9 ;
}

section.centralAuctionClock div.auctionClock span.lower {
  left: 27px;
  top: 52px;
  width: 154px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
}

section.centralAuctionClock div.auctionClock span.prices {
  left: 27px;
  top: 140px;
  width: 154px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
}

section.centralAuctionClock div.auctionClock span.top {
  left: 97px;
  top: 34px;
  width: 18px;
  color: #1b2f4b;
}

section.centralAuctionClock div.auctionClock span.right {
  left: 160px;
  top: 97px;
  width: 18px;
  color: #1b2f4b;
}

section.centralAuctionClock div.auctionClock span.bottom {
  left: 97px;
  top: 160px;
  width: 18px;
  color: #1b2f4b;
}

section.centralAuctionClock div.auctionClock span.left {
  left: 34px;
  top: 97px;
  width: 18px;
  color: #1b2f4b;
}

section.centralAuctionClock article.step_0 div.auctionClock {
  background-position: 0px 0px;
}

section.centralAuctionClock article.step_1 div.auctionClock {
  background-position: -256px 0px;
}

section.centralAuctionClock article.step_2 div.auctionClock {
  background-position: -512px 0px;
}

section.centralAuctionClock article.step_3 div.auctionClock {
  background-position: -768px 0px;
}

section.centralAuctionClock article.step_4 div.auctionClock {
  background-position: -1024px 0px;
}

section.centralAuctionClock article.step_5 div.auctionClock {
  background-position: -1280px 0px;
}

section.centralAuctionClock article.step_6 div.auctionClock {
  background-position: -1536px 0px;
}

section.centralAuctionClock article.step_7 div.auctionClock {
  background-position: -1792px 0px;
}

section.centralAuctionClock article.step_8 div.auctionClock {
  background-position: 0px -256px;
}

section.centralAuctionClock article.step_9 div.auctionClock {
  background-position: -256px -256px;
}

section.centralAuctionClock article.step_10 div.auctionClock {
  background-position: -512px -256px;
}

section.centralAuctionClock article.step_11 div.auctionClock {
  background-position: -768px -256px;
}

section.centralAuctionClock article.step_12 div.auctionClock {
  background-position: -1024px -256px;
}

section.centralAuctionClock article.step_13 div.auctionClock {
  background-position: -1280px -256px;
}

section.centralAuctionClock article.step_14 div.auctionClock {
  background-position: -1536px -256px;
}

section.centralAuctionClock article.step_15 div.auctionClock {
  background-position: -1792px -256px;
}

section.centralAuctionClock article.step_16 div.auctionClock {
  background-position: 0px -512px;
}

section.centralAuctionClock article.step_17 div.auctionClock {
  background-position: -256px -512px;
}

section.centralAuctionClock article.step_18 div.auctionClock {
  background-position: -512px -512px;
}

section.centralAuctionClock article.step_19 div.auctionClock {
  background-position: -768px -512px;
}

section.centralAuctionClock article.step_20 div.auctionClock {
  background-position: -1024px -512px;
}

section.centralAuctionClock article.step_21 div.auctionClock {
  background-position: -1280px -512px;
}

section.centralAuctionClock article.step_22 div.auctionClock {
  background-position: -1536px -512px;
}

section.centralAuctionClock article.step_23 div.auctionClock {
  background-position: -1792px -512px;
}

section.centralAuctionClock article.step_24 div.auctionClock {
  background-position: 0px -768px;
}

section.centralAuctionClock article.step_25 div.auctionClock {
  background-position: -256px -768px;
}

section.centralAuctionClock article.step_26 div.auctionClock {
  background-position: -512px -768px;
}

section.centralAuctionClock article.step_27 div.auctionClock {
  background-position: -768px -768px;
}

section.centralAuctionClock article.step_28 div.auctionClock {
  background-position: -1024px -768px;
}

section.centralAuctionClock article.step_29 div.auctionClock {
  background-position: -1280px -768px;
}

section.centralAuctionClock article.step_30 div.auctionClock {
  background-position: -1536px -768px;
}

section.centralAuctionClock article.step_31 div.auctionClock {
  background-position: -1792px -768px;
}

section.centralAuctionClock article.step_32 div.auctionClock {
  background-position: 0px -1024px;
}

section.centralAuctionClock article.step_33 div.auctionClock {
  background-position: -256px -1024px;
}

section.centralAuctionClock article.step_34 div.auctionClock {
  background-position: -512px -1024px;
}

section.centralAuctionClock article.step_35 div.auctionClock {
  background-position: -768px -1024px;
}

section.centralAuctionClock article.step_36 div.auctionClock {
  background-position: -1024px -1024px;
}

section.centralAuctionClock article.step_37 div.auctionClock {
  background-position: -1280px -1024px;
}

section.centralAuctionClock article.step_38 div.auctionClock {
  background-position: -1536px -1024px;
}

section.centralAuctionClock article.step_39 div.auctionClock {
  background-position: -1792px -1024px;
}

section.centralAuctionClock article.step_40 div.auctionClock {
  background-position: 0px -1280px;
}

section.centralAuctionClock article.step_41 div.auctionClock {
  background-position: -256px -1280px;
}

section.centralAuctionClock article.step_42 div.auctionClock {
  background-position: -512px -1280px;
}

section.centralAuctionClock article.step_43 div.auctionClock {
  background-position: -768px -1280px;
}

section.centralAuctionClock article.step_44 div.auctionClock {
  background-position: -1024px -1280px;
}

section.centralAuctionClock article.step_45 div.auctionClock {
  background-position: -1280px -1280px;
}

section.centralAuctionClock article.step_46 div.auctionClock {
  background-position: -1536px -1280px;
}

section.centralAuctionClock article.step_47 div.auctionClock {
  background-position: -1792px -1280px;
}

section.centralAuctionClock article.step_48 div.auctionClock {
  background-position: 0px -1536px;
}

section.centralAuctionClock article.step_49 div.auctionClock {
  background-position: -256px -1536px;
}

section.centralAuctionClock article.step_50 div.auctionClock {
  background-position: -512px -1536px;
}

section.centralAuctionClock article.step_51 div.auctionClock {
  background-position: -768px -1536px;
}

section.centralAuctionClock article.step_52 div.auctionClock {
  background-position: -1024px -1536px;
}

section.centralAuctionClock article.step_53 div.auctionClock {
  background-position: -1280px -1536px;
}

section.centralAuctionClock article.step_54 div.auctionClock {
  background-position: -1536px -1536px;
}

section.centralAuctionClock article.step_55 div.auctionClock {
  background-position: -1792px -1536px;
}

section.centralAuctionClock article.step_56 div.auctionClock {
  background-position: 0px -1792px;
}

section.centralAuctionClock article.step_57 div.auctionClock {
  background-position: -256px -1792px;
}

section.centralAuctionClock article.step_58 div.auctionClock {
  background-position: -512px -1792px;
}

section.centralAuctionClock article.step_59 div.auctionClock {
  background-position: -768px -1792px;
}

section.centralAuctionClock article.step_60 div.auctionClock {
  background-position: -1024px -1792px;
}

section.centralAuctionClock article.step_61 div.auctionClock {
  background-position: -1280px -1792px;
}

section.centralAuctionClock article.step_62 div.auctionClock {
  background-position: -1536px -1792px;
}

section.centralAuctionClock article.step_63 div.auctionClock {
  background-position: -1792px -1792px;
}

section.centralAuctionClock article.step_0 div.auctionClock .meter.step_0,
section.centralAuctionClock article.step_0 div.auctionClock meter.step_0 {
  display: block;
}

section.centralAuctionClock article.step_1 div.auctionClock .meter.step_1,
section.centralAuctionClock article.step_1 div.auctionClock meter.step_1 {
  display: block;
}

section.centralAuctionClock article.step_2 div.auctionClock .meter.step_2,
section.centralAuctionClock article.step_2 div.auctionClock meter.step_2 {
  display: block;
}

section.centralAuctionClock article.step_3 div.auctionClock .meter.step_3,
section.centralAuctionClock article.step_3 div.auctionClock meter.step_3 {
  display: block;
}

section.centralAuctionClock article.step_4 div.auctionClock .meter.step_4,
section.centralAuctionClock article.step_4 div.auctionClock meter.step_4 {
  display: block;
}

section.centralAuctionClock article.step_5 div.auctionClock .meter.step_5,
section.centralAuctionClock article.step_5 div.auctionClock meter.step_5 {
  display: block;
}

section.centralAuctionClock article.step_6 div.auctionClock .meter.step_6,
section.centralAuctionClock article.step_6 div.auctionClock meter.step_6 {
  display: block;
}

section.centralAuctionClock article.step_7 div.auctionClock .meter.step_7,
section.centralAuctionClock article.step_7 div.auctionClock meter.step_7 {
  display: block;
}

section.centralAuctionClock article.step_8 div.auctionClock .meter.step_8,
section.centralAuctionClock article.step_8 div.auctionClock meter.step_8 {
  display: block;
}

section.centralAuctionClock article.step_9 div.auctionClock .meter.step_9,
section.centralAuctionClock article.step_9 div.auctionClock meter.step_9 {
  display: block;
}

section.centralAuctionClock article.step_10 div.auctionClock .meter.step_10,
section.centralAuctionClock article.step_10 div.auctionClock meter.step_10 {
  display: block;
}

section.centralAuctionClock article.step_11 div.auctionClock .meter.step_11,
section.centralAuctionClock article.step_11 div.auctionClock meter.step_11 {
  display: block;
}

section.centralAuctionClock article.step_12 div.auctionClock .meter.step_12,
section.centralAuctionClock article.step_12 div.auctionClock meter.step_12 {
  display: block;
}

section.centralAuctionClock article.step_13 div.auctionClock .meter.step_13,
section.centralAuctionClock article.step_13 div.auctionClock meter.step_13 {
  display: block;
}

section.centralAuctionClock article.step_14 div.auctionClock .meter.step_14,
section.centralAuctionClock article.step_14 div.auctionClock meter.step_14 {
  display: block;
}

section.centralAuctionClock article.step_15 div.auctionClock .meter.step_15,
section.centralAuctionClock article.step_15 div.auctionClock meter.step_15 {
  display: block;
}

section.centralAuctionClock article.step_16 div.auctionClock .meter.step_16,
section.centralAuctionClock article.step_16 div.auctionClock meter.step_16 {
  display: block;
}

section.centralAuctionClock article.step_17 div.auctionClock .meter.step_17,
section.centralAuctionClock article.step_17 div.auctionClock meter.step_17 {
  display: block;
}

section.centralAuctionClock article.step_18 div.auctionClock .meter.step_18,
section.centralAuctionClock article.step_18 div.auctionClock meter.step_18 {
  display: block;
}

section.centralAuctionClock article.step_19 div.auctionClock .meter.step_19,
section.centralAuctionClock article.step_19 div.auctionClock meter.step_19 {
  display: block;
}

section.centralAuctionClock article.step_20 div.auctionClock .meter.step_20,
section.centralAuctionClock article.step_20 div.auctionClock meter.step_20 {
  display: block;
}

section.centralAuctionClock article.step_21 div.auctionClock .meter.step_21,
section.centralAuctionClock article.step_21 div.auctionClock meter.step_21 {
  display: block;
}

section.centralAuctionClock article.step_22 div.auctionClock .meter.step_22,
section.centralAuctionClock article.step_22 div.auctionClock meter.step_22 {
  display: block;
}

section.centralAuctionClock article.step_23 div.auctionClock .meter.step_23,
section.centralAuctionClock article.step_23 div.auctionClock meter.step_23 {
  display: block;
}

section.centralAuctionClock article.step_24 div.auctionClock .meter.step_24,
section.centralAuctionClock article.step_24 div.auctionClock meter.step_24 {
  display: block;
}

section.centralAuctionClock article.step_25 div.auctionClock .meter.step_25,
section.centralAuctionClock article.step_25 div.auctionClock meter.step_25 {
  display: block;
}

section.centralAuctionClock article.step_26 div.auctionClock .meter.step_26,
section.centralAuctionClock article.step_26 div.auctionClock meter.step_26 {
  display: block;
}

section.centralAuctionClock article.step_27 div.auctionClock .meter.step_27,
section.centralAuctionClock article.step_27 div.auctionClock meter.step_27 {
  display: block;
}

section.centralAuctionClock article.step_28 div.auctionClock .meter.step_28,
section.centralAuctionClock article.step_28 div.auctionClock meter.step_28 {
  display: block;
}

section.centralAuctionClock article.step_29 div.auctionClock .meter.step_29,
section.centralAuctionClock article.step_29 div.auctionClock meter.step_29 {
  display: block;
}

section.centralAuctionClock article.step_30 div.auctionClock .meter.step_30,
section.centralAuctionClock article.step_30 div.auctionClock meter.step_30 {
  display: block;
}

section.centralAuctionClock article.step_31 div.auctionClock .meter.step_31,
section.centralAuctionClock article.step_31 div.auctionClock meter.step_31 {
  display: block;
}

section.centralAuctionClock article.step_32 div.auctionClock .meter.step_32,
section.centralAuctionClock article.step_32 div.auctionClock meter.step_32 {
  display: block;
}

section.centralAuctionClock article.step_33 div.auctionClock .meter.step_33,
section.centralAuctionClock article.step_33 div.auctionClock meter.step_33 {
  display: block;
}

section.centralAuctionClock article.step_34 div.auctionClock .meter.step_34,
section.centralAuctionClock article.step_34 div.auctionClock meter.step_34 {
  display: block;
}

section.centralAuctionClock article.step_35 div.auctionClock .meter.step_35,
section.centralAuctionClock article.step_35 div.auctionClock meter.step_35 {
  display: block;
}

section.centralAuctionClock article.step_36 div.auctionClock .meter.step_36,
section.centralAuctionClock article.step_36 div.auctionClock meter.step_36 {
  display: block;
}

section.centralAuctionClock article.step_37 div.auctionClock .meter.step_37,
section.centralAuctionClock article.step_37 div.auctionClock meter.step_37 {
  display: block;
}

section.centralAuctionClock article.step_38 div.auctionClock .meter.step_38,
section.centralAuctionClock article.step_38 div.auctionClock meter.step_38 {
  display: block;
}

section.centralAuctionClock article.step_39 div.auctionClock .meter.step_39,
section.centralAuctionClock article.step_39 div.auctionClock meter.step_39 {
  display: block;
}

section.centralAuctionClock article.step_40 div.auctionClock .meter.step_40,
section.centralAuctionClock article.step_40 div.auctionClock meter.step_40 {
  display: block;
}

section.centralAuctionClock article.step_41 div.auctionClock .meter.step_41,
section.centralAuctionClock article.step_41 div.auctionClock meter.step_41 {
  display: block;
}

section.centralAuctionClock article.step_42 div.auctionClock .meter.step_42,
section.centralAuctionClock article.step_42 div.auctionClock meter.step_42 {
  display: block;
}

section.centralAuctionClock article.step_43 div.auctionClock .meter.step_43,
section.centralAuctionClock article.step_43 div.auctionClock meter.step_43 {
  display: block;
}

section.centralAuctionClock article.step_44 div.auctionClock .meter.step_44,
section.centralAuctionClock article.step_44 div.auctionClock meter.step_44 {
  display: block;
}

section.centralAuctionClock article.step_45 div.auctionClock .meter.step_45,
section.centralAuctionClock article.step_45 div.auctionClock meter.step_45 {
  display: block;
}

section.centralAuctionClock article.step_46 div.auctionClock .meter.step_46,
section.centralAuctionClock article.step_46 div.auctionClock meter.step_46 {
  display: block;
}

section.centralAuctionClock article.step_47 div.auctionClock .meter.step_47,
section.centralAuctionClock article.step_47 div.auctionClock meter.step_47 {
  display: block;
}

section.centralAuctionClock article.step_48 div.auctionClock .meter.step_48,
section.centralAuctionClock article.step_48 div.auctionClock meter.step_48 {
  display: block;
}

section.centralAuctionClock article.step_49 div.auctionClock .meter.step_49,
section.centralAuctionClock article.step_49 div.auctionClock meter.step_49 {
  display: block;
}

section.centralAuctionClock article.step_50 div.auctionClock .meter.step_50,
section.centralAuctionClock article.step_50 div.auctionClock meter.step_50 {
  display: block;
}

section.centralAuctionClock article.step_51 div.auctionClock .meter.step_51,
section.centralAuctionClock article.step_51 div.auctionClock meter.step_51 {
  display: block;
}

section.centralAuctionClock article.step_52 div.auctionClock .meter.step_52,
section.centralAuctionClock article.step_52 div.auctionClock meter.step_52 {
  display: block;
}

section.centralAuctionClock article.step_53 div.auctionClock .meter.step_53,
section.centralAuctionClock article.step_53 div.auctionClock meter.step_53 {
  display: block;
}

section.centralAuctionClock article.step_54 div.auctionClock .meter.step_54,
section.centralAuctionClock article.step_54 div.auctionClock meter.step_54 {
  display: block;
}

section.centralAuctionClock article.step_55 div.auctionClock .meter.step_55,
section.centralAuctionClock article.step_55 div.auctionClock meter.step_55 {
  display: block;
}

section.centralAuctionClock article.step_56 div.auctionClock .meter.step_56,
section.centralAuctionClock article.step_56 div.auctionClock meter.step_56 {
  display: block;
}

section.centralAuctionClock article.step_57 div.auctionClock .meter.step_57,
section.centralAuctionClock article.step_57 div.auctionClock meter.step_57 {
  display: block;
}

section.centralAuctionClock article.step_58 div.auctionClock .meter.step_58,
section.centralAuctionClock article.step_58 div.auctionClock meter.step_58 {
  display: block;
}

section.centralAuctionClock article.step_59 div.auctionClock .meter.step_59,
section.centralAuctionClock article.step_59 div.auctionClock meter.step_59 {
  display: block;
}

/* homepageVeilingen */
#homepageVeilingen article aside .starter {
  /*width : 120px; change by MM*/
  width: 116px !important;
  font-size: 90% !important;
  float: left;
  color: #106bc0;
  font-weight: normal;
  margin: 2px 0px 8px 0px;
  line-height: 120%;
}

#homepageVeilingen {
  margin: 0px 0px 12px 0px;
  position: relative;
  width: 980px;
}

#homepageVeilingen header.introHeader h1 {
  color: #ffffff !important;
}

#homepageVeilingen article.introArticle {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/homepageVeilingen.png");
  margin: 0px -2px 0px -2px;
  padding: 20px 0px 0px 17px;
  *width: 965px;
}

#homepageVeilingen section.introAuction {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introAuction.png") no-repeat 0px 0px;
  float: left;
  height: 330px;
  margin: 0px 10px 15px 0px;
  width: 311px;
  position: relative;
  overflow: hidden;
}

#homepageVeilingen section.introAuction header {
  height: 72px;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 0px 20px;
}

#homepageVeilingen section.introAuction header h2 {
  color: #0f3a67;
  width: 280px;
  line-height: 118%;
}

#homepageVeilingen section.introAuction header h3 {
  color: #707070;
  margin-top: -4px;
}

#homepageVeilingen section.introAuction article {
  padding-top: 0px;
}

#homepageVeilingen section.introAuction article figure {
  position: relative;
  width: 130px;
}

#homepageVeilingen section.introAuction article figure img.resultPhotoRating {
  border: solid 1px #ffffff;
  bottom: 0px;
  position: absolute;
  right: 0px;
}

#homepageVeilingen section.centralAuctionPlaceholder,
#homepageVeilingen section.centralAuctionClock {
  float: left;
  height: 305px;
  margin: 0px 15px 15px 0px;
  position: relative;
  width: 304px;
}

#homepageVeilingen section.centralAuctionClock {
  position: absolute;
  left: 335px;
  top: 424px;
  z-index: 1000;
}

#homepageVeilingen section.centralAuctionClock header {
  height: 34px;
  text-align: center;
  margin-top: -14px;
}

#homepageVeilingen section.centralAuctionClock footer a,
#homepageVeilingen section.centralAuctionClock header a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButton.png") no-repeat 0px 0px;
  color: #0f3a67;
  display: inline-block;
  font-size: 120%;
  height: 46px;
  line-height: 46px;
  margin: 0px 5px 0px 0px;
  padding: 0px 0px 0px 50px;
  text-align: center;
  text-decoration: none;
}

#homepageVeilingen section.centralAuctionClock footer a span,
#homepageVeilingen section.centralAuctionClock header a span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButton.png") no-repeat 100% 0px;
  cursor: pointer;
  display: inline-block;
  height: 46px;
  font-weight: bold;
  line-height: 46px;
  margin: 0px -15px 0px 0px;
  min-width: 160px;
  _width: 160px;
  padding: 0px 50px 0px 0px;
  text-align: center;
}

#homepageVeilingen section.centralAuctionClock footer a:hover,
#homepageVeilingen section.centralAuctionClock header a:hover {
  background-position: 0% -256px;
}

#homepageVeilingen section.centralAuctionClock footer a:hover span,
#homepageVeilingen section.centralAuctionClock header a:hover span {
  background-position: 100% -256px;
}

#homepageVeilingen section.centralAuctionClock header a.sold {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButtonSold.png") no-repeat 0px 0px;
}

#homepageVeilingen section.centralAuctionClock footer a.sold span,
#homepageVeilingen section.centralAuctionClock header a.sold span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButtonSold.png") no-repeat 100% 0px;
}

#homepageVeilingen section.centralAuctionClock footer a.sold:hover,
#homepageVeilingen section.centralAuctionClock header a.sold:hover {
  background-position: 0% -256px;
}

#homepageVeilingen section.centralAuctionClock footer a.sold:hover span,
#homepageVeilingen section.centralAuctionClock header a.sold:hover span {
  background-position: 100% -256px;
}

#homepageVeilingen section.centralAuctionClock article {
  height: 228px;
}

#homepageVeilingen section.centralAuctionClock footer {
  height: 34px;
  margin-top: 16px;
  text-align: center;
}

#homepageVeilingen nav.introNav menu li a {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenuMiddle_winkelen.png");
  color: #0f3a67;
}

.games #topAuctions nav.introNav menu li.backButton a,
.games #comingAuctions nav.introNav menu li.backButton a,
.games #homepageVeilingen nav.introNav menu li.backButton a {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introNavBackButtonGames.png") no-repeat 0% 15px !important;
  color: #ffffff !important;
}

#homepageVeilingen nav.introNav menu li a span {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenuMiddle_winkelen.png");
}

#homepageVeilingen nav.introNav menu li a:hover {
  color: #0f3a67;
}

#homepageVeilingen nav.introNav menu li.backButton a {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introNavBackButtonGames.png") no-repeat 0% 15px !important;
  color: #ffffff !important;
}

#homepageVeilingen nav.introNav menu li.firstChild a {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenuEnd_winkelen.png");
}

#homepageVeilingen nav.introNav menu li.firstChild a span {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenuEnd_winkelen.png");
}

#homepageVeilingen nav.introNav menu li.lastChild a {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenu_winkelen.png");
}

#homepageVeilingen nav.introNav menu li.lastChild a span {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenu_winkelen.png");
}

#homepageVeilingen footer.introFooter {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/homepageVeilingen.png");
  height: 10px;
}

/* auctionsSection */
section.auctionsSection header {
  padding: 20px 20px 20px 20px;
}

section.auctionsSection header a.previous {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntroPrevious.png") no-repeat 0px 4px;
  float: right;
  padding-left: 15px;
}

section.auctionsSection header h1 {
  margin: 0px;
}

section.auctionsSection article.auctionsArticle {
  background: #ffffff none;
  float: left;
  margin: 0px 0px 0px 3px;
  padding: 10px 18px 1px 18px;
  width: 540px;
}

section.auctionsSection aside.auctionsAside {
  background: #ffffff none;
  float: right;
  margin: 0px 2px 0px -4px;
  _margin: 0px 1px 0px -4px;
  padding: 10px 19px 1px 0px;
  width: 224px;
}

section.auctionsSection aside.auctionsAside section header {
  padding: 0px;
}

section.auctionsSection aside.auctionsAside section header h2 {
  color: #1b2f4b;
  font-size: 133%;
  margin: 0px 0px 5px 3px;
}

section.auctionsSection aside.auctionsAside section article {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/auctionAside.png") no-repeat 0px 0px;
  padding: 15px 15px 1px 15px;
}

section.auctionsSection aside.auctionsAside section article div.lastUpdated {
  background: #ffffff none;
  font-size: 90%;
  margin: 0px 0px 10px 0px;
  padding: 3px 7px 3px 7px;
}

section.auctionsSection aside.auctionsAside section article div.lastUpdated h4 {
  color: #000000;
  font-weight: normal;
  margin: 0px;
}

section.auctionsSection aside.auctionsAside section article div.lastUpdated p {
  margin: 0px;
}

section.auctionsSection aside.auctionsAside section footer {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/auctionAside.png") no-repeat 0px 100%;
  height: 10px;
}

section.auctionsSection footer {
  clear: both;
}

header.introHeader h1 {
  color: #ffffff;
  height: 42px;
  line-height: 50px;
  margin: 0px;
}

article.introArticle {
  border-radius: 5px 5px 0 0;
  background: #FFFFFF;
  margin: 0px -2px 0px -2px;
  *width: 824px;
  overflow: hidden;
}

/* veilingIntro */
section.introSection {
  margin: 0px 0px 20px 0px;
  position: relative;
  width: 820px;
}

section.introAuction {
  float: right;
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introAuction.png") no-repeat 0% 0%;
  width: 312px;
  height: 330px;
  position: relative;
  margin: 22px 20px 0px 20px;
}

section.introAuction footer a.more {
  bottom: 16px;
  position: absolute;
}

section.introAuction .discount, section.introAuctionSmall .discount {
  position: absolute;
  right: 6px;
  top: 5px;
  z-index: 7999;
  display: none;
}

section.introAuction .stampNew {
  position: absolute;
  left: 10px;
  bottom: 30px;
  z-index: 7998;
}

section.introAuction div.person {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(103, 129, 175);
  background-image: -webkit-linear-gradient(0deg, rgb(12, 17, 51) 0%, rgb(39, 47, 147) 100%);
  background-image: linear-gradient(0deg, rgb(12, 17, 51) 0%, rgb(39, 47, 147) 100%);
  position: absolute;
  left: 22px;
  top: 110px;
  border-radius: 5px;
  width: 139px;
  height: 64px;
  z-index: 23;
  padding: 0px 10px;
  -webkit-transform: rotate(345deg);
  -moz-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  text-align: center;
  position: relative !important;
  top: 0;
  left: 0;
}
section.introAuction div.person.green {
  border-color: #3C9B50;
  background-image: -webkit-linear-gradient(0deg, rgb(20, 100, 36) 0%, rgb(35, 124, 56) 100%) !important;
  background-image: linear-gradient(0deg, rgb(20, 100, 36) 0%, rgb(35, 124, 56) 100%) !important;
}
section.introAuction div.person span {
  font-size: 12px;
  font-family: "Arial";
  color: rgb(255, 237, 6);
  line-height: 1.154;
  text-align: center;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  z-index: 999;
  width: 100%;
  left: 0px;
  padding: 0px 10px;
  top: 50%;
  transform: translateY(-50%);
}
section.introAuction div.person span h4 {
  color: inherit !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}
section.introAuction div.person img {
  position: absolute;
  text-decoration: none;
  height: 107px;
  width: 170px;
}

section.introAuction .stampWin {
  position: absolute;
  left: 68px;
  bottom: 38px;
  z-index: 17998;
}

section.introAuction .stamp {
  position: absolute;
  left: 70px;
  bottom: 70px;
  z-index: 7999;
}

section.introAuction div.test {
  position: absolute;
  left: 60px;
  top: 160px;
  z-index: 7999;
}

section.introAuction div.test a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/testResult.png") no-repeat 0px 0px;
  display: block;
  width: 108px;
  height: 102px;
  text-decoration: none;
}

section.introAuction div.test a:hover {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/testResult.png") no-repeat 0px 0px !important;
}

section.introAuction footer img {
  *margin-top: -10px;
}

section.introAuction header {
  height: 44px;
  padding: 17px 20px 0px 20px;
  position: relative;
}

section.introAuction header a.CategoryLabel,
section.introAuction header span.CategoryLabel {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CategoryLabel.png") no-repeat 0px 0px;
  bottom: 21px;
  color: #ffffff;
  display: inline-block;
  float: right;
  height: 18px;
  padding: 0px 0px 0px 8px;
  right: 18px;
  position: absolute;
  text-decoration: none;
}

section.introAuction header span.CategoryLabel span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CategoryLabel.png") no-repeat 100% 0px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0px 8px 0px 0px;
}

section.introAuction header h2 {
  color: #1b2f4b;
  width: 320px;
  /* added by Mark Rienstra */
  /* Was : width: 300px; */
  /* white-space:nowrap; */
}

section.introAuction header h3 {
  color: #707070;
}

section.introAuction article {
  margin: 0px;
  padding: 20px 20px 0px 10px;
}

section.introAuction article figure {
  float: left;
  width: 170px;
}

section.introAuction article figure {
  position: relative;
  width: 130px;
}

section.introAuction article figure img.resultPhotoRating {
  border: solid 1px #ffffff;
  bottom: 10px;
  position: absolute;
  right: -10px;
}

section.introAuction article aside {
  float: right;
  padding: 0px 10px 6px 10px;
  width: 117px;
  height: 151px;
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/asideAuction.png") no-repeat 0% 0px;
}

section.introAuction article aside h4 {
  color: #2f5396;
  font-size: 160%;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0px 0px 10px 6px;
}

footer.introFooter {
  background: #FFFFFF;
  border-radius: 0 0 5px 5px;
  clear: both;
  height: 20px;
  overflow: hidden;
  margin: 0px -2px 0px -2px;
}

#veilingIntro section.introAuction article aside h4 {
  color: #2f5396;
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0px 0px 14px 0px;
}

.camera section.introAuction article aside h4 {
  color: #2f5396;
  font-size: 130% !important;
  font-weight: bold;
  letter-spacing: 0.04em !important;
  margin: 0px 0px 14px 0px;
}

.winkelen section.introAuction article aside h4 {
  color: #2f5396;
  font-size: 130% !important;
  font-weight: bold;
  letter-spacing: 0.01pt !important;
  margin: 0px 0px 14px 0px;
}

.games section.introAuction article aside h4 {
  color: #2f5396;
  font-size: 130% !important;
  font-weight: bold;
  letter-spacing: 0.01pt !important;
  margin: 0px 0px 14px 0px;
}

#homepageVeilingen section.introAuction article aside h4 {
  color: #2f5396;
  font-size: 160% !important;
  letter-spacing: 1px !important;
  font-weight: bold;
  visibility: hidden;
  border: solid 1px lime;
  margin: 0px 0px 0px 6px;
  height: 30px;
}

section.introAuction article aside div.price {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/priceBlock.png") no-repeat 100% 0px;
  color: #2f5396;
  font-size: 192%;
  height: 27px;
  line-height: 28px;
  margin: 0px 0px 3px 0px;
  text-align: left;
  width: 116px;
}

section.introAuction article aside div.price strong {
  float: left;
  font-size: 85%;
}

section.introAuction article aside div.price div.number {
  float: left;
}

section.introAuction article aside div.price div.comma {
  float: left;
  margin-top: -4px;
}

section.introAuction article aside div.price span {
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 19px;
}

section.introAuction article aside div.price span.separator {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 10pt;
  font-size: 70%;
}

section.introAuction article aside table {
  /*width : 120px; change by MM*/
  width: 114px !important;
  font-size: 90%;
  float: right;
}

.camera section.introAuction article aside .starter {
  /*width : 120px; change by MM*/
  width: 116px !important;
  font-size: 90%;
  float: left;
  color: #106bc0;
  font-weight: normal;
  line-height: 120%;
  margin: 2px 0px 8px 0px;
}

.winkelen section.introAuction article aside .starter {
  /*width : 120px; change by MM*/
  width: 116px !important;
  font-size: 90%;
  float: left;
  color: #106bc0;
  font-weight: normal;
  line-height: 120%;
  margin: 6px 0px 10px 0px;
}

.games section.introAuction article aside .starter {
  /*width : 120px; change by MM*/
  width: 116px !important;
  font-size: 90%;
  float: left;
  color: #106bc0;
  font-weight: normal;
  line-height: 120%;
  margin: 6px 0px 10px 0px;
}

body.camera section.introAuction article aside table {
  /*width : 120px; change by MM*/
  width: 145px !important;
  font-size: 90%;
  float: right;
}

section.introAuction article aside table tbody tr th {
  font-weight: normal;
  padding-left: 0px;
  padding-right: 5px;
}

section.introAuction article aside table tbody tr td {
  text-align: right;
}

section.introAuction article aside p a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntroButton.png") no-repeat 0px 0px;
  display: inline-block;
  height: 40px;
  margin-left: 1px;
  padding: 0px 0px 0px 41px;
  text-decoration: none;
  font-size: 90%;
}

section.introAuction article aside p a span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntroButton.png") no-repeat 100% 0px;
  color: #2f5396;
  display: inline-block;
  height: 40px;
  font-weight: bold;
  font-size: 167%;
  line-height: 37px;
  padding: 0px 40px 0px 0px;
}

section.introAuction article aside p a:hover,
section.introAuction article aside p a:active {
  background-position: 0% -280px;
}

section.introAuction article aside p a:hover span {
  background-position: 100% -280px;
}

section.introAuction article aside.sold {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introAuctionAside.png") no-repeat 0px 0px;
  margin-bottom: 0px;
}

section.introAuction article aside.sold h4 {
  color: #1c3053;
  font-size: 150%;
  font-weight: bold;
  height: 32px;
  visibility: hidden;
  margin: 0px !important;
  letter-spacing: -1px;
}

section.introAuction article aside.sold div.price {
  background: Transparent none !important;
  color: #0f3a67;
  font-size: 160%;
  height: 33px;
  line-height: 33px;
  margin: 0px 0px 0px 30px;
  text-align: center !important;
  width: 100px !important;
  padding: 0px;
  font-weight: bold;
}

section.introAuction article aside.sold div.price .normal {
  float: left;
}

section.introAuction article aside.sold div.price .sup {
  padding-top: 0px !important;
  font-size: 60%;
  margin-top: -3px;
  float: left;
  width: 10px;
}

section.introAuction article aside.sold div.starter {
  color: #0f3a67 !important;
  margin: 1px 0px 21px 0px !important;
}

section.introAuction article aside.sold p {
  color: #38628d;
  font-weight: bold;
  text-align: center;
  width: 116px;
  line-height: 110%;
}

section.introAuction footer {
  background: Transparent none;
  clear: both;
  height: auto;
  padding: 10px 0px 0px 0px;
  margin: 0px 20px 0px 20px;
  border-top: solid 1px #ebebeb;
}

section.introAuction footer ul {
  margin: 0px;
}

section.introAuction footer ul li {
  display: inline;
}

section.introAuction footer ul li aside {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/resultScore4.png") no-repeat 0px 0px;
  float: right;
  margin: 0px 0px 0px 4px;
}

section.introAuction footer ul li a {
  float: right;
  margin: 0px 0px 0px 4px;
}

section.introAuction footer p {
  height: 29px;
  margin: 0;
  line-height: 14px;
  *margin-top: -10px;
  width: 130px !important;
  float: left;
}

#veilingIntro.section.introAuction footer p {
  *margin-top: -25px;
}

section.introAuction footer p a {
  padding: 0px 13px 0px 0px;
  color: #1b2f4b;
}

section.introAuction:first-child {
  float: left;
}

section.introAuction:first-child header {
  padding: 17px 20px 0px 20px;
}

/*sold auction*/
/* soldAuctions */
#soldAuctions header.introHeader h1 {
  color: #ffffff;
}

.games #soldAuctions header.introHeader h1 {
  color: #ffffff;
}

#soldAuctions article.introArticle {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntro2.png") no-repeat 0% 0%;
  padding: 10px;
}

#soldAuctions section.auctionsSection header {
  height: 10px;
  padding: 0px;
}

.games #soldAuctions nav.introNav menu li.backButton a {
  color: #ffffff !important;
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introNavBackButtonGames.png") no-repeat 0% 15px !important;
}

.games #BigcomingAuctions nav.introNav menu li.backButton a {
  color: #ffffff !important;
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introNavBackButtonGames.png") no-repeat 0% 15px !important;
}

#soldAuctions footer.introFooter {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntro2.png") no-repeat 0% 100%;
}

#soldAuctions section.introAuction {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/cameraVeilingen_auction.png") no-repeat 0px 0px;
  float: left;
  min-height: 305px;
  margin: 0px 15px 15px 0px;
  width: 393px;
}

#soldAuctions section.introAuction.last {
  margin: 0px 0px 15px 0px;
}

#soldAuctions section.introAuction header {
  height: 48px;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 0px 20px; /* Changed by Mark R on 03-01-2011, was : */
  /* padding : 12px 20px 0px 20px; */
}

#soldAuctions section.introAuction header h2 {
  color: #0f3a67;
}

#soldAuctions section.introAuction header h3 {
  color: #707070;
  margin-top: -4px; /* Added by Mark R on 03-01-2011 */
}

#soldAuctions section.introAuction article {
  padding-top: 5px;
}

#soldAuctions section.introAuction article figure {
  position: relative;
  width: 130px;
}

#soldAuctions section.introAuction article figure img.resultPhotoRating {
  border: solid 1px #ffffff;
  bottom: 0px;
  position: absolute;
  right: 0px;
}

#soldAuctions section.introAuction article aside {
  padding-right: 0px;
  width: 127px;
}

#soldAuctions section.introAuction article aside h4 {
  margin-bottom: 5px;
}

#soldAuctions section.introAuction article aside div.price {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntroPrice_winkelen.png") no-repeat 100% 0px;
  margin-bottom: 1px;
  width: 135px;
}

#soldAuctions section.introAuction article aside div.price strong {
  float: left;
}

#soldAuctions section.introAuction article aside div.price span {
  width: 17px;
}

#soldAuctions section.introAuction article aside div.price span.separator {
  width: 10px;
}

#soldAuctions section.introAuction article aside table {
  margin: 0px 0px 5px -13px;
  width: 133px;
  *margin: 0px 0px 5px -26px;
}

#soldAuctions section.introAuction article aside table tbody tr td {
  text-align: right;
}

#soldAuctions section.introAuction article aside p a {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntroButton_winkelen.png");
  padding: 0px 0px 0px 43px;
}

#soldAuctions section.introAuction article aside p a span {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntroButton_winkelen.png");
  cursor: pointer;
  padding: 0px 43px 0px 0px;
}

/* comingAuctions */
#comingAuctions header.introHeader h1 {
  color: #ffffff;
}

.games #comingAuctions header.introHeader h1 {
  color: #ffffff;
}

#comingAuctions article.introArticle {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntro2.png") no-repeat 0% 0%;
}

#comingAuctions section.auctionsSection header {
  height: 10px;
  padding: 0px;
}

#comingAuctions footer.introFooter {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntro2.png") no-repeat 0% 100%;
}

/* topAuctions */
#topAuctions header.introHeader h1 {
  color: #ffffff;
}

.games #topAuctions header.introHeader h1 {
  color: #ffffff;
}

#topAuctions article.introArticle {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntro2.png") no-repeat 0% 0%;
}

#topAuctions section.auctionsSection header {
  height: 10px;
  padding: 0px;
}

#topAuctions footer.introFooter {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntro2.png") no-repeat 0% 100%;
}

section.introAuction article .starter .normal {
  margin-top: -10px;
}

section.introAuction article .starter .sup {
  margin-top: -14px;
}

#Banners {
  margin-top: -10px;
}

#Banners a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bannerLink.png") no-repeat 0px 0px;
  width: 144px;
  height: 49px;
  display: block;
  padding: 8px 0px 0px 10px;
  text-decoration: none;
  color: #174a74;
}

#Banners a:hover,
#Banners a.active {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bannerHover.png") no-repeat 0px 0px;
}

/*@import 'stylesNew/stylesNewBerichtenOverzicht.scss';*/ /* Inbox component */
/* Homepage Camera's */
body.camera {
  background: #fdbc00 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodySection_magazines.jpg") no-repeat 50% -34px;
}

body.camera #bodySection {
  background: #fdbc00 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodySection_magazines.jpg") no-repeat 50% -34px;
  height: 100%;
}

body.camera section.popUpLayer header.popUpHeader {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_camera.png");
}

body.camera section.popUpLayer header.popUpHeader div.popUpHeaderBorder {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_camera.png");
}

body.camera section.popUpLayer header.popUpHeader h1 {
  color: #484848;
}

body.camera section.popUpLayer article.popUpArticle {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_camera.png");
}

body.camera section.popUpLayer article.popUpArticle div.popUpArticleBorder {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_camera.png");
}

body.camera section.popUpLayer footer.popUpFooter {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_camera.png");
}

body.camera section.popUpLayer footer.popUpFooter div.popUpFooterBorder {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_camera.png");
}

.camera span.overlapButton {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapButton.png");
}

.camera span.overlapButton span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapButton.png");
}

.camera span.overlapButton span.overlap input.button {
  color: #484848;
}

.camera span.overlapButton:hover span.overlap span.button {
  color: #000000;
}

#shoppingCart {
  float: right;
  height: 48px;
  margin: 0px 24px 0px 0px;
  _margin: 0px 12px 0px 0px;
  position: relative;
  width: 194px;
}

#shoppingCart dt {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/shoppingBasket.png") no-repeat 100% 8px;
  cursor: pointer;
  font-weight: normal;
  height: 32px;
  line-height: 21px;
  padding: 16px 57px 0px 27px;
  text-align: right;
}

#shoppingCart dt:hover {
  text-decoration: underline;
}

#shoppingCart dd {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/shoppingBasket2.png") no-repeat 0% 0%;
  bottom: 40px;
  display: none;
  overflow: hidden;
  margin: 0px -5px 0px -5px;
  position: absolute;
  padding: 5px 5px 0px 5px;
  right: 2px;
  z-index: 999999;
  width: 192px;
}

#shoppingCart dd table {
  border-bottom: solid 1px #7d7d7d;
  margin: 10px 15px 5px 15px;
  width: 162px;
}

#shoppingCart dd table tbody tr th {
  font-weight: normal;
  padding: 0px 0px 5px 0px;
}

#shoppingCart dd table tbody tr td {
  padding: 0px 0px 5px 0px;
  text-align: right;
}

/*TODO*/
#shoppingCart dd table tfoot tr th {
  border-top: solid 1px #7d7d7d;
  font-size: 120%;
  padding: 5px 0px 5px 0px;
}

#shoppingCart dd table tfoot tr td {
  border-top: solid 1px #7d7d7d;
  font-size: 120%;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  text-align: right;
  white-space: nowrap;
}

#shoppingCart dd table tfoot tr.buttons td {
  border-top: none;
  font-size: 100%;
  font-weight: normal;
  padding: 0px 0px 10px 0px;
  text-align: left;
}

#shoppingCart dd table tfoot tr.buttons td a.button {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingButton2.png") no-repeat 0% 0px;
}

#shoppingCart dd table tfoot tr.buttons td a.button span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingButton2.png") no-repeat 100% 0%;
}

#shoppingCart dd table tfoot tr.buttons td a.button:hover {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingButton2.png") no-repeat 0% -28px;
}

#shoppingCart dd table tfoot tr.buttons td a.button:hover span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingButton2.png") no-repeat 100% -28px;
}

#shoppingCart dd.step_0 {
  height: 1%;
  display: none;
}

#shoppingCart dd.step_1 {
  height: 33%;
  display: block;
}

#shoppingCart dd.step_2 {
  height: 66%;
  display: block;
}

#shoppingCart dd.step_3 {
  height: 100%;
  display: block;
}

#shoppingCart dd.step_4 {
  height: auto;
  display: block;
}

#shoppingCart dd.step_5 {
  height: auto;
  display: block;
}

#shoppingCart dd.step_6 {
  height: 100%;
  display: block;
}

#shoppingCart dd.step_7 {
  height: 66%;
  display: block;
}

#shoppingCart dd.step_8 {
  height: 33%;
  display: block;
}

#shoppingCart dd.step_9 {
  height: 1%;
  display: none;
}

table.shoppingBasket tr td {
  color: #38628d;
}

table.shoppingBasket tfoot tr th {
  background: #ecf0f4 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InhoudWinkelwagenFooter2.png") repeat-x 0px 0px;
  border-bottom: solid 1px #d1dce3;
  border-top: solid 1px #ffffff;
  padding: 12px 12px 12px 12px;
}

table.shoppingBasket tfoot tr td {
  background: #eff6fe url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InhoudWinkelwagenFooter2.png") repeat-x 0px 0px;
  border-bottom: solid 1px #d1dce3;
  border-top: solid 1px #ffffff;
  padding: 12px 12px 12px 12px;
}

table.shoppingBasket tfoot tr.total th {
  font-size: 120%;
  font-weight: bold;
  color: #38628d;
}

table.shoppingBasket tfoot tr.total td {
  font-size: 120%;
  font-weight: bold;
  color: #38628d;
}

table.shoppingBasket tfoot tr td.amount {
  text-align: center;
}

table.shoppingBasket tfoot tr td.price {
  text-align: right;
}

table.shoppingBasket tfoot tr.subtotal td {
  font-weight: normal;
  color: #38628d;
}

table.shoppingBasket tfoot tr.subtotal th {
  color: #38628d;
}

table.shoppingBasket tfoot tr.address td {
  font-weight: normal;
}

table.shoppingBasket tfoot tr.address td address strong {
  color: #0f3a67;
}

table.shoppingBasket tfoot tr:first-child th {
  background: #f7fbff url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InhoudWinkelwagenFooter.png") repeat-x 0px 0px;
}

table.shoppingBasket tfoot tr:first-child td {
  background: #f7fbff url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InhoudWinkelwagenFooter.png") repeat-x 0px 0px;
}

table.shoppingBasket tbody tr.item td {
  background: #f7fbff url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InhoudWinkelwagenBody.png") repeat-x 0px 0px;
  border-bottom: solid 1px #d1dce3;
  border-top: solid 1px #ffffff;
  padding: 16px 0px 12px 12px;
}

table.shoppingBasket tbody tr td span {
  /*border-right : solid 1px #9eb7c3;*/
  padding-right: 10px;
}

table.shoppingBasket tbody tr.item td a {
  color: #0f3a67;
}

table.shoppingBasket tbody tr.item td a:hover {
  color: #000000;
}

table.shoppingBasket tbody tr.item td.cover figure {
  text-align: center;
  display: inline;
}

table.shoppingBasket tbody tr.item td.cover figure a img {
  margin-bottom: 4px;
}

table.shoppingBasket tbody tr.item td.product {
  *padding: 12px 0px 12px 12px;
}

table.shoppingBasket tbody tr.item td.product img {
  padding: 0px 88px 0px 20px;
  *padding: 0px 86px 0px 20px;
}

#OrderOverzicht table.shoppingBasket tbody tr.item td.product img {
  padding: 0px 182px 0px 20px;
}

table.shoppingBasket tbody tr.item td.amount {
  text-align: center;
  padding-left: 0px;
}

table.shoppingBasket tbody tr.item td.amount input {
  width: 2em;
  text-align: center;
}

table.shoppingBasket tbody tr.item td.price {
  text-align: right;
}

table.shoppingBasket tbody tr.item td.remove {
  padding-right: 12px;
}

table.shoppingBasket tbody tr.item td.remove a.remove {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InhoudWinkelwagenRemove.png") no-repeat 100% 0px;
  padding: 0px 20px 0px 0px;
}

table.shoppingBasket tbody tr.numbered td {
  background: #edf1f4 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/ShoppingTable.png") repeat-x -348px 0px;
}

table.shoppingBasket tbody tr.numbered td.number {
  background: #edf1f4 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/ShoppingTable.png") repeat-x 5px 0px;
}

table.shoppingBasket tbody tr.numbered td {
  white-space: nowrap;
}

table.shoppingBasket tbody tr.numbered td.number strong {
  color: #254066;
  display: block;
  padding-top: 1px;
  text-align: center;
  width: 24px;
}

table.shoppingBasket tbody tr.numbered td.product {
  width: 100%;
}

table.shoppingBasket tbody tr.empty td {
  background: #edf1f4 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InhoudWinkelwagenBody.png") repeat-x -1px 0px;
  border-bottom: solid 1px #d1dce3;
  border-top: solid 1px #ffffff;
  padding: 48px 12px 48px 12px;
  text-align: center;
}

/* conversie */
.conversie article {
  width: 614px;
  padding: 0px !important;
  font-size: 95%;
  line-height: 130%;
  position: absolute;
  top: 33px;
  left: 40px !important;
}

.conversie.big {
  width: 688px;
}

.conversie article.big {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/backConvers.png") no-repeat 0% 0%;
  width: 688px;
  position: static;
  overflow: hidden !important;
}

.conversie article.big article {
  height: auto !important;
  padding: 40px !important;
}

.conversie article.big footer {
  padding: 0px;
  position: static !important;
  width: 610px;
  margin: -20px 0px 20px 40px;
}

.conversie footer.bottom {
  background: #fcfcfc url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/backConvers.png") no-repeat 0% 100%;
  width: 688px !important;
  height: 15px;
  position: absolute;
  bottom: 0px !important;
  margin: 0px 0px -10px 0px !important;
}

.conversie.small article article {
  position: static;
  height: 395px;
  overflow: hidden;
  overflow-y: visible;
  padding: 0px 20px 0px 0px !important;
  margin: 0px -40px 0px 0px;
}

.conversie article article {
  position: static;
  height: 515px;
  overflow: hidden;
  overflow-y: visible;
  padding: 0px 20px 0px 0px !important;
  margin: 0px -40px 0px 0px;
}

.conversie h1 {
  font-size: 190%;
  color: #264f79 !important;
  margin-bottom: 30px !important;
}

.conversie h2 {
  font-weight: normal;
  color: #264f79 !important;
  font-size: 180%;
  margin-bottom: 12px;
}

.conversie h3 {
  color: #838e99 !important;
  font-size: 120%;
  margin-bottom: 3px !important;
}

.conversie p {
  margin-bottom: 14px;
  line-height: 130%;
  color: #838E99 !important;
}

.conversie br {
  margin-bottom: -10px;
  color: #838E99 !important;
}

.conversie p:last-child {
  margin-bottom: -10px;
  color: #838E99 !important;
}

.conversie a {
  color: #838e99 !important;
}

.conversie footer {
  padding: 0px;
  margin: 20px 0px 0px 0px;
}

.conversie footer a.scaler {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnScaler.png") no-repeat 0% 0%;
  height: 37px;
  float: right;
  text-decoration: none;
  color: #254066 !important;
  font-size: 130%;
  line-height: 35px;
  font-weight: bold;
  position: relative;
  padding: 0px 8px 0px 20px;
}

.conversie footer a.scaler span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnScaler.png") no-repeat 100% 0px;
  position: absolute;
  right: -10px;
  top: 0px;
  height: 37px;
  width: 10px;
}

.conversie footer a.scaler.left {
  float: left;
}

.conversie footer a.scaler:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnScaler.png") no-repeat 0% -37px;
}

.conversie footer a.scaler:hover span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnScaler.png") no-repeat 100% -37px;
}

.conversie footer a.direct {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnDirect.png") no-repeat 0% 0%;
  width: 174px;
  height: 37px;
  float: right;
  text-decoration: none;
}

.conversie footer a.direct:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnDirect.png") no-repeat 0% -37px;
}

.conversie footer a.round {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnRound.png") no-repeat 0% 0%;
  width: 164px;
  height: 37px;
  float: left;
  text-decoration: none;
}

.conversie footer a.round:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnRound.png") no-repeat 0% -37px;
}

.conversie footer a.member {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnMember.png") no-repeat 0% 0%;
  width: 247px;
  height: 59px;
  float: right;
  text-decoration: none;
}

.conversie footer a.member:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnMember.png") no-repeat 0% -59px;
}

.conversie footer a.melt {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnMeld.png?v=2") no-repeat 0% 0%;
  width: 174px;
  height: 37px;
  float: right;
  text-decoration: none;
}

.conversie footer a.melt:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnMeld.png?v=2") no-repeat 0% -37px;
}

.conversie footer a.backer {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnBacker.png?v=2") no-repeat 0% 0%;
  width: 76px;
  height: 37px;
  float: left;
  text-decoration: none;
}

.conversie footer a.backer:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnBacker.png?v=2") no-repeat 0% -37px;
}

body.cookie #bodyHeader {
  margin-top: 40px;
}

body.cookie #mainMenu, body.cookie #loginMenu, body.cookie #topNavMenu {
  margin-top: 40px;
}

body.cookie #subMenu ul {
  margin-top: 40px;
}

.cookieBar {
  position: absolute;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 40px;
  background: #000000;
  left: 0px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  line-height: 40px;
}

.cookieBar div {
  width: 816px;
  margin: 0 auto;
  height: 100%;
  padding: 0px 0px 0px 100px;
}

.cookieBar div p {
  float: left;
  margin-right: 20px;
}

.cookieBar div p.last {
  margin-left: 17px;
  margin-right: 0px;
}

.cookieBar div p a {
  display: inline;
  float: none;
  color: #ffffff !important;
  background: none;
  text-decoration: underline;
}

.cookieBar div p a:hover {
  background: none;
  color: #ffffff !important;
}

.cookieBar div a {
  margin-top: 7px;
  display: block;
  float: left;
  width: 103px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 3px;
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/BtnCookie.png") 0 0 no-repeat;
  text-decoration: none;
  color: #165A96 !important;
  font-weight: bold;
}

.cookieBar div a:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/BtnCookie.png") 0 100% no-repeat;
  color: #165A96 !important;
}

/* demoControls */
#demoControls {
  margin: 0px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 1em;
  top: 1em;
  width: 10em;
  z-index: 100000;
  /* For MSIE 6 */
  _position: absolute;
}

#demoControls li {
  list-style-type: none;
}

#demoControls li a,
#demoControls li button {
  background: #999999 none;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
  border-left: solid 1px #CCCCCC;
  color: #333333;
  cursor: pointer;
  display: block;
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 90%;
  height: 2em;
  line-height: 1.9em;
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  width: 10em;
}

#demoControls li button {
  height: 2.2em;
  width: 10.2em;
}

#demoControls li a:hover,
#demoControls li button:hover {
  background: #CCCCCC none;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #FFFFFF;
  color: #000000;
}

#demoControls:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
}

/* Disclaimer */
#Disclaimer {
  margin: 0px 0px 20px 0px;
}

#Disclaimer footer {
  padding: 5px 10px 5px 10px;
}

#Disclaimer footer strong {
  color: #0f3a67;
}

#disclaimerMenu {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#disclaimerMenu li {
  display: inline;
  list-style-type: none;
}

#disclaimerMenu li a {
  border-left: solid 1px #ffffff;
  color: #ffffff;
  font-size: 110%;
  padding: 0px 10px 0px 10px;
  text-decoration: none;
}

#disclaimerMenu li a:hover {
  color: #79c153;
}

#disclaimerMenu li:first-child a {
  padding-left: 0px;
  border-left: none;
}

/* select */
.select {
  float: left;
  min-height: 30px;
  _height: 50px;
  width: 150px;
}

.select label {
  display: block;
  margin: 0px 0px 2px 0px;
  width: 150px;
  color: #1b2f4b;
  margin-right: 3px;
}

.select select {
  display: none;
}

.select dl {
  margin: 0px;
  position: relative;
  width: 140px;
}

.select dl.diff {
  width: 154px;
}

.select dl.small {
  width: 114px;
}

.select dl dt {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect.png") no-repeat 100% 0px;
  color: #464646;
  margin: 0px;
  padding: 0px 30px 0px 0px;
}

.select dl dt strong {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect.png") no-repeat 0% 0px;
  cursor: pointer;
  display: block;
  font-weight: normal;
  height: 20px;
  color: #838e99;
  line-height: 20px;
  overflow: hidden;
  padding: 0px 0px 0px 10px;
  width: 100px;
  white-space: nowrap;
}

.select dl.small dt strong {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect.png") no-repeat 0% 0px;
  cursor: pointer;
  display: block;
  font-weight: normal;
  height: 20px;
  color: #1b2f4b;
  line-height: 20px;
  overflow: hidden;
  padding: 0px 0px 0px 10px;
  width: 86px;
  white-space: nowrap;
}

.select dl dd {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect2.png") no-repeat 0% 0%;
  display: none;
  margin: 5px 0px 0px 0px;
  position: absolute;
  z-index: 1212121 !important;
  *width: 140px;
}

.select dl dd .header,
.select dl dd header {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect2.png") no-repeat 100% 0% !important;
  height: 7px;
  margin: 0px -7px 0px 0px;
  float: right;
  width: 7px;
}

.select dl dd menu {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect2.png") no-repeat 100% 100% !important;
  margin: 7px -7px -7px 7px;
  padding: 0px;
  padding-bottom: 5px;
  *width: 127px;
}

.select dl dd ul {
  overflow: auto;
  margin: 0px;
  padding: 0px;
  max-height: 200px;
  width: 100%;
  *height: 200px;
  *position: relative;
}

.select dl dd menu li {
  list-style-type: none;
  white-space: nowrap;
  *white-space: pre-wrap;
  margin-right: 6px;
}

.select dl dd ul li {
  list-style-type: none;
  white-space: pre-wrap;
}

.select dl dd menu li a {
  text-decoration: none;
}

.select dl dd menu li a:hover {
  text-decoration: underline;
}

.select dl dd .footer,
.select dl dd footer {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect2.png") no-repeat 0% 100%;
  height: 7px;
  margin: 0px 0px -7px 0px;
  padding: 0px !important;
  width: 7px;
}

.select dl dd.direction_up {
  bottom: 30px;
}

.select dl dd.step_0 {
  display: none;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
}

.select dl dd.step_1 {
  display: block;
  opacity: 0.25;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  filter: alpha(opacity=25);
}

.select dl dd.step_2 {
  display: block;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}

.select dl dd.step_3 {
  display: block;
  opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  filter: alpha(opacity=75);
}

.select dl dd.step_4 {
  display: block;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.select dl dd.step_5 {
  display: block;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.select dl dd.step_6 {
  display: block;
  opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  filter: alpha(opacity=75);
}

.select dl dd.step_7 {
  display: block;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}

.select dl dd.step_8 {
  display: block;
  opacity: 0.25;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  filter: alpha(opacity=25);
}

.select dl dd.step_9 {
  display: none;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
}

/* range slider */
.meter.rangeSlider,
meter.rangeSlider {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/rangeSlider.png") no-repeat 50px 7px;
  float: left;
  height: 32px;
  position: relative;
  width: 366px;
}

.meter.rangeSlider span.range,
meter.rangeSlider span.range {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/rangeSlider.png") no-repeat 0px -57px;
  display: block;
  height: 20px;
  left: 100px;
  position: absolute;
  width: 150px;
}

.meter.rangeSlider span.min,
meter.rangeSlider span.min {
  color: #1b2f4b;
  font-size: 83%;
  height: 20px;
  left: 18px;
  position: absolute;
  top: 0px;
}

.meter.rangeSlider span.low,
meter.rangeSlider span.low {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/rangeSlider.png") no-repeat -13px -130px;
  cursor: pointer;
  height: 25px;
  left: 100px;
  margin-left: -57px;
  position: absolute;
  top: 8px;
  width: 60px;
}

.meter.rangeSlider span.low div.euro,
meter.rangeSlider span.low div.euro {
  color: #ffffff;
  font-size: 83%;
  margin: 7px 0px 0px 7px;
  padding: 0px;
  text-align: right;
  display: inline;
}

.meter.rangeSlider span.low input,
meter.rangeSlider span.low input {
  background: Transparent none;
  border: none;
  color: #ffffff;
  font-size: 83%;
  margin: 7px 0px 0px 0px;
  padding: 0px;
  text-align: right;
  width: 32px;
  cursor: pointer;
}

.meter.rangeSlider span.high,
meter.rangeSlider span.high {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/rangeSlider.png") no-repeat -180px -130px;
  cursor: pointer;
  height: 25px;
  left: 250px;
  margin-left: -2px;
  position: absolute;
  top: 8px;
  width: 60px;
}

.meter.rangeSlider span.high div.euro,
meter.rangeSlider span.high div.euro {
  color: #ffffff;
  font-size: 83%;
  margin: 7px 0px 0px 7px;
  padding: 0px;
  display: inline;
  text-align: right;
}

.meter.rangeSlider span.high input,
meter.rangeSlider span.high input {
  background: Transparent none;
  border: none;
  color: #ffffff;
  font-size: 83%;
  margin: 7px 0px 0px 18px;
  padding: 0px;
  text-align: right;
  width: 32px;
  cursor: pointer;
}

.meter.rangeSlider span.max,
meter.rangeSlider span.max {
  color: #1b2f4b;
  font-size: 83%;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0px;
}

span.overlapInput {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapInput.png") no-repeat 0% 0%;
  display: inline-block;
  height: 25px;
  margin: 0px 15px 0px 0px;
  padding: 0px 0px 0px 5px;
}

span.overlapInput span.overlap {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapInput.png") no-repeat 100% 0%;
  display: inline-block;
  height: 22px;
  margin-right: -10px;
  padding: 3px 6px 0px 0px;
}

span.overlapTextarea {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapTextarea.png") no-repeat 0% 0%;
  display: inline-block;
  height: 102px;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 10px;
}

span.overlapTextarea span.overlap {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapTextarea.png") no-repeat 100% 0%;
  display: inline-block;
  height: 99px;
  margin-right: -10px;
  padding: 3px 10px 0px 0px;
}

/* Entree */
#Entree div.entrance, #Entree div.interested, #EntreeNEW div.entrance, #EntreeNEW div.interested {
  margin-bottom: 154px;
}

#Entree p, #EntreeNEW p {
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px;
}

#EntreeNEW div.interested p {
  margin-bottom: 14px;
}

#Entree p a, #EntreeNEW p a {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/EntreeButton.png");
  color: #0f3a67 !important;
  font-size: 133%;
  font-weight: bold;
  margin: 0px 10px 0px 0px;
  height: 35px;
}

#Entree p a.button span, #EntreeNEW p a.button span {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/EntreeButton.png");
  height: 35px;
  line-height: 33px;
  width: 100px;
}

#Entree p a.button:hover, #EntreeNEW p a.button:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/EntreeButton.png") no-repeat 0% -256px;
}

#Entree p a.button:hover span, #EntreeNEW p a.button:hover span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/EntreeButton.png") no-repeat 100% -256px;
}

#Entree a.blueish, #EntreeNEW a.blueish {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnWhoop.png") no-repeat 0% 0%;
  position: relative;
  height: 38px;
  line-height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  display: inline-block !important;
  padding: 0px 8px 0px 18px;
  margin: -9px 0px 0px -12px !important;
  width: 100px !important;
  font-size: 120%;
}

#Entree a.blueish span, #EntreeNEW a.blueish span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnWhoop.png") no-repeat 100% 0%;
  position: absolute;
  height: 38px;
  width: 10px;
  right: -10px;
  top: 0px;
  padding: 0px;
  display: block;
}

#Entree a.blueish:hover, #EntreeNEW a.blueish:hover {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnWhoop.png") no-repeat 0% -38px;
}

#Entree a.blueish:hover span, #EntreeNEW a.blueish:hover span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnWhoop.png") no-repeat 100% -38px;
}

/* Entree */
/* ExpressCheckout */
section.ExpressCheckout {
  margin: 0px 0px 1.3em 0px;
}

article.ExpressCheckout h2 {
  color: #38628d;
  font-size: 120%;
  margin: 0px 0px 0.7em 0px;
}

article.ExpressCheckout div.summary {
  background: #fdfdd5 none;
  border: solid 1px #efda81;
  margin: 10px 0px 10px 0px;
  color: #838e99 !important;
  padding: 8px 10px 8px 10px;
}

article.ExpressCheckout div.summary h3 {
  font-size: 120%;
  color: #838e99 !important;
  margin: 0px 0px 0px 0px;
}

article.ExpressCheckout div.summary p {
  color: #838e99 !important;
  margin: 0px;
}

article.ExpressCheckout div.summary p a {
  color: #1b2f4b;
  text-decoration: underline;
}

article.ExpressCheckout div.summary p a:hover {
  color: #1b2f4b;
  text-decoration: underline;
}

nav.ExpressCheckout {
  margin: 0px 0px 1em 0px;
  overflow: hidden;
  width: 539px;
}

nav.ExpressCheckout menu.CheckoutSteps {
  height: 45px;
  margin: 0px 0px 0px 0px;
  width: 600px;
}

nav.ExpressCheckout menu.CheckoutSteps li {
  float: left;
  font-weight: bold;
  height: 45px;
  list-style-type: none;
  padding: 0px 0px 0px 0px;
}

nav.ExpressCheckout menu.CheckoutSteps li em {
  display: inline-block;
  float: left;
  font-style: normal;
  line-height: 42px;
  text-align: center;
  width: 46px;
}

nav.ExpressCheckout menu.CheckoutSteps li span {
  display: inline-block;
  float: left;
  font-size: 150%;
  line-height: 43px;
}

nav.ExpressCheckout menu.CheckoutSteps li em {
  color: #104079;
}

nav.ExpressCheckout menu.CheckoutSteps li span {
  color: #ffffff;
}

nav.ExpressCheckout menu.CheckoutSteps li a {
  color: #ffffff;
}

nav.ExpressCheckout menu.CheckoutSteps li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

nav.ExpressCheckout menu.CheckoutSteps li.passive em {
  color: #619bc9;
}

nav.ExpressCheckout menu.CheckoutSteps li.passive span {
  color: #d0e1ef;
}

nav.ExpressCheckout menu.CheckoutSteps.total_2 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutSteps_total_2.png") no-repeat 0px 0px;
}

nav.ExpressCheckout menu.CheckoutSteps.total_2.current_2 {
  background-position: 0px -45px;
}

nav.ExpressCheckout menu.CheckoutSteps.total_2 li {
  width: 278px;
}

nav.ExpressCheckout menu.CheckoutSteps.total_4 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutSteps_total_4.png") no-repeat 0px 0px;
}

nav.ExpressCheckout menu.CheckoutSteps.total_4.current_1 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutSteps_total_4.png") no-repeat 0px 0px;
}

nav.ExpressCheckout menu.CheckoutSteps.total_4.current_2 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutSteps_total_4.png") no-repeat 0px -45px;
}

nav.ExpressCheckout menu.CheckoutSteps.total_4.current_3 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutSteps_total_4.png") no-repeat 0px -90px;
}

nav.ExpressCheckout menu.CheckoutSteps.total_4.current_4 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/CheckoutSteps_total_4.png") no-repeat 0px -135px;
}

nav.ExpressCheckout menu.CheckoutSteps.total_4 li {
  width: 278px;
}

nav.ExpressCheckout menu.CheckoutSteps.total_4 li em {
  color: #104079;
  line-height: 46px;
  text-align: center;
  width: 34px;
}

nav.ExpressCheckout menu.CheckoutSteps.total_4 li span {
  color: #ffffff;
  font-size: 100%;
}

nav.ExpressCheckout menu.CheckoutSteps.total_4 li.step_1 {
  width: 135px;
}

nav.ExpressCheckout menu.CheckoutSteps.total_4 li.step_2 {
  width: 129px;
}

nav.ExpressCheckout menu.CheckoutSteps.total_4 li.step_3 {
  width: 146px;
}

nav.ExpressCheckout menu.CheckoutSteps.total_4 li.step_4 {
  width: 129px;
}

article.ExpressCheckout p em {
  color: #38628d;
  font-style: normal;
}

article.ExpressCheckout div.leftColumn {
  float: left;
  width: 48%;
}

article.ExpressCheckout div.rightColumn {
  float: right;
  width: 48%;
}

article.ExpressCheckout div.disabled {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}

footer.ExpressCheckout {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/expressBack.png") no-repeat 0% 0%;
  padding: 16px 10px 10px 20px;
  text-align: right;
}

footer.ExpressCheckout strong {
  color: #38628d;
  float: left;
  font-size: 160%;
  line-height: 30px;
}

footer.ExpressCheckout a.button span {
  padding-right: 20px;
  padding-left: 10px;
}

/* Factuuradres */
header.Factuuradres {
  height: 32px;
}

header.Factuuradres em {
  background: #ffffff url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/FactuuradresHeader.png") no-repeat 0px 0px;
  color: #ffffff;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 120%;
  font-style: normal;
  height: 24px;
  margin-right: 8px;
  padding: 3px 0px 0px 0px;
  text-align: center;
  width: 24px;
}

header.Factuuradres h2 {
  color: #0f3a67;
  float: left;
  font-size: 120%;
  padding: 3px 0px 0px 0px;
}

section.FactuuradresForm {
  margin: 0px 0px 10px 0px;
}

section.FactuuradresForm h2 {
  color: #0f3a67;
  font-size: 120%;
  padding: 3px 0px 0px 0px;
}

section.FactuuradresForm p + h3 {
  color: #0f3a67;
  font-size: 100% !important;
  padding: 2px 0px 0px 0px !important;
  margin: 0px;
}

section.FactuuradresForm header.FactuuradresForm {
  background: #edf1f4 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Factuuradres.png") repeat-x 0px 0px;
  border-bottom: solid 1px #d1dce3;
  padding: 10px 15px 10px 15px;
  margin: 0px;
}

section.FactuuradresForm header.FactuuradresForm a.right {
  color: #0f3a67;
  padding-left: 15px;
}

section.FactuuradresForm header.FactuuradresForm h3 {
  color: #0f3a67;
  font-size: 110%;
  font-weight: bold;
  margin: 0px;
}

section.FactuuradresForm article.FactuuradresForm {
  background: #eff6fe url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/Factuuradres.png") repeat-x 0px -50px;
  border-bottom: solid 1px #d1dce3;
  border-top: solid 1px #ffffff;
  padding: 10px 15px 10px 15px;
}

section.FactuuradresForm.conversie article.FactuuradresForm {
  margin-bottom: 10px !important;
  width: auto;
  position: static;
  height: auto;
  font-size: 100%;
  color: #838E99;
  padding: 10px 15px 10px 15px !important;
}

section.FactuuradresForm.conversie article.FactuuradresForm table.address tfoot td, section.FactuuradresForm.conversie article.FactuuradresForm table.address tfoot th {
  padding-top: 20px;
}

section.FactuuradresForm.conversie article.FactuuradresForm table.address th {
  font-weight: bold;
}

section.FactuuradresForm.conversie footer {
  width: auto;
  position: static !important;
}

section.FactuuradresForm.conversie hr {
  margin: 0px 0px 20px 0px !important;
  color: #afc0d1;
  background: #afc0d1;
}

section.FactuuradresForm.conversie article.FactuuradresForm input[type=checkbox] {
  float: left;
  width: 20px;
  margin: 2px 0px 22px -5px;
  margin: 0px 0px 22px -5px;
}

section.FactuuradresForm article.FactuuradresForm ul.optionsList {
  margin: 0px;
  padding: 0px;
}

section.FactuuradresForm article.FactuuradresForm ul.optionsList li {
  list-style-type: none;
  margin: 0px;
  padding: 3px 0px 3px 0px;
}

section.FactuuradresForm article.FactuuradresForm.FactuuradresFormChoice {
  background: #eff6fe url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/FactuuradresFormAddress.png") repeat-y 40px 0px;
}

section.FactuuradresForm article.FactuuradresForm div.addressOption {
  float: left;
  width: 30px;
  *width: 20px;
}

section.FactuuradresForm article.FactuuradresForm div.addressOption input.radio {
  margin-left: -2px;
}

section.FactuuradresForm article.FactuuradresForm figure.addressFigure {
  float: left;
  margin-right: 10px;
  width: 218px;
}

section.FactuuradresForm article.FactuuradresForm figure.addressFigure img {
  border: solid 1px #d1dce3;
}

section.FactuuradresForm article.FactuuradresForm table.addressTable {
  float: left;
  *margin: 0px 0px 0px 20px;
}

section.FactuuradresForm article.FactuuradresForm table.addressTable.small {
  *width: 200px !important;
}

section.FactuuradresForm article.FactuuradresForm table.addressTable tbody tr th {
  font-weight: normal;
  padding: 3px 15px 3px 0px;
}

section.FactuuradresForm article.FactuuradresForm table.addressTable tbody tr td {
  padding: 3px 0px 3px 0px;
}

section.FactuuradresForm header hr {
  border: 0;
  height: 1px !important;
  padding: 0px;
  overflow: hidden;
  line-height: 0;
  background: none;
  background-color: #afc0d1;
}

section.FactuuradresForm footer {
  padding: 10px 20px;
  text-align: right;
  background: #f7fbff;
  margin-top: 10px;
}

section.FactuuradresForm footer .footNote {
  float: left;
  margin-top: 9px;
  font-size: 90%;
}

section.FactuuradresForm footer.FactuuradresForm span.addAlternative {
  padding-right: 15px;
}

section.FactuuradresForm footer.FactuuradresForm span.back {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InhoudWinkelwagenBack.png") no-repeat 0px 3px;
  float: left;
  padding-left: 15px;
}

section.FactuuradresForm footer.FactuuradresForm span.back a {
  color: #0f3a67;
}

/*@import 'stylesNew/stylesNewFAQ.scss';*/
header.filterResults {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterHeader.png") no-repeat 0px 0px;
  margin: 0px 0px 0px 0px;
  padding: 12px 20px 12px 20px;
}

header.filterResults a.previous {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntroPrevious.png") no-repeat 0px 4px;
  float: right;
  padding-left: 15px;
}

header.filterResults h1 {
  margin: 0px;
  color: #ffffff;
}

article.filterResults {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/homepageVeilingen_loop.png") repeat-y 0px -10px;
  padding: 10px 20px 0px 20px;
  margin: 0px 0px 0px 0px;
  color: #707d89;
  width: 950px;
}

#filterReviewsMagazines header.filterResults, #filterResultsMagazines header.filterResults {
  background: none;
  margin: 0px 0px 0px 0px;
  padding: 12px 20px 12px 0px;
}

#filterReviewsMagazines header.filterResults h1, #filterResultsMagazines header.filterResults h1 {
  margin: 0px;
  color: #ffffff;
}

#filterReviewsMagazines article.filterResults, #filterResultsMagazines article.filterResults {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResults_reviews.png") repeat-y 0px 0%;
  padding: 20px 20px 0px 20px;
  color: #707d89;
}

#filterReviewsMagazines header.resultsPager, #filterResultsMagazines header.resultsPager {
  margin-top: -20px;
}

aside.filterResults {
  float: right;
  width: 224px;
  margin-right: 7px;
}

aside.filterResults section {
  margin: 0px 0px 15px 0px;
}

aside.filterResults section header h2 {
  color: #327abc;
  font-size: 18px;
  margin: 0px 3px 7px 3px;
}

aside.filterResults section div {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResultsAside.png") no-repeat 0px 0px;
  padding: 10px 3px 0px 3px;
  margin-bottom: -14px;
  *margin-bottom: -10px;
}

aside.filterResults section div.hr {
  margin: 0px;
}

aside.filterResults section div article {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResultAside_bullet.png") no-repeat 197px 50%;
  padding: 5px 20px 0px 10px;
}

aside.filterResults section div article h3 {
  color: #1b2f4b;
  font-size: 108%;
  font-weight: bold;
  margin: 0px;
}

aside.filterResults section div article h3 a.clickOnParent {
  color: #1b2f4b;
  text-decoration: none;
}

aside.filterResults section div article:hover {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResultsAsideHover.png") no-repeat 0px -10px;
  margin: 0px 0px 0px -3px;
  padding: 5px 20px 0px 13px;
}

aside.filterResults section div article p {
  margin: 0px;
  color: #707d89;
  padding: 0px 0px 7px 0px;
}

aside.filterResults section div article:first-child:hover {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResultsAsideHover.png") no-repeat 0px 0px;
  margin: -10px 0px 0px -3px;
  padding: 15px 20px 0px 13px;
}

aside.filterResults section div article:last-child:hover {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResultsAsideHover.png") no-repeat 0px 512px;
  margin: 0px 0px 0px -3px;
  padding: 5px 20px 0px 13px;
}

aside.filterResults section div div.hr {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResultAside_ruler.png") repeat-x 0px 0px;
  height: 2px;
  overflow: hidden;
  padding: 0px;
}

aside.filterResults section div div.hr hr {
  display: none;
}

aside.filterResults section footer {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResultsAside.png") no-repeat 0px 100%;
  height: 15px;
}

aside.filterResults section article figure.score {
  float: right;
  height: 33px;
  line-height: 36px;
  margin: 0px -10px 10px 5px;
  text-align: center;
  width: 33px;
}

aside.filterResults section.filterResultsAside2 header {
  padding: 0px;
}

aside.filterResults section.filterResultsAside2 header h2 {
  color: #106bc0;
  font-size: 133%;
  margin: 0px 0px 5px 3px;
}

aside.filterResults section.filterResultsAside div h3 a {
  color: #1b2f4b !important;
}

aside.filterResults section.filterResultsAside2 article {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/auctionAside.png") no-repeat 0px 0px;
  padding: 15px 15px 1px 15px;
}

aside.filterResults section.filterResultsAside2 article figure {
  background: #ffffff;
  margin: 0px 0px 1em 0px;
  text-align: center;
}

aside.filterResults section.filterResultsAside2 article p {
  color: #44546b;
}

aside.filterResults section.filterResultsAside2 footer {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/auctionAside.png") no-repeat 0px 100%;
  height: 10px;
}

aside.filterResults section.filterResultsAside3 header {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResultsAside3.png") no-repeat 0px 0px !important;
  padding: 14px 15px 12px 15px !important;
}

aside.filterResults section.filterResultsAside3 header h2 {
  color: #1b2f4b !important;
  font-size: 133% !important;
  margin: 0px 0px 0px 0px !important;
}

aside.filterResults section.filterResultsAside3 article {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResultsAside3.png") no-repeat 0px 50% !important;
  padding: 15px 15px 1px 15px !important;
}

aside.filterResults section.filterResultsAside3 article figure {
  background: #ffffff !important;
  text-align: center !important;
}

aside.filterResults section.filterResultsAside3 article p {
  color: #707d89;
}

aside.filterResults section.filterResultsAside3 footer {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResultsAside3.png") no-repeat 0px 100% !important;
  height: 10px !important;
}

footer.filterResults {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/homepageVeilingen.png") no-repeat 0px 100%;
  clear: both;
  padding-bottom: 15px;
  margin: 0px 0px 0px 0px;
  width: 996px;
  height: 10px;
  position: relative;
  margin: 0px 0px 10px 0px;
}

#filterReviewsMagazines footer.filterResults, #filterResultsMagazines footer.filterResults {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResults_reviews.png") repeat-y 0px 100%;
  clear: both;
  padding-bottom: 15px;
  margin: 0px 0px 12px 0px;
  height: 10px;
}

/* Inloggen */
article.Inloggen {
  position: relative;
  padding: 16px 20px 4px 0px;
}

article.Inloggen b {
  font-size: 100% !important;
  font-weight: bold !important;
  margin: 0px 0px 2px 0px;
  color: #0f3a67;
}

article.Inloggen h2 {
  color: #0f3a67;
  font-size: 120%;
}

article.Inloggen.wide {
  padding: 16px 20px 4px 20px;
  width: 503px;
  margin-left: -60px;
}

article.Inloggen p {
  padding-bottom: 10px;
}

article.Inloggen.wide h3 {
  font-weight: normal;
  text-decoration: underline;
}

article.Inloggen a.wow {
  width: 161px;
  height: 59px;
  text-decoration: none;
  float: right;
  margin-bottom: -2px;
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnWow.png") no-repeat 0% 0px;
}

article.Inloggen a.wow:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnWow.png") no-repeat 0% -59px;
}

input.small article.Inloggen p:last-of-type {
  margin-bottom: -20px;
  padding-bottom: 0px;
}

article.Inloggen p:last-of-type strong {
  margin-bottom: -30px;
  padding-bottom: 0px;
  color: #0f3a67;
}

footer.Inloggen {
  border-radius: 0 0 5px 5px;
  min-height: 1px;
  padding: 0px 20px 16px 20px;
  text-align: right;
  margin-bottom: 2px;
}

footer.Inloggen.wide {
  border-radius: 0 0 5px 5px;
  min-height: 1px;
  padding: 0px 20px 16px 20px;
  text-align: right;
  width: 503px;
  margin-left: -60px;
}

/* Inloggen */
#Inloggen {
  margin: 0px -2px 16px -2px;
  width: 384px;
}

label.rightDown {
  float: right;
  margin-top: 4px;
}

/* InloggenHerinnering */
/*#InloggenHerinnering {
    margin: 0px -2px 16px -2px;
    width: 384px;
}*/
/* InloggenOud */
/*#InloggenOud {
    margin: 0px -2px 16px -2px;
    width: 384px;
}

#InloggenOud header.Inloggen {
}

#InloggenOud header.Inloggen h1 {
}

#InloggenOud article.Inloggen {
}

#InloggenOud article.Inloggen p {
}

#InloggenOud article.Inloggen fieldset.validateForm {
}

#InloggenOud article.Inloggen fieldset.validateForm meter {
}

#InloggenOud article.Inloggen fieldset.validateForm table {
}

#InloggenOud article.Inloggen fieldset.validateForm hr {
}

#InloggenOud article.Inloggen fieldset.validateForm h4 {
    color: #0f3a67;
}

#InloggenOud article.Inloggen fieldset.validateForm p {
}

#InloggenOud article.Inloggen fieldset.validateForm input.full {
    width: 180px;
}

#InloggenOud footer.Inloggen {
}*/
.InloggenNextPage {
  border-radius: 5px;
}
.InloggenNextPage.white {
  background-color: #FFF;
}
.InloggenNextPage header.Inloggen {
  padding: 24px 20px 12px 30px;
  border-radius: 5px 5px 0 0;
  background: #D9E2E8;
}
.InloggenNextPage header.Inloggen h1 {
  color: #0f3a67;
  font-size: 150%;
}
.InloggenNextPage .Inloggen {
  padding: 24px 20px 12px 30px;
}

.inlogNexPageBottom {
  background: -webkit-linear-gradient(top, #D9E2E8 0%, #E9EFF2 100%);
  background: linear-gradient(to bottom, #D9E2E8 0%, #E9EFF2 100%);
  /*margin-top: 40px;*/
  padding: 24px 20px 12px 30px;
  box-sizing: border-box;
}
.inlogNexPageBottom h2 {
  color: #0f3a67;
  font-size: 14px;
  margin-bottom: -28px;
}

.inlogNew {
  width: 452px;
  float: left;
  border-right: solid 1px #c1c8ce;
  padding-right: 20px;
  padding-left: 0px;
  box-sizing: border-box;
}
.inlogNew header h1 {
  color: #296ec4;
  font-size: 20px;
  margin-bottom: 10px;
}
.inlogNew .blue {
  color: #296ec4;
}
.inlogNew fieldset.validateForm table tbody tr td input.input {
  vertical-align: top;
  color: #000;
  font-size: 11px;
  /*font-weight: bold;*/
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  height: 25px;
  padding-left: 6px;
  box-sizing: border-box;
  border: none;
}
.inlogNew fieldset.validateForm table tbody tr td input.input.bsn {
  margin-left: 30px;
  width: 88px;
}
.inlogNew fieldset.validateForm table tbody tr td input.input.error {
  background: #fdfdd5;
  border: none;
}

.inlogNewBottom {
  border-top: solid 1px #c1c8ce;
  margin-top: 40px;
  padding-top: 20px;
  box-sizing: border-box;
}
.inlogNewBottom h2 {
  color: #296ec4;
  font-size: 16px;
  margin-bottom: 10px;
}

article.inlogSideBox {
  width: 447px;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
}
article.inlogSideBox h1 {
  color: #296ec4;
  font-size: 16px !important;
  margin-bottom: 10px;
}

section.LoginForm {
  border-radius: 5px 5px 0 0;
}

section.LoginForm fieldset.validateForm table tbody tr th {
  width: 142px;
  color: #2f3a4d;
  vertical-align: middle;
  padding: 6px 0px;
  padding-right: 0px;
}

section.LoginForm fieldset.validateForm table.addressTable tbody tr th {
  width: 220px;
}

.narrow section.LoginForm fieldset.validateForm table.addressTable tbody tr th {
  color: #2f3a4d;
  width: 182px;
}

.narrow section.LoginForm fieldset.validateForm table tbody tr th {
  width: 160px;
  color: #838e99;
}

section.LoginForm fieldset.validateForm table tbody tr td {
  padding-right: 0px;
  color: #2f3a4d;
  font-weight: bold;
  vertical-align: middle;
  padding: 6px 0px;
}

section.LoginForm footer {
  background: none;
  padding: 0px 0px 10px 0px;
}

.inlogNew input[type=checkbox] {
  margin-left: -3px;
  margin-bottom: 0px !important;
}

.inlogNew input[type=checkbox] + label {
  margin-top: 3px !important;
  display: inline-block;
}

/* logInSection */
header.logInHeader {
  background: none !important;
  height: auto !important;
}

article.preloginArticle {
  width: 382px;
  margin: auto;
}

body.logIn,
body.logInHome {
  background: #2973c8 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/logInBody.jpg") repeat-x 50% 0%;
  height: 100% !important;
}

#logInSection,
form.logInSection {
  margin: 0em 0em 0em 0em;
}

.little #logInHeader {
  height: 46px;
  padding-top: 58px;
}

#logInHeader {
  height: 106px;
  padding-top: 58px;
}

body.logInHome #logInHeader {
  padding-top: 208px;
}

#logInLogo {
  display: block;
  margin-top: 40px;
  text-decoration: none;
}

#logInHeader {
  text-align: center;
}

#logInArticle {
  margin: 9px auto 15px auto;
  width: 980px;
  position: relative;
  overflow: hidden;
  background: #eaeff1;
  border-radius: 5px;
}
#logInArticle p {
  margin-bottom: 3px;
  color: #1b2f4b;
}
#logInArticle h1 {
  font-size: 18px;
  margin-bottom: 15px;
}

#logInNextPageArticle {
  margin: 34px auto 15px auto;
  width: 580px;
  position: relative;
  background: #eaeff1;
  border-radius: 5px;
}
#logInNextPageArticle p {
  margin-bottom: 3px;
}

.personals {
  padding: 40px;
}

.InloggenBlock2 {
  width: 581px;
  margin: 25px auto 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #1b2f4b;
}
.InloggenBlock2 header {
  padding: 16px 20px 12px 20px;
  border-radius: 5px 5px 0 0;
  background: -webkit-linear-gradient(top, #D3DEE4 0%, #E9EFF2 100%);
  background: linear-gradient(to bottom, #D3DEE4 0%, #E9EFF2 100%);
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.InloggenBlock2 header h1 {
  margin-bottom: 0 !important;
  color: inherit !important;
}
.InloggenBlock2 article {
  position: relative;
  padding: 16px 20px;
}
.InloggenBlock2 footer {
  border-radius: 0 0 5px 5px;
  min-height: 1px;
  padding: 16px 20px;
  margin-bottom: 2px;
}

/* Mobile */
@media only screen and (max-device-width: 768px) {
  #logInSection .nav2019 {
    width: 100%;
    max-width: 100%;
  }
  #logInSection .nav2019 #loginNav {
    display: flex;
    flex-direction: column;
  }
  #logInSection .nav2019 #loginNav img {
    width: 100%;
    max-width: 100%;
  }
  #logInSection .nav2019 #loginNav ul.right {
    display: inline-flex;
    justify-content: end;
    margin-top: 10px;
  }
  #logInSection #logInArticle {
    width: 100%;
    max-width: 100%;
  }
  #logInSection #logInArticle .LoginForm {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  #logInSection #logInArticle .LoginForm .inlogNew {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: solid 1px #c1c8ce;
    /* .validateForm {
         table {
             tr {
                 input[type=password],
                 input[type=text],
                 input[type=email], {
                     width: 100%;
                 }

                 label {
                     padding-right: 0;
                 }
             }
         }
     }*/
  }
  #logInSection #logInArticle .LoginForm .Inloggen {
    background: none !important;
    border: 0;
    width: auto;
    box-shadow: none;
    padding: 0;
  }
  #logInSection #logInArticle .LoginForm .Inloggen:empty {
    display: none;
  }
  #logInSection #logInArticle .LoginForm .inlogSideBox {
    width: 100%;
    max-width: 100%;
    padding: 20px 0 0;
  }
  #logInSection #logInNextPageArticle {
    max-width: 100%;
    position: relative;
    top: 10px;
  }
  #logInSection #logInNextPageArticle .InloggenNextPage .Inloggen {
    width: auto;
    box-shadow: none;
    margin: 0;
  }
  #logInSection #logInNextPageArticle .InloggenNextPage .Inloggen:empty {
    display: none;
  }
}
/* Tablet */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #logInSection .nav2019 {
    width: 100%;
    max-width: 100%;
  }
  #logInArticle {
    width: 100% !important;
    max-width: 100vw;
  }
  #logInArticle #LoginInfo {
    display: flex;
    flex-direction: row;
  }
}
/* remove extra Inloggen styles */
@media only screen and (max-device-width: 1024px) {
  #logInSection #logInArticle .LoginForm .inlogNew .validateForm table tr input[type=password],
  #logInSection #logInArticle .LoginForm .inlogNew .validateForm table tr input[type=text],
  #logInSection #logInArticle .LoginForm .inlogNew .validateForm table tr input[type=email] {
    width: 100%;
  }
  #logInSection #logInArticle .LoginForm .inlogNew .validateForm table tr label {
    padding-right: 0;
  }
  #logInSection #logInArticle .LoginForm .Inloggen {
    background: none !important;
    border: 0;
    width: auto;
    box-shadow: none;
    padding: 0;
  }
  #logInSection #logInArticle .LoginForm .Inloggen:empty {
    display: none;
  }
  #logInSection #logInNextPageArticle {
    max-width: 100%;
    position: relative;
    top: 10px;
  }
  #logInSection #logInNextPageArticle .InloggenNextPage .Inloggen {
    width: auto;
    box-shadow: none;
    margin: 0;
  }
  #logInSection #logInNextPageArticle .InloggenNextPage .Inloggen:empty {
    display: none;
  }
}
nav.introNav menu {
  position: absolute;
  right: -3px;
  top: -2px;
}

nav.introNav menu li {
  float: right;
  list-style-type: none;
}

nav.introNav menu li a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenuMiddle.png") no-repeat 0px 0px;
  display: inline-block;
  height: 41px;
  color: #1b2f4b;
  margin: 0px 5px 0px 0px;
  padding: 0px 0px 0px 15px;
  text-decoration: none;
}

nav.introNav menu li a span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenuMiddle.png") no-repeat 100% 0px;
  display: inline-block;
  height: 36px;
  line-height: 120%;
  margin: 0px -15px 0px 0px;
  padding: 5px 15px 0px 0px;
  text-align: center;
  text-decoration: none;
  _position: relative;
}

nav.introNav menu li a:hover {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenuMiddle.png") no-repeat 0% -192px;
}

nav.introNav menu li a:hover span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenuMiddle.png") no-repeat 100% -192px;
}

nav.introNav menu li.firstChild a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenuEnd.png") no-repeat 0px 0px;
}

nav.introNav menu li.firstChild a span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenuEnd.png") no-repeat 100% 0px;
}

nav.introNav menu li.firstChild a:hover {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenuEnd.png") no-repeat 0% -192px;
}

nav.introNav menu li.firstChild a:hover span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenuEnd.png") no-repeat 100% -192px;
}

nav.introNav menu li.lastChild a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenu.png") no-repeat 0px 0px;
}

nav.introNav menu li.lastChild a span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenu.png") no-repeat 100% 0px;
}

nav.introNav menu li.lastChild a:hover {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenu.png") no-repeat 0% -192px;
}

nav.introNav menu li.lastChild a:hover span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introMenu.png") no-repeat 100% -192px;
}

nav.introNav menu li.oneLine a span {
  height: 28px;
  padding: 13px 15px 0px 0px;
}

nav.introNav menu li a.active {
  background-position: 0px -320px;
  color: #1b2f4b !important;
}

nav.introNav menu li a.active span {
  background-position: 100% -320px;
}

nav.introNav menu li.firstChild a.active {
  background-position: 0px -320px;
  color: #1b2f4b !important;
}

nav.introNav menu li.firstChild a.active span {
  background-position: 100% -320px;
}

nav.introNav menu li.lastChild a.active {
  background-position: 0px -320px;
  color: #1b2f4b !important;
}

nav.introNav menu li.lastChild a.active span {
  background-position: 100% -320px;
}

nav.introNav menu li.backButton a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introNavBackButtonGames.png") no-repeat 0px 50% !important;
  line-height: 40px;
  color: #ffffff;
  text-decoration: underline;
}

nav.introNav menu li.backButton a span {
  background: Transparent none !important;
}

/* Login en Win? */
#loginenwin {
  right: 0px;
  margin: 0px;
  position: absolute;
  top: 14px;
  z-index: 2000;
}

#loginenwin li {
  float: left;
  list-style-type: none;
}

#loginenwin li a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnLoginenWin.png") no-repeat 0% 0%;
  color: #0f3a67;
  display: block;
  height: 29px;
  line-height: 27px;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  width: 111px;
  text-align: center;
  cursor: pointer;
}

#loginenwin li a:hover {
  background-position: 0% -29px !important;
}

#loginenwin article section article header.introHeader {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/headerVeiling.png") no-repeat 0px 0px;
  height: 190px;
  width: 934px;
  margin-left: -2px;
  padding: 30px 20px 20px 30px;
  color: #ffffff;
  position: relative;
}

#loginenwin article section article header.introHeader h1 {
  color: #ffffff;
  line-height: 34px;
  margin: 0px -20px 10px 0px;
  font-size: 220%;
  padding-left: 18px;
  text-shadow: #000000 1px -1px 1px;
}

#loginenwin article section article header.introHeader span.login {
  padding: 0px 30px;
  margin-top: 24px;
  color: #ffffff;
  display: inline-block;
}

#loginenwin article section article header.introHeader span.login a {
  color: #ffffff;
}

#loginenwin article section article header.introHeader span.login a:last-of-type {
  color: #ffffff;
  text-decoration: underline;
}

#loginenwin article section article .soldTitle {
  left: -384px;
  left: -400px\9 ;
  *left: -422px;
  width: 400px;
  position: absolute;
}

#loginenwin article section article .soldTitle h1 {
  text-shadow: none !important;
}

header.introHeader p {
  color: #ffffff;
  font-weight: bold;
  font-size: 130%;
  line-height: 140%;
  width: 530px;
  padding-left: 8px;
}

#loginenwin article section article header.introHeader.logedIn p {
  padding-left: 8px;
  margin-bottom: 10px;
}

#loginenwin article section article header.introHeader a.click {
  padding-left: 18px;
  color: #ffffff;
  font-size: 130%;
  font-weight: bold;
  text-decoration: none;
}

#loginenwin article section article header.introHeader a {
  color: #ffffff;
  text-decoration: none;
}

#loginenwin article section article header.introHeader a.login {
  width: 383px;
  height: 50px;
  float: right;
  margin: -17px -6px 0px 0px;
  text-decoration: none;
}

#loginenwin article section article header.introHeader a.banner {
  width: 205px;
  height: 50px;
  float: right;
  margin: -10px 96px;
  text-decoration: none;
}

#loginenwin article section article header.introHeader footer {
  position: absolute;
  height: 60px;
  bottom: -4px;
  right: 10px;
  color: #b4deff;
  font-weight: bold;
  width: 100%;
}

#loginenwin article section article header.introHeader.logedIn a {
  color: #ffffff;
}

#loginenwin article section article header.introHeader.logedIn > a.btnHuge {
  margin-left: 8px;
  color: #0f3a67;
}

#loginenwin article section article header.introHeader footer h1 {
  position: absolute;
  color: #ffffff;
  left: 30px;
  top: 16px;
  font-size: 22px;
  text-shadow: none;
}

/*@import 'stylesNew/stylesNewMenu.scss';*/
/*@import 'stylesNew/stylesNewMijnBovenkant.scss';*/
/*@import 'stylesNew/stylesNewMijnPunten.scss';*/
/*@import 'stylesNew/stylesNewMijnPuntenLeeg.scss';*/
/*@import 'stylesNew/stylesNewMijnScoreKaart.scss';*/
/*@import 'stylesNew/stylesNewMijnSpelregels.scss';*/
/*@import 'stylesNew/stylesNewMijnUwKansen.scss';*/
/* Homepage mijnPrivilege */
body.mijnPrivilege #bodyArticleWindow {
  margin: 0px -2px 10px -2px;
  width: 984px;
}

body.mijnPrivilege #bodyArticleWindow header.bodyArticleWindow, body.loginenwinContent #bodyArticleWindow header.bodyArticleWindow {
  height: 46px;
  padding-top: 12px;
}

body.mijnPrivilege #bodyArticleWindow div.bodyArticleWindow, body.loginenwinContent #bodyArticleWindow div.bodyArticleWindow {
  padding: 10px 20px 1px 22px;
  min-height: 520px;
  border-radius: 0 0 10px 10px;
}

body.mijnPrivilege #bodyArticleWindow article.bodyArticleWindow {
  float: left;
  padding: 0px 0px 0px 160px;
  width: 540px;
}

body.mijnPrivilege #bodyArticleWindow aside.bodyArticleWindow {
  float: right;
  width: 223px;
}

body.mijnPrivilege #bodyArticleWindow nav.bodyArticleWindow {
  float: left;
  margin-left: -700px;
  width: 140px;
}

body.mijnPrivilege #bodyArticleWindow div.leftArticleWindow {
  float: left;
  margin-left: -700px;
  width: 140px;
}

/* Homepage mijnPrivilege */
body.mijnPrivilege {
  background: #e0eefc url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/logInBody.jpg") repeat-x 50% 0px;
}

body.mijnPrivilege #bodySection {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/logInBody.jpg") no-repeat 50% 0px;
}

body.mijnPrivilege #bodyHeader {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/logInBody.jpg") no-repeat 0px 53px;
}

body.mijnPrivilege #bodyHeaderOne {
  background: none;
  text-align: center;
  padding-top: 40px;
}

body.mijnPrivilege.little #bodyHeader, body.mijnPrivilege.medium #bodyHeader {
  background: none;
  margin-bottom: -120px;
}

body.mijnPrivilege #bodyArticle {
  position: relative;
}

body.mijnPrivilege #bodyArticleWindowOne {
  width: 590px;
  margin: 0px auto 0px auto;
}

body.mijnPrivilege #bodyArticleWindowMed {
  width: 983px;
  margin: 0px auto 0px auto;
}

body.mijnPrivilege #bodyArticleWindow header.bodyArticleWindow, body.loginenwinContent #bodyArticleWindow header.bodyArticleWindow {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindow.png") no-repeat 0px 46px;
}

body.mijnPrivilege #bodyArticleWindowOne header.bodyArticleWindowOne {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindowOne.png") no-repeat 0px 46px;
  height: 10px;
  padding: 20px;
}

body.mijnPrivilege #bodyArticleWindowMed header.bodyArticleWindowMed {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindowMed.png") no-repeat 0px 46px;
  height: 10px;
  padding: 20px;
}

body.mijnPrivilege #bodyArticleWindow header.bodyArticleWindow h1 {
  color: #ffffff;
}

body.mijnPrivilege #bodyArticleWindow div.bodyArticleWindow, body.loginenwinContent #bodyArticleWindow div.bodyArticleWindow {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindow_loop.png") repeat-y 0px 50%;
}

body.mijnPrivilege #bodyArticleWindowOne div.bodyArticleWindowOne {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindowOne_loop.png") repeat-y 0px 50%;
  padding: 20px;
}

body.mijnPrivilege #bodyArticleWindowOne div.bodyArticleWindowOne p {
  margin: 0px 0px 20px 0px;
}

body.mijnPrivilege #bodyArticleWindowOne div.bodyArticleWindowOne .conversions p {
  margin: 0px 0px 20px 0px;
  color: #44546b;
  font-weight: bold;
}

body.mijnPrivilege #bodyArticleWindowOne div.bodyArticleWindowOne footer a {
  margin: 0px 10px -20px 0px;
}

body.mijnPrivilege #bodyArticleWindowMed div.bodyArticleWindowMed {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindowMed_loop.png") repeat-y 0px 50%;
  padding: 20px;
}

body.mijnPrivilege #bodyArticleWindow div.bodyArticleWindow h1 {
  color: #254066;
}

body.mijnPrivilege section.asideBorder header.asideBorder {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/asideBorder.png") no-repeat 0% 0%;
}

body.mijnPrivilege section.asideBorder header.asideBorder h2 {
  color: #0f3a67;
}

body.mijnPrivilege section.asideBorder article.asideBorder {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/asideBorder.png") no-repeat 0% 50%;
}

body.mijnPrivilege section.asideBorder footer.asideBorder {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/asideBorder.png") no-repeat 0% 100%;
}

body.mijnPrivilege #AlgNavigatie li a {
  background: #355f8b url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/AlgNavigatie_mijnPrivilege.png") no-repeat 0px 0px;
  border-bottom: solid 1px #174a74;
  color: #ffffff;
}

body.mijnPrivilege #AlgNavigatie li a.active,
body.mijnPrivilege #AlgNavigatie li a:hover {
  background: #244f93 none;
  border-bottom: solid 1px #52728c;
}

body.mijnPrivilege #AlgNavigatie li a.active {
  margin-top: 10px;
}

body.mijnPrivilege #AlgNavigatie li ul li a {
  background: #daeafc none;
  border-bottom: solid 1px #ffffff;
  color: #355f8b;
}

body.mijnPrivilege #AlgNavigatie li ul li a.active,
body.mijnPrivilege #AlgNavigatie li ul li a:hover {
  background: #c6dffa none;
  border-bottom: solid 1px #ffffff;
  color: #0f3a67;
}

body.mijnPrivilege #AlgNavigatie li ul li a.active {
  margin-top: 0px;
}

body.mijnPrivilege #bodyArticleWindowOne footer.bodyArticleWindowOne {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindowOne.png") no-repeat 0px 100%;
  height: 10px;
}

body.mijnPrivilege #bodyArticleWindowMed footer.bodyArticleWindowMed {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindowMed.png") no-repeat 0px 100%;
  height: 10px;
}

body.mijnPrivilege #mainMenu li:last-of-type {
  border-right: solid 1px #ffffff;
}

body.mijnPrivilege #mainMenu li.excep:last-of-type {
  border-right: solid 1px #1e288d !important;
  border-left: solid 1px #ffffff !important;
  box-shadow: -1px 0 0 0 #1e288d, 1px 0 0 0 #ffffff !important;
}

body.mijnPrivilege #mainMenu li a.level_1 {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/mainMenu_prijzenpot.png");
  color: #1b2f4b;
}

body.mijnPrivilege #mainMenu li a.level_1 span {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/mainMenu_prijzenpot.png");
}

body.mijnPrivilege #mainMenu li a.level_1:hover {
  color: #1b2f4b;
}

body.mijnPrivilege #mainMenu li ul {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/mainMenu2.png");
}

body.mijnPrivilege #mainMenu li ul li a {
  color: #878787;
}

body.mijnPrivilege #mainMenu li ul li a:hover {
  color: #353535;
}

body.mijnPrivilege #mainMenu li ul li.menuFooter {
  background: #ececec none;
}

body.mijnPrivilege #mainMenu li ul li.menuFooter a {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/menuFooter.png");
  color: #878787;
}

body.mijnPrivilege #mainMenu li ul li.menuFooter a:hover {
  color: #353535;
}

body.mijnPrivilege #mainMenu li:hover a.level_1 {
  background-position: 0% -256px !important;
  color: #2a2a2a;
}

body.mijnPrivilege #mainMenu li:hover a.level_1 span {
  background-position: 100% -256px !important;
}

body.mijnPrivilege #mainMenu li.step_0 a.level_1 {
  color: #1b2f4b;
}

body.mijnPrivilege #mainMenu li.step_1 a.level_1 {
  color: #1b2f4b;
}

body.mijnPrivilege #mainMenu li.step_2 a.level_1 {
  color: #1b2f4b;
}

body.mijnPrivilege #mainMenu li.step_3 a.level_1 {
  color: #1b2f4b;
}

body.mijnPrivilege #mainMenu li.step_4 a.level_1 {
  color: #1b2f4b;
}

body.mijnPrivilege #mainMenu li.step_5 a.level_1 {
  color: #1b2f4b;
}

body.mijnPrivilege #mainMenu li.step_6 a.level_1 {
  color: #1b2f4b;
}

body.mijnPrivilege #mainMenu li.step_7 a.level_1 {
  color: #1b2f4b;
}

body.mijnPrivilege #mainMenu li.step_8 a.level_1 {
  color: #1b2f4b;
}

body.mijnPrivilege #mainMenu li.step_9 a.level_1 {
  color: #1b2f4b;
}

body.mijnPrivilege #mainMenu li:first-child a.level_1 {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/mainMenuEnd_prijzenpot.png");
}

body.mijnPrivilege #mainMenu li:first-child a.level_1 span {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/mainMenuEnd_prijzenpot.png");
}

body.mijnPrivilege #mainMenu li:first-child a.level_1.active {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/mainMenuEnd_prijzenpot.png") no-repeat 0% -320px;
}

body.mijnPrivilege #mainMenu li:first-child a.level_1.active span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/mainMenuEnd_prijzenpot.png") no-repeat 100% -320px;
}

body.mijnPrivilege #loginMenu li a {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/loginMenuEnd_prijzenpot.png");
  color: #ffffff;
}

body.mijnPrivilege #loginMenu li a span {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/loginMenuEnd_prijzenpot.png");
}

body.mijnPrivilege #loginMenu li:first-child a {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/loginMenu_prijzenpot.png");
}

body.mijnPrivilege #loginMenu li:first-child a span {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/loginMenu_prijzenpot.png");
}

body.mijnPrivilege section.popUpLayer header.popUpHeader {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_mijnPrivilege.png");
}

body.mijnPrivilege section.popUpLayer header.popUpHeader div.popUpHeaderBorder {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_mijnPrivilege.png");
}

body.mijnPrivilege section.popUpLayer header.popUpHeader h1 {
  color: #1b2f4b;
}

body.mijnPrivilege section.popUpLayer article.popUpArticle {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_mijnPrivilege.png");
}

body.mijnPrivilege section.popUpLayer article.popUpArticle div.popUpArticleBorder {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_mijnPrivilege.png");
}

body.mijnPrivilege section.popUpLayer footer.popUpFooter {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_mijnPrivilege.png");
}

body.mijnPrivilege section.popUpLayer footer.popUpFooter div.popUpFooterBorder {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_mijnPrivilege.png");
}

body.mijnPrivilege article.Factuuradres.halfWidth {
  width: 262px;
  float: left;
  margin: 0px;
  display: block;
}

body.mijnPrivilege article.Factuuradres.halfWidth section.FactuuradresForm {
  margin: 0px;
}

body.mijnPrivilege article.Factuuradres.halfWidth section.FactuuradresForm article {
  min-height: 70px;
  height: auto !important;
}

body.mijnPrivilege article.Factuuradres.halfWidth section.FactuuradresForm article p {
  font-weight: normal;
}

body.mijnPrivilege article.Factuuradres.halfWidth:first-of-type {
  margin-right: 20px;
}

body.mijnPrivilege article.Factuuradres.halfWidth header input[type=radio] {
  margin: 3px 5px 0px 0px;
}

body.mijnPrivilege article.Factuuradres.halfWidth header label {
  color: #0F3A67 !important;
  font-weight: bold;
  font-size: 110%;
}

body.mijnPrivilege section.FactuuradresForm header.FactuuradresForm {
  background: #edf1f4 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/MijnNawGegevens1.png") repeat-x 0px 0px;
  border-bottom: solid 1px #d9e6ee;
}

body.mijnPrivilege section.FactuuradresForm header.FactuuradresForm a.right {
  color: #0f3a67;
}

body.mijnPrivilege section.FactuuradresForm header.FactuuradresForm h3 {
  color: #0f3a67 !important;
}

body.mijnPrivilege section.FactuuradresForm article.FactuuradresForm {
  background: #ebf4fd url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/MijnNawGegevens1.png") repeat-x 0px -50px;
  border-bottom: solid 1px #d9e6ee;
  border-top: solid 1px #ffffff;
}

body.mijnPrivilege section.FactuuradresForm fieldset.validateForm table tbody tr td {
  padding-right: 80px;
}

body.mijnPrivilege #Contactform fieldset.validateForm table tbody tr td {
  padding-right: 0px !important;
}

body.mijnPrivilege section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapInput_mijnPrivilege.png");
}

body.mijnPrivilege section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapInput_mijnPrivilege.png");
}

body.mijnPrivilege section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput.error {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapInput_mijnPrivilege_error.png");
}

body.mijnPrivilege section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput.error span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapInput_mijnPrivilege_error.png");
}

body.mijnPrivilege section.FactuuradresForm fieldset.validateForm table tbody tr td div.select dl dt {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect_mijnPrivilege.png");
}

body.mijnPrivilege section.FactuuradresForm fieldset.validateForm table tbody tr td div.select dl dt strong {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect_mijnPrivilege.png");
}

body.mijnPrivilege section.FactuuradresForm fieldset.validateForm table tfoot tr td.required {
  float: left;
  font-size: 90%;
  text-align: left;
}

body.mijnPrivilege section.FactuuradresForm article.FactuuradresForm.FactuuradresFormChoice {
  background: #edf1f4 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/FactuuradresFormAddress_mijnPrivilege.png") repeat-x 40px 0px;
}

body.mijnPrivilege section.FactuuradresForm article.FactuuradresForm figure.addressFigure img {
  border: solid 1px #d1dce3;
}

body.mijnPrivilege section.FactuuradresForm article.FactuuradresForm table.addressTable {
  *width: 500px;
}

body.mijnPrivilege span.addAlternative a {
  color: #0f3a67;
}

body.mijnPrivilege section.FactuuradresForm footer.FactuuradresForm span.back {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InhoudWinkelwagenBack.png") no-repeat 0px 3px;
}

body.mijnPrivilege section.FactuuradresForm footer.FactuuradresForm span.back a {
  color: #0f3a67;
  text-decoration: underline;
}

body.mijnPrivilege h2 {
  color: #254066;
}

body.mijnPrivilege a {
  color: #1B2F4B;
  /*text-decoration : none; // As requested by Koen B issue 187 on 05-01-11*/
}

body.mijnPrivilege a:hover {
  color: #185fa3;
  text-decoration: underline;
}

body.mijnPrivilege a.button,
body.mijnPrivilege a.button:hover {
  color: #484848;
}

body.PopUpMijnPrivilege h2 {
  color: #254066;
}

body.PopUpMijnPrivilege a {
  color: #185fa3;
  text-decoration: none;
}

body.PopUpMijnPrivilege a:hover {
  color: #185fa3;
  text-decoration: underline;
}

body.PopUpMijnPrivilege a.button,
body.PopUpMijnPrivilege a.button:hover {
  color: #484848;
}

/* Decoraties IO 15 */
body.mijnPrivilege #mijnDecoration0 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/img_rabbidRight.png") no-repeat 0px 0px;
  top: -93px;
  height: 412px;
  position: absolute;
  right: -189px;
  width: 264px;
}

body.mijnPrivilege #mijnDecoration1 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/img_rabbidTop.png") no-repeat 0px 0px;
  height: 193px;
  position: absolute;
  left: 260px;
  top: -33px;
  width: 187px;
}

body.mijnPrivilege #mijnDecoration2 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/img_rabbidLeft.png") no-repeat 0px 0px;
  height: 257px;
  left: -156px;
  position: absolute;
  top: 220px;
  width: 156px;
}

body.mijnPrivilege a.btnHuge:hover {
  color: #1b2f4b;
}

/* Newsletter template */
body.newz {
  background: #e9eef1;
}

body.newz section {
  width: 700px;
  margin: 50px auto;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

body.newz section article {
  padding: 50px;
  font-size: 16px;
  color: #848e99;
  line-height: 24px;
}

body.newz section article h1 {
  color: #0f1f5e;
  text-align: center;
}

body.newz section article .btnHuge {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 15px 25px;
}

body.newz section article .btnHuge.small {
  font-size: 14px !important;
  margin-bottom: 20px;
  padding: 8px 25px !important;
  display: inline-block;
  float: none;
}

body.newz section article ul {
  margin-left: -18px;
}

body.newz section article img.testimonial {
  float: left;
  margin-right: 25px;
}

body.newz section footer {
  background: #d8e2e7;
  padding: 15px 0px;
  width: 100%;
}

.newsletter {
  border-radius: 5px;
  width: 724px;
  background: #ffffff url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/headNewsletter.png") no-repeat 50% 0%;
  padding: 120px 50px 30px 50px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.newsletter.blank {
  background: #FFF;
}

.newsletter h2 {
  text-align: left;
  color: #0f3a67;
  font-size: 16px;
  margin-bottom: 20px;
}

.newsletter p {
  margin-bottom: 20px !important;
  color: #838e99;
  line-height: 16px;
}

.newsletter a {
  color: #838e99;
}

/* NieuwsbriefAanmelden */
#NieuwsbriefAanmelden {
  margin: 0px 0px 10px 0px;
}

#NieuwsbriefAanmelden header {
  background: #a8bfcf url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/NieuwsbriefAanmelden.png") repeat-x 0px 0%;
  border-bottom: solid 1px #ffffff;
  color: #0f3a67;
  padding: 5px 10px 4px 10px;
}

#NieuwsbriefAanmelden header h2 {
  font-size: 110%;
  color: #ffffff;
  margin: 0px;
}

#NieuwsbriefAanmelden article {
  background: #a8bfcf url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/NieuwsbriefAanmelden.png") repeat-x 0px -52px;
  border-bottom: solid 1px #d3d9db;
  color: #2a2a2a;
  padding: 10px 10px 10px 10px;
}

#NieuwsbriefAanmelden article fieldset.validateForm table tfoot tr th span.footNote {
  color: #4c4c4c;
  font-size: 90%;
}

#NieuwsbriefAanmelden article fieldset.validateForm table tfoot tr td {
  padding-right: 47px;
}

#NieuwsbriefAanmelden article fieldset.validateForm table tbody tr th label {
  font-weight: bold;
}

#NieuwsbriefAanmelden article fieldset.validateForm table tbody tr td {
  padding-right: 40px;
}

#NieuwsbriefAanmelden article fieldset.validateForm table tbody tr td span.overlapInput {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/NieuwsbriefAanmeldenInput.png");
}

#NieuwsbriefAanmelden article fieldset.validateForm table tbody tr td span.overlapInput span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/NieuwsbriefAanmeldenInput.png");
}

#NieuwsbriefAanmelden article fieldset.validateForm table tbody tr td .full,
#NieuwsbriefAanmelden article fieldset.validateForm table tbody tr td span.overlapInput span.overlap input.input.full {
  width: 330px;
}

#NieuwsbriefAanmelden article fieldset.validateForm table tbody tr td span.overlapInput.error {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/NieuwsbriefAanmeldenInput_error.png");
}

#NieuwsbriefAanmelden article fieldset.validateForm table tbody tr td span.overlapInput.error span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/NieuwsbriefAanmeldenInput_error.png");
}

/* Homepage noHeader */
body.noHeader #bodyArticle {
  margin: 4px auto 0px auto;
}

body.noHeader header#bodyHeader {
  background: none;
  height: 20px;
}

body.noHeader .introSection header.introHeader {
  padding: 10px 0px 0px 0px;
  line-height: 26px;
  height: 26px;
}

body.noHeader .introSection header.introHeader a.backTo {
  padding: 14px 0px 0px 15px;
}

body.noHeader .introSection article.introArticle {
  background-image: none;
  background: #ffffff;
  padding-bottom: 20px;
  border-radius: 5px;
}

body.noHeader .introSection article.introArticle .btnHuge {
  font-size: 12px;
  height: auto;
  line-height: 15px;
  padding: 8px 20px;
}

body.noHeader .introSection article.introArticle .buyers header {
  width: calc(100% - 60px) !important;
  margin: 15px 40px 40px 20px !important;
}

body.noHeader .introSection article.introArticle .buyers header h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #1b2f4b !important;
}

body.noHeader .introSection article.introArticle .buyers header h3 {
  color: #1b2f4b !important;
  font-size: 14px !important;
  margin-bottom: 4px;
}

body.noHeader .introSection footer.introFooter {
  display: none;
}

body.noHeader .buyerBlock span.was {
  right: 20px;
  left: auto;
  background: none;
  font-size: 14px;
  font-weight: bold;
  color: #838e99;
}

body.noHeader .buyerBlock table {
  width: 200px;
  font-size: 15px;
  margin-top: 12px;
}

body.noHeader .buyerBlock table tbody td {
  padding: 0px 0px 2px 0px;
}

body.noHeader .buyerBlock table tr:nth-of-type(2) td {
  font-size: 15px;
  color: #106bc0;
  font-weight: bold;
  padding: 8px 0px;
}

body.noHeader .buyerBlock table tr:nth-of-type(2) td:nth-of-type(2) {
  font-size: 18px;
  color: #106bc0;
  font-weight: bold;
}

body.noHeader .buyerBlock table tr:nth-of-type(2) td:nth-of-type(2) span {
  font-size: 14px;
  color: #106bc0;
  font-weight: normal;
}

body.noHeader .buyerBlock table tr td sup {
  top: -2px !important;
  font-size: 12px;
}

body.noHeader .buyerBlock table tr:nth-of-type(2) td:nth-of-type(2) sup {
  top: -4px !important;
}

body.noHeader .buyerBlock table tr td span {
  font-size: 12px !important;
}

body.noHeader .buyerBlock table td:last-child {
  text-align: right;
  color: #1B2F4B;
}

body.noHeader .buyerBlock table td:last-child sup {
  top: -0.2em !important;
  font-size: 11px !important;
}

body.noHeader .buyers .buyerBlock table em {
  font-weight: bold;
  color: #1B2F4B;
  font-style: normal;
  font-size: 120%;
  display: block;
  margin-bottom: 15px;
}

body.noHeader .buyers .buyerBlock table sup {
  vertical-align: baseline;
  position: relative;
  top: -4px;
  font-size: 12px;
  font-weight: normal;
}

body.noHeader .buyers .buyerBlock strong sup {
  top: -3px;
  font-size: 14px;
  font-weight: bold;
}

body.noHeader #topNavMenu {
  text-align: center;
}

body.noHeader #topNavMenu li {
  float: none;
}

body.noHeader #topNavMenu li a {
  background-image: none;
  float: none;
}

body.noHeader #topNavMenu li a.btnHuge {
  float: none;
  padding: 0px 20px;
  display: inline-block;
  height: auto;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  background: -webkit-linear-gradient(top, #ffffff 0%, #cad8e4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cad8e4 100%);
  box-shadow: 0px 1px 3px rgb(86, 86, 86);
}

body.noHeader #topNavMenu li .btnHuge:hover {
  color: #1b2f4b;
  text-decoration: none;
  background: -webkit-linear-gradient(top, #cad8e4 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #cad8e4 0%, #ffffff 100%);
}

body.noHeader #topNavMenu li .btnHuge.orange {
  background: -webkit-linear-gradient(top, #f45e03 0%, #c14f02 100%);
  background: linear-gradient(to bottom, #f45e03 0%, #c14f02 100%);
  color: #ffffff !important;
  text-decoration: none;
}

body.noHeader #topNavMenu li .btnHuge.orange:hover {
  color: #ffffff !important;
  text-decoration: none;
  background: -webkit-linear-gradient(top, #c14f02 0%, #f45e03 100%);
  background: linear-gradient(to bottom, #c14f02 0%, #f45e03 100%);
}

body.noHeader #topNavMenu li .btnHuge.red {
  background: -webkit-linear-gradient(top, #a1001a 0%, #820015 100%);
  background: linear-gradient(to bottom, #a1001a 0%, #820015 100%);
  color: #ffffff !important;
  text-decoration: none;
}

body.noHeader #topNavMenu li .btnHuge.red:hover {
  background: -webkit-linear-gradient(top, #820015 0%, #a1001a 100%);
  background: linear-gradient(to bottom, #820015 0%, #a1001a 100%);
  text-decoration: none;
}

body.noHeader #topNavMenu li .btnHuge.green {
  background: -webkit-linear-gradient(top, #82cc00 0%, #4aa700 100%);
  background: linear-gradient(to bottom, #82cc00 0%, #4aa700 100%);
  text-decoration: none;
  color: #ffffff !important;
  text-decoration: none;
}

body.noHeader #topNavMenu li .btnHuge.green:hover {
  background: -webkit-linear-gradient(top, #4aa700 0%, #82cc00 100%);
  background: linear-gradient(to bottom, #4aa700 0%, #82cc00 100%);
}

body.noHeader #topNavMenu li .btnHuge.redL {
  background: -webkit-linear-gradient(top, #c70000 0%, #9e0000 100%);
  background: linear-gradient(to bottom, #c70000 0%, #9e0000 100%);
  color: #ffffff !important;
  text-decoration: none;
}

body.noHeader #topNavMenu li .btnHuge.redL:hover {
  background: -webkit-linear-gradient(top, #9e0000 0%, #c70000 100%);
  background: linear-gradient(to bottom, #9e0000 0%, #c70000 100%);
  text-decoration: none;
}

body.noHeader #topNavMenu li .btnHuge.blue {
  background: -webkit-linear-gradient(top, #4891d6 0%, #296ec4 100%);
  background: linear-gradient(to bottom, #4891d6 0%, #296ec4 100%);
  color: #ffffff !important;
  text-decoration: none;
}

body.noHeader #topNavMenu li .btnHuge.blue:hover {
  background: -webkit-linear-gradient(top, #296ec4 0%, #4891d6 100%);
  background: linear-gradient(to bottom, #296ec4 0%, #4891d6 100%);
  text-decoration: none;
}

body.noHeader #topNavMenu li .btnHuge.Lblue {
  background: -webkit-linear-gradient(top, #ffffff 0%, #a5bdd2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #a5bdd2 100%);
  text-decoration: none;
}

body.noHeader #topNavMenu li .btnHuge.Lblue:hover {
  background: -webkit-linear-gradient(top, #a5bdd2 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #a5bdd2 0%, #ffffff 100%);
  text-decoration: none;
}

body.noHeader #topNavMenu li .btnHuge.Dblue {
  background: -webkit-linear-gradient(top, #194087 0%, #192c68 100%);
  background: linear-gradient(to bottom, #194087 0%, #192c68 100%);
  color: #ffffff !important;
  text-decoration: none;
}

body.noHeader #topNavMenu li .btnHuge.Dblue:hover {
  background: -webkit-linear-gradient(top, #192c68 0%, #194087 100%);
  background: linear-gradient(to bottom, #192c68 0%, #194087 100%);
  text-decoration: none;
}

body.noHeader .receipt {
  margin-right: 14px;
  margin-left: -10px;
}

body.noHeader .winnerProducts.noBack {
  background: none;
}

body.noHeader .winnerProducts.noBack {
  background: none;
}

body.noHeader .footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: auto;
  padding: 0px 20px;
  margin: 20px -20px -20px -20px;
}

body.noHeader .footer ul {
  margin: 0px 0px 0px -20px;
  background: #ecf2f5;
  width: auto;
  padding: 10px 20px;
  text-align: right;
}

body.noHeader .footer ul li {
  list-style-type: none;
  display: inline-block;
}

body.noHeader .footer ul li a {
  color: #1b2f4b !important;
  font-weight: bold;
}

/* Ogone */
#Ogone {
  margin: 0px 0px 20px 0px;
}

#Ogone table.payment {
  margin: 0px 0px 20px 0px;
}

#Ogone table.payment tfoot td {
  background: #ffffff;
  border: none;
  padding: 15px 0px 0px 0px;
}

#Ogone table.payment tfoot th {
  background: #ffffff;
  border: none;
  width: 142px;
  padding: 15px 0px 0px 0px;
}

#Ogone table.payment th {
  background: #f8f8f8;
  border-right: solid 1px #ebebeb;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  width: 132px;
  padding: 10px 15px 10px 15px;
}

#Ogone table.payment td {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  padding: 10px 15px 10px 15px;
}

#Ogone .select {
  min-height: 20px;
  _height: 20px;
  margin: 0px 0px 0px 0px;
}

#Ogone .select dl dt {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelectOgone.png") no-repeat 100% 0px;
}

#Ogone .select dl dt strong {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelectOgone.png") no-repeat 0% 0px;
  cursor: pointer;
  display: block;
  font-weight: normal;
  height: 20px;
  color: #0f3a67;
  line-height: 20px;
  overflow: hidden;
  padding: 0px 0px 0px 10px;
  width: 100px;
  white-space: nowrap;
}

/* pager */
menu.pager {
  display: block;
  height: 30px;
  margin: 0px auto 10px auto;
  text-align: center;
  width: 100%;
}

menu.pager li {
  display: inline;
  list-style-type: none;
}

menu.pager li.previous {
  float: left;
  width: 64px;
}

menu.pager li.previous a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntroPrevious.png") no-repeat 0px 2px;
  padding: 0px 0px 0px 16px;
  color: #707d89;
}

menu.pager li.next {
  float: right;
  width: 65px;
}

menu.pager li.next a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntroMore.png") no-repeat 100% 2px;
  padding: 0px 16px 0px 0px;
  color: #707d89;
}

menu.pager li.pages ul {
  display: inline;
  margin: 0px;
  padding: 0px;
}

menu.pager li.pages ul li {
  padding: 0px 4px 0px 4px;
}

menu.pager li.pages ul li a {
  color: #707d89;
}

menu.pager li.pages a {
  color: #707d89;
}

menu.pager li.pages ul li a.active,
menu.pager li.pages ul li.active a {
  text-decoration: none;
  color: #707d89;
}

/* popUpLayer */
section.popUpLayer {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_0.png") repeat 0px 0px;
  display: none;
  bottom: 0px;
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 20000;
  /* For MSIE 6 */
  _height: 100%;
  _position: absolute;
  _width: 100%;
}

section.popUpLayer header.popUpHeader {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer.png") no-repeat 0px 0px;
  height: 60px;
  margin: 75px auto 0px auto;
  padding: 0px 0px 0px 0px;
  width: 452px;
}

section.popUpLayer header.popUpHeader div.popUpHeaderBorder {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer.png") no-repeat 100% 0px;
  height: 60px;
  margin: 0px -32px 0px 32px;
  padding: 0px 0px 0px 0px;
  _position: relative;
  width: 452px;
}

section.popUpLayer header.popUpHeader a.closePopUpLayer {
  float: right;
}

section.popUpLayer header.popUpHeader a.closePopUpLayer img {
  vertical-align: top;
}

section.popUpLayer header.popUpHeader a.printPopUpLayer {
  float: right;
  margin: 30px 0px 0px 0px;
}

section.popUpLayer header.popUpHeader a.printPopUpLayer img {
  vertical-align: top;
}

section.popUpLayer header.popUpHeader h1 {
  color: #0f3a67;
  font-size: 150%;
  padding: 28px 0px 0px 0px;
}

section.popUpLayer article.popUpArticle {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer.png") no-repeat 0px 50%;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  width: 452px;
}

section.popUpLayer article.popUpArticle div.popUpArticleBorder {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer.png") no-repeat 100% 50%;
  margin: 0px -32px 0px 32px;
  padding: 0px 0px 0px 0px;
  _position: relative;
  width: 452px;
}

section.popUpLayer article.popUpArticle figure.popUpDecoration {
  margin: 0px 0px 0px -20px;
}

/*
section.popUpLayer article.popUpArticle article.popUpContents {
	height : 320px;
	margin : 0px auto 0px auto;
	padding : 0px 0px 0px 0px;
	overflow : auto;
}
*/
section.popUpLayer article.popUpArticle iframe.popUpContents {
  border: none;
  margin: 0px auto 0px auto;
  overflow-y: auto;
  overflow-x: hidden;
}

body.popUpContents {
  padding: 0px;
  margin: 0px;
  background: none;
}

body.popUpContents section.popUpContents {
  padding: 20px 20px 0px 0px;
}

body.popUpContentsOgone section.popUpContents {
  padding: 0px 0px 0px 0px;
  height: 100%;
}

body.popUpContents h2,
section.popUpLayer article.popUpArticle div.popUpContents h2 {
  color: #466e93;
  font-size: 117%;
}

body.popUpContents ul {
  margin: 0px 0px 20px 0px;
}

body.popUpContents ul li {
  margin: 0px 0px 0px -26px;
  padding: 0px;
}

body.popUpContents h4 {
  color: #838E99;
  margin: 0px 0px 0px 0px;
}

/*body.popUpContents footer {
									border-bottom: solid 1px #e0e0e0;
									border-top: solid 1px #e0e0e0;
									height: 38px;
									line-height: 38px;
								}*/
body.popUpContents footer span.price {
  color: #316bad;
}

body.popUpContents footer span.price strong {
  font-size: 150%;
}

body.popUpContents footer a.button, body.popUpContents footer a.orderButton {
  margin-top: 5px;
}

body.popUpContents,
section.popUpLayer article.popUpArticle iframe.popUpContents {
  _height: auto !important;
  max-height: auto !important;
}

section.popUpLayer footer.popUpFooter {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer.png") no-repeat 0px 100%;
  height: 25px;
  margin: 0px auto 0px auto;
  width: 452px;
}

section.popUpLayer footer.popUpFooter div.popUpFooterBorder {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer.png") no-repeat 100% 100%;
  height: 25px;
  margin: 0px -32px 0px 32px;
  padding: 0px 0px 0px 0px;
  _position: relative;
  width: 452px;
}

/* animation sequence */
section.popUpLayer.step_0 {
  display: none;
  visibility: visible !important;
}

section.popUpLayer.step_1 {
  display: block;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
  -khtml-opacity: 0.25;
}

section.popUpLayer.step_2 {
  display: block;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -khtml-opacity: 0.5;
}

section.popUpLayer.step_3 {
  display: block;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -khtml-opacity: 0.75;
}

section.popUpLayer.step_4 {
  display: block;
}

section.popUpLayer.step_5 {
  display: block;
}

section.popUpLayer.step_6 {
  display: block;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -khtml-opacity: 0.75;
}

section.popUpLayer.step_7 {
  display: block;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -khtml-opacity: 0.5;
}

section.popUpLayer.step_8 {
  display: block;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
  -khtml-opacity: 0.25;
}

section.popUpLayer.step_9 {
  display: none;
  visibility: hidden !important;
}

section.popUpLayer.noFadeIn {
  display: block !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -khtml-opacity: 1 !important;
}

/* exception: hacks for internet explorer 6 */
body.popup_open select {
  _visibility: hidden;
}

body.popup_closed select {
  _visibility: visible;
}

/* vergrotings layer */
section.popUpLayer.vergrotingLayer {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_0.png") repeat 0px 0px;
}

section.popUpLayer.vergrotingLayer header.popUpHeader {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_camera2.png") no-repeat 0px 0px !important;
  height: 80px;
}

section.popUpLayer.vergrotingLayer header.popUpHeader div.popUpHeaderBorder {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_camera2.png") no-repeat 100% 0px !important;
  height: 80px;
}

section.popUpLayer.vergrotingLayer header.popUpHeader h1 {
  color: #2a2a2a;
  font-size: 150%;
}

section.popUpLayer.vergrotingLayer header.popUpHeader h2 {
  color: #707070;
  font-size: 120%;
  font-weight: normal;
}

section.popUpLayer.vergrotingLayer article.popUpArticle {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_camera2.png") no-repeat 0px 50% !important;
}

section.popUpLayer.vergrotingLayer article.popUpArticle div.popUpArticleBorder {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_camera2.png") no-repeat 100% 50% !important;
}

body.popUpContents.vergrotingContents h2,
section.popUpLayer.vergrotingLayer article.popUpArticle div.popUpContents h2 {
  color: #466e93;
  font-size: 117%;
}

section.popUpLayer.vergrotingLayer footer.popUpFooter {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_camera2.png") no-repeat 0px 100% !important;
}

section.popUpLayer.vergrotingLayer footer.popUpFooter div.popUpFooterBorder {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/popUpLayer_camera2.png") no-repeat 100% 100% !important;
}

/* popups */
.popUpContentHeadBleu {
  color: #ffffff !important;
  font-family: Arial;
  padding: 0px 10px 0px 10px;
  display: block;
  min-height: 300px;
}

.popUpContentHeadBleu header {
  margin: 5px 0px 40px 0px;
}

.popUpContentHeadBleu p:last-of-type {
  margin: 0px 0px 50px 0px;
}

.popUpContentHeadBleu h1 {
  color: #254066;
  font-size: 175%;
  line-height: 120%;
  font-style: normal !important;
  margin: 0px 0px 8px 0px;
}

.popUpContentHeadBleu .introSection {
  width: 360px !important;
}

.popUpContentHeadBleu .introSection section.introAuction {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introAuctionA.png") no-repeat 0px 0px;
  float: left;
  height: 325px;
  margin: 0px 10px 15px 30px;
  width: 311px;
  position: relative;
  overflow: visible;
}

.popUpContentHeadBleu .introSection section.introAuction header.popup {
  height: 91px !important;
  margin: 0px 0px 0px 0px;
  padding: 18px 20px 0px 20px;
}

.popUpContentHeadBleu .introSection section.introAuction header h2 {
  color: #0f3a67;
  width: 280px;
  font-size: 167% !important;
  margin-bottom: 4px !important;
  line-height: 118% !important;
}

.popUpContentHeadBleu .introSection section.introAuction header h3 {
  color: #44546b !important;
  margin: 0px 0px 10px 0px;
  padding-top: 0px;
  font-size: 14px !important;
}

.popUpContentHeadBleu .introSection section.introAuction.turbo header h3 {
  color: #cfdbe1 !important;
}

.popUpContentHeadBleu section.introAuction article aside div.price div.number, .popUpContentHeadBleu section.introAuction article aside div.price div.comma {
  padding-top: 0px;
}

.popUpContentHeadBleu section.introAuction article .starter {
  color: #106BC0;
  font-size: 90%;
}

.popUpContentHeadBleu .introSection section.introAuction header p {
  color: #44546b !important;
  margin: 0px 0px 2px 0px;
  font-size: 110%;
}

.popUpContentHeadBleu .introSection section.introAuction article {
  padding-top: 0px;
}

.popUpContentHeadBleu section.introAuction article aside p {
  width: 100px;
}

.popUpContentHeadBleu section.introAuction article aside p img {
  margin-top: -5px !important;
}

.popUpContentHeadBleu .introSection section.introAuction footer.popup {
  position: static !important;
  width: auto !important;
  padding: 0px;
  border: none;
  margin-top: 10px !important;
}

.popUpContentHeadBleu .introSection section.introAuction footer.popup .right {
  margin-right: 5px;
}

.popUpContentHeadBleu footer {
  position: absolute;
  bottom: 0px;
  width: 360px;
}

.popUpContentHeadBleu footer a.right {
  float: right;
}

.popUpContentHeadBleu footer a.left {
  float: left;
}

/* Popups */
.popUpContentBlues {
  text-align: left;
  color: #ffffff;
  font-family: Arial;
  min-height: 150px;
}

.popUpContentBlues h2 {
  color: #ffbc00;
  font-size: 150%;
  white-space: nowrap;
  margin: 0px 0px 40px 0px;
}

.popUpContentBlues p {
  line-height: 130%;
}

.popUpContentBlues article h2 {
  color: #ffffff !important;
  margin-bottom: 30px;
}

.popUpContentBlues article h3 {
  color: #ffffff !important;
  margin-bottom: 3px;
  font-size: 100%;
}

.popUpContentBlues p:last-of-type {
  margin-bottom: 20px;
}

.popUpContentBlues footer a:first-of-type {
  float: left;
}

.popUpContentBlues footer a:nth-of-type(2) {
  float: right;
}

.popUpContentBlues footer a.btnGrey {
  height: auto;
  background: none;
  background: -webkit-linear-gradient(top, #ffffff 0%, #cad8e4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cad8e4 100%);
  box-shadow: 0px 1px 3px rgb(86, 86, 86);
  color: #1b2f4b;
  font-size: 14px;
  line-height: 18px !important;
  padding: 10px 20px;
  margin-right: 0px;
  border-radius: 5px;
  font-weight: bold;
  top: 0px;
  border: none;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.popUpContentBlues footer a.btnGrey:hover {
  color: #1b2f4b;
  text-decoration: none;
  background: -webkit-linear-gradient(top, #cad8e4 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #cad8e4 0%, #ffffff 100%);
}

.popUpContentBlues footer a.btnOrange {
  height: auto;
  background: none;
  background: -webkit-linear-gradient(top, #f45e03 0%, #c14f02 100%);
  background: linear-gradient(to bottom, #f45e03 0%, #c14f02 100%);
  box-shadow: 0px 1px 3px rgb(86, 86, 86);
  color: #ffffff;
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 10px 20px;
  margin-right: 0px;
  border-radius: 5px;
  font-weight: bold;
  top: 0px;
  text-align: center;
  border: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.popUpContentBlues footer a.btnOrange:hover {
  color: #ffffff;
  text-decoration: none;
  background: -webkit-linear-gradient(top, #c14f02 0%, #f45e03 100%);
  background: linear-gradient(to bottom, #c14f02 0%, #f45e03 100%);
}

.popUpContentBlue {
  text-align: left;
  color: #ffffff;
  font-family: Arial;
  min-height: 150px;
}

.popUpContentBlue h2 {
  color: #ffbc00;
  font-size: 150%;
  white-space: nowrap;
  margin: 0px 0px 40px 0px;
}

.popUpContentBlue p {
  line-height: 130%;
}

.popUpContentBlue article h3 {
  color: #ffffff !important;
  margin-bottom: 5px;
}

.popUpContentBlue p:last-of-type {
  margin-bottom: 20px;
}

.popUpContentBlue footer {
  height: 40px;
  position: absolute;
  bottom: -10px;
  width: 370px;
  padding: 10px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.popUpContentBlue footer a, .popUpContentHeadBleu footer a {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnSluiten.png") no-repeat 0% 0%;
  height: 29px;
  line-height: 27px;
  float: right;
  color: #254066;
  text-decoration: none;
  position: relative;
  width: auto;
  padding: 0px 10px 0px 20px;
}

.popUpContentBlue footer a span, .popUpContentHeadBleu footer a span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnSluiten.png") no-repeat 100% 0%;
  position: absolute;
  height: 29px;
  line-height: 27px;
  width: 10px;
  right: -10px;
  top: 0px;
}

.popUpContentBlue footer a:hover, .popUpContentHeadBleu footer a:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnSluiten.png") no-repeat 0% -29px;
}

.popUpContentBlue footer a:hover span, .popUpContentHeadBleu footer a:hover span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnSluiten.png") no-repeat 100% -29px;
}

.popUpContentBlue footer a.left {
  float: left;
}

/* popups */
.popUpContentWhite {
  color: #838e99 !important;
  font-family: Arial;
  padding: 0px 10px 0px 10px;
  display: block;
  min-height: 300px;
}

.popUpContentWhite header {
  margin: 5px 0px 20px 0px;
}

.popUpContentWhite p:last-of-type {
  margin: 0px 0px 30px 0px;
}

.popUpContentWhite h1 {
  color: #254066;
  font-size: 175%;
  line-height: 120%;
  font-style: normal !important;
  margin: 0px 0px 8px 0px;
}

.popContent article {
  padding: 0px 40px 30px 30px !important;
  position: absolute;
  top: 40px;
  left: 10px;
}

.popContent p {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 150%;
}

.popContent h1 {
  color: #ffffff;
  font-size: 250%;
  margin-bottom: 30px;
}

.popContent h2 {
  color: #ffffff !important;
  font-size: 200%;
  margin-bottom: 10px;
}

.popContent h3 {
  color: #ffffff;
  font-size: 130% !important;
  font-weight: bold;
  margin-bottom: 14px !important;
}

.popContent div.summary {
  background: #15478b;
  border-radius: 2px;
  padding: 20px;
}

.popContent a.login {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/buttonBigs.png") no-repeat 0% 0%;
  height: 37px;
  line-height: 35px;
  float: right;
  font-size: 120%;
  color: #254066;
  text-decoration: none;
  position: relative;
  width: auto;
  font-weight: bold;
  margin: 10px 0px 0px -5px;
  padding: 0px 10px 0px 20px;
  cursor: pointer;
}

.popContent a.login span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/buttonBigs.png") no-repeat 100% 0%;
  position: absolute;
  height: 37px;
  line-height: 35px;
  width: 10px;
  right: -10px;
  top: 0px;
}

.popContent a.login:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/buttonBigs.png") no-repeat 0% -37px;
}

.popContent a.login:hover span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/buttonBigs.png") no-repeat 100% -37px;
}

.popContent.banner article {
  padding: 0px 40px 40px 40px !important;
  position: absolute;
  top: 90px;
  left: -3px;
}

.popContent.banner article p {
  color: #ffffff !important;
}

.popUpInfo figure {
  position: absolute;
  left: -16px;
  top: -16px;
}

.popUpInfo article {
  color: #838e99 !important;
  overflow-y: auto;
  max-height: 393px;
  margin-bottom: 20px;
  padding-right: 10px;
}

.popUpInfo article.down {
  padding-top: 332px;
  overflow: hidden;
  max-height: 360px;
  margin-bottom: -14px;
}

.popUpInfo article.down .bsn {
  float: left;
  width: 223px;
  height: 197px;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  border-right: solid 1px #e9eef1;
}

.popUpInfo article.down input[type=text], input[type=text].bsn {
  margin-top: 4px;
  width: 88px;
  height: 22px;
}

.popUpInfo article.down a.btnGrey {
  position: absolute;
  bottom: 12px;
  right: 20px;
  margin-right: 0px;
}

.popUpInfo article.down strong {
  font-size: 14px;
  display: block;
  margin-bottom: -15px;
  font-weight: normal;
}

.popUpInfo article.down h3 {
  font-size: 16px;
  margin-bottom: 4px;
}

.popUpInfo article.down .explain {
  float: left;
  width: 280px;
}

.popUpInfo h2 {
  font-size: 100%;
}

.popUpInfo h3 {
  font-size: 100%;
  color: #1b2f4b;
  margin-bottom: 0px;
}

.popUpInfo footer {
  margin-right: 12px;
  background: none !important;
  padding: 0px !important;
}

.popUpInfo span {
  float: left;
}

.popUpInfo table {
  margin-top: 10px;
  margin-bottom: 10px;
}

.popUpInfo table tr td {
  vertical-align: middle;
  padding: 4px 10px 4px 0px;
}

.popUpInfo table tr th {
  font-weight: normal;
  vertical-align: middle;
  padding: 4px 20px 4px 0px;
}

.popUpInfo input[type=text].small {
  border: none;
  background: none;
  width: 60px;
}

.popUpInfo footer a.btnGrey {
  height: auto;
  background: none;
  background: -webkit-linear-gradient(top, #ffffff 0%, #cad8e4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cad8e4 100%);
  box-shadow: 0px 1px 3px rgb(86, 86, 86);
  color: #1b2f4b;
  font-size: 14px;
  line-height: 18px !important;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: -6px;
  border: none;
  float: right;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.popUpInfo footer a.btnGrey:hover {
  color: #1b2f4b;
  text-decoration: none;
  background: -webkit-linear-gradient(top, #cad8e4 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #cad8e4 0%, #ffffff 100%);
}

.popUpInfo ol {
  counter-reset: item;
  margin: 0px 0px 0px 25px;
  padding: 0px;
}

.popUpInfo ol li {
  display: block;
  position: relative;
}

.popUpInfo ol ol {
  margin-left: 25px;
}

.popUpInfo ol ol ol {
  margin-left: 37px;
}

.popUpInfo ol ol ol ol {
  margin-left: 47px;
}

.popUpInfo ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 6px; /* space between number and text */
}

/* conversie */
.popContent.styler article {
  width: 560px;
  font-size: 95%;
  line-height: 130%;
  padding: 20px 0px 17px 20px !important;
  background: #ffffff;
  margin-left: -16px;
  border-radius: 5px !important;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
}

.popContent.styler p {
  color: #1b2f4b !important;
  line-height: 130%;
}

.popContent.styler h3 {
  color: #838E99;
}

.popContent.styler.reci p {
  color: #0f3a67 !important;
  line-height: 19px;
  font-size: 14px;
}

.popContent.styler.reci h3 {
  color: #0f3a67;
  margin: 0px !important;
  font-size: 14px;
}

.popContent.styler.reci em {
  margin: -5px 0px 3px 0px;
  display: block;
}

.popContent.styler.reci header {
  margin: 0px 0px 15px 0px;
}

.popContent.styler.reci header a:first-of-type {
  padding: 20px;
  box-sizing: border-box;
}

.popContent.styler.reci header a, .popContent.styler.reci span {
  width: 48%;
  color: #0f3a67 !important;
  display: inline-block;
}

.popContent.styler article div {
  position: static;
  max-height: 515px;
  overflow: hidden;
  line-height: 18px;
  overflow-y: visible;
  position: relative;
  background: none !important;
  padding: 0px 20px 0px 0px !important;
  margin: 0px 0px 20px 0px;
  box-shadow: none;
}

.popContent.styler article div.big {
  max-height: none;
}

.popContent.announcement {
  padding: 20px;
}

.popContent.announcement div {
  background: #174087;
  background: -webkit-linear-gradient(top, #174087 0%, #2a73c8 100%);
  background: linear-gradient(to bottom, #174087 0%, #2a73c8 100%);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 30px 20px 5px 20px !important;
  width: 390px;
  border: solid 1px #ffffff;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}

.popContent.announcement.other div {
  text-align: left;
  margin-bottom: 20px;
  padding: 20px 20px 0px 0px !important;
}

.popContent.announcement.other div header {
  background: #ffffff;
  height: 58px;
  margin: -20px -20px 20px 0px;
  padding-left: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 60px;
  color: #254066;
  font-size: 18px !important;
  font-weight: bold;
}

.popContent.announcement article {
  position: static;
}

.popContent.announcement.other article {
  padding: 0px 0px 20px 20px !important;
}

.popContent.announcement article h2 {
  color: #ffff77 !important;
  font-size: 20px;
}

.popContent.announcement article p {
  font-size: 16px !important;
  line-height: 20px;
  margin: 0px;
}

.popContent.announcement.other article p {
  font-size: 12px !important;
  line-height: 16px;
  margin: 0px 0px 10px 0px;
}

.popContent.announcement footer {
  width: 390px !important;
  padding: 0px 0px;
  position: relative;
}

.popContent.announcement footer a.btnHuge {
  font-size: 16px;
  color: #1b2f4b;
}

.popContent.amount {
  padding: 20px;
}

.popContent.amount div.back {
  background: #ff9900;
  background: -webkit-linear-gradient(top, #ff9900 0%, #ff1f00 100%);
  background: linear-gradient(to bottom, #ff9900 0%, #ff1f00 100%);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 30px 20px 5px 20px !important;
  width: 380px;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}

.popContent.amount div.back.blue {
  background: #112d70;
  background: -webkit-linear-gradient(top, #112d70 0%, #276bbe 100%);
  background: linear-gradient(to bottom, #112d70 0%, #276bbe 100%);
  border: solid 1px #ffffff;
}

.popContent.amount div.back.blueD {
  background: #112d70;
  background: -webkit-linear-gradient(top, #112d70 0%, #276bbe 100%);
  background: linear-gradient(to bottom, #112d70 0%, #276bbe 100%);
  border: none;
  width: 420px;
}

.popContent.amount div.back.blueD h2 {
  font-size: 20px;
  margin: -10px 0px 20px 0px;
}

.popContent.amount div.back.white {
  background: #ffffff;
  border: none;
  width: 420px;
  color: #1b2f4b !important;
}

.popContent.amount div.back.white h2 {
  font-size: 20px;
  margin: -10px 0px 20px 0px;
  color: #1b2f4b !important;
}

.popContent.amount div.back.white p {
  color: #1b2f4b !important;
}

.popContent.amount div.back.blueN {
  background: #112d70;
  background: -webkit-linear-gradient(top, #0e3fb0 0%, #051b6f 100%);
  background: linear-gradient(to bottom, #0e3fb0 0%, #051b6f 100%);
  border: none;
}

.popContent.amount div.back.blueN h2 {
  margin-bottom: 20px;
  line-height: 105%;
  font-size: 20px;
}

.popContent.amount div.back.red {
  background-image: -moz-linear-gradient(0deg, rgb(88, 2, 42) 8%, rgb(163, 1, 39) 91%);
  background-image: -webkit-linear-gradient(0deg, rgb(88, 2, 42) 8%, rgb(163, 1, 39) 91%);
  background-image: linear-gradient(0deg, rgb(88, 2, 42) 8%, rgb(163, 1, 39) 91%);
}

.popContent.amount div.back.red h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.popContent.amount div.back.redL {
  background-image: -moz-linear-gradient(0deg, rgb(220, 69, 69) 0%, rgb(232, 162, 143) 68%, rgb(239, 210, 185) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(220, 69, 69) 0%, rgb(232, 162, 143) 68%, rgb(239, 210, 185) 100%);
  background-image: linear-gradient(0deg, rgb(220, 69, 69) 0%, rgb(232, 162, 143) 68%, rgb(239, 210, 185) 100%);
}

.popContent.amount div.back.red article .ellips {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bubble.png") no-repeat 0% 0%;
  position: absolute;
  left: 22px;
  top: 22px;
  width: 90px;
  height: 40px;
  z-index: 111111;
}

.popContent.amount div.back.red header .ellips {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bubble.png") no-repeat 0% 0%;
  position: absolute;
  left: 0px;
  bottom: -40px;
  width: 90px;
  height: 40px;
  z-index: 111111;
}

.popContent.amount header {
  background: #ffffff;
  margin: -30px -20px 20px -20px;
  text-align: left;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px 20px 15px 20px;
  color: #1b2f4b !important;
}

.popContent.amount header p {
  color: #1b2f4b !important;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.popContent.amount header p:last-of-type, .popContent.amount header p:only-of-type {
  margin-bottom: 0px;
}

.popContent.amount header h2 {
  color: #1b2f4b !important;
  font-size: 20px !important;
  line-height: 22px;
  margin-bottom: 10px !important;
  text-align: left !important;
}

.popContent.amount .text {
  font-size: 70px;
  font-weight: bold;
  fill: url(#gradient);
}

.popContent.amount article.blue {
  position: static;
  padding: 20px !important;
  font-size: 14px !important;
  line-height: 18px;
  margin: -20px -20px 20px -20px;
  text-align: left;
  width: auto;
  font-weight: normal !important;
  color: #1b2f4b;
  background-image: -moz-linear-gradient(0deg, #fafafa 0%, #d8e1e9 100%);
  background-image: -webkit-linear-gradient(0deg, #fafafa 0%, #d8e1e9 100%);
  background-image: linear-gradient(0deg, #fafafa 0%, #d8e1e9 100%);
  text-align: center;
}

.popContent.amount article.blue.no {
  margin: 0px -20px 20px -20px;
}

.popContent.amount article.blue p {
  color: #1b2f4b !important;
  margin: 0px;
  font-size: 14px !important;
  line-height: 22px;
  text-align: center;
}

.popContent.amount article.blue span.large {
  color: #1b2f4b !important;
  font-size: 35px;
  font-weight: bold;
  margin: 15px 0px;
  display: inline-block;
}

.popContent.amount article {
  position: static;
  padding: 0px !important;
  font-size: 14px !important;
  line-height: 18px;
  margin: 0px 0px 20px 0px;
  text-align: left;
  width: 380px;
  font-weight: normal !important;
  color: #ffffff;
}

.popContent.amount article p.center {
  text-align: center;
}

.popContent.amount article p {
  font-size: 14px !important;
  line-height: 18px;
  margin: 0px 0px 20px 0px;
  text-align: left;
  width: 390px;
  font-weight: normal !important;
}

.popContent.amount article p a {
  color: #ffffff;
}

.popContent.amount article section.introAuction {
  margin-left: 44px !important;
}

.popContent.amount article section.introAuction article div.price {
  margin-left: 4px !important;
}

.popContent.amount article section.introAuction article {
  width: 290px;
}

.popContent.amount article section.introAuction article p {
  width: auto;
  margin-top: -10px;
}

.popContent.amount article section.introAuction article .starter {
  margin-bottom: 0px !important;
}

.popContent.amount article section.introAuction footer {
  width: auto !important;
}

.popContent.amount article section.introAuction footer p {
  width: 140px !important;
  color: #515151 !important;
  font-size: 12px !important;
}

.popContent.amount article section.introAuction footer img {
  margin-right: 8px;
}

.popContent.amount article section.introAuction header {
  background: none;
}

.popContent.amount article section.introAuction aside {
  margin-left: -20px;
}

.popContent.amount article .price {
  color: #ffffff;
  text-align: center;
  margin-left: -20px;
}

.popContent.amount div.blue article section.introAuction article .starter {
  margin: 0px 0px 10px 0px !important;
}

.popContent.amount div.blue article section.introAuction footer {
  margin-top: -10px !important;
}

.popContent.amount div.blue article p {
  font-size: 12px !important;
  line-height: 14px !important;
}

.popContent.amount div.blue article .price {
  margin-left: 0px;
  font-size: 24px;
}

.popContent.amount article .price .euro {
  font-size: 36px;
  margin-top: 10px;
  margin-right: 4px;
  display: inline-block;
}

.popContent.amount .redL article .price .euro {
  color: #711a31;
}

.popContent.amount article .price span.txt {
  font-size: 20px;
  color: #8fa7e2;
  font-weight: bold;
  padding: 0px 10px;
}

.popContent.amount .red article .price span.txt {
  color: #ffffff;
}

.popContent.amount article .price .numbers {
  font-size: 35px;
  font-weight: bold;
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bgAmount.jpg") no-repeat 0% 0%;
  width: 158px;
  height: 64px;
  display: inline-block;
  text-align: right;
  padding-top: 23px;
  letter-spacing: 0.3em;
}

.popContent.amount article .price .numbers.red {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bgAmount.png") no-repeat 0% 0%;
}

.popContent.amount article .price .numbers.redL {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bgAmountL.png") no-repeat 0% 0%;
}

.popContent.amount article .price .numbers sup {
  font-size: 25px;
  vertical-align: baseline;
  position: relative;
  top: -0.2em;
  right: -0.1em;
  display: inline-block;
  margin-left: -4px;
  letter-spacing: 7px;
}

.popContent.amount article .price .mines {
  font-size: 33px;
  font-weight: bold;
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bgMines.png") no-repeat 0% 0%;
  width: 148px;
  height: 65px;
  color: #1b2f4b;
  display: inline-block;
  text-align: center;
  line-height: 68px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.popContent.amount article .price .mines sup {
  font-size: 25px;
  vertical-align: baseline;
  position: relative;
  top: -0.23em;
  right: -0.1em;
  display: inline-block;
  margin-left: -4px;
  letter-spacing: 7px;
}

.popContent.amount footer {
  width: 380px !important;
  padding: 0px 0px;
  position: relative;
}

.popContent.amount footer.white {
  width: 100% !important;
  padding: 0px 0px;
  position: relative;
}

.popContent.amount footer.white {
  background: #ffffff;
  margin: 30px -20px -22px -20px;
  text-align: left;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px 20px 15px 20px;
}

.popContent.amount footer a.btnHuge {
  font-size: 16px;
  color: #1b2f4b;
}

/*@import 'stylesNew/stylesNewPrijzenKop.scss';*/
/*@import 'stylesNew/stylesNewPrijzenpot.scss';*/
.product .photo {
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 0px 0px 10px 0px;
  border: solid 1px #fff;
  margin-bottom: 15px;
  width: 218px;
}

.product .photo h2 {
  font-size: 14px !important;
  margin: 0px;
}

.product .photo span {
  display: block;
  font-weight: normal;
}

.product .photo sup {
  font-size: 12px;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

.product .photo em {
  font-weight: normal;
  font-size: 13px;
  font-style: normal;
}

.product .photo article {
  position: relative;
}

.product .photo .winner {
  position: absolute;
  right: 5px;
  top: -5px;
}

/* productDetails */
#productDetails {
  margin: 0px 0px 10px 0px;
  position: relative;
  width: 704px !important;
}

#productDetails header.productFilter {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilter4.png") no-repeat 0px 0%;
  width: 704px !important;
}

#productDetails header.productFilter menu {
  margin-right: -10px;
}

#productDetails header.productFilter menu li a {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterMenu3.png");
  font-size: 100%;
}

#productDetails header.productFilter menu li a span {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterMenu3.png");
  padding-top: 2px;
  cursor: hand;
}

#productDetails article.productFilter {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilter2_loop.png") repeat-y 0px 50%;
  *width: 674px;
}

#productDetails article.productFilter div.languages {
  font-size: 90%;
  margin: 0px;
  padding-top: 3px;
}

#productDetails article.productFilter div.languages a {
  color: #707d89;
}

#productDetails article.productFilter .select {
  float: right;
  margin: 0px;
  min-height: 32px;
  _height: auto;
}

#productDetails article.productFilter .select label {
  display: none;
}

#productDetails article.productFilter .select dl {
  font-size: 90%;
}

#productDetails nav.expertReview {
  margin: -10px 2px 0px -20px;
  padding: 10px 10px 10px 20px;
  width: 680px;
  /*Above changed by MarkR on 05-03-2012, was :*/
  /*padding : 10px 10px 1px 20px;*/
  *width: 544px;
}

#productDetails nav.expertReview menu.pager {
  height: auto;
  margin-bottom: -10px;
  *position: relative;
  *width: 504px;
  *margin: 0px 0px -10px 0px;
}

/* resultDescription */
#productDetails section.resultDescription {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilter4_loop.png") repeat-y 0px 50%;
  float: none;
  margin: 0px -2px 0px -2px;
  padding: 10px 10px 1px 10px;
  width: 684px;
}

#productDetails section.resultDescription header.resultDescription {
  background: #eaebed none;
  height: 43px;
  margin: -10px -7px 0px -7px;
  line-height: 25px;
  padding-bottom: 0px;
}

#productDetails section.resultDescription header.resultDescription h1 {
  color: #1b2f4b;
  font-size: 150%;
}

#productDetails section.resultDescription article.resultDescription h2 {
  color: #466e93;
  font-size: 120%;
  margin-bottom: 19px;
}

#productDetails section.resultDescription article.resultDescription {
  padding: 15px 20px 0px 10px;
  height: 100%;
  width: 664px;
  color: #707d89;
}

#productDetails section.resultDescription article.resultDescription a {
  color: #707d89;
}

#productDetails section.resultDescription article.resultDescription figure.right {
  margin: 0px 120px 15px 15px;
  float: right;
}

#productDetails section.resultDescription article.resultDescription figure.score {
  float: right;
  margin-right: 10px;
}

#productDetails section.resultDescription article.resultDescription aside.resultScore {
  background-image: none;
}

#productDetails section.resultDescription article.resultDescription aside.magazineScore figure {
  margin-left: 12px;
}

#productDetails section.resultDescription article.resultDescription aside.magazineScore span {
  color: #add5a3;
  font-size: 75%;
}

#productDetails section.resultDescription article.resultDescription aside.magazineScore em {
  color: #ffffff;
  font-size: 70%;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

#productDetails section.resultDescription article.resultDescription div.productReview {
  width: 564px;
  *width: 540px;
  color: #000000;
  margin: 0px 0px 10px 0px;
}

#productDetails section.resultDescription article.resultDescription div.productReview h2 {
  color: #2a2a2a;
  font-size: 140%;
}

#productDetails section.resultDescription article.resultDescription div.productReview h3 {
  color: #4c4c58;
  font-size: 90%;
  margin-bottom: 1em;
}

#productDetails section.resultDescription article.resultDescription div.productReview a.review {
  color: #000000;
  font-size: 100%;
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/arrow_review.png") no-repeat 100% 5px;
  padding: 0px 12px 0px 0px;
  margin-right: 1em;
  float: right;
}

#productDetails section.resultDescription article.resultDescription div.productReview div.positive {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productReview_positive.png") no-repeat 0px 2px;
  padding: 0px 0px 0px 25px;
}

#productDetails section.resultDescription article.resultDescription div.productReview div.negative {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productReview_negative.png") no-repeat 0px 2px;
  padding: 0px 0px 0px 25px;
}

#productDetails section.resultDescription article.resultDescription div.productReview div.neutral {
  background: Transparent none;
  padding: 0px 0px 0px 25px;
}

#productDetails section.resultDescription article.resultDescription div.productReview article.reviewTranslation {
  padding: 2px 0px 1px 0px;
  color: #707d89;
  margin-bottom: -10px;
}

#productDetails section.resultDescription article.resultDescription div.productReview article.reviewTranslation div.language a.right {
  margin: 0px 0px 15px 15px;
}

#productDetails section.resultDescription footer.resultDescription {
  background: #f6f6f6 none;
  border-top: none;
  color: #1b2f4b;
  margin: 0px 0px 10px 0px;
  padding: 7px 10px 7px 10px;
}

#productDetails section.resultDescription footer.resultDescription a {
  color: #1b2f4b;
}

#productDetails footer.expertReview {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResults4.png") repeat-y 0px 100%;
  margin: 0px -2px 0px -2px;
  padding: 0px 20px 1px 20px;
  width: 670px;
}

#productDetails footer.expertReview menu.pager {
  *position: relative;
  *width: 504px;
  *margin: 0px 0px -10px 0px;
}

/* productSpecificaties */
#productDetails div.widest {
  width: 524px;
  margin-left: -10px;
}

#productDetails div.widest header.resultDescription {
  height: 28px !important;
  line-height: 32px;
  margin-top: 10px;
}

#productDetails div.widest header.resultDescription h2 {
  color: #576579 !important;
  font-size: 110% !important;
  width: 400px !important;
  float: left !important;
  margin-top: 3px;
}

#productDetails div.widest header.resultDescription a {
  float: right !important;
  text-align: right;
  color: #1b2f4b !important;
  margin-top: -6px;
}

#productDetails div.widest article.resultDescription {
  padding-left: 4px;
}

#productDetails article.resultDescription figure {
  float: left;
  width: 90px;
  margin-right: 10px;
}

#productDetails article.resultDescription div.lefters {
  float: left;
  width: 345px;
}

#productDetails article.resultDescription div.lefters a {
  text-decoration: none;
}

#productDetails article.resultDescription div.righters {
  width: 65px;
  float: right;
}

#productDetails article.resultDescription div.righters figure {
  margin-bottom: 10px;
}

/* bijProducten */
#productDetails div.bijProducten section.resultDescription article.resultDescription section.resultDescription {
  background: Transparent none;
  margin: 0px -2px 0px -2px;
  padding: 5px 0px 1px 0px;
  width: 670px;
}

#productDetails div.bijProducten section.resultDescription article.resultDescription section.resultDescription header.resultDescription {
  margin: 0px 0px 0px 0px;
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/resultsPagerArticle.png") repeat-x 0% 0%;
  height: 54px;
  width: 636px;
}

#productDetails div.bijProducten section.resultDescription article.resultDescription section.resultDescription header.resultDescription h2 {
  color: #1b2f4b;
  font-size: 180%;
  height: 18px;
}

#productDetails div.bijProducten section.resultDescription article.resultDescription section.resultDescription header.resultDescription h3 {
  color: #707d89;
}

#productDetails div.bijProducten section.resultDescription article.resultDescription section.resultDescription article.resultDescription {
  padding-top: 15px;
  width: 636px;
}

#productDetails div.bijProducten section.resultDescription article.resultDescription section.resultDescription article.resultDescription aside.resultScore {
  height: auto;
  padding-bottom: 10px;
}

#productDetails div.bijProducten section.resultDescription article.resultDescription section.resultDescription article.resultDescription div.resultPhotos {
  width: 128px;
}

#productDetails div.bijProducten section.resultDescription article.resultDescription section.resultDescription article.resultDescription div.resultPhotos figure.resultPhoto {
  width: 128px;
}

#productDetails div.bijProducten section.resultDescription article.resultDescription section.resultDescription article.resultDescription div.resultPhotos figure.resultPhoto span {
  height: auto;
  min-height: 0px;
}

#productDetails div.bijProducten section.resultDescription article.resultDescription section.resultDescription article.resultDescription div.resultText {
  padding-left: 10px;
  width: 390px;
}

#productDetails div.bijProducten section.resultDescription article.resultDescription section.resultDescription footer.resultDescription {
  background: #ffffff none;
  border-bottom: solid 1px #e0e0e0;
  border-top: solid 1px #e0e0e0;
  color: #636363;
  width: 660px;
  margin: 0px 0px 10px 0px;
  padding: 7px 0px 7px 0px;
}

#productDetails div.bijProducten section.resultDescription article.resultDescription footer.expertReview {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/filterResults2.png") repeat-y 0px 100%;
  margin: 0px -2px 0px -2px;
  padding: 0px 10px 1px 20px;
  *width: 544px;
}

/* product filter */
header.productFilterTitle h1 {
  height: 42px;
  line-height: 50px;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
}

header.productFilter {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilter.png") no-repeat 0px 0%;
  height: 28px;
  margin: 0px -2px 0px -2px;
}

header.productFilter h2 {
  color: #1b2f4b;
  padding: 6px 0px 0px 20px;
  font-size: 120%;
}

header.productFilter a.previous {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterPrevious.png") no-repeat 0px 4px;
  float: right;
  margin: 6px 15px 0px 0px;
  padding-left: 15px;
}

header.productFilter menu {
  padding: 4px 17px 0px 2px;
}

header.productFilter menu li {
  float: left;
  list-style-type: none;
}

header.productFilter menu li a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterMenu.png") no-repeat 0% 0px;
  display: block;
  font-weight: bold;
  height: 24px;
  line-height: 23px;
  margin: 0px -4px 0px 0px;
  padding: 0px 0px 0px 14px;
  text-decoration: none;
  _width: 10px;
  _white-space: nowrap;
}

header.productFilter menu li a span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterMenu.png") no-repeat 100% 0px;
  color: #44546b !important;
  display: block;
  height: 24px;
  font-size: 90%;
  padding: 2px 14px 0px 0px;
}

header.productFilter menu li a:hover {
  background-position: 0% -128px;
  color: #1b2f4b !important;
}

header.productFilter menu li a:hover span {
  background-position: 100% -128px;
}

header.productFilter menu li a.openedTab,
header.productFilter menu li a.active {
  background-position: 0% -160px;
  position: relative;
}

header.productFilter menu li a.openedTab span,
header.productFilter menu li a.active span {
  background-position: 100% -160px;
  color: #1b2f4b;
}

.productFilter a.backButton {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introNavBackButtonGames.png") no-repeat 0px 5px !important;
  line-height: 20px;
  float: right;
  color: #ffffff;
  margin-right: 18px;
  padding: 0px 0px 0px 16px;
  text-decoration: underline;
}

article.productFilter {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilter_loop.png") repeat-y 0px 50%;
  margin: 0px 0px 0px -2px;
  padding: 10px 10px 0px 20px;
  width: 673px;
  *width: 794px;
}

article.productFilter table.legend {
  color: #1b2f4b;
  padding-right: 20px;
  display: inline;
}

article.productFilter table.legend td {
  color: #1b2f4b;
  padding: 0px 10px 0px 0px;
}

footer.productFilterFooter,
footer.productFilter {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilter.png") no-repeat 0px 100%;
  clear: both;
  height: 10px;
  margin: 0px -2px 12px -2px;
}

footer.productFilterFooter menu.contentPager,
footer.productFilter menu.contentPager {
  display: none;
}

/* productFilter */
#productFilter,
#priceDiscountBundlefilter {
  position: relative;
  width: 820px;
}

#priceDiscountBundlefilter article.productFilter fieldset.price,
#productFilter article.productFilter fieldset.price {
  float: right;
  position: relative;
  width: 490px;
}

#priceDiscountBundlefilter article.productFilter fieldset.price2,
#productFilter article.productFilter fieldset.price2 {
  float: right;
  position: relative;
  width: 150px;
}

#priceDiscountBundlefilter article.productFilter fieldset.price label,
#productFilter article.productFilter fieldset.price label {
  display: block;
  margin: 0px 0px 2px 50px;
  width: 180px;
  color: #1b2f4b;
}

#priceDiscountBundlefilter article.productFilter fieldset.price a,
#productFilter article.productFilter fieldset.price a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterLink.png") no-repeat 0px 0px;
  display: block;
  font-size: 117%;
  height: 48px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 116px;
  background-position: 0px 0px;
  color: #ffffff;
  text-decoration: none;
}

#priceDiscountBundlefilter article.productFilter fieldset.price a em,
#productFilter article.productFilter fieldset.price a em {
  color: #696969;
  display: block;
  height: 20px;
  line-height: 22px;
  font-style: normal;
}

#priceDiscountBundlefilter article.productFilter fieldset.price a strong,
#productFilter article.productFilter fieldset.price a strong {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterLink2.png") no-repeat 100% 3px;
  height: 27px;
  line-height: 25px;
  padding: 0px 12px 0px 0px;
}

#priceDiscountBundlefilter article.productFilter fieldset.price a:hover,
#productFilter article.productFilter fieldset.price a:hover {
  background-position: 0px -256px;
  color: #ffffff;
  text-decoration: none;
}

#priceDiscountBundlefilter article.productFilter fieldset.price a.disabled,
#productFilter article.productFilter fieldset.price a.disabled {
  background-position: 0px 0px !important;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

#priceDiscountBundlefilter article.productFilter fieldset.price a.disabled *,
#productFilter article.productFilter fieldset.price a.disabled * {
  cursor: default;
}

/* productFilter */
#productFilter2 {
  margin: 0px 0px 0px 0px;
  position: relative;
  width: 820px !important;
}

#productFilter2 article.productFilter {
  width: 820px !important;
}

#productFilter2 article.productFilter fieldset.price {
  float: right;
  position: relative;
  width: 190px;
  margin-right: 30px;
}

#productFilter2 article.productFilter fieldset.price label {
  display: block;
  margin: 0px 0px 2px 50px;
  width: 180px;
  color: #1b2f4b;
}

#productFilter2 article.productFilter fieldset.price a {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterLink.png") no-repeat 0px 0px;
  display: block;
  font-size: 117%;
  height: 48px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 116px;
  background-position: 0px 0px;
  color: #ffffff;
  text-decoration: none;
}

#productFilter2 article.productFilter fieldset.price a em {
  color: #696969;
  display: block;
  height: 20px;
  line-height: 22px;
  font-style: normal;
}

#productFilter2 article.productFilter fieldset.price a strong {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterLink2.png") no-repeat 100% 3px;
  height: 27px;
  line-height: 25px;
  padding: 0px 12px 0px 0px;
}

#productFilter2 article.productFilter fieldset.price a:hover {
  background-position: 0px -256px;
  color: #ffffff;
  text-decoration: none;
}

#productFilter2 article.productFilter fieldset.price a.disabled {
  background-position: 0px 0px !important;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

#productFilter2 article.productFilter fieldset.price a.disabled * {
  cursor: default;
}

.productFilter .min, .productFilter .max, .productFilter .low, .productFilter .high, .rangeSlider {
  visibility: hidden;
}

/*@import 'stylesNew/stylesNewPuntenOverzicht.scss';*/
.receipt.small {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/receiptBG.png") no-repeat 0% 0%;
  width: 179px;
  padding: 25px 25px 1px 25px;
  margin: 0px 0px 0px -5px;
  float: none;
  position: relative;
}

.receipt table {
  width: 180px;
}

.receipt.small table td {
  text-transform: uppercase;
  color: #0f3a67;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
  padding: 0px 0px 10px 0px;
}

.receipt table td span .euro {
  font-size: 14px;
  font-weight: normal !important;
}

.receipt table td :nth-of-type(2) {
  white-space: nowrap;
  text-align: right;
  font-size: 18px;
}

.receipt table td :nth-of-type(2) sup {
  vertical-align: baseline;
  position: relative;
  top: -0.2em;
  font-weight: normal;
  font-size: 14px;
}

.receipt table td td {
  padding-top: 10px;
  color: #106bc0;
}

.receipt table tr.center {
  float: none;
  width: 100%;
}

.receipt table tr.center td {
  padding-top: 10px;
  color: #106bc0;
  text-align: center;
}

.receipt table tr.center td.last {
  white-space: nowrap;
  font-size: 18px;
  padding-top: 0px;
}

.receipt table tr.center td.last sup {
  vertical-align: baseline;
  position: relative;
  top: -0.2em;
  font-weight: normal;
  font-size: 14px;
}

.receipt table tr:last-of-type {
  border-bottom: none;
}

.receipt table tr:last-of-type td {
  padding-bottom: 0px;
}

.receipt footer {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/receiptBG.png") no-repeat 0% 100%;
  width: 240px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: 25px;
}

figure.resultPhoto {
  float: left;
  position: relative;
  text-align: center;
  width: 220px;
  height: 218px; /* Changed by MarkR on 06-01-11, was : 208px*/
  *position: static !important;
  text-align: left;
  margin-bottom: 20px;
}

figure.resultPhoto span {
  display: block;
  _height: 220px;
  padding-bottom: 15px;
}

figure.resultPhoto span img {
  *position: static !important;
}

figure.resultPhoto img.resultPhotoRating {
  border: solid 1px #ffffff;
  position: absolute;
  right: 45px;
  bottom: 0px;
  *position: relative;
  *right: -110px;
  *bottom: 50px;
}

figure.resultPhoto ul {
  height: 188px;
  width: 214px;
  margin: 0px;
  padding: 0px;
}

figure.resultPhoto ul li {
  background: #ffffff none;
  list-style-type: none;
  height: 220px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  *z-index: 0;
}

figure.resultPhoto a.enlargePhoto {
  position: absolute;
  right: 0px;
  top: 3px;
  width: 215px;
  height: 176px;
  display: block;
  z-index: 1;
  *z-index: 0;
}

figure.resultPhoto a.enlargePhoto img {
  border: none;
  float: right;
}

figure.resultPhoto .enlargeIcon {
  left: 191px;
  position: absolute;
  top: 3px;
  z-index: 10000;
}

article.resultDescription .stampWin {
  position: absolute;
  left: 120px;
  top: 110px;
  z-index: 17998;
}

section.resultDescription {
  float: left;
  width: 700px;
  position: relative;
  *z-index: 0;
  *position: static;
}

section.resultDescription header.resultDescription {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/resultsPagerArticle.png") repeat-x 0px 0px;
  /*padding : 12px 15px 12px 15px;*/
  padding: 6px 15px 23px 15px;
  height: 38px;
}

section.resultDescription header.resultDescription h1 {
  color: #1b2f4b;
  margin: 0px;
  font-size: 130%;
  padding: 6px 0px 6px 0px;
}

section.resultDescription header.resultDescription h2 {
  color: #1b2f4b;
  margin: 0px;
  width: 365px;
  line-height: 114%;
}

section.resultDescription header.resultDescription h3 {
  margin: -14px 0px 0px 0px;
  color: #707070;
}

section.resultDescription header.resultDescription span.genre {
  color: #707d89;
  float: left;
  margin-top: 20px;
}

section.resultDescription header.resultDescription .print {
  float: right;
  margin-top: 0px;
  margin-right: -4px;
}

section.resultDescription article.resultDescription {
  padding: 10px 0px 0px 0px;
  position: relative;
  color: #707070;
  *min-height: 270px;
  *z-index: 1;
  *position: static !important;
}

section.resultDescription article.resultDescription aside.resultScore.reviewScore {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/resultScore3.png") no-repeat 0px 0px;
  float: right;
  clear: right;
  height: 133px;
  line-height: 110%;
  padding: 7px 0px 0px 0px;
  text-align: center;
  width: 99px;
}

section.resultDescription article.resultDescription aside.resultScore.reviewScore h4 {
  font-size: 100%;
  letter-spacing: 0px;
  margin: 0px;
}

section.resultDescription article.resultDescription aside.resultScore.reviewScore strong {
  font-size: 400%;
  line-height: 100%;
}

section.resultDescription article.resultDescription aside.resultScore.reviewScore span {
  font-size: 100%;
  line-height: 140%;
}

section.resultDescription article.resultDescription aside.resultScore.reviewScore em {
  font-size: 110%;
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
}

section.resultDescription article.resultDescription aside.resultScore.reviewScore a {
  color: #ffffff;
  font-size: 110%;
  line-height: 250%;
}

section.resultDescription article.resultDescription div.resultPhotos {
  float: left;
  position: relative;
  width: 230px;
  *position: static !important;
}

section.resultDescription article.resultDescription div.resultText {
  float: left;
  width: 340px;
  color: #707d89;
}

section.resultDescription article.resultDescription div.resultText p.resultList {
  color: #1b2f4b;
  padding: 0px 0px 0px 16px;
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/icon_agree.png") no-repeat 2px 0px;
}

section.resultDescription article.resultDescription div.resultText ul {
  margin: 0px 0px 1em 0px;
  padding: 0px 0px 0px 0px;
}

section.resultDescription article.resultDescription div.resultText ul li {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bullet.png") no-repeat 2px 7px;
  list-style-type: none;
  padding: 0px 0px 0px 10px;
}

section.resultDescription article.resultDescription div.resultText p a.more {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntroMore.png") no-repeat 100% 2px;
  padding: 0px 15px 0px 0px;
}

section.resultDescription article.resultDescription div.resultText p.resultBundle {
  background: #8e9eb3 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/resultBundle.png") repeat-x 0px 0px;
  color: #ffffff;
  padding: 7px 10px 7px 10px;
  width: 150px;
}

section.resultDescription article.resultDescription div.resultText.reviewText {
  width: 190px;
}

section.resultDescription article.resultDescription div.resultText.reviewText .productBlock {
  width: 170px;
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/relatedProduct.png");
  height: 67px;
  padding: 10px;
  color: #1b2f4b;
}

section.resultDescription article.resultDescription div.resultText.reviewText .productBlock img {
  float: left;
  width: 52px;
  margin-right: 10px;
}

section.resultDescription nav.resultBadges {
  margin: 10px 0px 5px 0px;
  height: 59px;
  line-height: 59px;
  padding: 0px 0px 0px 0px;
  width: 96px;
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/backTypes1.png") no-repeat 0% 0%;
}

section.resultDescription nav.resultBadges.three {
  width: 147px;
}

section.resultDescription nav.resultBadges.four {
  width: 222px;
}

section.resultDescription nav.resultBadges section.pageList {
  float: left;
  margin: -7px 30px 0px 10px;
}

section.resultDescription nav.resultBadges menu.resultBadgesList {
  float: left;
  margin: 0px;
}

section.resultDescription nav.resultBadges menu.resultBadgesList li {
  float: left;
  list-style-type: none;
  width: 48px;
  text-align: center;
}

section.resultDescription nav.resultBadges menu.resultBadgesList li.last {
  display: inline;
  padding: 0x;
  list-style-type: none;
}

section.resultDescription menu.resultCompareOptions {
  margin: 0px;
  padding: 8px 0px 8px 0px;
  margin-bottom: 20px;
  *overflow: hidden;
  *position: absolute;
  *left: 232px;
  *bottom: 0px;
  /* width : 310px; */
}

section.resultDescription menu.resultCompareOptions li {
  display: inline;
  list-style-type: none;
  padding: 0px 15px 0px 0px;
}

section.resultDescription menu.resultCompareOptions li input {
  vertical-align: middle;
  border: solid 1px #2f5396;
  border: none\9 ;
}

section.resultDescription menu.resultCompareOptions li label {
  color: #1b2f4b;
  cursor: pointer;
  text-decoration: underline;
}

section.resultDescription menu.resultCompareOptions li label:hover {
  color: #1b2f4b;
}

section.resultDescription footer.resultDescription {
  border-bottom: solid 1px #e0e0e0;
  border-top: solid 1px #ebebeb;
  clear: both;
  line-height: 26px;
  margin: 0px 0px 15px 0px;
  padding: 7px 0px 5px 0px;
}

section.resultDescription footer.resultDescription span.resultPrice {
  padding: 0px 1px 0px 0px;
  color: #707d89;
  padding: 0px 5px 0px 0px\9 ;
}

section.resultDescription footer.resultDescription span.resultPrice em {
  font-style: normal;
  font-weight: bold;
}

section.resultDescription footer.resultDescription span.resultPrice del {
  color: Red;
  font-size: 175%;
  font-weight: bold;
}

section.resultDescription footer.resultDescription span.resultPrice del span {
  color: #4e7cad;
  font-size: 72%;
}

section.resultDescription footer.resultDescription span.resultPrice strong {
  color: #4E7CAD;
  font-size: 150%;
}

section.resultDescription footer.resultDescription span.resultPrice span {
  color: #316bad;
}

section.resultDescription footer.resultDescription span.No {
  color: #2f5396;
  font-weight: bold;
  float: right;
  margin-top: 2px;
}

section.resultDescription footer.resultDescription span.resultPrice sup {
  font-size: 80%;
}

section.resultDescription footer.resultDescription em.resultPoints {
  color: #2f5396;
  font-style: normal;
}

section.resultDescription footer.resultDescription .button {
  margin-top: 0px;
  margin-right: 20px;
}

/*  Testresultaat */
header.resultDescription span.period {
  float: right;
  margin: -30px 10px 0px 0px;
  color: #707070;
}

div.FotoOverzicht section.resultDescription article.resultDescription h2 {
  color: #576579;
  font-size: 120%;
  margin: 0px 0px 10px 0px;
}

div.VideoOverzicht section.resultDescription article.resultDescription h2 {
  color: #576579;
  font-size: 120%;
  margin: 0px 0px 10px 0px;
}

figure.videoThumbnail {
  display: block;
  float: left;
  height: 84px;
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
  width: 113px !important;
}

figure.videoThumbnail a img.videoOverlay {
  position: absolute;
}

div.VideoOverzicht section.resultDescription article.resultDescription div.videoSummary {
  margin-left: 20px;
}

div.VideoOverzicht section.resultDescription article.resultDescription div.videoSummary a.more {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/videoSummaryMore.png") no-repeat 100% 3px;
  padding: 0px 15px 0px 0px;
}

.resultDescription header.resultsPager {
  font-size: 90%;
  padding-bottom: 0px;
  padding-top: 10px;
  margin: 0px 0px -20px 0px;
}

.resultDescription header.resultsPager .select.sort,
.resultDescription footer.resultsPager .select.sort {
  float: left;
  min-height: 20px;
  _height: 20px;
  width: 250px;
}

.resultDescription header.resultsPager .select.sort label,
.resultDescription footer.resultsPager .select.sort label {
  display: block;
  float: left;
  padding-right: 5px;
  width: auto;
}

.resultDescription header.resultsPager .select.sort dl,
.resultDescription footer.resultsPager .select.sort dl {
  float: left;
}

.resultDescription header.resultsPager .select dl dt,
.resultDescription footer.resultsPager .select dl dt {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect_white.png") no-repeat 100% 0px;
}

.resultDescription header.resultsPager .select dl dt strong,
.resultDescription footer.resultsPager .select dl dt strong {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect_white.png") no-repeat 0% 0px;
}

.resultDescription header.resultsPager p,
.resultDescription footer.resultsPager p {
  margin: 0px 0px 5px 0px;
}

.resultDescription header.resultsPager p em,
.resultDescription footer.resultsPager p em {
  color: #000000;
  font-style: normal;
}

.resultDescription header.resultsPager hr,
.resultDescription footer.resultsPager hr {
  color: #c3c3c3;
  background-color: #c3c3c3;
  margin: 0px 0px 5px 0px;
}

.resultDescription header.resultsPager a.left,
.resultDescription footer.resultsPager a.left {
  color: #606060;
  width: 100px;
  *position: absolute;
}

section.resultDescription article.resultDescription aside.magazineScore {
  border: solid 1px #c9c9c9;
  background: #fafafa;
  float: right;
  clear: right;
  height: 110px;
  line-height: 80%;
  padding: 10px 0px 0px 0px;
  text-align: center;
  margin-bottom: 10px;
  width: 122px;
}

section.resultDescription article.resultDescription aside.magazineScore h4 {
  color: #000000;
  font-size: 110%;
  letter-spacing: -1px;
  margin: 0px 0px 10px 0px;
}

section.resultDescription article.resultDescription aside.magazineScore strong {
  color: #7d7d7d;
  font-size: 392%;
  font-weight: normal;
  line-height: 90%;
}

section.resultDescription article.resultDescription div.language {
  padding: 12px 0px 0px 10px;
  background: #fafafa;
  margin: 0px 0px 10px 0px;
  border: solid 1px #c9c9c9;
}

section.resultDescription article.resultDescription div.language h2 {
  color: #000000;
  font-size: 140%;
  margin-bottom: 10px;
}

section.resultDescription article.resultDescription div.productReview div.language {
  padding: 12px 0px 0px 10px;
  background: #fafafa;
  margin: 0px 0px 10px 0px;
  border: solid 1px #c9c9c9;
}

section.resultDescription article.resultDescription div.productReview div.language h2 {
  color: #2a2a2a;
  font-size: 140%;
  margin-bottom: 10px;
}

section.resultDescription article.resultDescription div.productReview div.language h3 {
  color: #959595;
  font-size: 100%;
  margin-bottom: 1em;
}

/* filterResults */
#filterResults {
  margin: 0px -2px 0px -2px;
  width: 824px;
}

#filterResultsNEW {
  margin: 0px -2px 0px 0px;
  width: 988px;
  overflow: hidden;
}

#resultsPager {
  float: left;
  width: 700px;
}

#resultsPager header.resultsPager {
  font-size: 90%;
  padding-bottom: 5px;
  padding-top: 0px;
}

#resultsPager header.resultsPager menu.pager {
  font-size: 110%;
  margin-top: 10px;
}

#resultsPager header.resultsPager .select.sort,
#resultsPager footer.resultsPager .select.sort {
  float: left;
  min-height: 20px;
  _height: 20px;
  width: 295px;
}

#resultsPager header.resultsPager .select.sort.right {
  float: right !important;
  width: 282px;
}

#resultsPager header.resultsPager .select.sort label,
#resultsPager footer.resultsPager .select.sort label {
  display: block;
  float: left;
  padding-right: 5px;
  width: auto;
}

#resultsPager header.resultsPager .select.sort dl,
#resultsPager footer.resultsPager .select.sort dl {
  float: left;
}

#resultsPager header.resultsPager .select dl dt,
#resultsPager footer.resultsPager .select dl dt {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect_white.png") no-repeat 100% 0px;
}

#resultsPager header.resultsPager .select dl dt strong,
#resultsPager footer.resultsPager .select dl dt strong {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect_white.png") no-repeat 0% 0px;
}

#resultsPager header.resultsPager p,
#resultsPager footer.resultsPager p {
  margin: 0px 0px 5px 0px;
}

#resultsPager header.resultsPager p em,
#resultsPager footer.resultsPager p em {
  color: #000000;
  font-style: normal;
}

#resultsPager header.resultsPager hr,
#resultsPager footer.resultsPager hr {
  color: #c3c3c3;
  background-color: #c3c3c3;
  margin: 0px 0px 5px 0px;
}

#resultsPager header.resultsPager a.left,
#resultsPager footer.resultsPager a.left {
  color: #606060;
  width: 100px;
  *position: absolute;
}

div.resultAsides {
  position: absolute;
  right: 10px;
  text-align: center;
  *width: 120px;
  margin-bottom: 80px;
  margin-top: -48px;
  width: 100px;
  *position: static !important;
}

.resultAsides aside.resultScore {
  padding: 5px 20px 0px 0px;
}

div.resultAsides a.reviewLink,
div.resultAsides a {
  color: #464646;
  font-size: 90%;
  line-height: 28px;
  margin-left: -2px;
  white-space: nowrap;
}

div.resultAsides a.reviewBadge {
  float: right;
  clear: right;
  padding: 5px 20px 0px 0px;
  margin: 0px 0px 0px 0px;
}

div.resultAsides a.badger {
  margin: 5px 5px 0px 0px;
  float: right;
}

div.resultAsides a.reviewLowest {
  float: right;
  clear: right;
  padding: 5px 20px 0px 0px;
  margin: 0px -12px 0px 0px;
}

div.resultAsides a.reviewLow {
  float: right;
  clear: right;
  margin: -80px 0px 10px 0px;
  padding: 5px 20px 0px 0px;
}

div.resultAsides a.button {
  float: right;
  clear: right;
}

/* pageList */
section.pageList {
  background: transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/reversedButton_passive.png") no-repeat 0% 100%;
  clear: both;
  margin: 0px 0px 5px 15px;
  position: relative;
  width: 192px;
}

section.pageList article {
  margin-left: 0px;
  overflow: hidden;
  width: 192px;
  margin-bottom: -10px !important;
}

section.pageList ul {
  background: transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/button_passive.png") no-repeat 0px 0px;
  height: 50px;
  margin: 0px 0px 1em 0px;
  padding: 0px;
  width: 10000px;
}

section.pageList ul li {
  float: left;
  height: 50px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 48px;
}

section.pageList ul li figure {
  background: Transparent #c3c3c3;
  border: solid 1px #c3c3c3;
  display: block;
  height: 42px;
  margin: 0px 0px 0px 2px;
  overflow: hidden;
  width: 42px;
}

section.pageList ul li figure a {
  display: block;
  width: 42px;
}

section.pageList ul li figure a img {
  vertical-align: top;
}

section.pageList ul li figure a.active {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}

section.pageList nav {
  display: none;
}

section.pageList footer button {
  background: #ffffff none;
  border: none;
  cursor: pointer;
  height: 45px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 15px;
}

section.pageList footer button.scrollDirection_backward {
  left: -16px;
}

section.pageList footer button.scrollDirection_forward {
  right: -14px;
}

aside.resultScore.diff {
  background-image: none;
  margin-top: -5px;
  *margin-top: -10px;
}

aside.resultScore.diff h4 {
  line-height: 80%;
  margin-bottom: 3px;
}

aside.resultScore.diff strong {
  line-height: 80%;
}

aside.resultScore.diff em {
  color: #ffffff;
  font-size: 70%;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

aside.expertScore.diff {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/resultScore.png");
  height: 64px;
  width: 63px;
  text-align: center;
  padding-top: 5px;
  *margin-top: -10px;
}

aside.expertScore.diff h4 {
  line-height: 80%;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 75%;
  letter-spacing: -1px;
}

aside.expertScore.diff strong {
  color: #ffffff;
  font-size: 292%;
  margin-bottom: -24px;
  display: block;
  line-height: 100%;
}

aside.expertScore.diff em {
  color: #ffffff;
  font-size: 70%;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

aside.resultMedium {
  float: right;
  margin-bottom: 10px;
  text-align: right;
  width: 57px;
}

aside.resultScore {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/resultScore.png") no-repeat 0px 0px;
  float: right;
  clear: right;
  height: 58px;
  line-height: 80%;
  padding: 5px 0px 0px 0px;
  text-align: center;
  margin-bottom: 10px;
  width: 64px;
}

aside.resultScore h4 {
  color: #ffffff;
  font-size: 75%;
  letter-spacing: -1px;
  margin: 0px;
}

aside.resultScore strong {
  color: #ffffff;
  font-size: 292%;
  line-height: 100%;
}

aside.resultScore span {
  color: #add5a3;
  font-size: 75%;
}

aside.resultScore em {
  color: #ffffff;
  font-size: 70%;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

#SEOLogin {
  margin: 0px auto;
  width: 980px;
}

#SEOHeader {
  margin: 40px auto;
  width: 980px;
  text-align: center;
}

/* statusOverzicht */
header.statusOverzicht {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/statusOverzicht.png") no-repeat 0% 0%;
  height: 41px;
  line-height: 41px;
  padding: 0px 0px 0px 16px;
}

header.statusOverzicht h2 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/statusOverzicht.png") no-repeat 100% 0%;
  color: #ffffff !important;
  font-size: 140%;
  height: 41px;
  line-height: 41px;
  margin: 0px;
  padding: 0px 16px 0px 0px;
}

article.statusOverzicht ul {
  margin: 0px;
  padding: 0px;
}

article.statusOverzicht ul li {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/statusOverzicht.png") no-repeat 100% -41px;
  border-bottom: solid 1px #a4c3df;
  list-style-type: none;
  margin: 0px;
  padding: 12px 16px 12px 16px;
}

article.statusOverzicht ul li strong {
  color: #254066;
  font-size: 120%;
}

footer.statusOverzicht {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/statusOverzicht.png") no-repeat 0% 100%;
  height: 22px;
  margin: 0px 0px 1.3em 0px;
  padding: 0px 0px 0px 16px;
}

footer.statusOverzicht span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/statusOverzicht.png") no-repeat 100% 100%;
  display: block;
  height: 22px;
  padding: 0px 16px 0px 0px;
}

/* statusOverzicht2 */
header.statusOverzicht2 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/statusOverzicht2.png") no-repeat 0% 0%;
  height: 41px;
  line-height: 41px;
  padding: 0px 0px 0px 16px;
}

header.statusOverzicht2 h2 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/statusOverzicht2.png") no-repeat 100% 0%;
  color: #ffffff !important;
  font-size: 140%;
  height: 41px;
  line-height: 41px;
  margin: 0px;
  padding: 0px 16px 0px 0px;
}

article.statusOverzicht2 ul {
  margin: 0px;
  padding: 0px;
}

article.statusOverzicht2 ul li {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/statusOverzicht2.png") no-repeat 100% -41px;
  border-bottom: solid 1px #a4c3df;
  list-style-type: none;
  margin: 0px;
  padding: 12px 16px 12px 16px;
}

article.statusOverzicht2 ul li strong {
  color: #254066;
  font-size: 120%;
}

footer.statusOverzicht2 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/statusOverzicht2.png") no-repeat 0% 100%;
  height: 22px;
  margin: 0px 0px 1.3em 0px;
  padding: 0px 0px 0px 16px;
}

footer.statusOverzicht2 span {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/statusOverzicht2.png") no-repeat 100% 100%;
  display: block;
  height: 22px;
  padding: 0px 16px 0px 0px;
}

.styler footer {
  margin-right: 20px;
}

.styler footer a.scaler {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnScaler.png") no-repeat 0% 0%;
  height: 37px;
  float: right;
  text-decoration: none;
  color: #254066 !important;
  font-size: 130%;
  line-height: 35px;
  font-weight: bold;
  position: relative;
  margin-right: 8px;
  padding: 0px 8px 0px 20px;
}

.styler footer a.scaler span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnScaler.png") no-repeat 100% 0px;
  position: absolute;
  right: -10px;
  top: 0px;
  height: 37px;
  width: 10px;
}

.styler footer a.scaler.left {
  float: left;
}

.styler footer a.scaler:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnScaler.png") no-repeat 0% -37px;
}

.styler footer a.scaler:hover span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnScaler.png") no-repeat 100% -37px;
}

.styler footer a.scalerBig {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnScalerBig.png") no-repeat 0% 0%;
  height: 59px;
  float: right;
  text-decoration: none;
  color: #254066 !important;
  font-size: 110%;
  font-weight: bold;
  position: relative;
  margin-right: 8px;
  text-align: center;
  padding: 0px 8px 0px 20px;
}

.styler footer a.scalerBig p, a.scalerBig p {
  color: #254066 !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.styler footer a.scalerBig span, a.scalerBig span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnScalerBig.png") no-repeat 100% 0px;
  position: absolute;
  right: -10px;
  top: 0px;
  height: 59px;
  width: 10px;
}

.styler footer a.scalerBig.left, a.scalerBig.left {
  float: left;
}

.styler footer a.scalerBig:hover, a.scalerBig:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnScalerBig.png") no-repeat 0% -59px;
  text-decoration: none !important;
}

.styler footer a.scalerBig:hover span, a.scalerBig:hover span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnScalerBig.png") no-repeat 100% -59px;
}

.styler footer a.scalerOrange {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnOrangeBig.png") no-repeat 0% 0%;
  height: 59px;
  float: right;
  text-decoration: none;
  color: #ffffff !important;
  font-size: 110% !important;
  position: relative;
  font-weight: bold;
  text-align: center;
  margin-right: 8px;
  padding: 0px 8px 0px 20px;
}

.styler footer a.scalerOrange p {
  color: #ffffff !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.styler footer a.scalerOrange span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnOrangeBig.png") no-repeat 100% 0px;
  position: absolute;
  right: -10px;
  top: 0px;
  height: 59px;
  width: 10px;
}

.styler footer a.scalerOrange.left {
  float: left;
}

.styler footer a.scalerOrange:hover {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnOrangeBig.png") no-repeat 0% -59px;
}

.styler footer a.scalerOrange:hover span {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/btnOrangeBig.png") no-repeat 100% -59px;
}

/* Conversion campagin popup */
/* data table */
table.data {
  width: 100%;
}

table.data thead tr th {
  background: #b5b5b5 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/tableData_th.png") repeat-x 0px 0px;
  color: #1b2f4b;
  padding: 5px 7px 5px 7px;
}

table.data thead tr th.price {
  text-align: right;
}

table.data tbody tr td {
  background: #f2f2f2 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/tableData_td.png") repeat-x 0px 0px;
  border-bottom: solid 1px #dddddd;
  padding: 17px 7px 13px 7px;
  color: #707d89;
}

table.data tbody tr td div {
  border-left: solid 1px #bfbfbf;
  padding-left: 10px;
}

table.data tbody tr td.number {
  background: #f2f2f2 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/tableData_number.png") repeat-x 50% 0px;
  font-weight: bold;
  text-align: center;
  color: #1b2f4b;
}

table.data tbody tr td.centered {
  text-align: center;
}

table.data tbody tr td.button {
  font-size: 90%;
  text-align: center;
}

table.data tbody tr td.button a.button {
  color: #1b2f4b;
}

table.data tbody tr td.button a.button span {
  color: #1b2f4b;
}

table.data tbody tr td.link a {
  color: #1b2f4b;
  white-space: nowrap;
}

table.data tbody tr td.price {
  text-align: right;
  white-space: nowrap;
}

table.data tbody tr td:first-child div {
  border-left: none;
}

/* validateForm */
fieldset.validateForm {
  margin: 0px;
}

fieldset.validateForm table {
  margin: 0px;
  width: 100%;
}

fieldset.validateForm table tfoot tr th, fieldset.validateForm table tr.lastChild td {
  padding-top: 8px;
}

fieldset.validateForm table.address tfoot tr td {
  text-align: left;
}

fieldset.validateForm table tbody tr th {
  font-weight: normal;
  padding: 4px 0px 4px 0px;
  width: 100%;
}

fieldset.validateForm table.address tbody tr:nth-last-of-type(-n+2) th {
  font-weight: normal;
  padding: 4px 0px 4px 0px !important;
  width: 100%;
}

fieldset.validateForm table tbody tr th label {
  font-weight: normal;
}

fieldset.validateForm table.address tbody tr th label {
  font-weight: bold;
}

fieldset.validateForm table tbody tr th label em {
  font-style: normal;
}

fieldset.validateForm table tfoot tr th span.footNote,
fieldset.validateForm table tbody tr th span.footNote {
  color: #466e92;
  font-size: 92%;
  font-weight: normal;
}

fieldset.validateForm table tbody tr td {
  padding: 0px 0px 8px 0px;
}

fieldset.validateForm table tbody tr td label {
  padding-right: 1em;
}

fieldset.validateForm table tbody tr td input {
  vertical-align: middle;
  color: #838e99;
}

fieldset.validateForm table tbody tr td .full {
  background: Transparent none;
  border: none;
  overflow: visible;
  padding: 0px;
  width: 200px;
  margin-bottom: 0px;
}

fieldset.validateForm table tbody tr div.full {
  width: 267px;
}

.CheckForm fieldset.validateForm table tbody tr td .full {
  width: 260px;
}

fieldset.validateForm table tbody tr td .large {
  background: Transparent none;
  border: none;
  overflow: visible;
  padding: 0px;
  width: 23.5em;
}

fieldset.validateForm table tbody tr td .medium {
  background: Transparent none;
  border: none;
  overflow: visible;
  padding: 0px;
  width: 94px;
}

fieldset.validateForm table tbody tr td .mediumer {
  background: Transparent none;
  border: none;
  overflow: visible;
  padding: 0px;
  width: 170px;
}

fieldset.validateForm table tbody tr td .smalls {
  background: Transparent none;
  border: none;
  overflow: visible;
  padding: 0px;
  width: 50px;
}

fieldset.validateForm table tbody tr td .tel {
  background: Transparent none;
  border: none;
  overflow: visible;
  padding: 0px;
  width: 73px;
}

fieldset.validateForm table tbody tr td .sizer {
  background: Transparent none;
  border: none;
  overflow: visible;
  padding: 0px;
  width: 74px;
}

fieldset.validateForm table tbody tr td .small {
  background: Transparent none;
  border: none;
  overflow: visible;
  padding: 0px;
  width: 32px;
}

fieldset.validateForm table tbody tr td .smaller {
  background: Transparent none;
  border: none;
  overflow: visible;
  padding: 0px;
  width: 24px;
}

fieldset.validateForm table tbody tr td .smallest {
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/backInput.png") no-repeat 0% 0%;
  border: none;
  overflow: visible;
  padding: 0px;
  width: 42px;
  height: 21px;
  color: #254066;
  font-weight: bold;
  text-align: center;
}

fieldset.validateForm table tbody tr td .left {
  float: left;
  margin-right: 20px;
}

fieldset.validateForm table tbody tr td .center {
  float: left;
  margin: 0px -0.7em 0px 0.7em;
}

fieldset.validateForm table tbody tr td .right {
  float: right;
}

fieldset.validateForm table tbody tr td div.full {
  overflow: hidden;
  padding: 3px 0px 0px 0px;
}

fieldset.validateForm table tbody tr td .fullBack {
  overflow: hidden;
  padding: 8px 0px 0px 0px;
  width: 264px;
  *position: relative;
  display: block;
  box-sizing: border-box;
}

fieldset.validateForm textarea.shadow {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  border-radius: 4px;
  border: none;
  width: 330px;
  height: 180px;
}

fieldset.validateForm textarea.shadow.error {
  background: #f7f789;
  border: none;
}

fieldset.validateForm table tbody tr td ul {
  margin: 0px;
}

fieldset.validateForm table tbody tr td ul li {
  clear: both;
  float: left;
  list-style-type: none;
}

fieldset.validateForm table tbody tr td ul li input {
  float: left;
  margin-bottom: -20px;
  margin-right: -20px;
}

fieldset.validateForm table tbody tr td ul li label {
  display: block;
  padding: 0px 0px 0px 25px;
  *width: 250px;
}

fieldset.validateForm table tbody tr.odd {
  background-color: #eeeeee;
}

fieldset.validateForm table tbody tr td span.overlapInput.error {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapInput_error.png");
}

fieldset.validateForm table tbody tr td span.overlapInput.error span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapInput_error.png");
}

fieldset.validateForm table tbody tr td span.overlapTextarea.error {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapTextarea_error.png");
}

fieldset.validateForm table tbody tr td span.overlapTextarea.error span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapTextarea_error.png");
}

fieldset.validateForm table tbody tr td select.error,
fieldset.validateForm table tbody tr td textarea.error,
fieldset.validateForm table tbody tr td input.error {
  border: solid 2px red;
  /*  border-image: none !important;*/
}

fieldset.validateForm table tbody tr td input.t.error {
  background-color: #f7f789;
}

fieldset.validateForm table tbody tr td input[type=checkbox],
fieldset.validateForm table tbody tr td input[type=radio] {
  border: none !important;
}

fieldset.validateForm table tbody tr td input.checkbox,
fieldset.validateForm table tbody tr td input.radio {
  border: none !important;
}

fieldset.validateForm table tbody tr td span.check input,
fieldset.validateForm table tbody tr td input.check {
  width: 20px;
  float: left;
  margin-bottom: 40px;
}

fieldset.validateForm table tbody tr td input.t {
  vertical-align: top;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;*/
  height: 24px;
  padding-left: 10px;
  box-sizing: border-box;
  border: none;
  width: 16px;
  font-size: 12px;
  text-align: center;
  /*font-weight: bold;*/
  padding: 0px;
  /*margin-right: -1px;*/
  /*box-shadow: none;*/
  border-radius: 0px !important;
  border-right: 1px solid #c1c8ce;
  border-image: linear-gradient(to bottom, rgba(193, 200, 206, 0) 55%, rgb(193, 200, 206) 55%, rgb(193, 200, 206) 90%, rgba(193, 200, 206, 0) 100%);
  border-image-slice: 1;
}

fieldset.validateForm table tbody tr td input.t:first-of-type {
  border-radius: 5px 0 0 5px !important;
}

fieldset.validateForm table tbody tr td input.t:last-of-type {
  border-radius: 0 5px 5px 0 !important;
  border-right: none;
}

fieldset.validateForm table tbody tr td .bankaccount-explanation {
  display: block;
  position: relative;
  font-weight: 500;
  top: 4px;
  margin-bottom: 3px;
}

fieldset.validateForm.marge {
  margin-top: 30px;
}

fieldset.validateForm table tbody tr td input.t + .bankaccount-explanation > span:first-child {
  position: absolute;
  left: -30px;
}

fieldset.validateForm table tbody tr td input.t + .bankaccount-explanation > span:last-child span {
  width: 16px;
  text-align: center;
  display: inline-block;
}

/*fieldset.validateForm table tbody tr td input.t.spacer {
                margin-right: 5px;
            }*/
fieldset.validateForm table tbody tr td label.checkLabel {
  width: 450px;
  width: 420px\9 ;
  float: left;
  margin-bottom: 28px;
}

fieldset.validateForm table tbody tr td label.checkLabelBig {
  width: 340px;
  float: left;
}

fieldset.validateForm .summary {
  background: #fdfdd5 none;
  border: solid 1px #efda81;
  display: none;
  margin: 10px 0px 10px 0px;
  padding: 8px 10px 0em 10px;
}

fieldset.validateForm .summary a {
  color: #ffffff;
}

fieldset.validateForm .summary a:hover {
  color: #ffffff;
}

fieldset.validateForm .summary.visible,
fieldset.validateForm .summary.error {
  display: block;
}

article.Inloggen fieldset.validateForm table td {
  vertical-align: middle;
}

article.Inloggen fieldset.validateForm table tfoot .footNote {
  color: #838E99;
}

section.FactuuradresForm fieldset.validateForm table tfoot tr td span.condition {
  display: block;
  _height: 20px;
  text-align: left;
}

section.FactuuradresForm fieldset.validateForm table tfoot tr td span.condition input {
  position: absolute;
}

section.FactuuradresForm fieldset.validateForm table tfoot tr td span.condition label {
  display: block;
  _height: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

section.FactuuradresForm fieldset.validateForm table tfoot tr td span.condition label a {
  color: #0F3A67;
}

section.FactuuradresForm fieldset.validateForm table tbody tr th {
  padding-right: 10px;
  width: 100%;
  vertical-align: top !important;
}

section.FactuuradresForm.conversie fieldset.validateForm table tbody tr th label {
  display: block;
  width: 200px !important;
  color: #838e99;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td {
  padding-right: 225px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td input.radio {
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 0px;
  margin-bottom: 2px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td label {
  vertical-align: middle;
  padding-top: 2px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapInput_checkout.png");
}

section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapInput_checkout.png");
}

section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput span.overlap .full {
  width: 250px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput span.overlap input.input.small {
  width: 30px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput span.overlap input.input.large {
  width: 175px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput span.overlap input.input.smaller {
  width: 24px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput span.overlap input.input.medium {
  width: 54px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput span.overlap input.input.mediums {
  width: 74px;
  border: none;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput span.overlap input.input.tiny {
  width: 9px;
  border: none;
  text-transform: uppercase;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput.error span.overlap input.input.tiny {
  background: #f6f688;
}

section.FactuuradresForm fieldset.validateForm table tbody tr th label.wide {
  white-space: nowrap;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput.right {
  *margin-right: 20px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput.error {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapInput_checkout_error.png");
}

section.FactuuradresForm fieldset.validateForm table tbody tr td span.overlapInput.error span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/overlapInput_checkout_error.png");
}

section.FactuuradresForm fieldset.validateForm table tbody tr td div.select {
  margin-right: -5px;
  min-height: 27px;
  _height: 27px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td div.select dl dt {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect_winkelen.png");
}

section.FactuuradresForm fieldset.validateForm table tbody tr td div.select dl dt strong {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productFilterSelect_winkelen.png");
}

section.FactuuradresForm fieldset.validateForm table tbody tr td div.select.left {
  margin-right: 0px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td div.select.right {
  *margin-right: 20px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td div.select.small {
  width: 80px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td div.select.small dl {
  width: 70px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td div.select.small dl dt strong {
  width: 40px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td div.select.medium {
  width: 110px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td div.select.medium dl {
  width: 100px;
}

section.FactuuradresForm fieldset.validateForm table tbody tr td div.select.medium dl dt strong {
  width: 70px;
}

#Contactform fieldset.validateForm table th label {
  width: 140px !important;
  display: block;
}

/* Vergroting */
#Vergroting {
  margin: -20px 0px -20px 0px;
}

#Vergroting figure.resultPhoto {
  border: solid 1px #dbdbdb;
  float: auto;
  height: 372px;
  margin: 0px 0px 10px 0px;
  width: 600px;
}

#Vergroting figure.resultPhoto ul {
  height: 370px;
  width: 600px;
}

#Vergroting figure.resultPhoto ul li {
  background: #ffffff;
  height: 370px;
  left: 0px;
  text-align: center;
  width: 600px;
}

#Vergroting figure.resultPhoto span {
  bottom: -10px;
  left: 10px;
  height: auto;
  position: absolute;
}

#Vergroting section.pageList {
  margin: 0px 0px 0px 25px;
  width: 552px;
}

#Vergroting section.pageList article {
  width: 552px;
}

#Vergroting section.pageList ul {
  height: 82px;
  width: 100000px;
  margin: 0px;
  padding: 0px;
}

#Vergroting section.pageList ul li {
  height: 80px;
  padding: 0px 0px 0px 0px;
  width: 92px;
}

#Vergroting section.pageList ul li figure {
  background: Transparent #c3c3c3;
  border: solid 1px #c3c3c3;
  display: block;
  height: 80px;
  margin: 0px 0px 0px 6px;
  padding: 0px;
  width: 80px;
}

#Vergroting section.pageList ul li figure a {
  width: 80px;
}

#Vergroting section.pageList ul li figure a img {
  vertical-align: top;
}

#Vergroting section.pageList ul li figure a.active {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}

#Vergroting section.pageList nav {
  display: none;
}

#Vergroting section.pageList footer button {
  background: #ffffff none;
  height: 80px;
  top: 0px;
  width: 25px;
}

#Vergroting section.pageList footer button.scrollDirection_backward {
  left: -25px;
}

#Vergroting section.pageList footer button.scrollDirection_forward {
  right: -25px;
}

/* Homepage Winkelen */
body.winkelen #bodyArticleWindow {
  margin: 0px -2px 10px -2px;
  width: 984px;
}

body.winkelen #bodyArticleWindow header.bodyArticleWindow {
  height: 32px;
  padding-top: 12px;
}

body.winkelen #bodyArticleWindow header.bodyArticleWindow h1 {
  color: #39638f;
}

body.winkelen #bodyArticleWindow div.bodyArticleWindow {
  padding: 18px 16px 0px 22px;
}

body.winkelen #bodyArticleWindow article.bodyArticleWindow {
  float: left;
  padding: 0px 0px 0px 0px;
  width: 700px;
}

body.winkelen #bodyArticleWindow aside.bodyArticleWindow {
  float: right;
  width: 223px;
}

body.winkelen #bodyArticleWindow footer.bodyArticleWindow {
  height: 15px;
}

/* comingAuctions */
body.winkelen #BigcomingAuctions {
  margin: 0px 0px 12px 0px;
  position: relative;
  width: 980px;
}

body.winkelen #comingAuctions header.introHeader h1 {
  color: #ffffff;
}

body.winkelen #BigcomingAuctions article.introArticle {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/homepageVeilingen.png");
  margin: 0px -2px 0px -2px;
  padding: 10px 0px 0px 0px;
  *width: 983px;
}

body.winkelen #BigcomingAuctions section.auctionsSection article.auctionsArticle {
  background: #ffffff none;
  float: left;
  margin: 0px 0px 0px 3px;
  padding: 10px 18px 1px 18px;
  width: 690px;
}

body.winkelen #BigcomingAuctions section.auctionsSection header {
  height: 10px;
  padding: 0px;
}

body.winkelen #BigcomingAuctions footer.introFooter {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/homepageVeilingen.png");
}

/* Vergelijken */
#Vergelijken {
  margin: 0px -2px 0px 0px;
  width: 824px;
  margin: 0px -2px 0px -20px\9 ;
  *margin: 0px -2px 0px 0px\9 ;
}

:root #Vergelijken {
  margin: 0px -2px 0px 0px\9 ;
}

#serviceCompare header.resultDescription,
#Vergelijken header.resultDescription {
  padding-top: 16px;
  height: 34px;
  margin-bottom: 0px 0px -10px 0px;
}

#serviceCompare .show,
#Vergelijken .show,
#filterResultsNEW .show {
  display: block;
  margin: 0px 0px 14px 6px;
}

/*	#serviceCompare  a.button,
			#Vergelijken a.button {
				background-image : url(CDN('VergelijkenButton.png'));
				color : #0f3a67;
				font-weight : bold;
				display : inline-block;
				height : 28px;
				padding: 0px 0px 0px 14px;
			}
			    #serviceCompare a.button span, 
				#Vergelijken a.button span {
					background-image : url(CDN('VergelijkenButton.png'));
					height : 28px;
					line-height : 28px;
					padding: 0px 14px 0px 0px;
				}*/
fieldset.vergelijkenChecks h3 {
  margin: 0px 0px 8px 0px;
}

fieldset.vergelijkenChecks ul {
  border-top: solid 1px #ebebeb;
  margin: 0px;
  padding: 0px;
}

fieldset.vergelijkenChecks ul li {
  border-bottom: solid 1px #ebebeb;
  list-style-type: none;
  padding: 6px 0px 6px 0px;
}

fieldset.vergelijkenChecks ul li a {
  float: right;
}

fieldset.vergelijkenChecks ul li label {
  margin: -20px 15px 0px 25px;
  display: block;
}

/* Homepage Winkelen */
body.winkelen {
  background: #febe00 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodySection_magazines.jpg") no-repeat 50% -34px;
}

body.winkelen #bodySection {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodySection_magazines.jpg") no-repeat 50% -34px;
}

body.winkelen #bodyHeader {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyHeader_camera.png") no-repeat 0px 53px;
}

body.winkelen #bodyArticleWindow header.bodyArticleWindow {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindow.png") no-repeat 0px 40px;
}

body.winkelen #bodyArticleWindow header.bodyArticleWindow h1 {
  color: #39638f;
}

body.winkelen #bodyArticleWindow div.bodyArticleWindow {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bodyArticleWindow_loop.png") repeat-y 0px 50%;
  border-radius: 0 0 10px 10px;
  padding-bottom: 20px;
}

body.winkelen a.button.biggerButton {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButton.png");
}

body.winkelen a.button.biggerButton span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButton.png");
  font-weight: normal !important;
}

body.winkelen span.overlapButton.biggerButton.disabled,
body.winkelen span.overlapButton.biggerButton.disabled:hover,
body.winkelen a.button.biggerButton.disabled,
body.winkelen a.button.biggerButton.disabled:hover {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButton.gif") !important;
  background-position: 0% 0px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}

body.winkelen span.overlapButton.biggerButton.disabled span,
body.winkelen span.overlapButton.biggerButton.disabled:hover span,
body.winkelen a.button.biggerButton.disabled span.overlap,
body.winkelen a.button.biggerButton.disabled:hover span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButton.gif") !important;
  background-position: 100% 0px;
  cursor: default;
  position: relative;
  filter: alpha(opacity=50);
}

body.winkelen span.overlapButton.biggerButton {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButton.png");
  _background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButton.gif");
}

body.winkelen span.overlapButton.biggerButton span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButton.png");
  _background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/centralAuctionButton.gif");
}

body.winkelen span.overlapButton.biggerButton span.overlap input.button {
  font-weight: normal !important;
}

body.winkelen a.button.greenButton {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/greenButton.png");
  _background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/greenButton.gif");
  color: #ffffff;
}

body.winkelen a.button.greenButton span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/greenButton.png");
  _background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/greenButton.gif");
  font-weight: normal !important;
}

body.winkelen span.overlapButton.greenButton {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/greenButton.png");
  _background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/greenButton.gif");
}

body.winkelen span.overlapButton.greenButton span.overlap {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/greenButton.png");
  _background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/greenButton.gif");
}

body.winkelen span.overlapButton.greenButton span.overlap input.button {
  color: #ffffff;
  font-weight: normal !important;
}

/* WinnaarOverzicht */
#WinnaarOverzicht {
  margin: 0px 0px 15px 0px;
}

#WinnaarOverzicht header {
  background: #dfedfc none;
  padding: 10px 15px 10px 15px;
}

#WinnaarOverzicht header menu.pagerMenu {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#WinnaarOverzicht article {
  background: #dfedfc;
  _background: #dfedfc;
  border-bottom: solid 1px #ffffff;
}

#WinnaarOverzicht article table.data {
  margin: 0px;
  width: 100%;
}

#WinnaarOverzicht article table.data thead tr th {
  background: #ffffff url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/WinnaarOverzichtTable.png") repeat-x 0px 0px;
  border-left: solid 1px #bcbcbc;
  border-top: solid 1px #bcbcbc;
  color: #327abc;
  padding: 8px 15px 8px 15px;
}

#WinnaarOverzicht article table.data thead tr th:first-child {
  border-left: none;
}

#WinnaarOverzicht article table.data tbody tr td {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/WinnaarOverzichtTable.png") repeat-x 0px 0px;
  border-bottom: solid 1px #bcbcbc;
  border-left: solid 1px #bcbcbc;
  border-top: solid 1px #bcbcbc;
  padding: 8px 15px 8px 15px;
}

#WinnaarOverzicht article table.data tbody tr td a,
#WinnaarOverzicht article table.data tbody tr td a:hover {
  color: #606060;
  text-decoration: none;
}

#WinnaarOverzicht article table.data tbody tr td:first-child {
  border-left: none;
}

#WinnaarOverzicht article table.data tbody tr:hover td,
#WinnaarOverzicht article table.data tbody tr:hover td a,
#WinnaarOverzicht article table.data tbody tr:hover td a:hover {
  color: #606060;
  text-decoration: underline;
}

#WinnaarOverzicht footer {
  background: #dfedfc none;
  padding: 10px 15px 10px 15px;
}

#WinnaarOverzicht footer menu.pagerMenu {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#WinnaarOverzicht footer menu.pagerMenu li a.previous {
  color: #606060;
}

#WinnaarOverzicht footer menu.pagerMenu li a.previous:hover {
  color: #606060;
}

#WinnaarOverzicht footer menu.pagerMenu li a.next {
  color: #606060;
}

#WinnaarOverzicht footer menu.pagerMenu li a.next:hover {
  color: #606060;
}

#WinnaarOverzicht footer menu.pagerMenu li ul.pages {
  color: #606060;
}

#WinnaarOverzicht footer menu.pagerMenu li ul.pages li {
  color: #606060;
}

#WinnaarOverzicht footer menu.pagerMenu li ul.pages li a {
  color: #606060;
}

#WinnaarOverzicht footer menu.pagerMenu li ul.pages li a:hover {
  color: #606060;
}

#WinnaarOverzicht footer menu.pagerMenu li ul.pages li a.active {
  color: #606060;
}

#WinnaarOverzicht footer menu.pagerMenu li ul.pages li a.active:hover {
  color: #606060;
}

#WinnaarOverzicht header menu.pagerMenu li a.previous {
  color: #606060;
}

#WinnaarOverzicht header menu.pagerMenu li a.previous:hover {
  color: #606060;
}

#WinnaarOverzicht header menu.pagerMenu li a.next {
  color: #606060;
}

#WinnaarOverzicht header menu.pagerMenu li a.next:hover {
  color: #606060;
}

#WinnaarOverzicht header menu.pagerMenu li ul.pages {
  color: #606060;
}

#WinnaarOverzicht header menu.pagerMenu li ul.pages li {
  color: #606060;
}

#WinnaarOverzicht header menu.pagerMenu li ul.pages li a {
  color: #606060;
}

#WinnaarOverzicht header menu.pagerMenu li ul.pages li a:hover {
  color: #606060;
}

#WinnaarOverzicht header menu.pagerMenu li ul.pages li a.active {
  color: #606060;
}

#WinnaarOverzicht header menu.pagerMenu li ul.pages li a.active:hover {
  color: #606060;
}

/* WinnaarAanhef */
#WinnaarAanhef header, #WinnaarAanhef1 header {
  background: #daeafc;
  _background: #daeafc;
  padding: 15px 15px 15px 15px;
}

#WinnaarAanhef header h1, #WinnaarAanhef1 header h1 {
  color: #355f8b;
  margin: 0px;
  line-height: 18px;
}

#WinnaarAanhef1 strong {
  color: #2f547b;
  font-weight: bold;
}

#WinnaarAanhef1 a.back {
  color: #0f3a67;
  float: right;
  background: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introNavBackButton.gif") no-repeat 100% 4px;
  padding-right: 16px;
  margin-top: 10px;
}

#WinnaarAanhef article.intro, #WinnaarAanhef1 article.intro {
  background: #daeafc;
  _background: #daeafc;
  color: #355f8b;
  padding: 0px 15px 5px 15px;
}

#WinnaarAanhef article.intro figure {
  margin: 0px -6px 10px -3px;
}

#WinnaarAanhef article.intro h2 {
  font-size: 100%;
}

#WinnaarAanhef article.description {
  padding: 15px 15px 15px 15px;
}

#WinnaarAanhef article.description h3 {
  color: #0f3a67;
  font-size: 100%;
  font-weight: bold;
}

/* VorigePagina */
#WinnerFilter {
  margin-bottom: 15px;
  width: 142px;
}

#WinnerFilter article.winnerFilter {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/winnerFilter.png") no-repeat 0px 0%;
  padding: 10px 15px 8px 15px;
  height: 134px;
}

#WinnerFilter article.winnerFilter h3 {
  color: #0f3a67;
  font-weight: bold;
  font-size: 126%;
}

#WinnerFilter article.winnerFilter .select {
  margin-bottom: -4px;
}

#WinnerFilter footer.winnerFilter {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/winnerFilter.png") no-repeat 0px 100%;
  height: 10px;
}

#WinnerList article.winnerList1 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/winnerList.png") no-repeat 0px 0%;
  padding: 10px 15px 8px 15px;
}

#WinnerList article.winnerList1 h3 {
  margin: 8px 0px 20px 0px;
  font-weight: bold;
  color: #0f3a67;
  font-size: 126%;
}

#WinnerList article.winnerList1 ul {
  margin: 0px 0px 0px 0px !important;
}

#WinnerList article.winnerList1 li {
  list-style-type: none;
  float: none !important;
  background: #ecf4fd;
  height: 27px;
  line-height: 25px;
  padding: 0px 14px 0px 14px;
  margin: 0px -14px 1px -54px !important;
  *margin: 0px -14px 1px -14px !important;
}

#WinnerList article.winnerList1 li.active {
  background: #daeafc;
  padding: 2px 14px 2px 14px;
}

#WinnerList article.winnerList1 li a {
  color: #0f3a67;
  font-weight: normal;
  margin-bottom: 8px;
  text-decoration: none;
}

#WinnerList article.winnerList1 li span {
  display: block;
  margin-top: 8px;
}

#WinnerList footer.winnerList1 {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/winnerList.png") no-repeat 0px 100%;
  height: 10px;
}

#WinnerList article.winnerList {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/winnerList.png") no-repeat 0px 0%;
  padding: 10px 15px 8px 15px;
}

#WinnerList article.winnerList h3 {
  margin: 8px 0px 20px 0px;
  font-weight: bold;
  color: #0f3a67;
  font-size: 126%;
}

#WinnerList article.winnerList ul {
  margin: 0px 0px 0px 0px !important;
}

#WinnerList article.winnerList li {
  list-style-type: none;
  float: none !important;
  padding: 0px 14px 0px 14px;
  margin: 0px -14px 8px -54px !important;
  *margin: 0px -14px 8px -14px !important;
}

#WinnerList article.winnerList li.active {
  background: #daeafc;
  border-top: solid 1px #d4dfe5;
  border-bottom: solid 1px #d4dfe5;
  padding: 2px 14px 2px 14px;
}

#WinnerList article.winnerList li a {
  color: #0f3a67;
  font-weight: normal;
  margin-bottom: 8px;
}

#WinnerList article.winnerList li span {
  display: block;
  margin-top: 8px;
}

#WinnerList footer.winnerList {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/winnerList.png") no-repeat 0px 100%;
  height: 10px;
}

/* Info en uitleg prijswinnaars */
.winnerz {
  box-sizing: border-box;
}

.winnerz header {
  color: #ffffff;
  width: 980px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.winnerz header h1 {
  color: #ffffff;
  font-size: 22px;
}

.winnerz header a {
  color: #ffffff;
  float: right;
  font-size: 12px;
  padding-left: 15px;
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/introNavBackButtonGames.png") no-repeat 0px 50% !important;
}

.winnerz figure.pv {
  background: #d9e2e9;
  height: 180px;
  width: calc(100% - 40px);
  position: relative;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px !important;
  border-radius: 5px;
}

.winnerz figure.pv .quote {
  font-size: 28px;
  color: #0f3a67;
  line-height: 130%;
  font-weight: bold;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  width: 80%;
}

.winnerz figure.pv img {
  float: left;
  width: 180px;
  height: 180px;
  margin-right: 23px !important;
}

.winnerz article.content {
  background: #ffffff;
  width: 980px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}

.winnerz article.content .head {
  background: -webkit-linear-gradient(top, #d1dee5 0%, #ecf1f4 100%);
  background: linear-gradient(to bottom, #d1dee5 0%, #ecf1f4 100%);
  background-size: 100% 50px;
  background-repeat: no-repeat;
  color: #0f3b68;
  margin: -20px -20px 20px -20px;
  border-radius: 5px;
  padding-left: 20px;
}

.winnerz article.content .head p:first-of-type {
  width: auto;
  color: #838e99;
  font-size: 12px;
  margin: 15px 20px -4px 0px !important;
}

.winnerz article.content .head h1 {
  color: #0f3a67;
  line-height: 50px;
}

.winnerz article.content p {
  margin: 0px 0px 16px 0px !important;
  float: none;
}

.winnerz article.content p:last-of-type {
  margin: 0px 0px -4px 0px !important;
  float: none;
}

.winnerz article.content header p:last-of-type {
  margin: -22px 0px 0px 0px !important;
}

.winnerz article.content p.intro {
  font-weight: bold;
}

.winnerz article.content h2 {
  margin-bottom: 15px;
  color: #07377f;
}

.winnerz article div.main {
  float: left;
  width: 700px;
}

.winnerz article div.main img {
  margin: 0px 0px 20px 0px;
}

.winnerz article div.product {
  float: right;
  width: 220px;
}

.winnerz article div.product .photo header span span.number {
  color: #326bc0 !important;
  font-weight: bold;
  font-size: 18px !important;
  display: inline;
}

.winnerz article div.product .photo {
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  border: solid 1px #fff;
  margin-bottom: 20px;
}

.winnerz article div.product .answer h3 {
  font-size: 14px;
  color: #0f3a67 !important;
  margin-bottom: -5px;
}

.winnerz article div.product .answer article {
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  border: solid 1px #fff;
  margin-bottom: 20px;
  padding: 16px;
  background: -webkit-linear-gradient(top, #d1dee5 0%, #ecf1f4 100%);
  background: linear-gradient(to bottom, #d1dee5 0%, #ecf1f4 100%);
}

.winnerz article div.product .answer strong {
  color: #0f3a67 !important;
  margin-bottom: 3px;
  font-size: 14px;
  display: block;
}

.winnerz article div.product .answer img {
  width: 100%;
  margin: 10px 0px;
}

.winnerz article div.product .photo.small {
  padding-bottom: 0px;
}

.winnerz article div.product .photo.noHead {
  padding-top: 10px;
}

.winnerz article div.product .photo.small header {
  margin: 0px;
}

.winnerz article div.product .photo.big header {
  height: 58px;
  line-height: 12px;
  padding-top: 12px;
}

.winnerz article div.product .photo header h2 {
  color: #063682 !important;
  font-size: 14px;
  margin-bottom: 6px;
}

.winnerz article div.product .photo header span {
  color: #0f3a67 !important;
  margin-bottom: 0px;
  font-size: 14px;
}

.winnerz article div.product .photo header span {
  padding-right: 5px;
}

.winnerz article div.product .photo header span.price {
  color: #0064c3 !important;
  margin-bottom: 0px;
  font-size: 14px;
}

.winnerz article div.product .photo header span.price strong {
  font-size: 18px;
}

.winnerz article div.product .photo header span.price sup {
  font-size: 12px;
  position: relative;
  vertical-align: baseline;
  top: -0.3em;
}

.winnerz article div.product .receipt {
  margin: 0px 0px 20px -5px;
  float: none;
  padding-bottom: 3px;
  position: relative;
}

.winnerz article div.fanBlock {
  background: -webkit-linear-gradient(top, #cfe4fa 0%, #f5f8fb 100%);
  background: linear-gradient(to bottom, #cfe4fa 0%, #f5f8fb 100%);
  text-align: left;
  margin: 0px;
  min-height: 180px;
  height: auto;
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  color: #0f3a67;
  font-size: 14px;
  border-bottom: solid 1px #dfe2e4;
  position: relative;
  margin-bottom: 1px;
}

.winnerz article div.fanBlock a {
  padding: 20px;
}

.winnerz article div.fanBlock a:hover em {
  color: #0f3a67;
}

.winnerz article div.fanBlock div.info {
  float: left;
  width: calc(100% - 150px);
  margin-top: -2px;
}

.winnerz article div.fanBlock img {
  float: left;
  margin-right: -19px;
}

.winnerz article div.fanBlock h2.experience {
  display: block;
  margin-top: -2px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 6px;
}

.winnerz article div.fanBlock .prices {
  display: block;
  margin: 0px 0px 14px 0px;
}

.winnerz article div.fanBlock h3 {
  display: inline-block;
  padding-right: 10px;
  font-size: 18px;
  color: #0f3a67;
  margin-bottom: 8px;
}

.winnerz article div.fanBlock a.more {
  position: absolute;
  right: 300px;
  bottom: 15px;
  font-size: 12px;
  padding: 0px;
}

.winnerz article a {
  position: static;
  text-decoration: none;
  display: block;
  color: #0f3a67;
}

.winnerz article div.fanBlock p {
  line-height: 18px;
  font-size: 12px;
  color: #0f3a67;
  width: 440px;
  margin-bottom: 10px !important;
}

.winnerz article div.fanBlock p:last-of-type {
  margin-bottom: 12px !important;
}

.winnerz article div.fanBlock p:only-of-type {
  line-height: 18px;
  font-size: 12px;
  color: #0f3a67;
  width: 400px;
}

.winnerz article div.fanBlock blockquote {
  float: right;
  width: 200px;
  color: #2a74c9;
  font-size: 18px;
  margin: auto 30px auto 40px;
  line-height: 24px;
  position: relative;
  font-style: italic;
  height: 160px;
  text-align: center;
  display: table;
}

.winnerz article div.fanBlock blockquote span {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.winnerz article div.fanBlock span.prices {
  font-size: 14px;
}

.winnerz article div.fanBlock span.prices em {
  font-size: 16px;
  font-style: normal;
  padding-left: 4px;
}

.winnerz article div.fanBlock span.prices strong {
  font-size: 16px;
  color: #2a74c9;
  padding-left: 4px;
}

.winnerz article div.fanBlock span.prices sup {
  position: relative;
  vertical-align: baseline;
  top: -0.13em;
  font-size: 14px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .winnerz article div.fanBlock span.prices sup {
    top: -0.24em;
  }
}
/*  Specificaties */
table.Specificaties {
  width: 100%;
}

table.Specificaties tbody tr th {
  background: #f8f8f8 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productSpecificaties.png") repeat-x 0px 0px;
  font-weight: normal;
  color: #1b2f4b;
  padding: 5px 15px 4px 15px;
}

table.Specificaties tbody tr td {
  background: #ffffff url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productSpecificaties.png") repeat-x 0px 0px;
  border-left: solid 1px #ebebeb;
  padding: 5px 15px 4px 15px;
}

table.Specificaties tbody tr td h2 {
  color: #2f5396;
  line-height: 100%;
  font-size: 140%;
  margin-bottom: 0px;
}

table.Specificaties tbody tr td h2.small {
  width: 145px;
}

table.Specificaties tbody tr.last td, table.Specificaties tbody tr.last th {
  border-bottom: solid 1px #ebebeb;
}

table.Specificaties tbody.totals tr th {
  background-position: 0px -1px;
  border-top: solid 1px #c8c8c8;
}

table.Specificaties tbody.totals tr td {
  background-position: 0px -1px;
  border-top: solid 1px #c8c8c8;
}

table.Specificaties tbody tr td.pic {
  text-align: center;
}

table.Specificaties tbody tr td.pic div {
  position: relative;
}

table.Specificaties tbody tr td.pic div div.testSmall {
  position: absolute;
  bottom: -15px;
  left: 50px;
}

table.Specificaties tfoot tr td {
  padding: 15px 15px 4px 15px;
}

table.Specificaties tfoot tr td a.button {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InloggenHerinneringButton.png");
  color: #0f3a67;
  font-weight: bold;
  display: inline-block;
}

table.Specificaties tfoot tr td a.button span {
  background-image: url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InloggenHerinneringButton.png");
}

/* veilingIntro */
#veilingIntro {
  margin: 0px 0px 20px 0px;
  position: relative;
  width: 820px;
}

#veilingIntro article.introArticle {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/veilingIntro.png") no-repeat 0% 0%;
  height: 350px;
}

table.testRes {
  width: 524px;
  margin-bottom: 20px;
}

table.testRes.big {
  width: 664px;
  margin-bottom: 20px;
}

table.testRes thead tr th {
  background: #f8f8f8 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productSpecificaties.png") repeat-x 0px 0px;
  font-weight: normal;
  width: 138px;
  padding: 8px 10px 8px 10px;
  color: #1b2f4b;
}

table.testRes thead tr td {
  background: #ffffff url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productSpecificaties.png") repeat-x 0px 0px;
  padding: 8px 10px 8px 10px;
  color: #2f5396;
  font-size: 120%;
  text-align: left;
  font-weight: bold;
}

table.testRes thead tr th div, table.testRes thead tr td div {
  width: 112px;
  word-wrap: break-word;
}

table.testRes tbody tr th {
  background: #f8f8f8 url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productSpecificaties.png") repeat-x 0px 0px;
  font-weight: normal;
  width: 138px;
  padding: 8px 10px 8px 10px;
  color: #1b2f4b;
}

table.testRes tbody tr td {
  background: #ffffff url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/productSpecificaties.png") repeat-x 0px 0px;
  padding: 8px 10px 8px 10px;
  color: #707070;
}

table.testRes tbody tr td ul {
  margin: 0px 0px 0px -40px !important;
  *margin: 0px 0px 0px 0px !important;
}

table.testRes tbody tr td ul li {
  background: #ffffff url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/bulletYellow.png") no-repeat 0px 6px;
  list-style-type: none;
  padding: 0px 0px 0px 10px;
}

table.testRes tbody tr td.pic {
  text-align: center;
  position: relative;
}

table.testRes tbody tr td.pic div {
  position: relative;
}

table.testRes tbody tr td.pic div div.testSmall {
  position: absolute !important;
  bottom: -15px !important;
  left: 50px !important;
  height: 70px !important;
}

table.testRes tbody tr.last th {
  border-bottom: solid 1px #ebebeb;
}

table.testRes tbody tr.last td {
  border-bottom: solid 1px #ebebeb;
  color: #2f5396;
  font-weight: bold;
  font-size: 140%;
}

table.testRes tbody tr.last td ul li {
  background: none;
  float: left;
  padding: 0px;
  margin: 10px 4px 0px 0px;
}

/*@import 'stylesNew/stylesNewMijnSmallWindow.scss';*/
/* aside window */
section.asideWindow {
  margin: 0px 0px 15px 0px;
  width: 223px;
}

section.asideWindow header.asideWindow {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/asideWindow.png") no-repeat 0px 0%;
  padding: 13px 15px 10px 15px;
}

section.asideWindow header.asideWindow h1 {
  color: #0f3a67;
  line-height: 120%;
  margin: 0px;
  padding: 0px 15px 0px 0px;
}

section.asideWindow header.asideWindow h1 a {
  color: #0f3a67;
  text-decoration: none;
}

section.asideWindow header.asideWindow h1 a:hover {
  color: #000000;
  text-decoration: underline;
}

section.asideWindow article.asideWindow {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/asideWindow.png") no-repeat 0px 50%;
  padding: 1px 15px 1px 15px;
}

section.asideWindow article.asideWindow ul {
  margin: 0px;
  padding: 0px;
}

section.asideWindow article.asideWindow ul li {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InformatieLink.png") no-repeat 95% 11px;
  border-top: solid 1px #d4dfe5;
  list-style-type: none;
  margin: 0px -12px 0px -12px;
  padding: 8px 32px 8px 12px;
}

section.asideWindow article.asideWindow ul li a {
  color: #707070;
  text-decoration: none;
}

section.asideWindow article.asideWindow ul li a:hover {
  color: #000000;
  text-decoration: underline;
  background: #f8fafb;
}

section.asideWindow article.asideWindow ul li:hover {
  background: #f8fafb url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/InformatieLink.png") no-repeat 95% 11px;
}

section.asideWindow article.asideWindow ul li:first-child {
  border-top: none;
}

section.asideWindow footer.asideWindow {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/asideWindow.png") no-repeat 0px 100%;
  height: 15px;
}

/* Info en uitleg blokken */
/* Homepage Winkelen */
body.checkout {
  background-image: #ffffff url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/logInBody.jpg") no-repeat 50% -34px;
}

body.checkout #bodySection {
  background: Transparent url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/logInBody.jpg") no-repeat 50% -34px;
}

body.checkout #bodySection article.bodyArticleWindow {
  width: 620px;
}

body.checkout #bodySection aside.bodyArticleWindow {
  width: 304px;
}

/* Homepage Checkout */
body.checkout {
  background: #e0ecfa url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/logInBody.jpg") no-repeat 50% -34px !important;
}

body.checkout #bodySection {
  background: #e0ecfa url("https://privileges-prd-fad3c7b8aee3feea.z03.azurefd.net/images2019/logInBody.jpg") no-repeat 50% -34px !important;
}

body.checkout #bodyArticleWindow header.bodyArticleWindow h1 {
  color: #ffffff !important;
}

/*Checkout*/
#FactuuradresElse section.FactuuradresForm span.condition label {
  padding-top: 2px;
}

#FactuuradresElse article.FactuuradresForm {
  position: relative;
  height: 70px;
  font-size: 12px;
}

#FactuuradresElse article.FactuuradresForm div.right {
  position: relative;
  right: 0px;
  width: 356px;
}

#FactuuradresElse article.FactuuradresForm.paypal {
  border-bottom: none !important;
}

#FactuuradresElse article.FactuuradresForm.paypal div.right {
  top: 30px;
}

#FactuuradresElse article.FactuuradresForm div.right label {
  font-weight: normal;
  padding-left: 0px;
}

#FactuuradresElse article.FactuuradresForm .radio {
  float: left;
  cursor: pointer;
}

#FactuuradresElse article.FactuuradresForm label {
  display: block;
  float: left;
  font-weight: bold;
  color: #0F3A67;
  padding: 2px 0 0 3px;
  cursor: pointer;
}

#FactuuradresElse article.FactuuradresForm figure {
  position: absolute;
  left: 130px;
}

#FactuuradresElse article.FactuuradresForm figure label {
  padding: 0px;
}

#Lidmaatschap p {
  line-height: 20px;
  font-size: 14px;
}

#Lidmaatschap ol {
  font-size: 14px;
  padding: 0px 0px 0px 14px;
  margin: 0px;
}

#FactuuradresElsev1 article.FactuuradresForm p {
  float: left;
  color: #38628d;
  width: 268px;
}

#FactuuradresElsev1 article.FactuuradresForm div.note {
  float: right;
  background: #fdfdd6;
  border: solid 1px #efdb81;
  padding: 15px;
  width: 270px;
}

#FactuuradresElsev1 article.FactuuradresForm div.note figure img {
  float: right;
}

#FactuuradresElsev1 article.FactuuradresForm div.note figure p {
  color: #707070 !important;
  float: none;
}

/*End checkout*/
article.prijsvoordeel article.ball footer.person {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(103, 129, 175);
  background-image: -webkit-linear-gradient(0deg, rgb(12, 17, 51) 0%, rgb(39, 47, 147) 100%);
  background-image: linear-gradient(0deg, rgb(12, 17, 51) 0%, rgb(39, 47, 147) 100%);
  position: absolute;
  left: 22px;
  top: 110px;
  border-radius: 5px;
  width: 139px;
  height: 74px;
  z-index: 23;
  padding: 0px 10px;
  -webkit-transform: rotate(345deg);
  -moz-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  text-align: center;
}
article.prijsvoordeel article.ball footer.person.green {
  border-color: #3C9B50;
  background-image: -webkit-linear-gradient(0deg, rgb(20, 100, 36) 0%, rgb(35, 124, 56) 100%) !important;
  background-image: linear-gradient(0deg, rgb(20, 100, 36) 0%, rgb(35, 124, 56) 100%) !important;
}
article.prijsvoordeel article.ball footer.person span {
  font-size: 12px;
  font-family: "Arial";
  color: rgb(255, 237, 6);
  line-height: 1.154;
  text-align: center;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  z-index: 999;
  width: 100%;
  left: 0px;
  padding: 0px 10px;
  top: 50%;
  transform: translateY(-50%);
}
article.prijsvoordeel article.ball footer.person span h4 {
  color: inherit !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}
article.prijsvoordeel article.ball footer.person img {
  position: absolute;
  text-decoration: none;
  height: 107px;
  width: 170px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  section.introAuction article aside.sold div.sale {
    margin: 4px 16px 15px 6px !important;
  }
  section.introAuction article aside div.price div.comma {
    margin-left: -1px;
  }
}
/* PRINT MARKUP: Exceptions for the Printed Version */
@media print {
  /* layout adjustments */
  body {
    background: #ffffff none !important;
  }
  #bodySection {
    background: #ffffff none !important;
    padding: 2em;
  }
  #bodyHeader {
    height: 50px;
    width: auto;
  }
  #bodyArticle {
    width: auto;
  }
  #bodyArticleWindow header.bodyArticleWindow {
    display: none;
  }
  #bodyArticleWindow div.bodyArticleWindow {
    background: #ffffff none !important;
    padding: 0px !important;
  }
  #bodyArticleWindow article.bodyArticleWindow {
    padding-left: 0px !important;
  }
  #bodyArticleWindow aside.bodyArticleWindow {
    display: none;
  }
  #bodyArticleWindow nav.bodyArticleWindow {
    display: none;
  }
  #bodyArticleWindow footer.bodyArticleWindow {
    display: none;
  }
  #bodyNav {
    display: none;
  }
  #bodyFooter {
    display: none;
  }
  #productFilter {
    display: none;
  }
  .productFilter {
    display: none;
  }
  header.resultsPager {
    display: none;
  }
  aside.filterResults {
    display: none;
  }
  #adminFooter {
    display: none;
  }
  #adminFooter div.adminRow {
    display: none;
  }
  a.print {
    display: none;
  }
  /* buttons */
  a.button,
  span.overlapButton {
    display: none;
  }
}
@media only screen and (max-device-width: 1024px) {
  #homepageVeilingen article.introArticle {
    background: #ffffff;
    border-radius: 5px;
  }
  footer.filterResults {
    background: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: -1px 2px 0px 2px;
  }
  #topNavMenu {
    right: 0px;
    width: 752px;
  }
  #topNavMenu li.wowChild {
    /*margin-right: 64px;*/
  }
  #topNavMenu li.inviteChild {
    /*margin-right: 220px;*/
  }
  div.numberBlock fieldset input {
    padding: 2px 0px 0px 0px;
  }
  body {
    padding: 0px 10px;
  }
  #bodyHeader {
    margin-right: 30px;
  }
  #mainMenu {
    left: -2px !important;
    overflow: hidden;
  }
  #subMenu ul {
    margin-left: 0px;
  }
  body.prijsvoordeel #bodyHeader, body.EV #bodyHeader {
    background: none !important;
  }
  body.mijnPrivilege #bodyHeader {
    background: none !important;
  }
  body #bodyNav {
    width: 970px !important;
    margin: 0px auto 0px -480px;
  }
  body.prijsvoordeel #bodyArticle {
    width: 970px;
  }
  #Prijsgemijnd article.prijsgemijnd article.mined {
    margin-right: -4px !important;
  }
  #Prijsvoordeel article.prijsvoordeel {
    margin-left: -10px;
  }
  #logInSection, form.logInSection {
    width: 100%;
  }
  header.Inloggen, footer.Inloggen {
    background-size: 100%;
    margin-top: -1px;
  }
  article.Inloggen {
    background-size: 100%;
  }
  body.logIn, body.logInHome {
    background-size: 150%;
    overflow-x: hidden;
  }
  #bodyFooters {
    display: none;
  }
  header.Inloggen.wide, article.Inloggen.wide, footer.Inloggen.wide, header.Inloggen, article.Inloggen, footer.Inloggen {
    background-size: 100%;
    margin-left: 0px;
    width: calc(100% - 40px);
    box-shadow: 0px 1px 1px #333;
    background-image: none;
  }
  header.Inloggen.wide, header.Inloggen {
    background: -webkit-linear-gradient(top, #d4dee5 0%, #e8edf0 100%);
    background: linear-gradient(to bottom, #d4dee5 0%, #e8edf0 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: solid 1px #ffffff;
    width: calc(100% - 42px);
  }
  article.Inloggen.wide, footer.Inloggen.wide, article.Inloggen, footer.Inloggen {
    background: #ffffff none !important;
  }
  footer.Inloggen.wide, footer.Inloggen {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 20px;
  }
  #InloggenHerinnering {
    width: 100%;
    margin: 0px;
  }
  body.logInHome #logInHeader {
    padding-top: 100px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  article.Inloggen fieldset.validateForm table tbody tr td .full {
    width: 160px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  header.Inloggen, footer.Inloggen {
    background-size: 100%;
    margin-top: -1px;
  }
  article.Inloggen {
    background-size: 100%;
  }
  article.Inloggen fieldset.validateForm table tbody tr td .full {
    width: 180px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #logInArticle {
    width: 400px;
    margin: 0px auto;
  }
  header.Inloggen, footer.Inloggen {
    background-size: 100%;
    margin-top: -1px;
  }
  article.Inloggen {
    background-size: 100%;
  }
  article.Inloggen fieldset.validateForm table tbody tr td .full {
    width: 180px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #topNavMenu {
    right: 0px !important;
  }
  .popContent.amount article .price .numbers {
    letter-spacing: 0.3em;
  }
  .popContent.amount article .price .numbers sup {
    right: -0.1em;
    display: inline-block;
    margin-left: -4px;
    letter-spacing: 7px;
  }
}
@supports (-ms-accelerator: true) {
  .popContent.amount article .price .numbers sup {
    right: -0.1em;
    display: inline-block;
    margin-left: -1px;
    letter-spacing: 8px;
  }
}
/*Keyframes voor animaties*/
@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #003776, 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2), 2.5em 0em 0 0em rgba(0, 55, 118, 0.2), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.2), 0em 2.5em 0 0em rgba(0, 55, 118, 0.2), -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.2), -2.6em 0em 0 0em rgba(0, 55, 118, 0.5), -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.7), 1.8em -1.8em 0 0em #003776, 2.5em 0em 0 0em rgba(0, 55, 118, 0.2), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.2), 0em 2.5em 0 0em rgba(0, 55, 118, 0.2), -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.2), -2.6em 0em 0 0em rgba(0, 55, 118, 0.2), -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.5), 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.7), 2.5em 0em 0 0em #003776, 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.2), 0em 2.5em 0 0em rgba(0, 55, 118, 0.2), -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.2), -2.6em 0em 0 0em rgba(0, 55, 118, 0.2), -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.2), 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.5), 2.5em 0em 0 0em rgba(0, 55, 118, 0.7), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.2), 0em 2.5em 0 0em rgba(0, 55, 118, 0.2), -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.2), -2.6em 0em 0 0em rgba(0, 55, 118, 0.2), -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.2), 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2), 2.5em 0em 0 0em rgba(0, 55, 118, 0.5), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.7), 0em 2.5em 0 0em #003776, -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.2), -2.6em 0em 0 0em rgba(0, 55, 118, 0.2), -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.2), 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2), 2.5em 0em 0 0em rgba(0, 55, 118, 0.2), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.5), 0em 2.5em 0 0em rgba(0, 55, 118, 0.7), -1.8em 1.8em 0 0em #003776, -2.6em 0em 0 0em rgba(0, 55, 118, 0.2), -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.2), 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2), 2.5em 0em 0 0em rgba(0, 55, 118, 0.2), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.2), 0em 2.5em 0 0em rgba(0, 55, 118, 0.5), -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.7), -2.6em 0em 0 0em #003776, -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.2), 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2), 2.5em 0em 0 0em rgba(0, 55, 118, 0.2), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.2), 0em 2.5em 0 0em rgba(0, 55, 118, 0.2), -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.5), -2.6em 0em 0 0em rgba(0, 55, 118, 0.7), -1.8em -1.8em 0 0em #003776;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #003776, 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2), 2.5em 0em 0 0em rgba(0, 55, 118, 0.2), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.2), 0em 2.5em 0 0em rgba(0, 55, 118, 0.2), -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.2), -2.6em 0em 0 0em rgba(0, 55, 118, 0.5), -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.7), 1.8em -1.8em 0 0em #003776, 2.5em 0em 0 0em rgba(0, 55, 118, 0.2), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.2), 0em 2.5em 0 0em rgba(0, 55, 118, 0.2), -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.2), -2.6em 0em 0 0em rgba(0, 55, 118, 0.2), -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.5), 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.7), 2.5em 0em 0 0em #003776, 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.2), 0em 2.5em 0 0em rgba(0, 55, 118, 0.2), -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.2), -2.6em 0em 0 0em rgba(0, 55, 118, 0.2), -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.2), 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.5), 2.5em 0em 0 0em rgba(0, 55, 118, 0.7), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.2), 0em 2.5em 0 0em rgba(0, 55, 118, 0.2), -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.2), -2.6em 0em 0 0em rgba(0, 55, 118, 0.2), -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.2), 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2), 2.5em 0em 0 0em rgba(0, 55, 118, 0.5), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.7), 0em 2.5em 0 0em #003776, -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.2), -2.6em 0em 0 0em rgba(0, 55, 118, 0.2), -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.2), 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2), 2.5em 0em 0 0em rgba(0, 55, 118, 0.2), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.5), 0em 2.5em 0 0em rgba(0, 55, 118, 0.7), -1.8em 1.8em 0 0em #003776, -2.6em 0em 0 0em rgba(0, 55, 118, 0.2), -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.2), 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2), 2.5em 0em 0 0em rgba(0, 55, 118, 0.2), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.2), 0em 2.5em 0 0em rgba(0, 55, 118, 0.5), -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.7), -2.6em 0em 0 0em #003776, -1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 55, 118, 0.2), 1.8em -1.8em 0 0em rgba(0, 55, 118, 0.2), 2.5em 0em 0 0em rgba(0, 55, 118, 0.2), 1.75em 1.75em 0 0em rgba(0, 55, 118, 0.2), 0em 2.5em 0 0em rgba(0, 55, 118, 0.2), -1.8em 1.8em 0 0em rgba(0, 55, 118, 0.5), -2.6em 0em 0 0em rgba(0, 55, 118, 0.7), -1.8em -1.8em 0 0em #003776;
  }
}
