/*$mblue_bgcolor: #3e7eff;*/
/*$lblue_bgcolor: #649cb9;*/
/*RESET*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

/*blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
*/
blockquote {
  font-style: italic;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* END RESET CSS */
/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
}

/* hack retained to preserve specificity */
select, input, textarea, button {
  font: 99% sans-serif;
}

/* normalize monospace sizing * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* 
 * minimal base styles 
 */
body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #333;
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1,h2,etc) have no default font-size or margin, you'll want to define those yourself. */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 12px;
}

/* always force a scrollbar in non-IE */
html {
  overflow-y: scroll;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none;
}

a:hover {
  color: #aaa;
}

ul, ol {
  margin-left: 1.8em;
}

ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
}

ol {
  list-style-type: decimal;
}

/* Remove margins for navigation lists */
nav ul, nav li {
  margin: 0;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

/*td, td img { vertical-align: top; } */
sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 12px;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

textarea {
  overflow: auto;
}

/* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

/* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

/* webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* colors for form validity */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

::-moz-selection {
  background: #54779A;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #54779A;
  color: #fff;
  text-shadow: none;
}

/*  j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #fff;
}

/* make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible;
}

/* bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* 
 * Non-semantic helper classes 
 */
/* for image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1;
}

/*Defaults*/
body {
  background-color: #ffffff;
  font-family: "MS Arial", "Helvetica", sans-serif;
  font-size: 16px;
  margin: 10px 0px 0px 0px;
  min-width: 990px;
  padding: 0px;
}

a {
  color: #053996;
}

a:hover {
  color: #aaa;
}

a:visited {
  color: #800080;
}

a:visted:hover {
  color: #ff0000;
}

h1 {
  font-size: 2em;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

h2 {
  font-weight: bold;
  line-height: 1.1em;
  margin: 10px 0px 10px 0px;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0px 0px 10px 0px;
}

hr {
  background-color: #000;
  border: none;
  height: 1px;
  margin-left: 0px;
}

img {
  vertical-align: bottom;
}

p {
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0px;
}

input[type=text] {
  padding: 2px;
}

/* current lettermark  */
.logo {
  border-bottom: 1px solid #000;
  border-color: #000;
  border-style: solid;
  margin-bottom: 20px;
}

.logo p {
  border-right: 3px solid #000;
  float: left;
  font-size: 16pt;
  font-family: "Arial-Black", "Helvetica-Black", sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 20px;
  margin: 0px;
  padding: 5px;
}

.logo p a {
  text-decoration: none;
  color: #000;
}

.logo address {
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.5pt;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.logo address a {
  border: none;
  text-decoration: none;
  text-transform: none;
}

.logo p, .logo address, .logo h1 {
  border: none;
  color: #000;
  display: block;
  float: none;
  padding-left: 0px;
}

/* Boxes*/
/* top box, for infoboxes without a top margin */
.topbox {
  margin: 0px 0px 0px 0px;
}

#contentwrap {
  float: left;
  width: 100%;
}

#contentcolumn {
  margin-right: 225px;
}

/*Margins for inner DIV inside each column (to provide padding)*/
#contentinner {
  margin: 0px auto;
  padding: 0px 10px 0px 10px;
  width: 770px;
}

#rightcolumn {
  float: left;
  margin-left: -200px;
  /* test */
  width: 200px;
}

#rightinner {
  border: solid;
  border-color: #000;
  border-width: 0px 0px 0px 1px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 10px;
}

#footer {
  border: solid;
  border-color: #000;
  border-width: 1px 0px 0px 0px;
  clear: left;
  font-size: 0.7em;
  padding: 0px 210px 0px 0px;
}

#footerinner {
  margin: 0px auto;
  padding: 10px 0px;
  width: 760px;
}

/*basic boxes */
.floatbox-left {
  float: left;
  margin: 0px 20px 0px 0px;
  padding: 0;
  width: 306px;
}

.floatbox-right {
  float: right;
  margin: 0px 0px 25px 20px;
  padding: 0;
  width: 306px;
}

.floatbox-left-medium {
  float: left;
  margin: 0px 20px 0px 10px;
  padding: 0;
  width: 462px;
}

.floatbox-left-medium > table {
  margin: 10px 0px 0px 0px;
}

.floatbox-right-medium {
  float: right;
  margin: 0px 0px 25px 10px;
  padding: 0;
  width: 462px;
}

.floatbox-right-medium > table {
  margin: 15px 0px 0px 0px;
}

.floatbox-right-large {
  float: right;
  margin: 0px 0px 0px 20px;
  padding: 0;
  width: 560px;
}

.floatbox-right-large > table {
  margin: 5px 0px 0px 0px;
}

.float-left {
  float: left;
  margin: 0px 20px 20px 0px;
}

.float-right {
  float: right;
  margin: 0px 0px 20px 20px;
}

.inlinebox-left {
  margin: 0px 326px 0px 0px;
}

.inlinebox-right {
  margin: 0px 0px 0px 326px;
}

.halfbox-left {
  display: block;
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 0;
  width: 380px;
}

.halfbox-right {
  display: block;
  float: right;
  margin: 0px 0px 10px 0px;
  padding: 0;
  width: 380px;
}

/* Legacy Item Tables*/
.plist {
  width: 100%;
  margin: 0px 0px 10px 0px;
}

.plist, .plist th, .plist td {
  border: 1px solid #000;
}

.plist thead th {
  background-color: #83A6CC;
  color: #fff;
  padding: 8px;
  vertical-align: middle;
}

.plist thead.subhead th {
  font-style: normal;
  font-weight: bold;
  background-color: #DFDFDF;
  color: #000;
}

.plist tbody td {
  padding: 8px;
}

.plist tbody td.odd {
  background-color: #000;
}

.plist thead .plist_price {
  text-align: left;
}

.plist thead .plist_desc {
  text-align: left;
  max-width: 60%;
}

.plist thead .plist_paragraph {
  text-align: left;
  max-width: 60%;
}

.plist thead .plist_pnum {
  max-width: 9%;
}

.plist thead .plist_spec {
  max-width: 9%;
}

.plist thead .plist_img {
  max-width: 9%;
}

.plist thead .plist_custom {
  text-align: left;
}

.plist tbody .plist_spec {
  max-width: 10%;
}

.plist tbody .plist_price {
  max-width: 10%;
}

.plist_custom tbody .plist_price {
  max-width: 10%;
}

.plist tbody .plist_cart {
  padding: 5px;
  max-width: 5%;
}

.plist_custom tbody .plist_cart {
  padding: 5px;
  max-width: 5%;
}

.plist tbody td.plist_button {
  text-align: center;
}

.plist_custom.fixed {
  table-layout: fixed;
  width: 100%;
}

.plist tbody td {
  vertical-align: middle;
}

.plist_custom tbody td {
  vertical-align: middle;
}

.plist tbody td h3 {
  margin-top: 10px;
}

.plist_custom tbody td h3 {
  margin-top: 10px;
}

.plist tbody .plist_pnum {
  text-transform: uppercase;
}

.plist_custom tbody .plist_pnum {
  text-transform: uppercase;
}

.plist tbody .plist_desc {
  padding: 10px 10px 10px 10px;
  text-align: left;
}

.plist_custom tbody .plist_desc {
  padding: 10px 10px 10px 10px;
  text-align: left;
}

.plist tbody .plist_price, .plist tbody .plist_pnum, .plist tbody .plist_spec, .plist tbody .plist_cart {
  text-align: center;
}

.plist_custom tbody .plist_price, .plist_custom tbody .plist_pnum, .plist_custom tbody .plist_cart {
  text-align: center;
}

.plist small {
  font-size: 8px;
}

.plist_custom small {
  font-size: 8px;
}

.plist tbody .plist_pnum a {
  text-decoration: none;
  color: black;
}

/* plist custom */
.plist_custom {
  margin: 0px 0px 10px 0px;
}

.plist_custom, .plist_custom thead th, .plist_custom tbody td {
  border: 1px solid #000;
}

.plist_custom thead th {
  background-color: #83A6CC;
  color: #fff;
  padding: 8px;
  vertical-align: middle;
}

.plist_custom thead .plist_price {
  text-align: left;
}

.plist_custom thead .plist_desc {
  text-align: left;
  width: 67%;
}

.plist_custom thead .plist_pnum {
  width: 9%;
}

.plist_custom thead .plist_custom {
  text-align: left;
}

.plist_custom thead .subthead {
  background-color: #DFDFDF;
  color: #000;
}

.plist_custom thead.subhead th {
  font-style: normal;
  font-weight: bold;
  background-color: #DFDFDF;
  color: #000;
}

.plist_custom tbody td {
  padding: 8px;
  vertical-align: middle;
}

.plist_custom tbody .plist_price {
  width: 10%;
  text-align: center;
}

.plist_custom tbody .plist_cart {
  padding: 5px;
  width: 5%;
}

.plist_custom tbody .banner, .plist_custom thead .banner {
  padding: 8px;
  vertical-align: middle;
  text-align: center;
}

.plist_custom tbody .tbodyhead {
  background-color: #DFDFDF;
  color: #000;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
}

.plist_custom tbody td h3 {
  margin-top: 10px;
}

.plist_custom thead .medium {
  width: 40%;
}

.plist_custom .half, .plist_custom .fifty {
  width: 50%;
}

.plist_custom .quarter, .plist_custom .twenty-five {
  width: 25%;
}

