@charset "UTF-8";

@font-face {
    font-family: 'NovecentowideBook';
    src: url('Novecentowide-Book-webfont.eot');
    src: url('Novecentowide-Book-webfont.eot?#iefix') format('embedded-opentype'), url('Novecentowide-Book-webfont.woff') format('woff'), url('Novecentowide-Book-webfont.ttf') format('truetype'), url('Novecentowide-Book-webfont.svg#NovecentowideBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NovecentowideLight';
    src: url('Novecentowide-Light-webfont.eot');
    src: url('Novecentowide-Light-webfont.eot?#iefix') format('embedded-opentype'), url('Novecentowide-Light-webfont.woff') format('woff'), url('Novecentowide-Light-webfont.ttf') format('truetype'), url('Novecentowide-Light-webfont.svg#NovecentowideLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NovecentowideBook';
    src: url('Novecentowide-Book-webfont.eot');
    src: url('Novecentowide-Book-webfont.eot?#iefix') format('embedded-opentype'), url('Novecentowide-Book-webfont.woff') format('woff'), url('Novecentowide-Book-webfont.ttf') format('truetype'), url('Novecentowide-Book-webfont.svg#NovecentowideBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NovecentowideMedium';
    src: url('Novecentowide-Medium-webfont.eot');
    src: url('Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('Novecentowide-Medium-webfont.woff') format('woff'), url('Novecentowide-Medium-webfont.ttf') format('truetype'), url('Novecentowide-Medium-webfont.svg#NovecentowideMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NovecentowideDemiBold';
    src: url('Novecentowide-DemiBold-webfont.eot');
    src: url('Novecentowide-DemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('Novecentowide-DemiBold-webfont.woff') format('woff'), url('Novecentowide-DemiBold-webfont.ttf') format('truetype'), url('Novecentowide-DemiBold-webfont.svg#NovecentowideDemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NovecentowideBold';
    src: url('Novecentowide-Bold-webfont.eot');
    src: url('Novecentowide-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('Novecentowide-Bold-webfont.woff') format('woff'), url('Novecentowide-Bold-webfont.ttf') format('truetype'), url('Novecentowide-Bold-webfont.svg#NovecentowideBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  BASICS
  reliance dark blue - #004e90
  reliance green: #1fb25a
  boxes: 1px solid #ccc
  body text: #000
*/

/* GLOBAL STYLES */
body {
    margin: 0;
    padding: 0;
  min-width: 960px;
    background: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1 {
    font-family: 'NovecentowideMedium', Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
}
h2 {
    font-family: 'NovecentowideMedium', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
}
h3 {
    font-family: 'NovecentowideMedium', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
}
h4 {
    font-family: 'NovecentowideBook', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
}
h5 {
    height: 25px;
    padding: 1px 0 20px 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 18px;
    font-style: italic;
    background: url(../images/purple-arrow.jpg) no-repeat;
}
h6 {
  font-size: inherit;
  line-height: inherit;
}
  .BuyersMain h1, .BuyersMain h2, .BuyersMain h3, .BuyersMain h4, .BuyersMain h5, .BuyersMain h1 a, .BuyersMain h2 a, .BuyersMain h3 a, .BuyersMain h4 a, .BuyersMain h5 a {
    color: #62af3c;
  }
  .ProductMain h1, .ProductMain h2, .ProductMain h3, .ProductMain h4, .ProductMain h5, .ProductMain h1 a, .ProductMain h2 a, .ProductMain h3 a, .ProductMain h4 a, .ProductMain h5 a {
    color: #6600cc;
  }
  .LearnMain h1, .LearnMain h2, .LearnMain h3, .LearnMain h4, .LearnMain h5, .LearnMain h1 a, .LearnMain h2 a, .LearnMain h3 a, .LearnMain h4 a, .LearnMain h5 a {
    color: #cc0000;
  }
  .OwnerMain h1, .OwnerMain h2, .OwnerMain h3, .OwnerMain h4, .OwnerMain h5, .OwnerMain h1 a, .OwnerMain h2 a, .OwnerMain h3 a, .OwnerMain h4 a, .OwnerMain h5 a {
    color: #ff6600;
  }
p {
  margin: 0;
  padding: 0 0 15px;
}
ul {
  margin: 0;
    padding: 6px 0 30px 18px;
}
hr {
  height: 0;
  margin: 5px 0 20px;
  background: none;
  border: 0;
  border-bottom: 1px dotted #999;
}
a {
    color: #0099ff;
    text-decoration: none;
  cursor: pointer;
}
  a:hover {
    text-decoration: underline;
  }
  a.left_arrow {
    background: url(../images/arrows.png) 0 -10px no-repeat;
    height: 25px;
    padding: 0 0 0 10px;
  }
  a.right-arrow {
    background: url(../images/arrows.png) right -10px no-repeat;
    height: 25px;
    padding: 0 12px 0 0;
  }
img {
  border: 0;
}
.addthis {
    float: right;
}
.italic {
    font-style: italic;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 35px;
}
.breadcrumb {
  margin: 31px auto 0;
  width: 930px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: lowercase;
}
  .breadcrumbWBanner {
    position: absolute;
    z-index: 2;
    top: 180px;
    left: 50%;
    margin: 0 0 0 -465px;
  }
  .addthis {
    text-transform: none;
  }
.slogan .disclaimer {
  color:#fff;
}
.disclaimer {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #333;
    font-weight: normal;
}
.blue, .blue a {
    color: #0099ff !important;
    font-weight: bold;
}
.red, .red a {
    color: #cc0000;
}
.orange, .orange a {
    color: #ff8000;
}
.green, .green a {
    color: #62af3c;
}

p.ImageLeft, p.ImageRight {
  margin: 0;
  padding: 0;
}
img.ImageLeft, .ImageLeft img {
  float: left;
  margin: 0 20px 10px 0;
}
img.ImageRight, .ImageRight img {
  float: right;
  margin: 0 0 10px 20px;
}

.hidden {
  display: none;
}

/* HEADER STYLES */
#header {
    height: 99px;
    border-bottom: 1px solid #0099ff;
    width: 100%;
  overflow: hidden;
    background: url(../images/raster.jpg) repeat;
}
  #header-top {
    margin: 19px auto 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 940px;
    height: 80px;
    background: url(../images/bg-header-bar.png) top repeat-x;
  }
    #header-top h4 {
      float: left;
      border-left: 1px solid #ccc;
      margin: 25px 0 0 0;
      padding: 10px 0 0 25px;
      height: 25px;
      color: #0099ff;
    }
#wp-logo {
    float: left;
    width: 109px;
    height: 43px;
    background: url(../images/whirlpool-logo.png) top center no-repeat;
    text-indent: -9999px;
    outline: none;
    display: block;
    margin: 19px 25px 18px 19px;
}
#return {
    display: none;
    width: 220px;
    background: url(../images/arrows.png) 200px -11px no-repeat;
    height: 25px;
    float: left;
    margin: 35px 0 0 200px;
}
  #return h4 {
    text-decoration: none;
    border: none;
    color: #0099ff;
    margin: 0;
    padding: 0;
  }
.searchForm {
  float: right;
  margin: 29px 23px 0 0;
    width: 160px;
    height: 25px;
  background: #fff;
    border: 1px solid #ccc;
}
  .searchForm .textbox {
    display: inline-block;
    vertical-align: top;
    width: 125px;
    height: 15px;
    padding: 3px 0 3px 15px;
    border: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: oblique;
    color: #999;
  }
  .searchForm .button {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 21px;
    background: url(../images/magnifying-glass.png) no-repeat left center;
  }
  .searchForm .gsc-input {
    vertical-align: top;
    padding-right: 0 !important;
  }
  .searchForm .gsc-input-box {
    border: 0;
  }
  .searchForm .gsib_a {
    padding-right: 0;
  }
  .searchForm input.gsc-search-button-v2 {
    padding: 5px;
    margin-top: 0;
  }
  .gstl_0 .gsc-completion-container table {
    font-size: 12px;
  }

ul#nav {
    width: 940px;
    height: 50px;
    position: relative;
    top: 21px;
    margin: 0 auto;
  padding: 0;
  list-style: none;
    background: url(../images/bg-nav-bar.png) top repeat-x;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
  ul#nav li {
    float: left;
    width: 235px;
    height: 35px;
    padding-top: 15px;
    font-family: 'NovecentowideBold', Helvetica, Arial, sans-serif;
    font-size: 12px;
  }
    ul#nav li a {
      display: block;
      width: 234px;
      height: 25px;
      text-align: center;
      color: #333;
    }
