﻿/* ShowProduct.css - CSS definitions specific to the ShowProduct.aspx page
 *
 * Revision History
 * REC 1457-116 2013-02-20  John Hildebrand     Update the ShowProduct.aspx page to the new design
 * REC 1457-278 2013-04-16  Kevin Majors        Change headers from red to black and updated their properties
 * REC 1457-292 2013-04-23  John Hildebrand     Fix Main to DEVC merge conflicts for tasks 255 & 262
 * REC 1457-293 2013-04-23  John Hildebrand     Update Show Product page for the new width requirements
 * REC 1457-265 2013-04-26  Kevin Majors        Added .btnCallSampleWidth
 * REC 1457-263 2013-05-23  Kathy Stack         Correct pricing grid display issue in IE browsers
 * REC 1457-264 2013-05-30  Kathy Stack         Correct highlighting of price breaks
 * REC 1457-399 2013-12-11  John Hildebrand     VPM updates
 * REC 1457-537 2013-12-17  Kevin Majors        Added stock status to print page
 * REC 1457-587 2014-03-03  Brian Runnells      Add to cart/Backorder and Free Sample buttons should display on same line as quantity ordered text box
 * REC 1457-586 2014-03-14  Brian Runnells      When hover over Print page button on ShowProduct page, arrow should change to hand
 * TFS-651      2014-04-17  Kevin Majors        byellow CSS class moved back to StyleSheet1.css
 * TFS-641      2014-08-28  Brian Runnells      Show the discount for PP customers in a more eyepopping format
 * ATS-457      2016-06-01  John Hildebrand     website quoted pricing
 * ATS-453      2017-01-17  John Hildebrand     SDS updates
 * ATS-1543     2017-05-10  John Hildebrand     create an email page option
 * Z-223        2017-10-19  Kathy Sopik         Stock Notifications
 * Z-3113       2018-07-23  John Hildebrand     Update the Product website page to display "similar" and "sell with" items.
 * ATS-1996     2018-09-27  John Hildebrand     Add space above the "Related Products" header bar when displayed below "Similar Items" section
 * ATS-2157     2019-05-25  John Hildebran      Limited Quantities Statement for Close-out items
 * ATS-2243     2019-08-29  John Hildebrand     ShowProduct.aspx page update for enlarging the product image
 * ATS-2567     2021-03-30  John Hildebrand     Remove the Proposition 65 updates for this page
---------------------------------------------------------------------------------------------------*/

/* HTML element selctor definitions vvv */
hr {        /* horizontal rule - Z-3113 */
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    margin-top: 5px;
}

/* HTML element selctor definitions ^^^ */

/* Class selector definitions vvv */

.BORD_ALL {     /* copied from StyleSheet1.css - 1457-399 */
  border: 1px solid #999999;
  margin: 0;
  padding: 4px;
}

.cols {    /* Z-3113 */
    display: flex;
    flex-wrap: wrap;
}

.col1of3 {    /* Z-3113 */
    flex: 0 1 auto;
    width: calc(100% / 3);
    padding-bottom: 10px;
}

.divEPO {                   /* ATS-1543 */
    display: block;
    margin-top: 15px;
    z-index: 1000;
}

.divEPO input {             /* ATS-1543 */
    font-family: sans-serif;
    font-size: 12pt;
    height: 26px;
    width: 537px;
}

.divEPO textarea {          /* ATS-1543 */
    font-family: sans-serif;
    font-size: 12pt;
    width: 537px;
}