.plist_custom .thirty {
  width: 30%;
}

.plist_custom .thirty-five {
  width: 35%;
}

.plist_custom .forty {
  width: 40%;
}

.plist_custom .eighteen {
  width: 18%;
}

.plist_custom .twenty {
  width: 20%;
}

.plist_custom .fifteen {
  width: 15%;
}

.plist_custom .ten {
  width: 10%;
}

.plist_product {
  border: dotted;
  border-width: 0px 0px 0px 0px;
  border-color: #000;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  min-height: 150px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.plist_product.shadowy {
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

/*col left - thumbnail */
.plist_cartridges_col1, .plist_cartridges_col2, .plist_cartridges_col3,
.plist_backwashing_col1, .plist_backwashing_col2, .plist_backwashing_col3 {
  float: left;
}

.plist_cartridges_col1 {
  width: 75px;
  background: #EFEFEF;
  margin: 0px 10px 0px 0px;
}

.plist_backwashing_col1 {
  width: 150px;
  background: #EFEFEF;
  margin: 0px 10px 0px 0px;
}

/*col mid - body text */
.plist_cartridges_col2, .plist_backwashing_col2 {
  width: 350px;
  background: #EFEFEF;
  height: 130px;
  margin: 0px 10px 0px 0px;
  padding: 10px;
}

.plist_backwashing_col2 {
  width: 275px;
}

.plist_cartridges_col2 .title, .plist_backwashing_col2 .title {
  margin: 0px 0px 5px 0px;
  font-size: 1.1em;
  font-weight: bold;
  border: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ccc;
}

.plist_cartridges_col2 .title a, .plist_backwashing_col2 .title a {
  text-decoration: none;
}

.plist_cartridges_col2 .title a:visited, .plist_backwashing_col2 .title a:visited {
  color: #000;
}

.plist_cartridges_col2 .title a:hover, .plist_backwashing_col2 .title a:hover {
  color: #000;
}

.plist_cartridges_col2 .desc, .plist_backwashing_col2 .desc,
.plist_cartridges_col2 .desc p, .plist_backwashing_col2 .desc p {
  font-size: 14px;
  font-weight: lighter;
}

.plist_cartridges_col3, .plist_backwashing_col3 {
  width: 154px;
  float: left;
  background: #EFEFEF;
  margin: 0px 10px 0px 0px;
  padding: 10px;
}

.plist_cartridges_col3, .plist_backwashing_col3 {
  height: 130px;
}

.plist_cartridges_col4, .plist_backwashing_col4 {
  width: 101px;
  float: left;
  background: #EFEFEF;
  padding: 10px;
  position: relative;
}

.plist_cartridges_col4, .plist_backwashing_col4 {
  height: 130px;
}

.cartridge_features,
.plist_backwashing_features {
  margin: 0px 0px 0px 0px;
  height: 130px;
}

.plist_tank_features {
  margin: 0px 0px 0px 0px;
  height: 75px;
}

.cartridge_features .feature_label,
.plist_backwashing_features .feature_label,
.plist_tank_features .feature_label {
  border: none;
  border-color: #000;
  border-width: 0px 1px 0px 0px;
  padding: 0px;
}

.cartridge_features .feature_label p,
.plist_backwashing_features .feature_label p {
  text-align: left;
  line-height: 1.2em;
  font-size: 0.8em;
  font-color: #000;
  margin: 0px;
}

.cartridge_features .feature_value,
.plist_backwashing_features .feature_value {
  padding: 0px 0px 0px 10px;
}

.cartridge_features .feature_value p,
.plist_backwashing_features .feature_value p {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0px 0px;
  padding: 0px;
}

.cartridge_type {
  background-color: #EFEFEF;
  padding: 5px;
}

.cartridge_micron, .cartridge_media {
  background-color: #000;
  height: 45px;
  margin: 5px 5px 0px 0px;
  padding: 5px 5px;
  text-align: center;
}

.cartridge_micron small, .cartridge_media small {
  display: block;
  font-weight: normal;
  font-size: 0.5em;
  font-color: #000;
}

/*col right - cart - price */
.plist_cartridges_cart, .plist_backwashing_cart {
  margin: 0px 0px 10px 0px;
  text-align: left;
}

.plist_cartridges_price, .plist_backwashing_price {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}

.plist_cartridges_pnum, .plist_backwashing_pnum {
  border-color: #000;
  margin: 0px;
  padding: 10px 0px 10px 0px;
  font-size: 1.5em;
  text-align: left;
  font-weight: lighter;
  color: #053996;
}

.plist_cartridges_pnum small, .plist_backwashing_pnum small {
  font-size: 0.65em;
  font-weight: lighter;
  color: #000;
  display: block;
}

.plist_cartridges_col3 > div {
  line-height: 1;
}

/* cartridges end	*/
#cartridge_search_text h1 {
  text-align: center;
}

/* products-image start */
.plist_slim_image {
  margin: 0px 0px 20px 0px;
}

/* basic products start */
.plist_basic_product {
  margin: 0px 0px 10px 0px;
}

/* basic product table, backwashing filter table header */
.plist_basic_product_header,
.plist_backwashing_header,
.plist_cartridges_header,
.plist_slim_image_header {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 3px solid #83A6CC;
}

.plist_basic_product_header_col1,
.plist_backwashing_header_col1,
.plist_cartridges_header_col1,
.plist_slim_image_header_col1 {
  float: left;
  padding: 8px 0px 8px 0px;
  width: 640px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}

.plist_basic_product_header_col2,
.plist_backwashing_header_col2,
.plist_cartridges_header_col2,
.plist_slim_image_header_col2 {
  float: left;
  padding: 8px 0px 8px 0px;
  width: 105px;
  font-size: 16px;
  font-weight: bold;
}

.plist_basic_product_subhead,
.plist_backwashing_subhead,
.plist_cartridges_subhead,
.plist_slim_image_subhead {
  background-color: #DFDFDF;
  color: #000;
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: center;
  padding: 8px;
  font-weight: bold;
}

.plist_basic_product_subhead ~ .plist_basic_product_subhead,
.plist_backwashing_subhead ~ .plist_backwashing_subhead,
.plist_cartridges_subhead ~ .plist_cartridges_subhead,
.plist_slim_image_subhead ~ .plist_slim_image_subhead {
  margin-top: 0px;
}

.plist_basic_product_footnote {
  background-color: #efefef;
  padding: 10px;
}

.plist_basic_product_col1, .plist_basic_product_col2, .plist_basic_product_col3 {
  float: left;
}

.plist_basic_product_col1 {
  float: left;
  width: 150px;
  min-height: 150px;
  background: #EFEFEF;
  margin: 0px 10px 0px 0px;
}

.plist_basic_product_col1--no_image {
  float: left;
  width: 619px;
  background: #EFEFEF;
  min-height: 130px;
  margin: 0px 10px 0px 0px;
  padding: 10px;
}

.plist_basic_product_col2 {
  float: left;
  width: 459px;
  background: #EFEFEF;
  height: 130px;
  margin: 0px 10px 0px 0px;
  padding: 10px;
}

.plist_basic_product_col2 .title,
.plist_basic_product_col1--no_image .title {
  margin: 0px 0px 5px 0px;
  font-size: 1.1em;
  font-weight: bold;
  border: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ccc;
}

.plist_basic_product_col2 .title a,
.plist_basic_product_col1--no_image .title a {
  text-decoration: none;
}

.plist_basic_product_col2 .title a:visited,
.plist_basic_product_col1--no_image .title a:visited {
  color: #000;
}

.plist_basic_product_col2 .title a:hover,
.plist_basic_product_col1--no_image .title a:hover {
  color: #000;
}

.plist_basic_product_col2 .desc,
.plist_basic_product_col1--no_image .desc,
.plist_basic_product_col2 .desc p,
.plist_basic_product_col1--no_image .desc p {
  font-size: 14px;
  font-weight: lighter;
}

.plist_basic_product_col3, .plist_slim_image_col3 {
  float: left;
  width: 101px;
  height: 130px;
  float: left;
  background: #EFEFEF;
  padding: 10px;
  position: relative;
}

.plist_basic_product_cart, .plist_slim_image_cart {
  background-color: #EFEFEF;
  margin: 0px 0px 0px 0px;
  text-align: left;
}

.plist_basic_product_price, .plist_slim_image_price {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}

.plist_basic_product_pnum, .plist_slim_image_pnum {
  border-color: #000;
  margin: 0px;
  padding: 10px 0px 10px 0px;
  font-size: 1.5em;
  text-align: left;
  font-weight: lighter;
  color: #053996;
}

.plist_basic_product_pnum small, .plist_slim_image_pnum small {
  font-size: 0.65em;
  font-weight: lighter;
  color: #000;
  display: block;
}

/* slim-imagestart */
.plist_slim_image {
  margin: 0px 0px 20px 0px;
}

.plist_slim_image_col1 {
  float: left;
  width: 75px;
  min-height: 150px;
  background: #EFEFEF;
  margin: 0px 10px 0px 0px;
}

.plist_slim_image_col2 {
  float: left;
  width: 534px;
  background: #EFEFEF;
  min-height: 130px;
  margin: 0px 10px 0px 0px;
  padding: 10px;
}

.plist_slim_image_col2 .title {
  margin: 0px 0px 5px 0px;
  font-size: 1.1em;
  font-weight: bold;
  border: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ccc;
}

.plist_slim_image_col2 .title a {
  text-decoration: none;
}