.search {
    float: right;
    margin-top: 13px;
    height: 15px;
    padding: 5px;
    border: 1px solid #d7d6d6;
    background: url(../images/search-mag-glass.jpg) right center no-repeat #fff;
    color: #999;
}
  .search:focus {
    border: 1px solid #004e90;
    outline: none;
  }

#menu {
  position:relative;
  width: 940px;
  height: 48px;
  margin: -1px auto 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #83ccff;
  z-index: 999;
  background: url(../images/menu-bg.png) repeat-x left top;
}
  #menu li {
    float: left;
    width: 236px;
    margin: 0 0 0 -1px;
    font-family: 'NovecentowideBold', Helvetica, Arial, sans-serif;
    font-size: 12px;
    background: url(../images/menu-bg.png) repeat-x left 50px;
  }
  #menu li.buyers-guide-nav {
    width: 235px;
    margin: 0;
  }
    #menu li.buyers-guide-nav:hover {
      background-position: left -51px;
    }
    #menu li.products-nav:hover {
      background-position: left -101px;
    }
    #menu li.learn-more-nav:hover {
      background-position: left -151px;
    }
    #menu li.owner-center-nav:hover {
      background-position: left -201px;
    }
    #menu li > a {
      display: block;
      width: 235px;
      text-align: center;
      height: 25px;
      padding: 15px 0 9px;
      color: #333;
      text-decoration: none;
      background: url(../images/arrow-blue-down.png) no-repeat center 37px;
    }
    #menu li.buyers-guide-nav > a {
      width: 234px;
    }
      #menu li.buyers-guide-nav > a:before, #menu li.products-nav > a:before, #menu li.learn-more-nav > a:before {
        content: "";
        float: right;
        width: 0;
        height: 25px;
        margin-right: -1px;
        border-right: 1px solid #999;
      }
        #menu li.buyers-guide-nav:hover > a:before, #menu li.products-nav:hover > a:before, #menu li.learn-more-nav:hover > a:before {
          display: none;
        }
      #menu li:hover > a {
        color: #fff;
      }
      #menu li > a:hover {
        background: url(../images/arrow-down.png) no-repeat center 37px;
      }
      #menu li.buyers-guide-nav > a, #menu li.buyers-guide-nav > a:hover {
        background: none;
      }
        #menu li div a {
          display: block;
          background: none;
        }
          #menu li div a:hover {
            text-decoration: none;
          }


