
/* avoid page breaks */
.textImageList li, .box {
  page-break-inside: avoid !important;
}


/* Setup fonts  */
html, body {
  color: black !important;
  font-size: 100% !important;
}

.landscape .spacer, .landscape .image {
  margin-right: 25em !important;
}

.section {
  border-bottom: none !important;
}

/* remove backgrounds */
html, body, #container, .box,  .textImageList li 
.teaser .teaser2, .teaser .teaser3, .teaser .teaser3 ul {
  background-image: none !important;
  background-color: #fff !important;
}


/* remove hidden overflows */
.box {
  overflow: visible !important;
  background: transparent !important;
}

.teaserList .break {
  margin-right: 1.3em !important;
}

#footer {
  margin-top: 5.5em !important;
}

.image img,
.item img {
  width: 100%;
}


.strctr {
  border: none !important;
  display: block !important;
}


/* remove absolute and relative positioning */
#header, .box, #catalogueItems, .strctr, #logo {
  position: static !important;
}


/* remove floats */
#container .content,
#container .center {
  float: none !important;
}


#container .content,
#container .center {
  width: 100% !important;
  margin-right: 5em !important;
}


#wrapper {
  margin: 0 !important; 
  width: auto !important;
}


/* hide elements */
#top, #navigation, #footer ul, #container .lefthand, #container .sidebar,
#lightwindow_overlay, #lightwindow, .pageNavigation, .tabs, .pageGroup,
.item.form, button, #searchForm, .teaserList.productFeatures, #relatedProducts {
  display: none !important;
}


/* reset heights */
.noLefthand .portrait .box, .noLefthand .portrait img,
.noLefthand .portrait img {
  height: auto !important;
}

/* reset widths */
.imageMap img {
  width: 100% !important;
}

.teaserList .item {
  padding-bottom: 3em !important;
}

.product .teaserList p.more {
  height: auto !important;
  line-height: 2em !important;
}

.noSidebar .teaserList .item {
  width: 19.5em !important;
}

.noSidebar .teaserList .item img {
  width: 19.3em !important;
}

.box {
  padding: 1em 0.4em 2em 0 !important;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|                                      |
|  Specific for the payment debit page |
|                                      |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h2 {
/*  margin-left: -1em !important;
  font-size: 1.4em !important;*/
}

body.body_payment_debit div {
  border: none;
}

body.body_payment_debit .lefthand {
  display: none;
}

body.body_payment_debit .content {
  float: left;
}

body.body_payment_debit #navigation {
  display: none;
}

body.body_payment_debit #top {
  display: none;
}

body.body_payment_debit p.button {
  display: none;
}

body.body_payment_debit .invoiceAddress, body.body_payment_debit .deliveryAddress {
  display: none !important;
}

body.body_payment_debit .section {
  display: none;
}

body.body_payment_debit .bankinfo {
  display: block !important;
  border: none !important;
}

body.body_payment_debit label, input {
  display: none !important;
}

body.body_payment_debit .debitNotice {
  display: block !important;
}

body.body_payment_debit .inputSpan {
  display: block;
  border: 0.1em solid #000;
  height: 3.5em;
  width: 100%;
  text-align: right;
  padding: 0.2em 1em 0.2em 0.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #aaa !important;
}

body.body_payment_debit #footer {
  display: none;
}

body.body_payment_debit p {
  margin-bottom: 4em;
  width: 90%
}