.plist_slim_image_col2 .title a:visited {
  color: #000;
}

.plist_slim_image_col2 .title a:hover {
  color: #000;
}

.plist_slim_image_col2 .desc, .plist_slim_image_col2 .desc p {
  font-size: 14px;
  font-weight: lighter;
}

.plist_slim_image_col3 {
  float: left;
}

/* begin .plist_group */
.plist_group {
  clear: both;
  overflow: hidden;
}

.plist_group .header,
.plist_group_fittings .header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid #83A6CC;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

.plist_group .header_col1,
.plist_group_fittings .header_col1 {
  float: left;
  padding: 8px 0px 8px 0px;
  width: 520px;
  margin-right: 10px;
}

.plist_group .header_col2,
.plist_group_fittings .header_col2 {
  float: left;
  padding: 8px 0px 8px 0px;
  width: 240px;
}

.plist_group .subhead {
  position: static;
  font-style: normal;
  background-color: #DFDFDF;
  color: #000;
  margin: 0px 0px 10px 0px;
  text-align: center;
  padding: 8px;
  font-weight: bold;
}

.header + .subhead {
  margin-top: -10px;
}

.plist_group_fittings .thumb {
  clear: left;
  float: left;
  margin-right: 10px;
}

.plist_group_fittings .subhead {
  padding: 10px;
  font-weight: bold;
  font-style: normal;
  color: white;
  background-color: #A9C0D8;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 160px;
  top: 0px;
}

.plist_group .group_desc {
  clear: both;
  display: block;
  overflow: hidden;
  margin: 10px 0px 0px 0px;
}

.plist_group .plist_group_desc .title {
  margin: 0px 0px 5px 0px;
  letter-spacing: initial;
  font-size: 1.1em;
  font-weight: bold;
  border: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #cccccc;
}

.plist_group .plist_group_desc, .plist_group .plist_group_desc p {
  font-size: 14px;
  font-weight: lighter;
}