.products-dropdown {
  position: absolute;
  left: -999em;
  top: auto;
  margin-top: -1px;
  z-index: 1000;
  width: 670px;
  height: 120px;
  padding: 10px 0 0 10px;
  border: 10px solid #6600cc;
  background: #fff;
  font-family: 'NovecentowideBold',Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
  #menu li:hover .products-dropdown {
    left: 0px;
  }
  .products-dropdown .section {
    float: left;
    width: 196px;
    height: 106px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: 6px top;
  }
    .products-dropdown a {
      display: block;
      padding: 35px 0 0 60px;
      height: 71px;
      color: #6600cc !important;
    }
      .products-dropdown a span {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        font-weight: bold;
        text-transform: lowercase;
        color: #666;
      }
  .products-dropdown .products-electric {
    margin-left: 15px;
    background-image: url(../images/electric-products-drop.jpg);
  }
  .products-dropdown .products-gas {
    margin-left: 25px;
    background-image: url(../images/gas-products-drop.jpg);
  }
  .products-dropdown .products-lp {
    margin-left: 20px;
    background-image: url(../images/lp-products-drop.jpg);
  }
    .products-dropdown .products-lp a {
      padding-left: 57px;
    }


.learn-more-dropdown {
  position: absolute;
  left: -999em;
  top: auto;
  margin-top: -1px;
  z-index: 1000;
  width: 510px;
  height: 120px;
  padding: 10px 0 0 25px;
  border: 10px solid #cc0000;
  background: #fff;
  font-family: 'NovecentowideBold',Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
  #menu li:hover .learn-more-dropdown {
    left: 300px;
  }
  .learn-more-dropdown .section {
    float: left;
    margin-left: 10px;
    width: 232px;
    height: 106px;
    background-repeat: no-repeat;
    background-position: left top;
  }
    .learn-more-dropdown a {
      display: block;
      padding: 35px 0 0 60px;
      height: 71px;
      color: #cc0000 !important;
    }
      .learn-more-dropdown a span {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        font-weight: bold;
        text-transform: lowercase;
        color: #666;
      }
  .learn-more-dropdown .learn-more-gas {
    background-image: url(../images/electric-learn-drop.jpg);
  }
  .learn-more-dropdown .learn-more-electric {
    background-image: url(../images/gas-learn-drop.jpg);
  }


.owner-center-dropdown {
  position: absolute;
  left: -999em;
  top: auto;
  margin-top: -1px;
  z-index: 1000;
  width: 215px;
  border: 10px solid #ff7f00;
  background: #fff;
}
  #menu li:hover .owner-center-dropdown {
    left: 705px;
  }
  .owner-center-dropdown a {
    margin: 0 10px 4px 10px;
    padding: 8px 6px;
    border-bottom: 1px dotted #999;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    text-transform: lowercase;
    color: #666;
  }
    .owner-center-dropdown a:hover {
      color: #0099ff;
      background: none;
    }


