﻿/* Height of 1400 min allows for 10 products in summary without scrolling */
.WL_Fixed_PSContainer
{
    width:100%;
    margin-left:auto;
    margin-right: auto;
    height:1400px;
    overflow:auto;
    font-family:Arial;
    font-size:12px;
    background-color: White;
}



.WL_Fixed_PSContainer hr
{
    height:1px;
    border-top:dotted 1px #dddddd;
}

/* Product Summary Page */
.WL_Fixed_PSContainer .PSCategoryTitle
{
   color:#dddddd;
    margin:0px 0px 15px 0px;
    border-bottom: solid 1px #eeeeee;
    font-size:25px;
    
}

.WL_Fixed_PSContainer .tblProdSummary
{
    width:100%;
    background-color:white;
}

.WL_Fixed_PSContainer .tblProdSummary .prodImg
{
    width:100px;
    padding:3px;
    border: solid 1px #eeeeee;
}

.WL_Fixed_PSContainer .tblProdSummary .trHeader
{
    background-color:white;
    color:#3BA9E8;
}

.WL_Fixed_PSContainer .tblProdSummary .trItem
{
    background-color:white;
    margin-bottom:5px;
}


.WL_Fixed_PSContainer .tblProdSummary .prodPrice
{
    font-size:18px;
    color: #3BA9E8;
}

.WL_Fixed_PSContainer .tblProdSummary .prodTitle
{
    font-size:13px;
    color: #3BA9E8;
    font-weight: bold;
}

.WL_Fixed_PSContainer a
{
   
     display:block;
     text-decoration: none;
     margin-top:8px;
    
}

.WL_Fixed_searchBoxContainer
{
    clear:both;
    width:100%;
}


/* Product Detail Page */

.WL_Fixed_PSContainer .PSProductImage
{
    width:200px;
    padding:4px;
    margin:5px;
    border: solid 1px #eee;
}

.WL_Fixed_PSContainer .PSProductTextContainer
{
    color:#dddddd;
}

.WL_Fixed_PSContainer .productDetailTitle
{
    font-weight: bold;
    color: black;
    font-size:larger;
}

.WL_Fixed_PSContainer .PSProductCost
{
    color: red;
    font-size:14px;
}

.WL_Fixed_PSContainer .PSProductCostOld
{
    color: red;
    font-size:18px;
    text-decoration:line-through;
}

.WL_Fixed_PSContainer .PSProductAmtInStock
{
}

/* General Classes */
.PSButton
{
     background-color:#f3a63e;
    color: blue;
    border: solid 1px #f3a63e;
    -moz-border-radius: 5px;
    border-radius:5px;
    margin-right: 5px;
    font-size:11px;
   font-weight: bold;
    padding:3px;
    text-decoration: none;
    text-align:center;
}

.PSButton_Hidden
{
     background-color:#fff;
    color: #fff;
    border: solid 1px #fff;
    -moz-border-radius: 5px;
    border-radius:5px;
    margin-right: 5px;
    font-size:11px;
   font-weight: bold;
    padding:3px;
    text-decoration: none;
    text-align:center;
}

.PSNavButton
{
    font-size:11px;
    background-color:#e3e3e3;
    color: black;
    border: solid 1px #e3e3e3;
    -moz-border-radius: 5px;
    border-radius:5px;
    margin-right: 5px;
    font-size:11px;
   font-weight: bold;
    padding:3px;
    text-decoration: none;
    text-align:center;
}

.PSButtonCheckout
{
    background-color:#e3e3e3;
    color: #222;
    border: solid 1px #e3e3e3;
    -moz-border-radius: 5px;
    border-radius:5px;
    margin-right: 5px;
    font-size:11px;
   width: 250px;
    padding:3px;
    text-decoration: none;
    text-align:center;
}

.errorText
{
    color:red;
}

.PSVATLine {
    color: #2D519B;
    display: block;
    font-weight: normal;
}

.PSSALESLine {
     color: #2D519B;
    display: block;
    font-weight: bold;
}

/* Login Link Panel */
.WL_Fixed_PSLoginContainer
{
    background-color: #ffffff;
    padding:2px;
    font-size:12px;
}

.WL_Fixed_PSLoginContainer .inputBox
{
    border:solid 1px #ddd;
    color:#a51315;
}

.WL_Fixed_PSLoginContainer .WL_Fixed_PSLoginLink
{
    color: #a51315;
}

/* PSCommerce Registration Popups */


.WL_Fixed_PSContainer_Reg 
{
    width:600px;
    font-family:Arial;
    background-color:#ffffff;
    font-size:12px;
    padding:5px;
}

.WL_Fixed_PSContainer_Reg .popupTitle
{
    color: #a51315;
    font-size:15px;
    display: block;
}



.WL_Fixed_PSContainer_Reg .inputBox
{
    border:solid 1px #ddd;
    color:Red;
}

/* PSCommerce - Category List */
.WL_Fixed_PSCategoryContainer
{
    width: 100%;
    color: Red;
    font-weight: normal;
}

.WL_Fixed_PSCategoryContainer li
{
    list-style-type:none;
    list-style-position:inside;
    margin-left:-30px;
}

/* PSCommerce Checkout Popup */
.WL_Fixed_PSCheckoutOuterContainer
{
    z-index:99999;
    position: absolute;
    left:25%;
    width:50%;
    top:50px;
    border: 4px solid #3e3e3e;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding:10px;
    background-color:#eee;
}

.WL_Fixed_PSCheckoutContainer
{
    width:100%;
    margin-left:auto;
    margin-right: auto;
    overflow:auto;
    font-family:Arial;
    font-size:12px;
    background-color: White;
}

/* PSCommerce Buy Now Buttons */
/* Buttons with Qty PS1 */
.PSCommerce_BuyButtonContainer {
    width:132px;
    height:100px;
    font-family: arial;
    font-size:11px;
    background-color: transparent;
}

.PSCommerce_BuyLineButtonContainer {
    width:281px;
    height:37px;
    font-family: arial;
    font-size:11px;
    background-color: transparent;
    padding-bottom: 2px;
    border-bottom: dotted 1px #eeeeee;
}

.PSCommerce_BuyLineButtonContainer_WithHeader {
    width:281px;
    height:55px;
    font-family: arial;
    font-size:11px;
    background-color: transparent;
    padding-bottom: 2px;
    border-bottom: dotted 1px #eeeeee;
}

/* End PS1 */
/* Inline Buttons PS2 */

.WL_Fixed_PSContainer_AddToCart .PSProductName
{
    color: #2D519B;
    font-size:12px;
    display: inline-block;
    width:93px;
}

.WL_Fixed_PSContainer_AddToCart .PSProductCost
{
    color: #a31513;
    font-size:12px;
    font-weight: bold;
}

.WL_Fixed_PSContainer_AddToCart .PSProductCostOld
{
    color: #2D519B;
    font-size:12px;
    text-decoration:line-through;
}

.WL_Fixed_PSContainer_AddToCart .PSInlineCol1Title {
 font-weight: bold;
 color: #2D519B;
}

.WL_Fixed_PSContainer_AddToCart .PSInlineCol2Title {
 font-weight: bold;
 color: #2D519B;
}

.WL_Fixed_PSContainer_AddToCart .PSInlineCol3Title {
 font-weight: bold;
 color: #a31513;
 font-size:14px;
}

/* End PS2 */