.plist_group .plist_group_desc_col1 {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.plist_group .plist_group_desc_col2 {
  background-color: #f5f5f5;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  display: block;
  overflow: auto;
  min-height: 130px;
}

.plist_group_fittings .plist_group_desc {
  background-color: #efefef;
  margin: 0px 0px 10px 160px;
  padding: 10px;
  display: block;
  overflow: auto;
}

.plist_group .desc, .plist_group .desc p {
  font-size: 14px;
  font-weight: lighter;
}

.plist_group .plist_product .desc {
  margin: 10px 0px 0px 0px;
}

.plist_group .plist_product, .plist_group_fittings .plist_product {
  margin-bottom: 10px;
  overflow: hidden;
  min-height: 0px;
}

.plist_group_fittings .plist_product {
  margin-left: 160px;
}

.plist_group .plist_product_col1 {
  float: left;
  width: 72px;
  margin: 0px 10px 0px 0px;
  padding: 10px 10px 10px 15px;
}

.plist_group_fitting {
  display: block;
  overflow: hidden;
}

.plist_group_fittings .plist_product_col1 {
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 10px 10px 10px 15px;
  width: 46px;
}

.plist_group .plist_product_col2 {
  float: left;
  width: 392px;
  margin: 0px 10px 0px 0px;
  padding: 10px 10px 10px 10px;
}

.plist_group_fittings .plist_product_col2 {
  float: left;
  width: 276px;
  margin: 0px 10px 0px 0px;
  padding: 10px;
}

.plist_group_fitting_col {
  float: left;
  width: 72px;
  padding: 10px 0px 10px 0px;
  text-align: center;
}

.plist_group_fitting_x {
  float: left;
  width: 10px;
  padding: 18px 10px 0px 10px;
  color: #E0DCDC;
}

.plist_group_fitting_x:last-child {
  display: none;
}

.plist_group_fitting_col .port_size {
  font-size: 20px;
  color: #053996;
}

.plist_group_fitting_col .port_type {
  font-size: 10px;
  color: #053996;
}

.plist_group_fitting_col:last-child {
  margin-right: 0px;
}

.plist_group .plist_product_col3 {
  float: left;
  width: 90px;
  margin: 0px 10px 0px 0px;
  padding: 10px 10px 10px 10px;
}

.plist_group_fittings .plist_product_col3 {
  float: left;
  width: 72px;
  margin: 0px 10px 0px 0px;
  padding: 10px 10px 10px 10px;
}

.plist_group .plist_product_col4 {
  width: 101px;
  float: left;
  background: #efefef;
  padding: 10px;
}

.plist_group_fittings .plist_product_col4 {
  float: left;
  width: 101px;
  float: left;
  background: #efefef;
  padding: 10px;
}

.plist_group .title, .plist_group_fittings .title {
  font-size: 16px;
  font-weight: bold;
}

.plist_group .title a, .plist_group_fittings .title a {
  text-decoration: none;
  color: black;
}

.plist_group .price,
.plist_group_fittings .price {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.plist_group .pnum,
.plist_group_fittings .pnum {
  border-color: #000;
  margin: 0px;
  font-size: 1em;
  color: #053996;
  width: 50px;
}

.plist_group .pnum small,
.plist_group_fittings .pnum small {
  font-size: 70%;
  font-weight: lighter;
  color: #000;
}

.plist_group .call_to_order,
.plist_group_fittings .call_to_order {
  text-align: center;
  font-style: italic;
}

.plist_group_spec {
  margin-top: 5px;
  width: 100%;
}

.plist_group_spec_row {
  font-size: 14px;
}

.plist_group_spec_row ~ .plist_group_spec_row {
  border-top: 1px dotted #dfdfdf;
}

.plist_group_spec_row .title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  vertical-align: bottom;
  font-weight: lighter;
  color: #29517D;
  border: none;
}

.plist_group_spec_row .spec {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
  vertical-align: bottom;
}

/* .plist_group end */
/* begin .plist_flexible */
.plist_flexible_header {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 3px solid #83A6CC;
}

.plist_flexible_header_col1 {
  float: left;
  padding: 8px 0px 8px 0px;
  width: 80%;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}

.plist_flexible_header_col2 {
  float: left;
  padding: 8px 0px 8px 0px;
  width: 20%;
  font-size: 16px;
  font-weight: bold;
}

.plist_flexible_subhead {
  background-color: #DFDFDF;
  color: #000;
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: center;
  padding: 8px;
  font-weight: bold;
}

.plist_flexible_subhead ~ .plist_flexible_subhead {
  margin-top: 0px;
}

.plist_flexible_col-img {
  float: left;
  min-width: 75px;
  min-height: 150px;
  background: #EFEFEF;
  margin: 0px 10px 0px 0px;
}

.plist_flexible_col-desc {
  float: left;
  background: #EFEFEF;
  min-height: 130px;
  padding: 10px;
  margin-right: 10px;
}

.plist_flexible_col-desc .title {
  margin: 0px 0px 5px 0px;
  font-size: 1.1em;
  font-weight: bold;
  border: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ccc;
}

.plist_flexible_col-desc .title a {
  text-decoration: none;
}

.plist_flexible_col-desc .title a:visited {
  color: #000;
}

.plist_flexible_col-desc .title a:hover {
  color: #000;
}

.plist_flexible_col-desc .desc,
.plist_flexible_col-desc .desc p {
  font-size: 14px;
  font-weight: lighter;
}

.plist_flexible_col-cart {
  min-height: 130px;
  width: 101px;
  float: left;
  padding: 10px;
  position: relative;
}

.plist_flexible_cart {
  margin: 0px 0px 0px 0px;
  text-align: left;
}

.plist_flexible_price {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}

.plist_flexible_pnum {
  border-color: #000;
  margin: 0px;
  padding: 10px 0px 10px 0px;
  font-size: 1.5em;
  text-align: left;
  font-weight: lighter;
  color: #053996;
}

.plist_flexible_pnum small {
  font-size: 0.65em;
  font-weight: lighter;
  color: #000;
  display: block;
}

/* .plist_flexible end */
.plist_color {
  text-align: center;
  margin-top: 10px;
  padding: 5px;
  font-size: 10px;
  font-weight: lighter;
  /*border: 2px solid #B9B9B9;*/
  border-radius: 3px;
}

.plist_color.black {
  background-color: #a9a9a9;
  color: #ffffff;
}

.plist_color.white {
  color: #737373;
}

/* get rid of extra margins in product desc */
.desc p:first-of-type {
  margin-top: 0px;
}

.desc p:last-of-type {
  margin-bottom: 0px;
}

/* big zebra list */
.plist_product div[class$=_col1],
.plist_product div[class$=_col2],
.plist_product div[class$=_col3],
.plist_product div[class$=_col4] {
  background: #f5f5f5;
}

.plist_product.plist_zebra_dark div[class$=_col1],
.plist_product.plist_zebra_dark div[class$=_col2],
.plist_product.plist_zebra_dark div[class$=_col3],
.plist_product.plist_zebra_dark div[class$=_col4] {
  background: #efefef;
}

/* product details table */
.pdetails {
  margin: 0px 0px 10px 0px;
}

.pdetails tbody {
  border: solid;
  border-width: 1px 0px 1px 0px;
}

.pdetails .pdetail_name {
  background-color: #fff;
  border: solid;
  border-width: 0px 0px 1px 0px;
  font-weight: bold;
  font-size: 0.8em;
  padding: 10px 10px 10px 5px;
  vertical-align: top;
}

.pdetails .pdetail_name.multiple_names {
  border-bottom: none;
}

.pdetails .pdetail_desc {
  width: 75%;
  background-color: #ddd;
  border: solid;
  border-width: 0px 0px 1px 0px;
  font-size: 0.8em;
  font-weight: light;
  padding: 5px 5px 10px 5px;
  vertical-align: middle;
}

.pfeatures {
  list-style: none;
  margin: 0px 0px 20px 0px;
}

.pfeatures li {
  background-image: url("../../img/drop_bullet.gif");
  background-position: 0px 2px;
  background-repeat: no-repeat;
  margin: 0px 0px 10px 10px;
  padding-left: 20px;
}

.disc {
  list-style: disc;
}

.disc li {
  background-image: none;
  padding-left: 0px;
  margin-left: 25px;
}

/* details end */
/* product specs table */
table.pspecs {
  margin-bottom: 10px;
}

.pspecs th {
  font-size: 1.1em;
  padding: 10px;
}

.pspecs td {
  padding-left: 10px;
  vertical-align: middle;
}

.pspecs td:first-of-type {
  color: inherit;
  background-color: #eaeaea;
  text-align: right;
  border-right: 1px solid;
  border-bottom: 5px solid white;
  padding: 5px 10px 5px 10px;
}

/* product specs end */
.side-by-side > img {
  margin-right: 5px;
}

.side-by-side > img:last-of-type {
  margin-right: 0px;
}

/* Current  Utility Classes */
/* info box */
.infobox {
  margin: 20px 0px;
  padding: 10px 10px 10px 10px;
}

.infobox:first-child {
  margin-top: 0px;
}

.infobox p {
  line-height: 1.3em;
}

.infobox ul, .questionbox ul {
  list-style: disc;
  margin: 10px 0px;
}

.infobox li, .questionbox ul {
  margin: 5px 0px 5px 15px;
}

.infobox li a, .questionbox ul a {
  line-height: 1.4em;
}

.infobox li a:hover, .questionbox ul a:hover {
  color: #aaa;
}

.infobox h1 {
  line-height: 1.2em;
  margin: 0px;
  text-align: center;
}

.infobox h3, .questionbox h3 {
  font-size: 1em;
  line-height: 2.5em;
}

.infobox h4, .questionbox h2, .questionbox h4 {
  font-size: 1em;
  font-style: italic;
  font-weight: lighter;
  margin: 0px;
  text-align: center;
}

.infobox .smallpullquote p, .questionbox .smallpullquote p {
  padding: 5px 10px 5px 10px;
}

.caption {
  text-align: center;
  font-size: 0.9em;
  font-style: italic;
  margin: 0px 0px 10px 0px;
  padding: 4px 0px 4px 0px;
}

.subhead {
  position: relative;
  top: -10px;
  margin: -10px 0px 0px 0px;
}

.multi-image-wide {
  margin: 0px 0px 0px 0px;
}

.multi-image-wide img {
  margin: 20px 154px 0px 0px;
}

.multi-image-wide img:last-child {
  margin: 0px 0px 0px 0px !important;
}

.smallpullquote {
  margin: 0px 0px 10px 0px;
}

.smallpullquote p {
  font-family: "Georgia";
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.1em;
  padding: 5px 0px 5px 0px;
}

.smallpullquote hr {
  background-color: #83A6CC;
  border: none;
  height: 1px;
  margin: 0.5em 0;
}

.section {
  overflow: hidden;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}

.shippingbox {
  background-color: #37B34A;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
  text-align: center;
}

.shippingbox h3 {
  margin: 0px;
}

.shippingbox a {
  color: #fff;
  text-decoration: none;
}

.shippingbox a:visited {
  color: #fff;
}

.shippingbox a:hover {
  color: #ccc;
}

/*variables */
.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.center {
  text-align: center;
}

.overflow {
  overflow: auto;
}

.subhead {
  font-style: italic;
  margin: -5px 0px 10px 0px;
}

.thin {
  /*width: 385px;*/
  width: 50%;
}

.size-half {
  width: 364px;
}

.thintable {
  width: 50%;
}

.widetable, .fullwidth {
  width: 100%;
}

.tritable {
  width: 254px;
}

.alpha {
  list-style-type: upper-alpha;
}

.alpha-lower {
  list-style-type: lower-alpha;
}

.disc {
  list-style-type: disc;
}

hr.greyline {
  border: dotted;
  border-width: 1px 0px 0px 0px;
  border-color: #999;
  background-color: #fff;
}

ol.no-indent li {
  margin-left: 0px;
}

/* comma separated lists */
.comma-separated ul {
  list-style: none;
  display: inline;
}

.comma-separated li {
  display: inline;
}

.comma-separated li:after {
  content: ", ";
}

.comma-separated li:last-child:after {
  content: "";
}

/*colors*/
.product_note {
  width: 415px;
  margin: 10px 0px;
  padding: 10px;
}

.black, .black a, .black h1, .black h4, .black hr {
  background-color: #000;
  color: #fff;
}

.black hr {
  border-color: #fff;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.black a:visited {
  color: #fff;
}

.black a:hover {
  color: #aaa;
}

.darkgrey, .darkgrey a, .darkgrey h1, .darkgrey h4, .darkgrey hr {
  background-color: #333;
  color: #fff;
}

.darkgrey hr {
  border-color: #fff;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.darkgrey a:visited {
  color: #fff;
}

.darkgrey a:hover {
  color: #aaa;
}

.mediumgrey, .mediumgrey a, .mediumgrey h1, .mediumgrey h4, .mediumgrey hr {
  background-color: #777;
  color: #fff;
}

.mediumgrey hr {
  border-color: #fff;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.mediumgrey a:visited {
  color: #fff;
}

.mediumgrey a:hover {
  color: #aaa;
}

.mediumgrey-border {
  border: 1px solid #777;
}

.lightgrey, .lightgrey a, .lightgrey h1, .lightgrey h4, .lightgrey hr {
  background-color: #ccc;
  color: #000;
}

.lightgrey hr {
  border-color: #ccc;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.lightgrey a:visited {
  color: #fff;
}

.lightgrey a:hover {
  color: #aaa;
}

.offwhite, .offwhite a, .offwhite h1, .offwhite h4, .offwhite hr {
  background-color: #f0f0f0;
  color: #000;
}

.offwhite hr {
  border-color: #000;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.offwhite a:visited {
  color: #aaa;
}

.offwhite a:hover {
  color: #000;
}

.white, .white a, .white h1, .white h4, .white hr {
  background-color: #fff;
  color: #000;
}

.white hr {
  border-color: #000;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.white a:visited {
  color: #fff;
}

.white a:hover {
  color: #aaa;
}

.darkblue, .darkblue a, .darkblue h1, .darkblue h4, .darkgrey hr {
  background-color: #003b73;
  color: #fff;
}

.darkblue hr {
  border-color: #fff;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.darkblue a:visited {
  color: #fff;
}

.darkblue a:hover {
  color: #aaa;
}

.mediumblue, .mediumblue a, .mediumblue h1, .mediumblue h4, .mediumblue hr {
  background-color: #54779A;
  color: #fff;
}

.mediumblue hr {
  border-color: #fff;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.mediumblue a:visited {
  color: #fff;
}

.mediumblue a:hover {
  color: #aaa;
}

.lightblue, .lightblue a, .lightblue h1, .lightblue h4, .lightblue hr {
  background-color: #83A6CC;
  color: #fff;
}

.lightblue hr {
  border-color: #fff;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.lightblue a:visited {
  color: #fff;
}

.lightblue a:hover {
  color: #aaa;
}

.lightblue-border {
  border: 1px solid #83A6CC;
}

.pale-blue, .pale-blue a, .pale-blue h1, .pale-blue h4, .pale-blue hr {
  background-color: #e1e0e9;
  color: #000;
}

.pale-blue hr {
  border-color: #000;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.pale-blue a:visited {
  color: #000;
}

.pale-blue a:hover {
  color: #aaa;
}

.sulfide-yellow, .sulfide-yellow a, .sulfide-yellow h1, .sulfide-yellow h4 {
  background-color: #eee8a1;
  color: #000;
}

.sulfide-yellow hr {
  border-color: #000;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.sulfide-yellow a:visited {
  color: #000;
}

.sulfide-yellow a:hover {
  color: #84810F;
}

.contaminant-brown, .contaminant-brown a, .contaminant-brown h1, .contaminant-brown h4, .contaminant-brown hr {
  background-color: #BCA86D;
  color: #000;
}

.contaminant-brown hr {
  border-color: #000;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.contaminant-brown a:visited {
  color: #000;
}

.contaminant-brown a:hover {
  color: #aaa;
}

.iron-red, .iron-red a, .iron-red h1, .iron-red h4, .iron-red hr {
  background-color: #ecbf6f;
  color: #000;
}

.iron-red hr {
  border-color: #000;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.iron-red a:visited {
  color: #000;
}

.iron-red a:hover {
  color: #aaa;
}

.eco-green, .eco-green a, .eco-green h1, .eco-green h4, .eco-green hr {
  background-color: #37B34A;
  color: #fff;
}

.eco-green hr {
  border-color: #37B34A;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

span.eco-green {
  color: #00a019;
  background-color: #fff;
}

.zebralight, .zebralight a, .zebralight h1, .zebralight h4 {
  background-color: #efefef;
}

.zebralight hr {
  border-color: #efefef;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

.zebradark, .zebradark a, .zebradark h1, .zebradark h4 {
  background-color: #000;
}

.zebradark hr {
  border-color: #000;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
}

/*basic boxes */
.floatbox-left {
  float: left;
  margin: 0px 20px 25px 0px;
  padding: 0;
  width: 306px;
}

.floatbox-right {
  float: right;
  margin: 0px 0px 25px 20px;
  padding: 0;
  width: 306px;
}

.floatbox-left-medium {
  float: left;
  margin: 0px 10px 25px 0px;
  padding: 0;
  width: 434px;
}

.floatbox-left-medium > table {
  margin: 10px 0px 0px 0px;
}

.floatbox-right-medium {
  float: right;
  margin: 0px 0px 25px 10px;
  padding: 0;
  width: 434px;
}

.floatbox-right-medium > table {
  margin: 15px 0px 0px 0px;
}

.float-left {
  float: left;
  margin: 0px 20px 20px 0px;
}

.float-right {
  float: right;
  margin: 0px 0px 20px 20px;
}

.inlinebox-left {
  margin: 0px 326px 0px 0px;
}

.inlinebox-right {
  margin: 0px 0px 0px 326px;
}

.small {
  font-size: 13px;
  line-height: 18px;
}

.footer-nav {
  clear: both;
}
.footer-nav a {
  margin: 10px 0px;
  display: block;
}

.errorState {
  background-color: #f00;
  color: #fff;
}

.infobox h1 {
  font-size: 20px;
  text-align: left;
}
.infobox h2 {
  font-size: 16px;
}

.questionbox {
  padding: 10px;
  margin: 0px 0px 10px 0px;
}
.questionbox h1 {
  font-size: 1.9em;
  letter-spacing: 0em;
  line-height: 1.2em;
  margin: 0px;
  text-align: center;
}
.questionbox h2 {
  font-size: 1em;
  font-style: italic;
  font-weight: lighter;
  margin: 0px;
  text-align: center;
}

.discontinuedbox {
  padding: 10px;
  margin: 0px 0px 10px 0px;
}
.discontinuedbox h1 {
  font-size: 24px;
  /*font-style: italic;*/
  font-weight: lighter;
  letter-spacing: 0em;
  line-height: 1.4em;
  margin: 0px;
  text-align: center;
}
.discontinuedbox p {
  text-align: center;
}

/* columns */
.column-right {
  float: right;
  width: 306px;
  padding-left: 0px;
  border: 0;
}

.column-right-medium {
  float: right;
  width: 453px;
  padding-left: 0px;
  border: 0;
}

.column-left {
  float: left;
  width: 306px;
  padding-right: 10px;
}

.column-left-medium {
  float: left;
  width: 453px;
  padding-right: 10px;
}

/*corners*/
.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.roundup {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.rounddown {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/*shadow*/
.shadow-small {
  -webkit-box-shadow: 2px 2px 2px 0px #888;
}

/* height matched columns */
.height-match {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

/* page-break for printed product docs */
.page-break-before {
  page-break-before: always;
}

/*RIGHT*/
#right_logo {
  margin: 0px 0px 0px 0px;
  text-align: center;
}

#rightcolumn #shoppingcartlink {
  color: #053996;
  display: inline-block;
  margin: 10px 0px;
  line-height: 14px;
}

#rightcolumn #shoppingcartlink:hover {
  border-color: #053996;
}

#rightcolumn {
  border: solid;
  border-color: #000;
  border-width: 0px 0px 0px 0px;
}

#rightcolumn hr {
  clear: both;
  background-color: #000;
  border: 0px;
  color: #000;
  height: 1px;
  margin: 10px 0px 5px 0px;
  padding: 0px;
}

#rightcolumn a {
  font-size: 12px;
  line-height: 1.7em;
  border-color: #000;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  padding: 0px 0px 1px 0px;
  color: #000;
  text-decoration: none;
}