/* HOME PAGE BANNNER STYLES */
.homeSlider {
    position: relative;
  margin: -49px 0 80px;
    width: 100%;
    height: 350px;
    z-index: 1;
}

.homeSlide {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 350px;
  width: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: top center;
}
  .homeSlide:first-child {
    display: block;
  }
  .homeSlide .container {
    width: 960px;
    position: relative;
    margin: 0 auto 0 auto;
  }
  .homeSlide .slogan {
    float: left;
    width: 325px;
    margin: 120px 0 0 70px;
    text-align: right;
    color: #fff;
  }
  .homeSlider .ImageOnLeft .slogan {
    float: right;
    margin: 120px 100px 0 0;
    text-align: left;
  }
    .homeSlide .slogan h1 {
      font-size: 26px;
      border-bottom: 1px #fff dotted;
      padding-bottom: 10px;
    }
    .homeSlide .slogan p {
      padding-top: 10px;
    }
  .homeSlide .product {
    float: left;
    margin: 40px 0 0 40px;
    width: 480px;
    /*height: 371px;
    background: url(../images/banner-one-wh.png) top center no-repeat;*/
    background-repeat: no-repeat;
    background-position: center top;
  }
    .homeSlide .product .see-work {
      display: block;
      margin: 130px 0 0 0;
      width: 163px;
      height: 44px;
      text-indent: -9999px;
      background: url(../images/btn-see-it-work.png) left top no-repeat;
    }
    .homeSlider .ImageOnLeft .product .see-work {
      margin-left: 300px;
      background-image: url(../images/btn-see-it-work-right.png);
    }
      .homeSlide .product .see-work:hover {
        background-position: 5px 0px;
      }
      .homeSlider .ImageOnLeft .product .see-work:hover {
        background-position: -5px 0px;
      }


.contentWrap {
    position: relative;
    width: 940px;
    margin: auto;
}
  .ProductMain .contentWrap {
    margin-top: 10px;
  }

/* HOME PAGE CONTENT */
.homeCallout {
  position: relative;
  height: 100px;
  padding: 15px;
  background: url(../images/hash-orange.png) repeat left top;
}
  .homeCallout .hero {
    position: absolute;
    top: -15px;
    left: 20px;
    z-index: 2;
  }
  .homeCallout .fill {
    height: 100px;
    width: 910px;
    background: #fff;
  }
    .homeCallout h1 {
      float: left;
      margin: 15px 0 0 170px;
      width: 150px;
      font-family: 'NovecentowideLight', Helvetica, Arial, sans-serif;
      font-size: 36px;
      line-height: 36px;
      color: #ff7f00;
    }
    .homeCallout .text {
      float: left;
      width: 320px;
      margin: 23px 0 0 20px;
    }
    .homeCallout .links {
      float: left;
      width: 230px;
      margin: 13px 0 0 15px;
      padding: 0;
      list-style: none;
    }
      .homeCallout .links a {
        color: #333;
        text-decoration: none;
      }

.homeBody {
  padding: 40px 40px 0;
  overflow: hidden;
}

.homeTopics {
  clear: both;
  padding: 40px 0 0;
  overflow: hidden;
}
  .homeTopics .section {
    float: left;
    width: 250px;
    padding: 20px 20px 20px 40px;
    border-left: 1px dotted #999;
  }
    .homeTopics .section:first-child {
      border: none;
    }
    .homeTopics .choose {
      margin: 0 0 10px;
      color: black;
    }
    .homeTopics .products {
      margin: 0 0 10px;
      color: black;
    }
    .homeTopics .learn {
      margin: 0 0 10px;
      color: black;
    }
    .homeTopics p {
      margin: 0 0 10px;
    }

/* PRODUCT PAGE CONTENT */

#product-container {
    margin-top: 20px;
  padding: 0 0 30px;
}
  #product-container #product-sample {
    float: left;
    margin-bottom: 15px;
    width: 240px;
    text-align: center;
  }
    #product-sample .hero {
      width: 230px;
    }
    #product-sample .thumbnail {
      height: 53px;
    }
    #product-sample .blue {
      text-transform: uppercase;
    }
    #product-container #product-sample .product-shots {
      float: left;
      width: 57px;
      margin: 0 0 0 10px;
    }
#product-overview {
    width: 700px;
    float: right;
}
  #product-overview h1 {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 23px;
  }
  #product-overview .energy-star {
    margin: 0 20px 0 0;
    float: left;
  }
  #product-overview .productModel {
    margin: 20px 0;
    padding: 0;
  }
  #product-overview .bvReview {
    clear: both;
    overflow: hidden;
    margin: 20px 0 5px;
    padding: 10px 0 0;
  }
  #product-overview .reviews img {
    vertical-align: top;
  }

