﻿TD, TR
{
    vertical-align: top;
}
IMG, INPUT;
{
    border-left: 0px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
}
.variantName TD
{
    width: 300px;
    vertical-align: top;
}
.variantQty TD
{
    width: 55px;
    vertical-align: top;
}
.variantQty SELECT
{
    width: 40px;
}
.variantSuggestedPrice
{
    font-weight: bold;
    text-decoration: line-through;
    vertical-align: top;
    text-align: center;
}
.variantYourPrice
{
    text-decoration: none;
    vertical-align: top;
    text-align: center;
}
.variantYourPriceSale
{
    color: red;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
}
.saveForLaterButton
{
    text-align: center;
    width: 45px;
    font-size: 90%;
    color: #3c69ab;
    vertical-align: top;
}
.addToAutoshipButton
{
    text-align: center;
    width: 55px;
    font-size: 90%;
    color: #3c69ab;
    vertical-align: top;
}
.addToAutoshipButton img
{
    width: 45px;
}
SELECT
{
    font-size: 8pt;
}
.productName
{
    font-weight: bold;
    font-size: 14pt;
}
.popupContact
{
    border-right: #363636 2px solid;
    border-top: #363636 2px solid;
    border-left: #363636 2px solid;
    border-bottom: #363636 2px solid;
    display: none;
    font-size: 13px;
    z-index: 2;
    background: #ffffff;
    left: 180px;
    padding-bottom: 12px;
    width: 550px;
    position: absolute;
    top: 340px;
    height: 200px;
}
.MoreButtonHidden
{
    display:none;
}
.MoreButton
{
    display:block;
}