#rightcolumn a:hover {
  border-color: #000;
  color: #f00;
}

#rightcolumn p {
  font-size: 0.7em;
  line-height: 1em;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#rightcolumn h1 {
  border-color: #000;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  color: #000;
  font-family: "Times New Roman";
  font-size: 0.8em;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 3px 0px;
  text-align: left;
}

#rightcolumn h2 {
  font-family: "Times New Roman";
  font-size: 16px;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 0.5pt;
  margin: 0px;
  text-align: left;
  padding: 0px;
}

#rightcolumn .textinput {
  background-color: #efefef;
  border: solid;
  border-color: #000;
  border-width: 1px;
  font-size: 0.7em;
  margin: 5px 0px 0px 0px;
  padding: 5px 4px;
  text-align: left;
  width: 150px;
}

#rightcolumn .submitbutton {
  background-color: #efefef;
  border: solid;
  border-color: #efefef;
  border-width: 1px;
  font-size: 0.7em;
  margin: 5px 0px 0px 0px;
  padding: 5px 4px;
  text-align: left;
  width: 160px;
}

#rightcolumn .submitbutton:hover {
  background-color: #fff;
  color: #000;
}

#rightcolumn .radioinput {
  margin: 2px 5px;
  position: relative;
  top: 2px;
}

#rightcolumn label {
  font-size: 0.75em;
}

/* FOXY CART */
.fcaddtocart {
  cursor: pointer;
  display: inline-block;
  padding: 8px 10px;
  line-height: 18px;
  border: solid;
  border-width: 1px;
  color: white;
  border-radius: 5px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  text-decoration: none !important;
  background-color: #4D99EA;
  border-color: #0083e6 #0074cc #0065b3;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
}
.fcaddtocart:hover {
  text-decoration: none;
  color: white;
  background-color: #1F60B1;
}
.fcaddtocart:active {
  text-decoration: none;
  background-position: 0 -15px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  top: 1px;
  border-color: rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.9);
}
.fcaddtocart:focus {
  outline: none;
}
.fcaddtocart:visited, .fcaddtocart:visited:hover {
  color: white;
}
.fcaddtocart::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input.fcaddtocart {
  -webkit-appearance: none;
}

.foxycart__minicart {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #4089d9;
  height: 55px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.156863) 0 2px 5px 0, rgba(0, 0, 0, 0.117647) 0 2px 10px 0;
  padding: 0px 10px;
  transition: all 0.3s;
  will-change: top, box-shadow;
}
.foxycart__minicart .minicart__title {
  float: left;
}
.foxycart__minicart .minicart__title h3 {
  margin: 15px 0px 0px 0px;
  color: #fff;
}
.foxycart__minicart p {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  margin: 0px;
  white-space: nowrap;
}
.foxycart__minicart p.minicart__totals {
  margin: 10px 10px 0px 0px;
  text-align: right;
}
.foxycart__minicart p.minicart__links {
  margin: 2px 0px 10px 0px;
  text-align: right;
}
.foxycart__minicart a, .foxycart__minicart span {
  font-size: 12px;
  line-height: 1.7em;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  padding: 0px 0px 1px 0px;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
.foxycart__minicart a:hover {
  border-style: none;
}
.foxycart__minicart span {
  color: #1169a4;
  border-width: 0px 0px 0px 0px;
}
.foxycart__minicart .minicart__text {
  float: left;
  margin-left: 0px;
}
.foxycart__minicart .minicart__icon {
  float: left;
  margin: 10px 15px 0px 15px;
}
.foxycart__minicart .minicart__icon img {
  color: #fff;
}

.foxycart__minicart-closed {
  top: -55px;
  box-shadow: none;
}

.foxycart__minicart-open {
  top: 0px;
}

#rightcolumn {
  margin-top: 50px;
}

/* Plist Options Form Style */
.plist form label:not(.btn),
.plist__options form label:not(.btn) {
  vertical-align: baseline;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  padding-top: 5px;
  margin-bottom: 0;
  line-height: 22px;
}

.plist form h3,
.plist__options form h3 {
  color: black;
  margin-bottom: 20px;
  font-weight: 300;
}

.plist__options__row {
  display: block;
  overflow: auto;
}

table .plist__options__row {
  background-color: white;
}

table .zebralight .plist__options__row {
  background-color: #efefef;
}

.plist__options__row--cart {
  display: block;
  overflow: auto;
  padding: 18px 0px 18px 0px;
  min-height: 40px;
  background-color: #efefef;
  color: #353535;
}

table .plist__options__row--cart {
  background-color: white;
}

table .zebralight .plist__options__row--cart {
  background-color: #f5f5f5;
}

.plist__options__row--cart__right {
  float: right;
}

.plist__options__row--cart__col1 {
  float: left;
  margin-right: 15px;
  padding-top: 5px;
  text-align: right;
}

.plist__options__row--cart__col2 {
  text-align: center;
  float: left;
  margin-right: 10px;
  overflow: visible;
}

.plist__options__row--cart__col2 .fcaddtocart {
  /*position: static;*/
}

.plist__options__row--cart__price {
  display: inline-block;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}

.plist__options__row--cart__label {
  display: inline-block;
  margin-right: 5px;
}

.plist__option--basic,
.plist__option--visual {
  display: block;
  /*clear: right;*/
  overflow: auto;
}

.plist__option--visual p,
.plist__option--basic p {
  vertical-align: baseline;
  padding-top: 5px;
  margin-top: 0px;
}

.label-left,
.plist__option--visual__col1,
.plist__option--basic__col1 {
  display: inline-block;
  width: 20%;
  margin-right: 5%;
  /*width: 150px;*/
  /*margin-right: 15px;*/
  text-align: right;
  float: left;
}