.divEPO span {              /* ATS-1543 */
    display: block;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

.divPLhdr {     /* product list header - Z-3113 */
    display: block;
    clear: both;
    background-color: #dddddd;
    margin-top: 0px;
    padding: 4px 8px;
}

.divPLhdr span {    /* product list header span - Z-3113 */
    font-size: 12pt;
    font-weight: bolder;
    color: #2D63AB;
}

.divPLitem {        /* product list item (below divPLhdr, contains one list item) - Z-3113 */
    display: block;
    clear: both;
    padding-top: 5px;
}

.divPLright {        /* product list item - right - Z-3113 */
    width: 650px;
    display: inline-block;
    vertical-align: middle;
}

.divPLright div {   /* proudct list item - right inner div - Z-3113 */
    display: block;
}

.divStockNotify {                   /* Z-223 */
    display: block;
    margin-top: 15px;
    z-index: 1000;
}

.divStockNotify input {             /* Z-223 */
    font-family: sans-serif;
    font-size: 12pt;
    height: 26px;
    width: 537px;
}

.divStockNotify span {              /* Z-223 */
    display: block;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

.imgPL {          /* Z-3113 */
    display:inline-block;
    vertical-align:middle;
    width: 50px;
    padding-right: 10px;
}

.Inline {   /* copied from StyleSheet1.css */
    display:inline;
}

.Modal {    /* modal display - ATS-1543 */
    background-color: rgba(255, 255, 255, 1.0);
    border: 2px dotted black;
    height: auto;
    margin: auto;
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 135px;
    width: 50%;
    z-index: 1000;
}

.ModalBg {  /* modal background - ATS-1543 */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background-color: rgba(0,0,0,0.5);
}

.pigBlue { background-color: #005370; color: #FFFFFF; text-decoration: none; }   /* ATS-1543 */

.ProductLeft
{
    float:left;
    padding: 0 0 0 0;   /* 1457-293 */
}
.showprodLeft
{
    display: inline;
    float: left; 
    clear: none;
    height: 24px; 
    margin: 10px 5px 0 0; /* ATS-457 - was 10px 12px 0 0 */
    padding-top: 3px;
}
.showprodRight
{
    display: inline;
    float: left;
    clear: none;
    height:24px; 
    margin:10px 0 6px 0;
}
.showprodRight td
{
    padding-right: 5px;         /* ATS-457 - was 12px */
}
.showprodRight td:last-child    /* ATS-457 */
{
    padding-right: 0;
}
.showSampleRight
{
    float:left; 
    height:24px; 
    margin:10px 5px 15px 0;
    padding-top:3px;
}

.spaceAbove {       /* ATS-1996 */
    margin-top: 10px;
}

.spanPLbot {        /* Z-3113 */
    display: inline-block;
    font-weight: 200;
}

.spanPLtop {        /* Z-3113 */
    display: inline-block;
}

/*20180509===.spanPLstksts {     =* Z-3113 *=
    margin-left: 15px;
    font-weight: 800;
}*/

.ProductInStock
{
    color: #2D63AB;
    font-size: 14pt;
    margin-right:5px;  /* ATS-457 - was 19px */
}

.OutOfStock 
{
    color: #CE3331;
    font-size: 14pt;
    margin-right: 5px; /* ATS-457 - was 19px */
}

.OutOfStock:hover   /* Z-223 */
{
    text-decoration:underline;
    cursor:pointer;
}

.InStockPrint   /* 1457-537 On screen this cannot be seen because of white on white and small size */
{
    color: White;
    background-color: White;
    font-size: 0;
}
.OutStockPrint   /* 1457-537 On screen this cannot be seen because of white on white and small size */
{
    color: White;
    background-color: White;
    font-size: 0;
}
.btnAddCartWidth  /* "Add to Cart" button attributes */
{
    width: 90px;
    padding: 5px;
}
.btnSampleWidth /* "Free Sample" button attributes */
{ 
    width: 100px; 
    padding: 5px;
}
.btnCallSampleWidth /* 1457-265 "Call for Sample" button attributes */
{ 
    width: 115px; 
    padding: 5px;
}
.btnEmailPrint
{
    padding: 5px;
    font-size: 8pt;
}

.btnEmailPrint:hover
{
    cursor:pointer;
}

.hover-msg {  /*  message box attributes */
    clear:both;
    width:100%;
    font-size:14pt;
    background:#ddd;
    height:30px;
    text-align:center;
}
.lblDisplayName 
{
    font-size: 14pt;
    font-family: Arial;
    margin-top: 15px;
}

.SPgray {color: #666666;}
.bgray {background: #cccccc;}
.bgraylight {background: #dddddd;}
.byellowlight {background: #ffffaa;}    /* ATS-457*/

.margintop 
{
    margin-top: 10px;
}
.hide 
{
    display: none;
}
.tab-container 
{
    float: left;
    clear: left;
    margin-top: 40px;
}
.tab-container div div.tab-top
{
    display: block;
    position: relative;
    bottom: -3px;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px none #666;
    padding: 5px 5px 10px 5px;
    margin-right: 6px;
    background: #eee;
}
.tab-container div div.tab-top-active
{
    display: block;
    position: relative;
    bottom: -1px;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 3px solid #FFFFFF;  /* covers horizontal line at bottom of the active tab */
    padding: 11px 5px 10px 5px;
    margin-right: 6px;
}
.tab-container div div.tab-top-active a
{
    font-weight: bold;
    color: #ce3331;
}
.tab-cons
{
    margin-top: -3px;
    padding-top: 10px;
    border-top: 1px solid #666;
    width: 735px;
}
table.price-chart
{
    float: left;
    /*ATS-457===margin-top: 10px;*/
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #bbb; /*1457-263*/
}
table.price-chart td
{
    border: 1px solid #bbb;
    padding: 5px;
    text-align: center;
}
table.price-chart th
{
    border: 1px solid #bbb;
    background-color: #ddd;
    text-align: center;
}
span.save_prcnt 
{
    color: #008000;
    font-size: 8pt;
}
span.SPtotal, span.SPtotal span, span.SPmin
{
    font-size: 14pt;
}
span.SPsmall
{
    font-size: 10pt;
}
span.SPeach
{
    margin-left: 17px;
    font-size: 14pt;
    color: #666666;
}
.PkgQtyHiLite
{
    background-color: #f8de3f;
}
.PriceHiLite
{
    background-color: #ffd700;
}
.NoPriceHiLite /*1457-264*/
{
    background-color:Transparent;
}
.SPindent
{
    padding-left:5px;
    font-weight: normal;
}
.SPcats
{
    margin-bottom: 3px;
    color: #000000;         /* 1457-278 - old value #CE3331; */
    font-size: 14pt;        /* 1457-278 - old value 12pt; */
    font-weight: bold;      /* 1457-278 - value added */
}
.SPbcs  /* bread crumbs div */
{
    width: 610px;
}
.SPimgLeft
{
    width: 200px;
    height: 150px;
}
.bblue { background-color: #2d63ab; color: #fff; }

.prc td span {  /* price program style - for all cells in a table row */
    font-weight: bold;
}

.quote {        /* quoted price style (per table cell) - ATS-457 */
    border-bottom: 3px dotted black;
}

.quote:hover {       /* ATS-457 */
    border-bottom: 3px dotted black;
}

.prcstd td,
.prcstd td span {
    font-size: 11px;
    font-style: italic;
}

.zUp {  /* ATS-1543 */
    z-index: 1000;
}

/* Class selector definitions ^^^ */

/* ID selector definitions vvv */

#btnEPsend {        /* Email Page Option (EPO) Send button - ATS-1543 */
    height: 30px;
    width: 75px;
}

#btnEPsend:hover {  /* ATS-1543 */
    cursor: pointer;
}

#btnOK {            /* ATS-1543 */
    width: 40px;
    z-index: 1000;
}

#btnOK:hover {      /* ATS-1543 */
    cursor: pointer;
}

#closeEPO {         /* X - close button for the EPO modal - ATS-1543  */
    border: 1px solid #999;
    border-radius: 24px;
    color: #999;
    display: block;
    height: 30px;
    padding-left: 2px;
    position: absolute;
    right: -16px;
    text-align: center;
    top: -16px;
    width: 30px;
    z-index: 1000;
}

#closeEPO:hover { color: black; }   /* ATS-1543 */

#closeEPO span {
    font-size: 26px;
    font-weight: bold;
    font-family: sans-serif;
}

#divSDStext { display:inline-block; vertical-align:middle; }    /* ATS-453 */

#divEPOtitle {  /* ATS-1543 */
    border-bottom: 1px solid black;
    padding: 15px 0;
}

#divProdInfo {  /* Z-3113 */
    padding-top: 2px;
}