#product-shop-now {
    float: left;
    width: 700px;
    padding: 10px 0;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
}
  #product-shop-now .shop-links {
    float: left;
    margin: -10px 20px 0;
    padding-top: 15px;
    line-height: 28px;
  }
    #product-shop-now .seeItWork {
      margin: -13px 0 -7px 10px;
    }
span.lowes-products {
    float: right;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
}
  span.lowes-products img {
    position: relative;
    bottom: -6px;
  }
table.attributes {
    font-size: 12px;
    width: 570px;
    margin-bottom: 20px;
    padding: 0 0 15px 30px;
    border-bottom: 1px solid #cccccc;
}
#dimensions {
    font-size: 12px;
    width: 240px;
    float: right;
    background: #f8f4fc;
    margin: 25px 0 0 0;
    padding: 5px 15px 10px;
    border: 12px;
    border-image: url(../images/hash-purple-wrap.png) 23% round;
}

/* PRODUCT WATER HEATERS CONTENT */
.productsHash {
  margin: 15px 0 0;
    height: 18px;
    width: 940px;
    background: url(../images/hash-purple.png) repeat;
}
.productsHeader {
    width: 940px;
    height: 18px;
  padding: 15px 0;
  margin: 0 0 16px;
    overflow: hidden;
}
  .productsHeader .wrap {
    height: 18px;
    width: 940px;
    background: url(../images/hash-purple.png) repeat;
  }
    .productsHeader h1 {
      float: left;
      font-size: 26px;
      margin: -6px 0 0 40px;
      padding: 0 15px;
      font-family: 'NovecentowideMedium', Helvetica, Arial, sans-serif;
      background: #fff;
    }
.product-view {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    width: 940px;
    margin: 0px auto 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.pages {
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    float: right;
    font-size: 10px;
}
.dotted-row {
    border-bottom: 1px dotted #999;
    padding-top: 20px;
    margin-bottom: 20px;
    clear: both;
}
.banner-space {
    margin: 20px 0;
}

.FilterGroup {
  position: relative;
  margin: 0 0 20px;
  text-align: left;
}
  .FilterGroup .toggle {
    position: absolute;
    left: -25px;
    top: -6px;
    padding: 5px 8px;
    cursor: pointer;
  }
    .FilterGroup .descriptions {
      margin: 0;
    }
    .FilterGroup.minimize .descriptions {
      display: none;
    }

.descriptions {
    list-style: none;
    margin: 0 0 20px;
  padding: 0;
}
  .descriptions li {
    font-size: 11px;
    margin: 4px 0 0;
  }
    .descriptions li input {
      margin: 0 6px 0 0;
    }

/* PRODUCT -THUMB VIEW- CONTENT*/
#product-thumbs {
    position: relative;
}

#product-thumbs:before,
#product-thumbs:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

#product-thumbs:after {
  clear: both;
}

#product-thumbs {
  *zoom: 1;
}



  #product-thumbs .reviews {
    padding: 0 0 8px;
  }
  #product-thumbs .product-thumbs-overview {
    position: relative;
    font-size: 11px;
    float: left;
    width: 202px;
    padding: 0px 15px 0 15px;
    border-right: 1px dotted #999;
    text-align: center;
  }
  #product-thumbs .energy-star-thumb {
    position: absolute;
    top: 150px;
    right: 15px;
  }
  #product-thumbs .unit-thumb {
    height: 250px;
  }
  #product-thumbs .last {
    border: none;
  }
  #product-thumbs .actions {
    padding: 0;
  }
    #product-thumbs .Compare {
      margin-left: 5px;
    }
a.thumb-view {
    background: url(../images/thumb-view.jpg) -50px 4px no-repeat;
    height: 21px;
    width: 24px;
    padding: 7px 0px 0px 22px;
    position: relative;
    top: 3px;
    color: #363636;
}
  a.thumb-view:hover, a.thumb-view.thumb-active {
    background: url(../images/thumb-view.jpg) -50px -17px no-repeat;
    height: 21px;
    width: 24px;
    text-decoration: none;
    color: #0099ff;
  }
  a.thumb-view span {
    position: relative;
    bottom: 3px;
    padding-left: 3px;
  }