.plist__option--visual__col2 {
  /*width: 342px;*/
  width: 75%;
  text-align: left;
  float: left;
}

.plist__option--visual__img {
  margin-left: 10px;
  margin-bottom: 20px;
  float: right;
}

.plist__option--basic__col2 {
  width: 75%;
  /*width:565px;*/
  float: left;
}

.plist__option select {
  margin-bottom: 15px;
}

.plist__option {
  opacity: 1;
  position: relative;
  padding: 20px 18px 20px 20px;
  -webkit-transition: all 100ms cubic-bezier(0.65, 0.24, 0.62, 0.46);
  transition: all 100ms cubic-bezier(0.65, 0.24, 0.62, 0.46);
}

.plist__option.invisible {
  opacity: 0;
}

.plist__option.required.alert select {
  background-color: #649cb9;
  /* alert */
  color: white;
}

.plist__option.required.validated.alert select {
  background-color: #56BF8C;
  /* validated */
  color: white;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-image: none;
  border: 1px solid black;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  line-height: 18px;
  border: solid;
  border-width: 1px;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  font-family: "Helvetica", Sans-serif;
  font-size: 14px !important;
  line-height: 20px;
  text-decoration: none;
  background-color: #1F60B1;
  background-image: -ms-linear-gradient(top, #4D99EA, #1F60B1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4D99EA), to(#1F60B1));
  background-image: -webkit-linear-gradient(top, #4D99EA, #1F60B1);
  background-image: -o-linear-gradient(top, #4D99EA, #1F60B1);
  background-image: -moz-linear-gradient(top, #4D99EA, #1F60B1);
  background-image: linear-gradient(top, #4D99EA, #1F60B1);
  background-repeat: repeat-x;
  border-color: #0083e6 #0074cc #0065b3;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=$button_high, endColorstr=$button_low, GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.btn:hover {
  background-position: 0 -15px;
  color: white;
  transition-property: background-position;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  -webkit-transition-property: background-position;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: background-position;
  -moz-transition-duration: 0.1s;
  -moz-transition-timing-function: linear;
  -o-transition-property: background-position;
  -o-transition-duration: 0.1s;
  -o-transition-timing-function: linear;
}

.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:visited {
  color: white;
}

.btn-group > .btn {
  padding: 10px 16px;
  font-size: 16px !important;
  line-height: 18px;
  border-radius: 6px;
  border: solid;
  border-width: 1px;
  color: black;
  background-color: white;
  text-shadow: none;
  background-image: none;
  border-color: gray;
  filter: none;
  box-shadow: none;
  margin-left: 0;
  float: left;
}

.btn-group > .btn {
  margin-left: -1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.btn-group > .btn:hover {
  background-color: #e6e6e6;
}

.btn-group > .btn.active,
.btn-group > .btn:active {
  background-color: #c1c1c1;
}

.btn-group > .btn:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group > .btn:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: -1px;
}

.btn-group input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  box-sizing: border-box;
  padding: 0;
}

.inactive-button,
.inactive-button:hover {
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: auto;
  color: #E8E8E8;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #D6D6D6;
  background-image: none;
  box-shadow: none;
  border-color: #cacaca;
}

/* .plist__options (div style) */
.plist__options--div {
  border: none;
  background-color: #f7f7f7;
  margin: -10px 0px 10px 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.41, 0.41, 0.74, 0.34);
  transition: all 300ms cubic-bezier(0.41, 0.41, 0.74, 0.34);
  border-top: 2px solid #d2d2d2;
}

/* .plist__options--table (table style)  */
.plist tbody tr.plist__options--table td {
  padding: 0px;
}

.plist tbody .plist__options--table .plist__options__row--cart {
  /*border-top: 1px dotted black;*/
}

.plist__options {
  display: none;
}
.plist__options .option_desc .option_desc__introduction {
  font-weight: bold;
  margin-bottom: 20px;
}
.plist__options .option_desc .option_desc__filter_setup {
  padding-left: 15px;
  border-left: 1px solid white;
}
.plist__options .option_desc .option_desc__filter_setup h3 {
  margin-bottom: 3px;
}
.plist__options .option_desc .option_desc__filter_setup ul {
  background-color: white;
  border: 1px solid #d0d0d0;
  padding: 10px;
  margin-bottom: 25px;
  list-style-type: disc;
  margin-left: 25px;
}
.plist__options .option_desc .option_desc__filter_setup li {
  margin-left: 1.4em;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.div_mask {
  background-color: white;
  position: absolute;
  z-index: -1;
}

/* legacy indexpage */
#pwp_index .index_table {
  border: solid;
  border-color: #CFCFCF;
  border-width: 1px;
}
#pwp_index .index_table td {
  border: solid;
  border-color: #CFCFCF;
  border-width: 1px;
  vertical-align: middle;
  padding: 8px;
}
#pwp_index .adspace {
  border-color: #2d64c7;
  padding: 10px;
  margin: 10px;
  float: right;
  border-style: solid;
  border-width: 10px;
}
#pwp_index .log_in {
  font-family: arial black;
  font-style: italic;
  font-size: 18px;
}

/* end index page */
.product_info_table td {
  border: solid 1px;
  padding: 6px;
  vertical-align: middle;
  line-height: 1.5em;
}

.ro_dim_table td, .ro_dim_table th {
  margin: 2px;
  padding: 3px;
}

.ro_dim_table th {
  background-color: #c0c0c0;
}

.model77_cart_box {
  width: 355px;
  padding: 10px;
}

.tfc_table tr td:nth-child(odd) {
  font-weight: bold;
}

.tfc_table tr td {
  padding: 6px;
  width: 25%;
}

.tfc_table tr:nth-child(odd) td {
  background-color: #d2e0ff;
}

/* water-testing page */
.watersamplebox {
  margin: 0px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  text-align: center;
}

/*cart order chart*/
#cartridge_order_list table tbody tr td br {
  display: none;
}

#cartridge_order_list table tbody tr td a {
  color: black;
}

#cartridge_order_list table tbody tr td a:visited {
  color: purple;
}

#cartridge_order_list table tbody tr .part_num {
  text-align: center;
  text-transform: uppercase;
}

/* PAGE STYLES */
/* /cartridges/index */
#cartridge_group {
  position: relative;
  height: 396px;
}

#display_boxes_container {
  overflow: hidden;
  display: block;
  opacity: 1;
  position: absolute;
  top: 40px;
  left: 40px;
}

#display_boxes {
  width: 550px;
  height: 100px;
  overflow: hidden;
}

#display_boxes #map_default_display {
  display: block;
  position: relative;
}

#display_boxes > div {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}

#display_boxes > div > h3 {
  width: 550px;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0px;
  margin: 0px;
  padding: 0px 20px 5px 0px;
  font-weight: lighter;
  border: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #fff;
}

#display_boxes > div > p {
  color: #fff;
  padding: 12px 0px 10px 0px;
  font-size: 14px;
  line-height: 16px;
  font-weight: lighter;
  margin: 0px;
}

#cartridges_display_right {
  border: solid;
  border-width: 0px 0px 0px 1px;
  width: 200px;
  margin: 10px 0px;
  padding: 0px 0px 0px 10px;
  float: left;
}

#arrow {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 10px;
  padding: 0px 0px 0px 13px;
}

#cartridge_categories .section .cartridge_cat_text {
  background-color: #f0f0f0;
  padding: 10px 20px;
  width: 645px;
  height: 130px;
  display: inline-block;
  /* ie7 */
}

#cartridge_categories .section .float-right {
  margin: 0px 0px 0px 10px;
}

#page_cartridges_index hr {
  border: dotted;
  border-color: #efefef;
  border-width: 0px 0px 1px 0px;
}

#page_cartridges_index .section {
  background-color: #efefef;
  padding: 20px;
}

/*faucetpage.htm*/
.nsf_logo {
  display: inline;
  position: relative;
  top: 7px;
  left: 10px;
}

/*landing pages */
.landing_section {
  overflow: hidden;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #f0f0f0;
}

.landing_grid_text {
  padding: 10px;
  width: 590px;
  display: inline-block;
}

.landing_grid_image {
  background-color: #ffffff;
  padding: 0px 0px 0px 10px;
  float: right;
}

/* link section */
.page_link_section {
  overflow: hidden;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}

.page_link_section-text {
  padding: 10px;
  width: 590px;
  display: inline-block;
}

.page_link_section-text h2 a {
  font-size: 24px;
}

.page_link_section-image {
  background-color: #ffffff;
  padding: 0px 0px 0px 10px;
  float: right;
}

/* text and image */
.text_and_image_section {
  overflow: hidden;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}

.text_and_image_section-text {
  padding: 10px;
  width: 434px;
  display: inline-block;
}

.text_and_image_section-text h2 a {
  font-size: 24px;
}

.text_and_image_section-image {
  background-color: #ffffff;
  width: 306px;
  padding: 0px 0px 0px 10px;
  float: right;
}

/*Aermax */
.aermax-right {
  float: right;
  width: 306px;
  padding-left: 0px;
  border: 0;
}

.aermax-box {
  width: 360px;
  float: right;
  clear: both;
  padding: 0 0 0 15px;
  margin: 0 0 21px 15px;
  border: 0;
}

.aermax-left {
  float: left;
  width: 453px;
  padding-right: 10px;
}

