/* htdocs/dpsweb/ferguson/product.css
   $Id: product.css,v 1.4 2020-01-07 14:48:06 dlegnini Exp $ */

   *{margin:0px; padding:0px;} 

   #imageLarge { 
	   padding: 0px 0px 3px 0px;
	   z-index:10;
	   position: relative;
	   float:left;
	   width:100%;
	   border: 1px solid #ddd;
   }
   #imageLarge img#largeImg { 
	   float:right;
	   margin:3px 20px 4px 0px;
   }
   #imageIcons { 
	   float:left;
	   padding: 0px;
	   margin-top:3px;
	   width:100%;
	   border: 1px solid #ddd;
	   background:#e6e6e6 url(/images/pd_icon_bg.gif) repeat-x;
   }
   #imageIcons td {
	   width:23%;
	   text-align:center;
	   vertical-align:middle;
	   padding:3px 0px 6px 0px;
   }
   #imageIcons td.imageIcon {
	   width:30px;
   }
   #imageIcons a, 
   #imageIcons a:link,
   #imageIcons a:hover,
   #imageIcons a:active,
   #imageIcons a:visited { 
	   text-transform:uppercase;
	   font-size:10px;
	   text-decoration:underline;
   }
   #imageIcons img { 
	   border:0px;
   }
   
   div.colorchips { 
	   float: left;
	   font-size: 10px;
	   text-align: center;
	   width: 65px;
	   overflow: hidden;
	   padding: 5px 3px 0px 3px;
   }
   div.colorchips a, div.colorchips a:link, div.colorchips a:active, div.colorchips a:visited, div.colorchips a:hover { 
	   font-size: 10px;
	   text-decoration: underline;
   }
   div.colorchips p a, div.colorchips p a:link, div.colorchips p a:active, div.colorchips p a:visited, div.colorchips p a:hover { 
	   text-decoration: none;
   }
   
   #colorchip { 
	   position: relative; 
	   top: -50px;
	   left: 200px;
	   /* height:50px; */
   }
   
   #productTitle {
	   float:left;
	   width:100%;
	   vertical-align:baseline;
	   display:table-cell;
	   margin:5px 0px;
   }
   h1.productName {
	   float:left;
	   display:block;
   }
   #productTitle h1 {
	   font-size:21px;
	   width:700px;
	   padding-top:5px;
   }
   #productTitle .logoImage { 
	   float:right;
	   display:block;
	   width:80px;
   }
   p.msrp {
	   text-decoration: line-through;
	   color: #7e7979;
   }
   #addToCartForm {
	   bottom:10px;
   }
   input.addToCartFormInput{
	   height: 20px;
	   width: 20px;
	   text-align: center;
	   border: 1px solid #ddd;
   }
   .addToCartLarge {
	   margin:3px 0px;
   }
   .sectionHeader {
	   font-size: 14px!important;
	   font-weight: bold;
   }
   /* { Begin viewMore button controls */
   .viewMore {
	   text-align: right;
	   padding: 5px 10px 0px 0px;
	   clear: both;
   }
   .viewMore a, .viewMore a:link, .viewMore a:active, .viewMore a:visited, .viewMore a:hover {
	   font-size:12px;
	   text-decoration: underline;
	   text-transform:uppercase;
   }
   .viewMore #less {
	   display:none;
   }
   /* } End viewMore button controls */
   .right {
	   text-align: right;
   }
   .center {
	   text-align:center;
   }
   
   /* { Begin other product tabs */
   #otherProductsContainer {
	   clear: both;
	   height: auto;
	   padding-top: 5px;
	   width: 520px;
	   float:left;
   }
   #otherProductsContainer p {
	   margin: 3px 0px;
   }
   div.otherProducts {
	   position: relative;
	   z-index:5;
	   width: 520px;
	   clear: both;
	   display: block;
	   float:left;
   }
   div.otherProductsRow {
	   width:501px;
	   clear:both;
   }
   div.visibleOtherProducts {
	   text-align: center;
	   float: left;
	   width: 94px;
	   margin-right: 2px;
	   padding-bottom: 10px;
	   overflow:hidden;
   }
   div.visibleOtherProducts p {
	   font-size: 10px;
   }
   div.visibleOtherProducts a, 
   div.visibleOtherProducts a:link,
   div.visibleOtherProducts a:active,
   div.visibleOtherProducts a:visited,
   div.visibleOtherProducts a:hover {
	   font-size: 10px;
	   text-decoration: underline;
   }
   #components,
   #matchingAccessories,
   #mayWeSuggest,
   #viewCollection,
   #installationSupplies {
	   width: 520px;
	   clear: both;
	   display: table;
	   margin-top:5px;
	   padding-left:5px;
	   padding-bottom: 10px;
	   border-top: 1px solid #ddd;
   }
   #components td { padding-right:5px }
   
   #mayWeSuggest {
	   border-top:1px solid #ddd;
   }
   /* } End other product tabs */
   
   p.notInStock {
	   font-size: 10px;
   }
   #notInStockMessage {
	   float:left;
	   width:250px;
	   text-align:center;
	   margin-top:5px;
   }
   
   #productGroupContainer {
	   float:right;
	   width:250px;
   }
   
   #productGroup .shipsFree { 
	   font-size : 11px; 
	   padding:0px;
	   color: #d97b30;
   }
   #productGroup .productName {
	   font-size:12px;
	   font-weight:bold;
	   text-align:left;
	   width:100%;
	   white-space:normal;
   }
   
   /* { Begin layout divs */
   .productPageDivTopRight {
	   float:left;
	   border:0px solid #d3d3d3;
	   border-width: 1px 1px 1px 0px;
	   padding:8px 0px 0px 5px;
	   width:520px;
   }
   .productPageDivLeft {
	   float:left;
	   width:292px;
	   border-right:1px solid #d3d3d3;
	   padding:0px 3px 0px 0px;
   }
   .productPageDivLeft .productFinishes,
   .productPageDivLeft .productLPG,
   .productPageDivLeft .productCorD,
   .productPageDivLeft #chatButton,
   .productPageDivLeft div.phoneOver {
	   padding:10px 0px;
	   float:left;
	   width:100%;
	   border-top:1px solid #d3d3d3;
   }
   .productPageDivLeft div.phoneOver {
	   padding:0px;
   }
   .productPageDivLeft #chatButton,
   .productPageDivLeft .productFinishes {
	   border-top:0px;
   }
   .productPageDivRight {
	   float:left;
	   width:520px;
	   padding:0px 0px 0px 0px;
   }
   .productPageDivRight .productDetail {
	   float:left;
	   width:100%;
	   padding:3px;
   }
   .productPageDivRight .hasGroup .productDetail {
	   width:240px;
	   clear:left;
   }
   .productDetail table {
	   width:100%;
   }
   .productDetail td {
	   padding:3px;
	   line-height:1.5em;
	   vertical-align:top;
	   width:50%;
   }
   .productDetail td.detailLeftCell {
	   border-right:1px solid #d3d3d3;
	   padding-left:0px;
   }
   .productDetail a,
   .productDetail a:link,
   .productDetail a:visited,
   .productDetail a:active,
   .productDetail a:hover {
	   text-decoration:underline;
	   font-size:13px;
   }
   .productBasics .productAddToCart {
	   float:left;
	   padding:15px 0px;
   }
   .productBasics .headerPrice,
   .productBasics .headerSalePrice {
	   float: left;
	   font-size:20px !important;
	   font-weight:bold;
	   padding-bottom:8px;
   }
   .productBasics .headerSalePrice,
   .productBasics .productSalePrice {
	   color:red !important;
   }
   .productBasics {
	   float:left;
	   width:300px;
   }
   .productBasicsInset {
	   float:left;
	   width:280px;
	   background:#e5e5e5 url(/images/pd_stock_bg.gif) repeat-x;
	   border: 1px solid #d3d3d3;
	   border-left:0px;
	   margin-left:-5px;
	   padding-left:5px;
	   position:relative;
	   -moz-border-radius-topright:10px;
	   -moz-border-radius-bottomright:10px;
	   -webkit-border-top-right-radius:10px;
	   -webkit-border-bottom-right-radius:10px;
	   border-top-right-radius:10px;
	   border-bottom-right-radius:10px;
	   border-top-right-radius:10px;
	   border-bottom-right-radius:10px;
   }
   .productBasicsInset img.topright,
   .productBasicsInset img.botright {
	   position:absolute;
	   right:-2px;
	   height:10px;
	   width:10px;
	   z-index:5;
   }
   .productBasicsInset img.topright {
	   top:-1px;
   }
   .productBasicsInset img.botright {
	   bottom:-1px;
   }
   .productBasicsInset td,
   .productBasicsInset td span,
   .productBasicsInset th {
	   vertical-align:top;
	   padding:5px 0px 5px 2px;
	   text-align:left;
   }
   .productBasicsInset th {
	   font-weight:bold;
	   width:80px;
   }
   .productBasicsInset .shipsFree
   {
	   color:red;
	   font-weight:bold;
	   padding-left:0;
   }
   .productBasicsInset .shipsFast
   {
	   color:red;
   }
   .productBasicsInset .inStock
   {
	   color:#008500;
	   font-weight:bold;
	   text-transform:uppercase;
   }
   .productBasicsInset .notInStock
   {
	   color:red;
	   font-weight:bold;
	   text-transform:uppercase;
   }
   .productBasics .finishPrice {
	   font-size:10px;
	   color:#bbb;
	   vertical-align:bottom;
   }
   .productPageDivTopRight .productRelatedLinks {
	   float:right;
	   width:163px;
	   padding:3px 0px 8px 3px;
   }
   .productPageDivRight .productRelatedLinkEntry {
	   float:right;
	   width:163px;
	   height:24px;
	   padding:0px;
	   margin:3px 0px;
	   background:url(/images/pd_link_bg.gif) no-repeat;
   }
   .productRelatedLinkEntry a,
   .productRelatedLinkEntry a:link,
   .productRelatedLinkEntry a:visited,
   .productRelatedLinkEntry a:active,
   .productRelatedLinkEntry a:hover {
	   margin-top:5px;
	   padding-left:18px;
	   font-size:11px;
	   font-weight:bold;
	   text-decoration:none;
	   white-space:nowrap;
	   display:block;
   }
   .productPageDivRight .productDescription {
	   float:left;
	   clear:both;
	   padding:4px 0px 8px 0px;
	   width:100%;
	   font-size:11px;
   }
   .productPageDivRight .hasGroup .productDescription {
	   width:240px;
	   clear:left;
   }
   .productPageDivRight .chooseYourSize {
	   width:240px;
	   clear:left;
	   float:left;
   }
   #productPageDivGrid {
	   float:left;
	   width:820px;
   }
   #productPageDivGrid .romanceLink {
	   float:right;
	   clear:both;
	   width:150px;
	   text-align:right;
   }
   #productPageDivGrid .romanceLink a,
   #productPageDivGrid .romanceLink a:link,
   #productPageDivGrid .romanceLink a:visited,
   #productPageDivGrid .romanceLink a:active,
   #productPageDivGrid .romanceLink a:hover {
	   font-size:12px;
	   text-decoration: underline;
	   text-transform:uppercase;
   }
   div#BVCustomerRatings {
	   float:left;
	   width:300px;
   }
   /* } End layout divs */
   
   /* { Begin rollover link format */
   .otherProducts a.viewLarger:link,
   .otherProducts a.viewLarger:visited,
   .otherProducts a.viewLarger:active,
   .otherProducts a.viewLarger:hover,
   .otherProducts a.viewLarger {
	   font-size:10px;
	   text-decoration:underline;
	   margin:0px 8px;
	   display:block;
	   float:left;
   }
   .otherProducts a.viewLarger img {
	   vertical-align:middle; 
	   float:left;
   }
   .otherProducts .otherProductsName {
	   height:40px;
   }
   /* } End rollover link format */
   
   #customerTestimonials {
	   position:relative;
	   border-top:1px solid #DDD;
	   margin-top:10px;
	   clear:both;
   }
   #customerTestimonials p.name {
	   font-size:12px;
	   font-weight:bold;
	   color:#666!important;
	   padding-bottom:5px;
	   padding-left:20px;
	   position:relative;
   }
   #additionalAttributes {
	   display:none;
	   font-size:11px;
   }
   
   #boxenlarge {
	   color:#FFF;
	   width:520px;
	   height:520px;
	   background:#BBB;
	   z-index: 10;
	   position: relative;
   }
   
   .boxenlargeshadow {
	   background:#BBB;
	   z-index:9;
	   position:absolute;
	   top:-1px;
	   left:-1px;
	   opacity:0.3;
	   filter:alpha(opacity=30);
   }
   #boxenlargecontent {
	   width:500px;
	   height:500px;
	   top:8px;
	   left:8px;
	   margin:auto;
	   position:absolute;
	   text-align:center;
	   color:#000;
	   z-index: 10;
   }
   #boxenlargecontent table {
	   background:#FFFFFF;
	   position:absolute;
	   bottom:5px;
	   right:5px;
	   z-index:14;
   }
   #boxenlargecontent table span {
	   vertical-align:middle;
   }
   #boxenlargecontent td {
	   padding:5px 4px 5px 4px;
   }
   #boxenlargecontent a, #boxenlargecontent a:link, #boxenlargecontent a:visited, #boxenlargecontent a:active {
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:11px;
	   font-weight:bold;
	   color:#c5c5c4;
	   text-decoration:none;
   }
   #boxenlargecontent a:hover {
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:11px;
	   font-weight:bold;
	   color:#c5c5c4;
	   text-decoration:underline;
   }
   #boxenlargecontent #boxenlargeimgA,
   #boxenlargecontent #boxenlargeimgB
   {
	   position:absolute;
	   top:0px;
	   left:0px;
	   z-index:11;
	   background-repeat:no-repeat;
	   background-position:center center;
   }
   #boxenlarge a#prevImg, #boxenlarge a#prevImg:link, #boxenlarge a#prevImg:hover, #boxenlarge a#prevImg:active, #boxenlarge a#prevImg:visited, #boxenlarge a#prevImg:focus, 
   #boxenlarge a#nextImg, #boxenlarge a#nextImg:link, #boxenlarge a#nextImg:hover, #boxenlarge a#nextImg:active, #boxenlarge a#nextImg:visited, #boxenlarge a#nextImg:focus {
	   border:0;
	   text-decoration:none;
	   outline:none;
	   position:absolute;
	   top:0px;
	   display:block;
	   opacity:0.1;
	   filter:alpha(opacity=10);
	   z-index:13;
	   size:1px;
	   font-weight:normal;
	   padding:0;
	   margin:0;
	   color:#BBB;
   }
   #boxenlarge a#prevImg {
	   left:0px;
   }
   #boxenlarge a#nextImg {
	   right:0px;
   }
   .boxenlargebutton {
	   margin-left:10px;
	   vertical-align:middle;
   }
   /* } Image Enlarge CSS */
   #close {
	   position:absolute;
	   top:2px;
	   right:2px;
	   cursor:pointer;
	   z-index:15;
   }
   .clear {
	   clear:both;
   }
   /* customer testimonial quote box */
   #product-liquid-round {
	   width:250px;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:10px;
	   color:#666;
	   position:relative;
   }
   #product-liquid-round p {
	   font-size:10px;
	   font-family:Arial, Helvetica, sans-serif;
	   color:#666;
	   margin:0 0 4px 0;
	   position:relative;
   }
   .product_top {
	   width:250px;
	   height:15px; /*height of top corner image*/
	   background:url(/images/product_quote_box_top.jpg) no-repeat;
	   position:relative;
   }
   .product_top span {
	   display:block;
	   position:relative;
	   top: 1px;
   }
   .product-center-content {
	   background:url(/images/product_quote_box_middle.jpg) repeat-y;
	   position:relative;
	   padding:1px 42px 1px 16px;
   }
   .product_bottom {
	   height:31px; /*height of bottom corner image*/
	   position:relative;
   }
   .product_bottom span {
	   display:block;
	   position:relative;
	   height:31px; /*height of bottom corner image*/
	   background:url(/images/product_quote_box_bottom.jpg) no-repeat;
   }
   
   .commonBorder {
	   border:1px solid #DDD;
   }
   #sgBannerContainer {
	   display:none;
	   visibility:hidden;
   }
   #productPageMainBanner {
	   padding: 0px 0px 8px 0px;
	   height:45px;
	   position:relative;
   }
   #productPageMainBanner img {
	   z-index:5;
	   position:absolute;
	   top:0px;
	   left:0px;
   }
   
   /* Deatils and Dimensions Table */
   
   table.detailsTable {
	   width: 96%;
   }
   
   tr.detailsTableEven {
	   background-color:white;
   }
   tr.detailsTableOdd {
	   background-color:#f4f4f4;
   }
   
   td.detailsTable {
	   font-size:13px;
	   padding: 5px 2px 5px 5px;
	   text-align: left;
   }
   
   table.detailsLinks {
	   margin: 12px 0px 0px 0px;
	   width: 96%;
   }
	   
   td.detailsLinks {
	   padding: 8px 2px 8px 5px;
	   text-align: left;
   }
	   
   td.detailsLinks a {
	   font-size:13px;
	   color:#007fa3;
   }
	   
   .pd_similar_products {
	   width: 96%;
	   padding: 10px 5px 10px 5px;
	   margin-top: 10px;
	   margin-left: 1px;
	   font-size: 16px;
	   border-radius: 0;
	   border: 0 none;
	   text-transform: uppercase;
	   text-decoration: none;
	   text-align: center;
	   display: block;
	   background: #007fa3;
	   transition: ease-out 0.3s;
   }
   
   .pd_similar_products:hover {
	   text-decoration: none;
	   background: #002b49;
   }
   
   /* Overrides for June 2017 redesign */
   
   .pd_related_items_header {
	   width:653px;
	   background:none;
	   border: 1px solid #ebebeb;
   }
   
   .pd_related_items_header h3 {
	   padding:0px;
	   color:#7a7b7e;
	   margin-left:15px;
   }
   
   #pd_dimensions_header {
	   width:298px;
	   background:none;
	   border: 1px solid #ebebeb;
   }
   
   .cta-small {
	   font-size: 16px;
	   padding: 6px 9px!important;
   }
   
   .cta-secondary {
	   display: inline-block;
	   text-decoration: none!important;
	   text-transform: uppercase;
	   color: #6acabb!important;
	   background: #fff;
	   transition: ease-out 0.3s;
	   border: 2px solid #6acabb;
	   margin-bottom: 10px;
   }
   
   .pd_related_items_bottom {
	   width: 655px;
	   height: 1px;
	   background:#ebebeb;
	   margin-bottom: 15px;
   }
   
   #pd_dimensions_bottom {
	   width: 300px;
	   height: 1px;
	   background:#ebebeb;
   }
   
   .social-icon {
	   width:auto!important;
	   height:auto!important;
   }
   
   #pp-related-links ul li {
	   padding:0 8px;
   }
   
   #pp-related-links ul li a i {
	   color:#007fa3;
	   transition:ease-in 0.3s;
   }
   
   #pp-related-links ul li a i:hover {
	   color:#002b49;
   }
   
   
   .live-social-chat {
	   width:auto!important;
	   height:auto!important;
   }
   
   .pd_related_items_product a {
	   color: #007fa3;
   }
   
   .pd_related_items_all a {
	   color: #007fa3;
   }
   
   .pd_related_items_product h4 {
	   font-size: 13px;
   }
   
   /* Icons */
   
   .fa-2x {
	   font-size:1.5em;
   }

   /* Unkown User Section */
.unknown-user-location {
    background-color: #2e88b9;
    color: white;
    padding: 12px;
    width: 369px;
    margin-top: 73px;
    margin-bottom: 5px;
    font-size: 15px;
    height: 54px;
    float: left;
}

.unknown-user-location button {
    position: relative;
    left: 178px;
    border: none;
    background: white;
}

.unknown-user-location i {
    color: #909090;
}

.unknown-user-location input {
    padding: 5px 8px;
    margin-top: 5px;
    width: 160px;
    margin-left: 6px;
}

.unknown-user-location span:last-child {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: 16px;
    color: black;
    left: -10px;
}
   
   
   /* Print css */
   @media print {
	   #productPageMainBottomLeft {
		   margin:0;
	   }
	   #customerTestimonials {
		   display:none;
	   }
	   #otherProductsContainer {
		   display:block;
		   clear:both;
	   }
   }
   