
/* display */

div#header {
  display:none;
}

div#headerRight {
  display:none;
}

img#logoBlack {
  display:none;
}
img#logoWhite {
  display:block;
  float:right;
}

div#subnavigationColumn {
  display:none;
}

a.watchList, a.order, a.delete {
  display:none;
}

div#footer {
  display:none;
}

a#formButtonPrint {
  display:none;
}
a#formButtonSave {
  display:none;
}

div#printAddress {
  display:block;
}
span#printFooter {
  display:block;
}


/* background */

html {
  background-color:#FFFFFF;
}

body {
  background-color:#FFFFFF;
}

div#content {
  background-image:none;
}



/* sizes etc. */

div#watchListColumnLarge {
  width:100%;
}

table.productTable {
  width:100%;
}
table.productTableOrder {
  width:100%;
}

div#content {
  min-height:0px;
  height:auto;
}

img.watchListImage {
  width:230px;
  height:230px;
}

div#watchListProductList {
  padding-left:0px;
}

div#watchListColumnLarge {
  margin-left:0px;
}

/* text */

h1.listTitle {
  margin-top:50px;
  margin-bottom:50px;
  font-size:20pt;
}

a.watchListProductTitle {
  font-size:14pt;
}

div#watchListHeaderNumberOfProducts {
  font-size:14pt;
}

table.productTable th, table.productTable td {
  font-size:13pt;
}

p.watchListProductText {
  font-size:13pt;
}

h1#watchListPersonalDataTitle {
  font-size:16pt;
}

table.personalDataFormTable caption {
  font-size:16pt;
}
table.personalDataFormTable td {
  font-size:14pt;
}

div#printAddress {
  width:50%;
  float:left;
  
  font-size:14pt;
}
span#printFooter {
  font-size:14pt;
}

/* input fields */

table.productTableOrder input.textInput {
  height:16pt;
  border-width:0px 0px 1px 0px;
  font-size:11pt;
  color:#FFFFFF;
  
  width:100%;
}
table.personalDataFormTable input.textInput {
  height:16pt;
  border-width:0px 0px 1px 0px;
  font-size:11pt;
  width:280px!important;
  width:280px;
}

div.watchListProductRow {
  /* page-break-before:auto; */
}
div#watchListPersonalData {
  /* page-break-before:auto; */
}