.aermax_plist_information thead tr .plist_desc {
  width: 30%;
}

td.aermax-category {
  width: 15%;
}

/*backwashing.htm*/
.backwashing-box-right {
  width: 231px;
  float: right;
  clear: both;
  padding: 0 0 0 15px;
  margin: 0 0 21px 15px;
  border-style: solid;
  border-width: 0 0 0 1px;
}

/*bwro.htm */
.bwro-box-right {
  width: 348px;
  float: right;
  clear: both;
  padding: 0 0 0 15px;
  margin: 0 0 21px 15px;
  border-width: 0 0 0 1px;
}

/*chloraminefilter.htm*/
.chloramine-box-right {
  width: 351px;
  float: right;
  clear: both;
  padding: 0 0 0 15px;
  margin: 0 0 21px 15px;
  border-style: solid;
  border-width: 0 0 0 1px;
}

/*chlorinedosage.htm*/
.chlorine_disinfection_table, .chlorine_disinfection_table th, .chlorine_disinfection_table td {
  background-color: #ccc;
  border: solid;
  border-width: 1px;
  border-spacing: 0px;
  padding: 2px;
  text-align: center;
  font-weight: bold;
  border-collapse: collapse;
}

/*drypelletchlorinator*/
.float-right-dpc {
  float: right;
  clear: right;
  margin: 0px 0px 0px 30px;
  padding: 0px 0px 0px 20px;
  width: 171px;
  border: solid;
  border-width: 0px 0px 0px 1px;
}

.float-right-dpc .caption p {
  font-size: 12px;
  line-height: 12px;
}

/*filox*/
.floatbox-right-filox {
  float: right;
  margin: 0px 0px 25px 20px;
  padding: 0px;
  width: 350px;
}

/*fluoridefilter*/
.floatbox-right-fluoridefilter {
  float: right;
  margin: 0px 0px 25px 20px;
  padding: 0px;
  width: 350px;
}

/* model 77 */
.model77-box-right {
  width: 355px;
  float: right;
  padding: 10px 10px 10px 20px;
  margin: 0 0 21px 0px;
  border-style: solid;
  border-width: 0 0 0 1px;
  font-size: 16px;
  line-height: 22px;
}

.model77-box-left {
  width: 365px;
  float: left;
  padding: 10px 15px 0 0;
  margin: 0 0 21px 0;
  font-size: 16px;
  line-height: 22px;
}

.model77-box-right p {
  font-size: 85%;
  line-height: 21px;
}

.thin-box {
  width: 315px;
}

.wide-box {
  width: 405px;
}

.model77-logo {
  display: block;
  width: 400px;
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 0 0 25px 0;
  clear: none;
}

.model77-logo img {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.model77-logo h2 {
  margin: 0;
  font-size: 13.5pt;
  letter-spacing: -1px;
  font-weight: normal;
  text-align: center;
}

.bottom-box {
  margin: 0;
  padding-bottom: 15px;
}

.lighttan {
  background-color: #F5F5E9;
  border-color: #AAA;
}

.model77-stylechart {
  margin: 20px 0px 0px 0px;
  overflow: auto;
}

.model77-stylechart .image-link {
  float: left;
  margin: 0 35px 0 0;
  border: 1px solid #AAA;
  width: 280px;
  height: 280px;
}

/*murlok-fittings*/
.fittings-table td {
  text-align: center;
}

.fittings-table .price-column, .fittings-table .description-column {
  width: 25%;
}

.fittings-table img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fittings-table .side-by-side {
  width: 150px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.fittings-table .side-by-side img {
  display: block;
  float: left;
}

.fittings-table figcaption {
  font-size: 1em;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.fittings-table .black-fitting {
  background-color: #868686;
  color: white;
}

/*purauv*/
.floatbox-right-pwpuv {
  float: right;
  margin: 0px 0px 25px 10px;
  padding: 0px 0px 0px 10px;
  width: 366px;
  border: solid;
  border-width: 0px 0px 0px 1px;
}

.pura-imagebox img {
  float: left;
  margin: 0px 10px 15px 0px;
}

/*quickconnectleakfixing*/
.floatbox-right-quickconnect {
  clear: right;
  float: right;
  margin: 0px 0px 25px 10px;
  padding: 0px 0px 0px 10px;
  width: 350px;
  border: none;
  border-width: 0px 0px 0px 1px;
}

.floatbox-right-quickconnect hr {
  clear: both;
}

.floatbox-right-quickconnect .qc_box img {
  float: left;
  margin: 0px 10px 10px 0px;
}

/*returns */
.floatbox-right-returns {
  float: right;
  margin: 0px 0px 25px 10px;
  padding: 0px 0px 0px 10px;
  width: 220px;
}

/*roparts */
.floatbox-right-roparts {
  float: right;
  margin: 0px 0px 25px 10px;
  padding: 0px 0px 0px 10px;
  width: 210px;
}

.floatbox-right-roparts ul li {
  margin: 0px 0px;
}

.floatbox-right-roparts ul li a {
  font-size: 12px;
}

.floatbox-right-roparts ul li small {
  font-size: 12px;
}

/*rotanks*/
.floatbox-left-rotanks {
  float: left;
  margin: 0px 20px 40px 0px;
  padding: 0px;
  width: 306px;
}

/*spritehandheld*/
.floatbox-right-spritehh {
  float: right;
  margin: 0px 0px 25px 10px;
  padding: 0px 0px 0px 10px;
  width: 258px;
}

/*ss42*/
.floatbox-right-ss42 {
  float: right;
  margin: 0px 0px 25px 20px;
  padding: 0px 0px 0px 20px;
  width: 329px;
  border: solid;
  border-width: 0px 0px 0px 1px;
}

/*tubingandfittings */
.floatbox-right-tubingandfittings {
  float: right;
  margin: 0px 0px 25px 20px;
  padding: 0px 0px 0px 20px;
  width: 250px;
}

/*waterpurficicationinformation*/
table.info td {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  padding: 10px 0px;
}

/*wattsscalenet*/
.floatbox-right-wattsscalenet {
  float: right;
  margin: 0px 0px 25px 20px;
  padding: 0px 0px 0px 20px;
  width: 230px;
}

/*docs */
#docs_index {
  /* main nav UL */
}
#docs_index #nav_cat_anchors {
  list-style: disc;
}
#docs_index #nav_cat_anchors li {
  margin: 0px 0px 0px 25px;
}
#docs_index #nav_cat_anchors a {
  line-height: 1.2em;
}
#docs_index #nav_cat_archive > li > h3, #docs_index #docs_landing_manuals > ul > li > h3 {
  font-size: 1.4em;
  /*	background:  #649cb9;*/
  border: solid;
  font-weight: lighter;
  padding: 5px 0px 1px 5px;
  border-width: 0px 0 1px 0px;
  margin: 30px 0px 15px 0px;
}
#docs_index #nav_cat_archive {
  overflow: hidden;
}
#docs_index #nav_cat_archive > li {
  clear: both;
  overflow: hidden;
}
#docs_index #nav_cat_archive > li > ul > li {
  width: 380px;
  float: left;
}
#docs_index #nav_cat_archive > li > ul > li > h3 {
  background: #efefef;
  display: inline-block;
  margin: 20px 0px 10px 0px;
  padding: 5px 10px 5px 10px;
  width: 80%;
  color: #333;
  border: none;
  border-width: 0px 0px 1px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#docs_index .oddli {
  margin: 0px 0px 20px 0px !important;
  background: blue !important;
}
#docs_index #nav_cat_archive a {
  display: inline-block;
  margin: 0px 0px 0px 10px;
  padding: 6px 9px 6px 6px;
  font-size: 0.9em;
}
#docs_index #nav_cat_archive a:hover {
  /*
  background-color: #ddd;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
  */
}
#docs_index #docs_landing_manuals {
  clear: both;
  margin: 70px 0px 50px 0px;
}
#docs_index #doc_body .pdetail_desc {
  vertical-align: middle;
}

/* articles landing */
#article_index {
  margin: 0px 0px 50px 0px;
}

#article_index #nav_cat_archive > li > h3 {
  font-size: 1.6em;
  font-weight: lighter;
  padding: 5px 0px 5px 0px;
  color: #000;
  margin: 15px 0px;
  border: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #333;
  text-align: left;
  width: 100%;
  display: inline-block;
}

#nav_cat_archive {
  overflow: hidden;
}

#nav_cat_archive > li {
  clear: both;
  overflow: hidden;
}

#nav_cat_archive > li > ul > li {
  float: none;
  width: 100%;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}

#nav_cat_archive > li > ul > li > h3 {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 5px 0px;
  width: 100%;
  border: dotted;
  color: #333;
  border-width: 0px 0px 1px 0px;
}

.oddli {
  margin: 0px 0px 20px 0px !important;
  background: blue !important;
}

#nav_cat_archive > li > ul > li > ul > li > a, #nav_cat_archive > li > ul > li > a {
  display: inline-block;
  margin: 0px 0px 0px 10px;
  padding: 6px 9px 6px 6px;
  font-size: 0.9em;
}

#nav_cat_archive .anchor {
  display: inline;
}

#nav_cat_archive > li > ul > li > ul > li {
  width: 385px;
  float: left;
}

/* articles pages */
#articles_body > h2 {
  margin: 20px 0px 10px 0px;
}

/* 
	backwash chart media table  

*/
#page_articles_page .tab2 {
  float: left;
}