#divEPOtitle span {
    font-family: sans-serif;
    font-size: 18pt;
    font-weight: bold;
}

#btnSNsend {        /* Z-223 */
    height: 30px;
    width: 75px;
}

#btnSNsend:hover {  /* Z-223 */
    cursor: pointer;
}

#btnSNok {            /* Z-223 */
    width: 40px;
    z-index: 1000;
}

#btnSNok:hover {      /* Z-223 */
    cursor: pointer;
}

#closeStockNotify {         /* Z-223 */
    border: 1px solid #999;
    border-radius: 24px;
    color: #999;
    display: block;
    height: 30px;
    padding-left: 2px;
    position: absolute;
    right: -16px;
    text-align: center;
    top: -16px;
    width: 30px;
    z-index: 1000;
}

#closeStockNotify:hover { color: black; }   /* Z-223 */

#closeStockNotify span {
    font-size: 26px;
    font-weight: bold;
    font-family: sans-serif;
}

#divStockNotifytitle {  /* Z-223 */
    border-top: 1px solid black;
    padding: 10px 5px 10px 5px;
}

#divStockNotifytitle span { /* Z-223 */ 
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

#divStockNotifyInfo {  /* Z-223 */
    border-bottom: 1px solid black;
    padding: 10px 5px 10px 5px;
}