/* PRODUCT -LIST VIEW- CONTENT*/
#product-list {
    position: relative;
}
  #product-list .product-list-overview {
    font-size: 11px;
    float: left;
    width: 700px;
    padding: 20px 0px 10px;
    border-top: 1px dotted #999;
  }
  #product-list .images {
    position: relative;
    float: left;
    width: 200px;
    text-align: center;
  }
    #product-list .unit-thumb {
      height: 250px;
      max-width: 200px;
    }
  #product-list .energy-star-list {
    position: absolute;
    top: 120px;
    left: 0;
  }
  #product-list .product-list-snippet {
    width: 500px;
    float: left;
  }
    #product-list .product-list-snippet h3 {
      font-family: Verdana, Geneva, sans-serif;
    }
a.list-view {
    background: url(../images/list-view.jpg) 0 0 no-repeat;
    height: 21px;
    width: 24px;
    padding: 6px 0px 0px 0px;
    position: relative;
    top: 3px;
    color: #363636;
    overflow: hidden;

}

  a.list-view:hover, a.list-view.list-active {
    background: url(../images/list-view.jpg) 0 -21px no-repeat;
    height: 21px;
    width: 24px;
    text-decoration: none;
    color: #0099ff;
    margin-top: -3px;
    overflow: hidden;
  }
  a.list-view span {
    position: relative;
    bottom: 3px;
    padding-left: 30px;
  }

/* BUYERS GUIDE BANNNER STYLES */
.tallBanner {
  margin: -49px 0 -50px;
    width: 100%;
    height: 429px;
    /*background: url(../images/buyers-guide-banner.jpg) top center no-repeat #fff;*/
  background-repeat: no-repeat;
  background-position: center top;
}
  .tallBanner .container {
    position: relative;
    width: 960px;
    margin: auto;
  }
  .tallBanner .content {
    float: left;
    width: 400px;
    margin: 38px 0 0 50px;
  }
    .ProductMain .tallBanner .content, .ProductMain .tallBanner .content h2 {
      color: #fff;
    }
    .tallBanner h2 {
      padding-bottom: 20px;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-style: italic;
      font-weight: normal;
      font-size: 26px;
    }
  .tallBanner .calloutImage {
    position: absolute;
    top: 80px;
    left: 525px;
  }
  .tallBanner .snippet {
    margin: 50px 0 0 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
    color: #333333;
  }
    .tallBanner .snippet a {
      margin: 0 0 0 10px;
      font-family: 'NovecentowideDemiBold', Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-style: normal;
      color: #6600cc;
    }

.adImage {
  clear: both;
  padding: 20px 0;
  overflow: hidden;
}
  .adImage a {
    display: block;
    width: 700px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left top;
  }
    .adImage a:hover {
      background-position: right bottom;
    }
    .adImage a span {
      display: none;
    }

/* BUYERS GUIDE CONTENT */
.splitHeader {
  display: block;
  width: 900px;
  padding: 5px 0 5px 40px;
    height: 18px;
  overflow: hidden;
  margin: 0 0 24px;
}
  .splitHeader h1:before {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    content: "";
    width: 40px;
    height: 18px;
    background-repeat: repeat;
  }
  .splitHeader h1 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    height: 18px;
    font-family: 'NovecentowideMedium', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 18px;
  }
  .splitHeader h1:after {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    content: "";
    width: 870px;
    height: 18px;
    background-repeat: repeat;
  }
    .BuyersMain .splitHeader h1:before, .BuyersMain .splitHeader h1:after {
      background-image: url(../images/hash-green.png);
    }
    .LearnMain .splitHeader h1:before, .LearnMain .splitHeader h1:after {
      background-image: url(../images/hash-red.png);
    }
    .OwnerMain .splitHeader h1:before, .OwnerMain .splitHeader h1:after {
      background-image: url(../images/hash-orange.png);
    }
    .ProductMain .splitHeader h1:before, .ProductMain .splitHeader h1:after {
      background-image: url(../images/hash-purple.png);
    }

.topicBox {
  padding: 0 0 10px;
  overflow: hidden;
}
  .topicBox .list {
    float: left;
    width: 620px;
    padding: 20px 20px 10px 0px;
  }
    .topicBox .list .section {
      padding: 20px 0 5px;
      border-bottom: 1px dotted #999;
    }
      .topicBox .list .section:first-child {
        padding-top: 0;
      }
      .topicBox .list .section:last-child {
        padding-bottom: 0;
        border: 0;
      }
    .topicBox .list h3 {
      padding: 0 0 6px;
    }
  .topicBox .dimensions {
    float: right;
    width: 240px;
    margin: 20px 0 0 0;
    padding: 10px 15px;
    border: 12px;
    background: #fff;
    font-size: 11px;
  }
    .BuyersMain .topicBox .dimensions {
      border-image: url(../images/hash-green-wrap.png) 23% round;
    }
    .OwnerMain .topicBox .dimensions {
      border-image: url(../images/hash-orange-wrap.png) 23% round;
    }