#page_articles_page .tab2 {
  margin: 0px 4px 10px 0px;
}

#page_articles_page .thirdchart {
  margin: 0px 0px 10px 0px;
}

#page_articles_page .tab2, .tab2 th, .tab2 td {
  border: 1px solid #000;
}

#page_articles_page .tab2 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#page_articles_page .tab2 thead th {
  background-color: #649cb9;
  color: #fff;
  padding: 8px;
}

#page_articles_page .tab2 thead th a {
  color: #fff;
}

#page_articles_page .tab2 tbody td {
  padding: 8px;
}

#page_articles_page .tab2 tbody td.odd {
  background-color: #66CCFF;
}

#page_articles_page .tab2 tbody td {
  vertical-align: middle;
  text-align: center;
}

#page_articles_page .tab2 .subhead th {
  background-color: #A0C9DE;
  color: #fff;
  font-style: normal;
  font-size: 75%;
}

/* page_articles_page */
#page_articles_page .float_right {
  float: right;
}

#page_articles_page .inline-right {
  text-align: center;
  float: right;
  border: none;
  margin: 0px 0px 25px 10px;
  padding: 0px 0px 0px 10px;
  width: 306px;
}

#page_articles_page .inline-right .caption {
  margin-bottom: 10px;
}

#page_articles_page .inline-center {
  text-align: center;
}

#page_articles_page #articles_body > ol {
  list-style: decimal;
}

#page_articles_page #articles_body > ol li {
  margin: 10px 0px 10px 40px;
}

#page_articles_page #articles_body > ul {
  list-style: disc;
}

#page_articles_page #articles_body .pfeatures {
  list-style: none;
}

#page_articles_page #articles_body .nostyle {
  list-style: none;
  /* to remove styling, but retain indention */
}

#page_articles_page #articles_body > ul li {
  margin: 10px 0px 10px 40px;
}

#page_articles_page {
  margin: 0px 0px 0px 0px;
}

#page_articles_page .caption {
  display: block;
  width: 100%;
  padding: 10px 0px 10px 0px;
}

/* Navigation Box*/
#page_articles_page #nav_links ul {
  margin: 0px 0px 0px 0px;
}

#page_articles_page #nav_links a:hover {
  color: #CCC;
}

/* Related Articles Box */
#page_articles_page #related_articles ul {
  margin: 5px 0px 0px 0px;
}

#page_articles_page #related_articles a:link {
  color: #fff;
}

#page_articles_page #related_articles a:visited {
  color: #777;
}

#page_articles_page #related_articles a:hover {
  color: #649CB9;
}

#page_articles_page .leftbox, .rightbox {
  float: left;
  margin: 5px 10px 20px 0px;
  width: auto;
}

#page_articles_page .leftbox {
  width: 250px;
}

#page_articles_page .rightbox {
  margin: 5px 0px 20px 0px;
  width: 470px;
}

#page_articles_page .infobox h3 {
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 1em;
}

#page_articles_page #nav_links.infobox ul,
#page_articles_page #related_articles.infobox ul {
  list-style: none;
}

#page_articles_page #nav_links.infobox li,
#page_articles_page #related_articles.infobox li {
  margin: 0px 0px 0px 0px;
}

#page_articles_page #nav_links.infobox a,
#page_articles_page #related_articles.infobox a {
  font-size: 0.9em;
  line-height: 1.8em;
}

#page_articles_page .note {
  background-color: #333;
  color: #fff;
  line-height: 1.2em;
  padding: 10px;
}

#page_articles_page .note a {
  color: #fff;
}

.water-problems-alpha {
  overflow: auto;
}

.water-problems-alpha ul li {
  float: left;
}

.water-problems-alpha ul li a {
  color: #999;
}

.water-problems-alpha ul li:before {
  content: "|";
  margin: 0px 3px;
  color: #ccc;
}

.water-problems-alpha ul li:first-child:before {
  content: "";
}

#water-problems-archive ul li h3 {
  font-size: 14px;
  border-color: #ccc;
  border-style: dotted;
}

#water-problems-archive ul li ul {
  overflow: hidden;
}

#water-problems-archive ul li ul li {
  width: 770px;
  margin-bottom: 10px;
}

#water-problems-archive ul li ul li .water-problem-listing {
  padding: 10px 50px 10px 0px;
  border: none;
  border-width: 0px 0px 1px 0px;
  border-color: #efefef;
}

#water-problems-archive ul li ul li a {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

#water-problems-archive ul li ul li p {
  font-size: 14px;
  line-height: 16px;
  font-color: #999;
  display: block;
  margin: 0;
}

/*
	Chlorine Dosage Table
*/
.chlorine_disinfection_table thead th {
  background-color: #649cb9;
  color: #fff;
  padding: 8px;
}

.chlorine_disinfection_table thead th a {
  color: #fff;
}

.chlorine_disinfection_table .subhead td {
  background-color: #A0C9DE;
  color: #fff;
  font-style: normal;
  font-size: 75%;
}

.chlorine_disinfection_table .subhead .mediumgrey {
  background-color: #C5DBE5;
  color: #FFFFFF;
}

.chlorine_disinfection_table, .chlorine_disinfection_table th, .chlorine_disinfection_table td {
  border: 1px solid #000;
}

.chlorine_disinfection_table tbody td.odd {
  background-color: #66CCFF;
}

/* feed dosage calculator */
#feedcalculator_container {
  margin: 0px 20px 0px 0px;
  overflow: hidden;
  float: right;
  margin: 0px 0px 0px 20px;
  width: 306px;
}

#feedcalculator {
  display: block;
  overflow: hidden;
  padding: 20px;
}

#feedcalculator label {
  float: left;
  display: block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  line-height: 24px;
}

#well_output {
  width: 120px;
}

#required_dosage {
  width: 100px;
}

#minutes {
  width: 100px;
}

#minutes {
  float: right;
  display: inline-block;
  font-size: 14px;
  text-align: right;
  margin: 0px;
  line-height: 24px;
}

#solution_strength {
  width: 80px;
}

#required_feed_line label {
  line-height: 30px;
}

.required_feed_line {
  overflow: hidden;
}

.required_feed_label {
  float: right;
}

.required_feed_label p {
  font-size: 12px;
  font-style: italic;
  margin: 0px 0px 10px 0px;
}

.controls {
  clear: both;
}

.controls input {
  margin: 0px 0px 0px 10px;
}

#feedcalculator .input_field {
  color: #A1A1A1;
  background-color: #f7f7f7;
  float: right;
  display: block;
  margin: 0px 0px 0px 0px;
  font-size: 0.8em;
  border-style: inset;
  border-width: 3px;
}

#feedcalculator .entered {
  background-color: #fff;
  color: #000;
  display: none;
  float: left;
  border: none;
  margin: 0px 5px 0px 0px;
  padding: 3px 0px 3px 0px;
  font-size: 20px;
  height: 20px;
}

#equal_line {
  margin: 10px auto 10px auto;
  height: 1px;
  width: 100%;
  border: none;
  background-color: #fff;
  color: #fff;
}

#feedcalculator .required_feed {
  display: block;
  float: right;
  text-align: right;
  padding-right: 5px;
  margin-right: 5px;
  font-size: 24px;
  line-height: 36px;
  width: 140px;
}

#feedcalculator .numeric {
  text-align: right;
  padding-right: 5px;
}

#feedcalculator .textual {
  text-align: left;
}

#feedcalculator .formline {
  clear: both;
  display: block;
  height: 40px;
  margin-bottom: 5px;
}

#feedcalculator .required_feed_line {
  clear: both;
  display: block;
  line-height: 45px;
}

#feedcalculator .required_feed_line label {
  line-height: 36px;
}

#feedcalculator .form_caption {
  font-size: 0.8em;
  line-height: 22px;
}

#feedcalculator .error {
  background-color: #efbfaf;
  color: #fff;
}

#feedcalculator .highlighterror {
  background-color: #FF4242;
  color: #fff;
}

#feedcalculator .activeselection {
  background-color: #E9F1F5;
  color: #000000;
}

#calculator_header {
  display: block;
  padding: 10px 15px 5px 15px;
  margin: 0px 0px 5px 0px;
}

#calculator_header h1 {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}

#calculator_header p {
  font-size: 14px;
  line-height: 18px;
}

#feedcalculator #enterbutton {
  float: right;
  display: inline-block;
}

#feedcalculator #resetbutton {
  float: right;
  margin: 0px 0px 0px 5px;
}

/* end calculator */
/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */
@media all and (orientation: portrait) {
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation: landscape) {
  /* Style adjustments for landscape mode goes here */
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  /* a:after { content: " (" attr(href) ")"; } */
  abbr:after {
    content: " (" attr(title) ")";
  }

  .ir a:after {
    content: "";
  }

  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin-top: 1.5cm;
    margin-bottom: 1.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  tr, td, th {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  body {
    min-width: 0px;
    color: black;
    font: 12pt Georgia, "Times New Roman", Times, serif;
  }

  h1 {
    font-size: 18pt;
  }

  /*hide right menu*/
  #rightcolumn {
    display: none;
  }

  .noprint {
    display: none;
    visibility: hidden;
  }

  .logo {
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  #footer {
    border: none;
    border-top-style: solid;
    border-top-width: 1px;
  }

  #container {
    margin: 0% 5%;
    width: auto;
  }

  #contentwrap, #contentcolumn, #contentinner {
    width: auto;
    float: none !important;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}