#divStockNotifyInfo span { /* Z-223 */ 
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: normal;
}

#imgPDF { vertical-align:middle; }                              /* ATS-453 */

#pnlExtraInfo { display: inline-block; padding-top: 15px; }     /* Z-3113 */

#pnlMsgBox {    /* ATS-457 */
    width: 523px;     /* #sell-box width - 2px for borders */
    padding: 5px 0;
    border-color: #bbb;
    border-style: solid;
    border-width: 1px 1px 0 1px;
}

#pnlPricing     /* ATS-457 */
{
    margin-top: 8px;
}

#pnlProdList span     /* Z-3113 */
{
    width: 650px;
    word-wrap: break-word;
}

#pnlQtyLtd          /* ATS-2157*/
{
    padding-top: 4px;
}

#pnlStockNotifyLink
{
    clear:both;
    padding-top:10px;
}
#pnlStockNotifyLink span
{
    color: #CE3331;
    font-size: 12pt;
}
#pnlStockNotifyLink:hover span /* Z-223 */
{
    text-decoration:underline;
    cursor:pointer;
}

#spanQtExp {    /* ATS-457*/
    display: inline-block;
    margin-top: 20px;
}

#tbQnty     /* quantity input textbox */
{
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    /*ATS-457===padding: 5px;*/
    padding: 5px 0px;       /* ATS-457 */
    width: 40px;            /* ATS-457 */
}
#sell-box
{
    float: left;
    margin-left: 11px;  /* 1457-293 */
    width: 525px;       /* ATS-457 - was 515 */
}
#spanMsgDef
{
    vertical-align: middle;
    font-size: 14pt;
}
#spanMsgInStock { display: none; }      /* hide the In-stock message */
#spanMsgOutOfStock { display: none; }   /* hide the Out of stock message */
#spanMsgSample { display: none; }       /* hide the Free Sample message */
#spanMsgSampleCall { display: none; }   /* hide the Call for Sample message */
#litVerticalBreadCrumbs { }

#lblShip { display: inline; padding-left: 15px}     /* Z-3113 */

#SPtop 
{
    margin-bottom: 20px;
    width: 750px;
}
#SPpageLcol
{
    float: left;
    padding: 10px;
    width:20%;
}
#SPpageLcol a, #SPpageLcol a:visited, #SPpageLcol a:active
{
    color: #2D63AB;
    text-decoration: none;
}
#SPpageLcol p
{
    text-align: left;
    text-indent: -7px;
    padding-left: 7px;
}
#SPpageRcol
{
    float: right;
    padding: 10px 0;
}
#divCatPage  /* Catalog Page area (sometimes hidden) - 1457-292 130423 */
{
    display: inline;
}

/* ID selector definitions ^^^ */

/* End of ShowProduct.css ^^^ */