/* LEARN MORE BANNNER STYLES */
.learn-more-column {
  float: left;
  margin-right: 60px;
}
.learn-more-single .learn-more-column {
  float: none;
  margin: 0;
}
  .learn-more-list {
    list-style: none;
    width: 400px;
    margin: 0;
    padding: 0;
  }
  .learn-more-single .learn-more-list {
    width: auto;
  }
  .learn-more-list li {
    border-bottom: 1px dotted #cccccc;
    padding: 15px 0;
  }

/* LEARN MORE > COST OF OPERATION CONTENT */
.breadcrumbBanner {
  margin: -39px 0 43px;
    width: 100%;
    height: 262px;
    /*background: url(../images/learn-more-sub-banner.jpg) top center no-repeat #ffffff;*/
  background-repeat: no-repeat;
  background-position: center top;
}
  .LearnMain .breadcrumbBanner h2 {
    color: #cc0000;
  }
  .OwnerMain .breadcrumbBanner {
    margin-bottom: 25px;
    background-position: center 41px;
    color: #fff;
  }
    .OwnerMain .breadcrumbBanner h2 {
      color: #fff;
    }
  .breadcrumbBanner .container {
    width: 960px;
    margin: auto;
  }
    .breadcrumbBanner .content {
      float: left;
      margin: 120px 0 0 50px;
    }
    .OwnerMain .breadcrumbBanner .content {
      margin: 100px 0 0 50px;
    }
      .breadcrumbBanner h2 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        font-weight: normal;
        font-size: 42px;
      }
      .breadcrumbBanner p {
        padding-top: 10px;
        font-size: 16px;
      }

#full-page, .full-page {
    padding: 20px 20px 10px 0;
}

/* SIXTH SENSE */
.detailSummary {
  position: relative;
  margin: -10px 0 0;
  padding: 20px 0;
  overflow: hidden;
}
  .detailSummary .center {
    position: relative;
    float: left;
    width: 270px;
    padding: 0 20px;
    border-left: 1px dotted #999;
    text-align: center;
  }
  .detailSummary2 .center {
    width: 425px;
  }
    .detailSummary .center:first-child {
      border: none;
    }
    .detailSummary img {
      height: 250px;
    }
    .detailSummary p {
      padding: 0 0 10px;
    }
    .detailSummary .demoBtn {
      display: block;
      position: absolute;
      top: 123px;
      left: 50%;
      width: 155px;
      height: 46px;
      margin: 0 0 0 -77px;
      background: url(../images/btn-watch-demo.png) no-repeat;
      text-indent: -9999px;
    }

/* OWNER CENTER CONTENT */
#oc-dimensions {
  font-size: 11px;
  width: 240px;
  float: right;
  background: #fff;
  margin: 0 0 0 0;
  padding: 15px 15px 5px;
  border: 12px;
  border-image: url(../images/hash-orange-wrap.png) 23% round;
}
#search-model input {
    width: 130px;
    height: 15px;
    padding: 3px 15px;
    border: 1px solid #ccc;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: oblique;
    color: #999;
}

/* OWNER CENTER > INSTALLATION VIDEOS & GUIDES CONTENT */
#guides-banner-bg {
    width: 100%;
    background: url(../images/owner-center-guides-banner.jpg) top center no-repeat #ffffff;
    height: 212px;
    position: relative;
    top: -62px;
    z-index: 1;
}
#guides-banner-wrapper {
    width: 960px;
    margin: auto;
}
div#guides-banner-slogan {
    float: left;
    margin: 100px 0 0 50px;
}
  div#guides-banner-slogan h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 42px;
    color: #fff;
  }
  div#guides-banner-slogan p {
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
  }
.installation-column {
    float: left;
    margin-right: 200px;
}
.installation-list {
    list-style: none;
    width: 230px;
    margin: 0 0 20px 0;
}
  .installation-list li {
    border-bottom: 1px dotted #cccccc;
    padding: 8px 0;
  }
.pushup {
    margin: 0 0 20px 0;
}
.raised {
    margin: 0 0 20px 0;
}

/* OWNER CENTER > ELECTRIC INSTALLATION VIDEOS & GUIDES CONTENT */
div.oc-col-one {
    float: left;
    width: 620px;
}
div.oc-col-two {
    float: right;
    width: 300px;
}
  div.oc-col-one h2 {
    margin: 20px 0 20px 0;
  }
  div.oc-col-one a {
    display: block;
    margin: 0 0 8px 0;
  }

/********************CONTACT FORM********************/

