﻿/**
 * Name of the product being displayed on the product page
 */
#productname
{
    margin-top: 10px;
    margin-bottom: 5px;
}
    #productname #largeorangeproductname
    {
        margin-left: -770px;
    }
        #productname #largeorangeproductname .sap-content
        {
            font-size: 22px;
            color: #F19E3A;
            font-weight: bold;
        }

/**
 * Product Image, sample images and pricing matrix
 */
#productinformation
{
}
    #productinformation #productimages
    {
        margin-left: -770px;
        width: 276px;
    }
        #productinformation #productpricematrix
        {
            margin-left: -485px;
        }
            #productinformation #productpricematrix .sap-content
            {
                width: 478px;
            }
            #productinformation #productpricematrix .choosecalendartext
            {
                font-weight: bold;
                font-size: 13px;
                color: #000000;
            }
.productimageborder
{
    border: 1px solid #ababab; /* located in code behind file */
}

/* The text, zoom in, and additional color below product image */
#productcolor
{
    margin-top: 5px;
}
    #productcolor #colortext
    {
        margin-left: -276px;
    }
        #productcolor #colortext .sap-content
        {
            color: #6B8694;
            font-weight: bold;
            font-size: 14px;
    }
#productcolor #zoomimage
{
    margin-left: -71px;
}
    #productcolor #zoomimage .sap-content
    {
    }

#additionalcolors
{
    margin-top: 10px;
}
    #additionalcolors #colorsamples
    {
        margin-left: -276px;
    }
        #additionalcolors #colorsamples .sap-content
        {
            font-size: 11px;
            color: #6B8694;
            font-weight: bold;
        }
            .colorsample
            {
                display: inline;
                margin-right: 10px;
                border: 1px solid #ababab;
            }
            
/* Product Matrix Styles */
#matrixcontainer
{
    width: 476px;
    border: 1px solid #ababab;
}
#matrixcontainer .column1
{
    margin-left: -476px;
    width: 476px;
}

.column1 .row1
{
}
.column1 .row1 #calendarsizetext
{
    padding-left: 110px;
    color: #707070;
    font-size: 11px;
    font-weight: bold;
}
.leftborder
{
    border-left: 2px solid #ababab;
    padding-left: 5px;
}
.column1 .row2
{
}
    .column1 .row2 #finishingoptiontext
    {
        color: #707070;
        font-size: 12px;
        font-weight: bold;
        width: 104px;
        padding-left: 6px;
        padding-top: 15px;
        padding-bottom: 2px;
    }

.column1 .row4
{
    background-color: #ebebeb;
    border-top: 1px solid #ababab;
}
.column1 .row6
{
    background-color: #ebebeb;
}
.column1 .row8
{
    background-color: #ebebeb;
}
.column1 .row10
{
    background-color: #ebebeb;
}
    /* Format of the text within the price matrix */
    .rightborder
    {
        width: 104px;
        border-right: 2px solid #ababab;
        margin-right: 5px;
    }
    .pricematrixtext
    {
        left: 0%;
        color: #707070;
        font-size: 11px;
        padding-top: 10px;
        padding-bottom: 9px;
        padding-left: 6px;
    }
    .priceadj
    {
        padding-top: 5px;
    }
    .size1
    {
        left: 0%;
        width: 49px;
    }
    .matrixradio
    {
        margin-left: -5px;
    }
    .matrixpricetext
    {
        color: #000000;
        font-weight: bold;
        font-size: 11px;
    }
    .addtocartanchor
    {
        display: block;
        color: #000000;
        font-size: 10px;
    }
    .textsize
    {
        font-size: 12px;
        color: #707070;
    }
    .textsize2
    {
        font-size: 11px;
        color: #000000;
        font-weight: bold;
        padding-top: 2px;
    }
    .finishingoption
    {
        left: 0%;
    }

/* The optional chart title text and textbox */
#charttitle
{
    margin-top: 10px;
}
#charttitle #titleentry
{
    margin-left: -420px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;    
}
    .charttitletext
    {
        padding-top: 4px;
        margin-right: 5px;
        float: left;
    }
    .charttitletextbox
    {
        float: left;
    }
    .charttitlebox
    {
        width: 328px;
    }
    .optionaltext
    {
        color: #ababab;
        font-size: 11px;
    }

/* The Add to Cart button */
#addtocart
{
    margin-top: 5px;
}
#addtocart #addbutton
{
    margin-left: -91px;
}
#addtocart #addbutton img
{
    border: 1px solid #ababab;
}

/**
 * Product description
 */
#productdescriptionarea
{
    margin-top: 10px;
    margin-bottom: 10px;
}
    #productdescriptionarea #productdescription
    {
        margin-left: -770px;
    }
        #productdescriptionarea #productdescription .sap-content
        {
            width: 763px;
            color: #6B8694;
            font-size: 12px;
        }
        #productdescriptionarea #productdescription .sap-content h3
        {
            margin: 0px;
            font-size: 14px;
        }

/**
 * Alternate Choice Maps
 */
#productalternatechoices
{
    margin-top: 10px;
}
    #productalternatechoices #alternatechoiceheader
    {
        margin-left: -770px;
        border: 1px solid #ababab;
    }
        #productalternatechoices #alternatechoiceheader .sap-content
        {
            width: 763px;
            font-size: 18px;
            font-weight: bold;
            color: #606060;
            background-color: #F0F2F3;
        }
            .altchoiceheadmargin
            {
                margin-left: 5px;
                padding-bottom: 2px;
            }

    #productalternatechoices #alternatechoicemaps
    {
        margin-left: -770px;
        margin-top: 25px;
        border: 1px solid #ababab;
        border-top: 0px;
    }
        #productalternatechoices #alternatechoicemaps .sap-content
        {
            width: 763px;
        }
        
.modalbackground
{
    background-color: #000000;
    opacity: .1;
    filter: alpha(opacity=10);
}
.CartoViewerPopup
{
    background-color: #FFFFFF; border: 1px solid #000000; padding: 5px;
}
