/* print layout */

#mr-water-filter {
  background: white;
  font-size: 12pt;
}

#container {
  float: none !important;
  border: 0;
}

#content {
  width: auto;
  margin: 0 10%;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent;
}

#navigation {
  display: none;
}

#rightcol {
  display: none;
}

.google-search-hdr {
  display: none;
}


/* default style */

body {
 background-color: #ffffff;
}


.blue {
 color: black;
}


/* header style */


#headlines {
 margin: 0 10%;
 padding: 0;
}

#logo {
 display: none;
}

#article-logo {
 display: none;
}

#view-cart {
 display: none;
}

h1 {
 color: #000000;
}
h1 a {color: #000000; text-decoration: none;}

h2 {
 color: #000000;
}
h2 a {color: #000000; text-decoration: none;}

h3 {
 color: #000000;
}
h3 a {color: #000000; text-decoration: none}

h4 {
 color: #000000;
}
h4 a {color: #000000; text-decoration: none}



.p-popup-note {
 display: none;
}


/* content stuff */

.p-prod-pic {
 width: 50%;
 margin-left: 15px;
}

.p-prod-info {
 width: 50%;
}

/* home footer */

.home-footer {
 display: none;
}


/* content footer stuff */



.cred-l {
 display: none;
}

.cred-m {
 display: none;
}

.cred-r {
 display: none;
}



/* home page cred footer stuff */


.hcred-l {
 display: none;
}


.hcred-m {
 display: none;
}

.hcred-r {
 display: none;
}


.clear-float {
 clear: both;
 height: 0;
}



/* footer style */

#footer {
 display: none;
}