.warrantyReg fieldset {
  margin: 0px;
  padding: 0px;
  border:0px;
}
.warrantyReg legend {
  font-weight:bold;
}
.warrantyReg fieldset ol {
  list-style: none;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 0;
  padding-left: 0em;
}
.warrantyReg fieldset li {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 14px;
}
.warrantyReg fieldset.submit {
  margin-left: 24em;
}
.warrantyReg fieldset.submit input {
  width:75px;
  background:#3970a4;
  color:#FFFFFF;
}
.warrantyReg label {
  position: relative;
  float: left;
  width: 23em;
  margin-right: 1em;
  text-align: right;
}
.warrantyReg input, .warrantyReg select.input {
  background-color:#EEEEEE;
  border:solid 1px #999999;
  color:#666666;
  padding:5px;
  width: 330px;
  margin-top:-5px;
}
.warrantyReg #option1, .warrantyReg #option2, .warrantyReg #option3, .warrantyReg #option4, .warrantyReg #option5, .warrantyReg #option0 {
  width:30px;
}
.warrantyReg .recommendTable label {
  display: block;
  float: none;
  width: 0.7em;
  text-align: left;
}
.warrantyReg .recommendTable input {
  width:15px;
  margin-left:-3px;
}
.warrantyReg textarea {
  background-color:#EEEEEE;
  border:solid 1px #999999;
  color:#666666;
  padding:5px;
  width:400px;
}

.warrantyReg label em, .warrantyReg em.required {
  color: #f36911;
  font-style: normal;
}
.warrantyReg label strong {
  position: absolute;
  left: 420px;
  width: 19em;
  color: #f36911;
  font-weight: normal;
  text-transform: uppercase;
  visibility:hidden;
}
.warrantyReg .error {
  color: #ff0000;
}
.warrantyReg .writeReview {
  padding: 10px 0 0;
}

/*.warrantyReg .BVRRRatingSummaryLink a {
  background: url(http://whirlpoolwaterheaters.ugc.bazaarvoice.com/bvstaging/static/1028-en_us/buttonWrite.gif) no-repeat 0 0;
  display: block;
  zoom: 1;
  float: left;
  width: 145px;
  height: 42px;
  text-indent: -9999px;
  text-align: left;
  margin-left: -3px;
}*/

/* Footer */
#footer-wrapper {
    margin: 30px 0 0;
  padding: 0 0 80px;
    border-top: 1px solid #0099ff;
    width: 100%;
    background: url(../images/raster.jpg) repeat;
}
#footer {
  clear: both;
    margin: 0 auto;
    width: 960px;
  padding: 0 0 15px;
  overflow: hidden;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #fff;
  font-size: 12px;
}
  #footer .column {
    float: left;
    width: 180px;
    margin: 30px;
  }
  #footer ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
  }
    #footer li {
      margin: 2px 0 0 0;
    }
    #footer ul ul {
      margin: 0;
      text-transform: none;
    }
      #footer ul a {
        color: #0099ff;
      }
        #footer ul ul a {
          color: #333;
        }

.footerText {
  clear: both;
  padding: 0 30px;
}

.actions {
  line-height: 33px;
  min-height: 33px;
}

.Compare {
  vertical-align: middle;
  color: #0099ff;
}
  .Compare input {
    vertical-align: baseline;
  }
  .Compare span {
    vertical-align: top;
    cursor: pointer;
  }
    .Compare span img {
      vertical-align: middle;
    }

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .30;
  filter: alpha(opacity=30);
  z-index: 1000;
}

.modal {
  display: none;
  position: absolute;
  z-index: 1001;
  left: 50%;
  top: 125px;
  width: 600px;
  margin: 0 0 0 -300px;
  padding: 15px 0 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.5);
}
  .modal .splitHeader {
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    height: 28px;
  }
  .modal .close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/modalClose.png) no-repeat left top;
  }
    .modal .close span {
      display: none;
    }
  .modal .body {
    padding: 0 38px 15px;
  }
  .modal .buttons {
    text-align: center;
  }
    .modal .buttons img {
      vertical-align: middle;
    }
    .modal .button {
      margin: 0 15px;
    }
  .modal .video {
    padding: 0 0 30px;
  }
    .modal .video iframe {
      display: block;
      margin: 0 auto;
    }

/* Contour Hacks */
#contour .contourPageName {
  display: none;
}
#contour span.radiobuttonlist input {
  vertical-align: middle;
}
#contour span.radiobuttonlist label {
  vertical-align: middle;
  margin: 2px 5px 0 0;
}

/* Google Custom Search Hacks */
#gsc-i-id1, .gsib_a {
  background: transparent;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.contentWrap:before,
.contentWrap:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.contentWrap:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.contentWrap {
  zoom: 1;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
