@media screen
{
    .customfieldlist
    {
        border: 0;
    }

    .recipentpopupframe
    {
        background-color: #1d5882;
        width: 98%;
        height: 500px;
    }

    .popup_Buttons
    {
        width: 100%;
        background-color: #ffffff;
    }

    .popupControlWrapper
    {
        background-color: #ffffff;
        padding: 3px;
        border: 4px solid #FFFFFF;
        z-index: 10001;
    }

    .popup_ButtonsDeclineOrder
    {
        width: 92%;
        background-color: #ffffff;
    }

    .DeclineBtnpopupframe
    {
        background-color: #444c38;
        width: 98%;
        height: 300px;
    }

    #ctl00_wpm_HomePage_ctl02_panSearchFundDD .input-left
    {
        width: auto;
        display: block;
        float: none;
        text-align: left;
    }

    .MainContainer
    {
        width: 100%;
        margin: 0 auto;
    }

    #webpartsPanel
    {
        width: 100%;
        margin: 0 auto;
    }

    .modalPopupBG
    {
        background-color: #000000;
        filter: alpha(opacity=50);
        opacity: 0.7;
    }


    td .updowntable
    {
        border: 0;
    }

    table .updowntable
    {
        border: 0;
    }

    td .basketleft
    {
        float: left;
        width: 40%;
    }

    td .basketright
    {
        float: right;
        width: 58%;
    }

    .altodd td div .basketleft
    {
        float: left;
        width: 40%;
    }

    .altodd td div .basketright
    {
        float: right;
        width: 58%;
    }

    .altoddButton td div .basketleft
    {
        float: left;
        width: 40%;
    }

    .altoddButton td div .basketright
    {
        float: right;
        width: 58%;
    }

    /* force a vertical scrollbar in firefox, prevents horizontal page shifting */
    html
    {
        min-height: 100%;
        margin-bottom: 1px;
    }

    /* styling for the page body */
    body
    {
        /*padding: 0 10px; margin: 0; background:#1d5882 url(images/background.jpg) repeat-x top; */
        padding: 0 10px;
        margin: 0;
        background-color: #ffffff;
        font-family: Calibri, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #58595b;
    }

    /* default styling for block elements */
    td, p, form
    {
        text-decoration: none;
        margin: 0;
    }

    ul
    {
        margin: 2px 0 2px 20px;
    }

    /* special styling for validation summary lists */
    .validationSummary ul
    {
        padding-left: 0;
    }

    /* default styling for links */
    a
    {
        text-decoration: none;
        color: #465259;
    }

        a:hover
        {
            color: #474747;
            text-decoration: none;
        }

        a.highlight
        {
            font-weight: bold;
            color: #465259 !important;
            padding-top: 5px;
            padding-bottom: 5px;
            margin-top: 5px;
            text-decoration: none;
        }

    input
    {
        vertical-align: middle;
    }

        input.textBox
        {
            background: #fff;
            border: 1px solid #b3b3b3;
            padding: 2px;
            width: 190px;
            height: 16px;
            margin: 0 3px 0 15px;
        }

        input.button, a.button, label.button
        {
           /*background-image:url(../HCAP/Images/button.jpg);*/
            background:#1D4F90;
            background-repeat:no-repeat;
            background-size: cover;
            border-color: #1D4F90;
            border-style: solid;
            border-width: 1px;
            color: #ffffff;
            cursor: pointer;
            height: 16px;
            margin: 3px;
            padding: 0 10px 2px;
            text-transform: lowercase;
        }

            input.button:hover, a.button:hover, label.button:hover
            {
                border-color: #a7a9ac;
                background: #a7a9ac;
            }

    a.button, label.button
    {
        padding: 4px 5px;
        display: -moz-inline-box;
        display: inline-block;
    }

    input.button
    {
        height: 21px;
    }
    input[type="file"].hidden { display: none; }

    /* style for a paragraph element to highlight */
    p.highlight
    {
        color: #3c95c1;
        padding-top: 5px;
        margin-top: 5px;
        text-decoration: none;
        font-weight: bold;
    }

    /* Text styles used to provide status information */
    .goodCondition
    {
        font-weight: bold;
        color: #008000;
        padding-bottom: 3px;
    }

    .warnCondition
    {
        font-weight: bold;
        color: #FFA500;
        padding-bottom: 3px;
    }

    .errorCondition
    {
        font-weight: bold;
        color: #FF0000;
        padding-bottom: 3px;
    }

    .contentArea
    {
        padding: 5px 10px;
    }

    .borderedArea
    {
        border: solid 1px #7dc2db;
    }

    .noTopPadding
    {
        padding-top: 0;
    }

    .noBottomPadding
    {
        padding-bottom: 0;
    }

    .noRightPadding
    {
        padding-right: 0;
    }

    .noLeftPadding
    {
        padding-left: 0;
    }

    .noTopBottomPadding
    {
        padding-top: 0;
        padding-bottom: 0;
    }

    .noLeftRightPadding
    {
        padding-left: 0;
        padding-right: 0;
    }


    /* style for element that acts as a spacer between other elements */
    .spacer
    {
        clear: both;
        font-size: 1px;
        line-height: 1px;
        height: 1px;
        padding: 0;
        margin: 0;
    }

    .tall_spacer
    {
        clear: both;
        font-size: 10px;
        line-height: 1px;
        height: 10px;
        padding: 0;
        margin: 0;
    }

    /* container for the breadcrumbs trail */
    .breadCrumbPanel
    {
        padding: 8px 0;
        color: #000000;
        font-size: 11px;
        font-weight: lighter;
        text-indent: 16px;
    }

        .breadCrumbPanel a
        {
            color: #000000;
            font-size: 11px;
            font-weight: lighter;
            text-transform: lowercase;
        }

            .breadCrumbPanel a:hover
            {
                color: #000000;
            }

            .breadCrumbPanel a:visited
            {
                color: #000000;
                font-weight: bold;
            }

    .CategoryBreadCrumb
    {
        padding: 8px 0;
        background: #fff url(images/CategoryBreadCrumbsEdge.gif) no-repeat left top;
        color: #C2D2DC;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        text-indent: 16px;
    }

    .CategoryBreadCrumbs a
    {
        color: #000000;
        font-size: 12px;
        text-transform: lowercase;
    }

        .CategoryBreadCrumbs a:hover
        {
            color: #CCCCCC;
        }

        .CategoryBreadCrumbs a:visited
        {
            color: #000000;
            font-weight: bold;
        }

    .breadCrumbLink
    {
        text-decoration: underline;
        text-indent: 0;
        color: #5872CB;
        margin: 4px 0 8px 0;
        padding: 4px 0 8px 0;
        border: 1px solid #FF0000;
    }

    /* generic styling for a suggested retail price */
    .msrp
    {
        text-decoration: line-through;
    }

    /* applied to ajax progress update */
    #centeredProgress
    {
        width: 300px;
        height: 200px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -150px;
        margin-top: -200px;
        z-index: 99;
        color: #fff;
        border: 5px solid #C1C1C1;
        background: #fff url(images/processing.gif) no-repeat 50%;
    }

    /* background style for the screen when an ajax progress update is displayed */
    #ajaxProgressBg
    {
        border: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        position: absolute;
        background: #474747;
        opacity: 0.3;
        filter: Alpha(opacity:30);
        z-index: 0;
    }

    #ajaxProgress
    {
        padding: 0;
        position: absolute;
        background: #fff;
        background: #fff url(images/processing.gif) no-repeat 50%;
        z-index: 1;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        height: 200px;
        border: solid 2px #474747;
    }

    hr
    {
        width: 100%;
    }

    h2
    {
        font-size: 12px;
    }

        h2.sectionHeader
        {
            background: url(images/section_header_bg.gif) repeat-x;
            padding: 0 0 0 10px;
            border: 1px solid #4F616D;
            margin: 0 0 12px 0;
            height: 27px;
            line-height: 27px;
            font-size: 14px;
            color: #fff;
            font-weight: bold;
        }

    /*---------------------------------------*/
    /*- styles for left sidebar panel       -*/
    /*---------------------------------------*/
    /* container for the left sidebar content */
    #leftSidebarPanel
    {
        width: 18%;
        margin: 0;
        padding: 0 6px 0 0;
    }

        #leftSidebarPanel br
        {
            display: none;
        }

        #leftSidebarPanel .section
        {
            margin: 0;
            padding: 0;
            border: 0;
        }

            #leftSidebarPanel .section .header
            {
                height: 28px;
                padding: 0;
                /*border-bottom:solid 2px #4C76A8;*/
            }

                #leftSidebarPanel .section .header h2
                {
                    color: #fff;
                    text-indent: 8px;
                    font-size: 14px;
                    line-height: 28px;
                    font-weight: 700;
                    padding: 0;
                    margin: 0;
                }

            #leftSidebarPanel .section .content
            {
                margin: 0 0 5px 0; /*background:#eff3f4;*/
                padding: 10px 5px;
            }

            #leftSidebarPanel .section .labelheading
            {
                padding: 10px 10px 0 12px;
                font-weight: lighter;
            }

        #leftSidebarPanel .H2
        {
            font-weight: lighter;
            color: #005b94;
            font-size: 11px;
        }

        #leftSidebarPanel .section .content table
        {
            width: 100%;
            margin: 0;
            border-collapse: inherit!important;
        }

    /* 10/31/12 */

    #ctl00_wpm_HomePage_ctl02_SearchPanel, #ctl00_wpm_HomePage_ctl03_ContentPanel
    {
        padding: 5px;
    }

    #ctl00_wpm_HomePage_ctl03_lblClientClass
    {
        display: block;
        width: 100px;
        padding: 0 0 5px 0;
    }

    #leftSidebarPanel .content
    {
        border: 1px solid #4b4b4b;
        border-top: none;
    }

    #leftSidebarPanel input.searchButtonImage
    {
        width: 25px !important;
        height: 25px !important;
        padding-left: 10px;
    }

    #leftSidebarPanel .header
    {
        background: #1D4F90;
    }

    /*---------------------------------------*/
    /*- styles for right sidebar panel      -*/
    /*---------------------------------------*/
    /* container for the right sidebar content */
    #rightSidebarPanel
    {
        width: 238px;
        margin: 0;
        padding: 0 0 0 6px;
    }

        #rightSidebarPanel br
        {
        }

        #rightSidebarPanel .VisiblePanel
        {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        #rightSidebarPanel .section
        {
            margin: 0;
            padding: 0;
        }

        #rightSidebarPanel .VisiblePanel .section .content table tr
        {
            border: solid 1px #8ed4af;
        }

        #rightSidebarPanel .section .header
        {
            height: 28px;
            padding: 0;
            /*border-bottom:solid 2px #4C76A8;*/
        }

            #rightSidebarPanel .section .header h2
            {
                color: #fff;
                text-indent: 8px;
                font-size: 14px;
                line-height: 28px;
                font-weight: 700;
                padding: 0;
                margin: 0;
            }

            #rightSidebarPanel .section .header a
            {
                float: right;
                text-decoration: underline;
                color: #fff;
                padding: 0;
                margin: 0;
            }

                #rightSidebarPanel .section .header a:hover
                {
                    color: #984700;
                }
                #rightSidebarPanel .section .SearchPanel {
                    padding: 5px 10px;
                }
                #rightSidebarPanel .section .SearchPanel span {
                    display: block;
                    font-size: 12px;
                    font-weight: bold;
                    padding-top: 3px;
                    padding-bottom: 0;
                }
        #rightSidebarPanel .section .content
        {
            padding: 0;
            margin: 0 0 5px 0;
            background: #fff;
        }

        #rightSidebarPanel .section .labelheading
        {
            padding: 10px 10px 0 12px;
            font-weight: lighter;
        }

        #rightSidebarPanel .H2
        {
            font-weight: lighter;
            color: #005b94;
            font-size: 11px;
        }

        #rightSidebarPanel .section .content .inputForm
        {
            margin: 0;
        }

        #rightSidebarPanel .section .content table
        {
            width: 100%;
            margin: 0;
            border-collapse: inherit!important;
        }

            #rightSidebarPanel .section .content table .thumbnail
            {
                border: solid 3px none;
            }

        #rightSidebarPanel .section .footer
        {
            height: 24px;
            line-height: 24px;
            margin: 0;
            color: #8C0901;
            margin-top: 8px;
            padding: 0 2px;
        }

        #rightSidebarPanel .section .relatedProducts
        {
            border: solid 1px #7dc2db;
        }

    .Cell
    {
        padding: 5px 10px;
        background: #eff3f4;
    }

    .expressCheckoutCell
    {
        background: #eff3f4;
    }

    .ourDepartmentsCell
    {
        background: #eff3f4;
        padding: 5px;
        line-height: 18px;
    }

    .onePageCheckoutCell
    {
        padding: 5px 10px;
    }

    .shippingEstimateCell
    {
        background: #eff3f4;
        padding: 3px;
    }

    .myRecentOrdersCell
    { /*background:#eff3f4*/
        ;
        padding: 5px 10px;
        line-height: 25px;
        margin-bottom: 5px;
    }

        .myRecentOrdersCell .bullet
        {
            background: url(images/bullet1.gif) no-repeat left;
            padding-left: 18px;
        }

    /* 10/31/2012 */

    #rightSidebarPanel .section
    {
        border: 1px solid #4b4b4b;
        border-top: none;
    }

    #ctl00_wpm_HomePage_ctl07_ctl01_SearchPanel1
    {
        padding: 0 0 0 5px;
    }

    #rightSidebarPanel .catalogWrapper tr
    {
        background: none;
    }

    #rightSidebarPanel .catalogWrapper
    {
        width: 193px;
        border: 1px solid #333366;
        border-top: none;
        overflow: hidden;
        padding: 0;
    }

    #rightSidebarPanel .header
    {
        background: #1D4F90;
    }

    /*---------------------------------------*/
    /*- styles for main panel               -*/
    /*---------------------------------------*/
    /* container for the main panel content */
    #mainPanel
    {
        padding: 0;
    }

        #mainPanel > div
        {
            width: 99% !important;
        }

        #mainPanel .section
        {
            margin-bottom: 5px;
        }

            #mainPanel .section .header
            {
                margin: 5px 0;
                background: #a7a9ac;
                height: 23px;
            }

                #mainPanel .section .header H2
                {
                    /*background-image:url(../HCAP/Images/button.jpg);*/
                    background:#1D4F90;
                    background-repeat:no-repeat;
                    background-size:cover;
                    font-size: 12px;
                    color: #ffffff;
                    padding: 0;
                    margin: 0;
                    font-weight: bold;
                    line-height: 22px;
                    text-indent: 15px;
                    
                }
            /*------------------------------------------------------  added by PJ on 11/08/12 for the AddressBook*/
            #mainPanel .section .header1
            {
                margin: 5px 0;
                background: url(images/pageHeader.gif) repeat-x top;
                width: 850px;
                height: 23px;
            }

                #mainPanel .section .header1 H2
                {
                    background: url(images/header_icon_mid1.gif) no-repeat left top;
                    font-size: 12px;
                    color: #474747;
                    padding: 0;
                    margin: 0;
                    font-weight: bold;
                    line-height: 22px;
                    text-indent: 15px;
                    border-right: solid 1px #bfbfbf;
                    text-transform: uppercase;
                }

            /*------------------------------------------------------ */
            #mainPanel .section .content
            {
            }

                #mainPanel .section .content table.inputForm
                {
                    background: #fff;
                    border: solid 1px #CFDFDF;
                    padding: 5px;
                }

        #mainPanel div .iner_frame .itemList tr td
        {
            border: solid 1px #8FA0AB;
            color: #fff;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            #mainPanel div .iner_frame .itemList tr td a
            {
                color: #fff;
                font-size: 11px;
            }

                #mainPanel div .iner_frame .itemList tr td a:hover
                {
                    color: #416573;
                }

        #mainPanel div .iner_frame .itemList tr th
        {
            border: solid 1px #8FA0AB;
        }

        #mainPanel div .iner_frame .itemList
        {
            border: solid 1px #8FA0AB;
        }

        #mainPanel div .itemList tr.altodd td
        {
            border: solid 1px #ccc;
            line-height: 15px;
            background: #e4f5eb url(images/oddRowBg.gif) top repeat-x;
        }

    H2.preference
    {
        background: url(images/section_header_bg.gif) repeat-x;
        height: 29px;
        line-height: 24px;
        padding: 0 5px 0 4px;
        margin: 0;
        color: #fff;
        margin-left: 4px;
        margin-right: 4px;
    }

    /* used to display a dialog box in the main panel */
    #mainPanel .dialogSection
    {
        margin: 0;
    }

    #mainPanel .form .inputForm
    {
        background: #fff;
    }

        #mainPanel .form .inputForm textarea
        {
            border: solid 1px #afa9b3;
        }

    #mainPanel .dialogSection .inputForm
    {
        padding: 10px;
        color: #3f2a4d;
    }

    #mainPanel .dialogSection .header
    {
        margin: 5px 0;
        background: url(images/pageHeader.gif) repeat-x top;
        height: 23px;
    }

        #mainPanel .dialogSection .header h2
        {
            font-size: 12px;
            color: #474747;
            padding: 0;
            margin: 0;
            font-weight: bold;
            line-height: 22px;
            text-indent: 15px;
            text-transform: uppercase;
        }

        #mainPanel .dialogSection .header a
        {
            float: right;
            text-decoration: underline;
            color: #fff;
        }

            #mainPanel .dialogSection .header a:hover
            {
                float: right;
                text-decoration: underline;
                color: #8C0901;
            }

    #mainPanel .dialogSection .content
    {
        margin-top: 0;
        background: #fff;
        min-height: 200px;
    }

        #mainPanel .dialogSection .content table th.rowheader
        {
            background: White;
        }

        #mainPanel .dialogSection .content table td.txt
        {
        }

    #mainPanel .dialogSection .nofooter
    {
        margin-right: 0;
    }

    #mainPanel .dialogSection .footer
    {
        background: #DCDCDC url(images/sectionFooterBackground.gif) repeat-x left top;
        height: 24px;
        line-height: 24px;
        margin: 0;
        color: #8C0901;
        margin-top: 8px;
    }

    #mainPanel .validationSummary
    {
        margin-bottom: 6px;
    }

    #mainPanel .section .content .ProductItemView
    {
        background: url(images/dottedLine.gif) repeat-y left;
    }

        #mainPanel .section .content .ProductItemView:first-child
        {
            background: none;
        }

    #mainPanel .section .content .ProductItemViewOdd
    {
        background: url(images/dottedLine.gif) repeat-y left;
    }

    /* outer wrapper for the main page content */
    #outerContentWrapper
    {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    /* inner wrapper for the main page content */
    #innerContentWrapper
    {
        margin: 0;
        text-align: left;
        padding: 6px;
        background: #fff;
    }

    /* additional style required when container is a table */
    table#contentLayout
    {
        width: 100%;
    }

    /******************************************************************************************/
    /* styles for the store header section                                                    */
    /******************************************************************************************/
    #outerFrame
    {
    }

    /* style for the outer store header container */

    #storeHeader
    {
        width: 100%;
        margin: 14px auto 0 auto;
        background: #fff;
    }

        #storeHeader .logo
        {
            padding: 18px 0 0 22px;
            vertical-align: top;
        }

        #storeHeader .headerContent
        {
            height: 100px;
            padding: 0 20px 0 0;
        }

        #storeHeader .shortcuts
        {
            
            height: 48px;
        }

            #storeHeader .shortcuts a
            {
                font-family: Calibri, Arial, Helvetica, sans-serif;
                display: block;
                width: 85px;
                float: right;
                height: 33px;
                padding: 5px 3px 0 3px;
                margin: 14px 0 0 0;
                font-size: 11px;
                text-transform: uppercase;
                color: #a7a9ac;
                text-decoration: none;
                text-align: center;
            }
                /*#storeHeader .shortcuts  a {
    font-family: Verdana, Arial, Helvetica, sans-serif; display: block; background:url(images/button_topBg.gif) no-repeat;
    width: 85px; float: right; height: 25px; padding: 5px 3px 0 3px;  margin: 14px 0 0 0;
    font-size: 11px; text-transform: uppercase; color: #474747; text-decoration: none; text-align: center; }*/
                #storeHeader .shortcuts a:hover
                {
				text-decoration: underline;
                }


        /*#storeHeader div.shortcuts a.basket{ text-align: center;margin-top:13px}
#storeHeader div.shortcuts a.acct{ text-align: center;margin-top:13px}
#storeHeader div.shortcuts a.admin{ text-align: center;margin-top:13px}
#storeHeader div.shortcuts a.wishlist{ text-align: center;margin-top:13px}
#storeHeader div.shortcuts a.login{ text-align: center;margin-top:13px}*/
        #storeHeader div.shortcuts a.basket{background: url(images/storeNav_basket.jpg) no-repeat 50% top; text-align: center;margin-top:13px}
#storeHeader div.shortcuts a.acct{background: url(images/storeNav_account.jpg) no-repeat 50% top; text-align: center;margin-top:13px}
#storeHeader div.shortcuts a.admin{background: url(images/storeNav_admin.gif) no-repeat 50% top; text-align: center;margin-top:13px}
#storeHeader div.shortcuts a.wishlist{background: url(images/storeNav_wishlist.jpg) no-repeat 50% top; text-align: center;margin-top:13px}
#storeHeader div.shortcuts a.login{background: url(images/storeNav_login.jpg) no-repeat 50% top; text-align: center;margin-top:13px}


        #storeHeader .search
        {
            height: 25px;
            padding: 10px 0 0 0;
            text-align: right;
            width: 550px;
        }

            #storeHeader .search input.searchPhrase
            {
                color: #464749;
                background: #f0f2f1 url(images/searchPhrase.gif) repeat-x top;
                border: solid 1px #d3d5d4;
                width: 170px;
                margin: 0;
                padding: 4px 0 3px 0;
            }

    /* style for the search button */
    .searchButton
    {
        background: url(images/search_btn2.gif) no-repeat;
        font-size: 12px;
        color: #474747;
        border: none;
        padding: 0 2px 3px 2px;
        font-weight: bold;
        cursor: pointer;
        margin: 0;
        width: 84px;
        height: 25px;
        text-align: center;
    }

        .searchButton:hover
        {
        }

    .allButton
    {
        background: #e2e2e2 url(images/button_bg.gif) repeat-x;
        font-size: 11px;
        text-transform: capitalize;
        color: #474747;
        border: solid 1px #d3d5d4;
        padding: 0 2px;
        font-weight: bold;
        cursor: pointer;
        margin: 0;
        position: absolute;
        left: 172px;
        width: 56px;
        height: 19px;
        text-align: center;
        line-height: 22px;
    }

        .allButton:hover
        {
            background: url(images/button_bg_hover.gif) repeat-x;
        }

    /* styling for the navigation container */
    #storeHeader .navigation
    {
        width: 98%;
        padding-left: 4px;
        padding-right: 4px;
        text-align: center;
        height: 21px;
        color: #333366;
    }

        #storeHeader .navigation .content
        {
            margin: 0 auto;
            height: 21px;
            color: #333366;
        }

    #storeHeader .static_menu_item a
    {
        font-size: 13px;
        color: #ae885b;
        text-transform: uppercase;
        width: auto;
        padding: 0 20px;
        text-decoration: none;
        text-align: center;
        line-height: 20px;
    }

    #storeHeader .navigation a:hover
    {
    }

    /* 10/31/12 */

    #storeHeader table.dynamic_menu_item
    {
        border: 1px solid #ccc;
    }

    #storeHeader a.dynamic_menu_item
    {
        display: block;
        padding: 5px 10px;
        text-align: left;
    }


    /******************************************************************************************/
    /* styles for the store footer section                                                    */
    /******************************************************************************************/
    /* container for the store footer */
    #footer
    {
        height: 80px;
        color: #fff;
        line-height: 18px;
        margin: 0 auto;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background: #1D4F90;
    }

        #footer p.right
        {
            padding: 15px 0 0 15px;
            font-size: 11px;
            text-align: right;
        }

        #footer p
        {
            padding: 15px 0 0 15px;
            font-size: 11px;
            text-align: left;
        }

            #footer p a
            {
                color: #fff;
                font-size: 12px;
                text-decoration: none;
                font-weight: lighter;
                padding: 0 5px;
                border-left: 1px solid #fff;
            }

            #footer p a:visited
            {
                color: #fff;
                font-size: 12px;
                text-decoration: none;
                font-weight: lighter;
                padding: 0 5px;
                border-left: 1px solid #fff;
            }

                #footer p a:first-child
                {
                    border-left: none;
                }

    /******************************************************************************************/
    /* styles for the store navigation section                                                */
    /******************************************************************************************/
    /* container for the store navigation links */
    #storeNav
    {
        margin: 2px 1px;
        width: 198px;
    }

        #storeNav a
        {
            background: #474747;
            color: #474747;
            font-weight: bold;
            text-decoration: none;
            display: block;
            padding: 8px 3px 8px 40px;
            border-bottom: 1px solid #fff;
        }

            #storeNav a:hover
            {
                color: #F99034;
                text-decoration: underline;
            }

            #storeNav a.basket
            {
                background: #000 url(images/storeNav_basket.jpg) no-repeat 5px 3px;
            }

            #storeNav a.wishlist
            {
                background: #000 url(images/storeNav_wishlist.jpg) no-repeat 5px 3px;
            }

            #storeNav a.account
            {
                background: #000 url(images/storeNav_account.jpg) no-repeat 5px 3px;
            }

            #storeNav a.login
            {
                background: #000 url(images/storeNav_login.jpg) no-repeat 5px 3px;
            }

            #storeNav a.logout
            {
                background: #000 url(images/storeNav_logout.gif) no-repeat 5px 3px;
            }

            #storeNav a.admin
            {
                background: #000 url(images/storeNav_admin.gif) no-repeat 5px 3px;
            }

    /******************************************************************************************/
    /* styles for the store search dialog                                                     */
    /******************************************************************************************/
    /* styling for the search dialog container */
    #storeSearch
    {
        width: 530px;
        padding: 0;
        margin: 0 20px;
        display: block;
    }

        #storeSearch input.keywords
        {
            border: 1px solid #EE8122;
            width: 131px;
            height: 15px;
            padding: 2px 0 0 4px;
        }

        #storeSearch input.searchButton
        {
            margin: 0;
            vertical-align: middle;
        }

        #storeSearch .tagline
        {
            font-size: 24px;
            color: #4A4A48;
            width: 250px;
            margin-right: 45px;
        }

    /******************************************************************************************/
    /* default styling for generic input forms                                                */
    /******************************************************************************************/
    /* container for form */
    table.inputForm
    {
        width: 100%;
        text-align: left;
        margin: 0;
    }

        table.inputForm th, table.inputForm td
        {
            padding: 0 5px 2px 10px;
            margin: 0;
            text-align: left;
        }

        table.inputForm .rowHeader
        {
            color: #474747;
            padding: 10px 5px 10px 10px;
            text-align: left;
            width: 130px;
        }

            table.inputForm .rowHeader a
            {
                border: 1px solid #650101;
                width: 100%;
                color: #474747;
                font-size: 10px;
                font-weight: bold;
                text-align: left;
                padding: 6px;
            }

            table.inputForm .rowHeader *
            {
                font-weight: bold;
                font-size: 12px;
            }

    /* style for paging container */
    .paging
    {
        text-align: right;
        padding: 15px 0 5px 1px;
        margin: 15px 0 5px 0;
    }

        .paging span, .paging .current
        {
            padding: 5px 10px;
            font-weight: bold;
            font-size: 16px;
            margin: 3px 0 3px 1px;
            background: #eff3f4;
            border: solid 1px #d6dddf;
            color: #474747;
        }

        .paging a
        {
            padding: 5px 10px;
            font-weight: normal;
            font-size: 16px;
            margin: 3px 0 3px 1px;
            background: #e2e2e2 url(images/button_bg.gif) repeat-x top;
            color: #474747;
            text-decoration: none;
            border: solid 1px #d3d5d4;
        }

            .paging a:hover
            {
                background: #bbe9f9 url(images/button_bg_hover.gif) repeat-x top;
            }


    /******************************************************************************************/
    /* styles for the simple category list (such as might show on the home page)              */
    /******************************************************************************************/
    /* list container for categories */
    ul.category
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        ul.category li
        {
            margin: 0;
            border-bottom: 1px solid #cccccc;
            padding: 0 14px;
        }

            ul.category li:last-of-type
            {
                border-bottom: none;
            }

            ul.category li a
            {
                display: block;
                padding: 8px 0 8px 20px;
                color: #1D4F90;
                line-height: 12px;
                font-size: 11px;
                background: url(images/bullet1.gif) no-repeat center left;
            }

                ul.category li a:hover
                {
                    color: #307094;
                }

    /******************************************************************************************/
    /* styles for the buy product form                                                        */
    /******************************************************************************************/
    /* container for the buy product form */
    table.buyProductForm
    {
        background: #fff;
        padding: 10px 5px 5px 5px;
        width: 100%;
    }

        table.buyProductForm td, table.buyProductForm th
        {
            padding: 3px;
        }

        table.buyProductForm .rowHeader
        {
            color: #474747;
            font-weight: bold;
            font-size: 11px;
            border-width: 0;
            padding: 10px 5px 5px 5px;
            border-right: dotted 1px #E1EAEF;
            text-align: right;
        }

    .optionPicker td
    {
        border: outset 2px #999;
    }

        .optionPicker td.selected
        {
            border: inset 2px #999;
        }

    /******************************************************************************************/
    /* styles for the catalog nodes                                                           */
    /******************************************************************************************/
    /* wrapper for the catalog container */
    .catalogWrapper
    {
        padding: 5px;
        margin: 1px 1px 0 1px;
    }

        .catalogWrapper .Thumbnail
        {
            padding: 10px 10px 10px 10px;
            margin-right: 10px;
            background: #fff url(images/thumbnailTdBg.gif) no-repeat top left;
        }

        .catalogWrapper .searchGridImage
        {
            width: 112.5px;
            max-height: 143px;
            max-width: 112.5px;
            height: auto;
        }

        .catalogWrapper td
        {
            font-weight: bold;
            color: #000000;
            padding-top: 5px;
            padding-bottom: 5px;
            margin-top: 5px;
            text-decoration: none;
           
        }

        .catalogWrapper .tableNode
        {
            height: 460px;
        }

    .catalog
    {
    }

    #Price
    {
        border: solid 1px red;
    }

    .catalog .flowNode
    {
        text-align: center;
        margin: 0;
        padding: 5px;
        float: left;
        width: 238px;
        height: 180px;
        border: 1px solid #C4C4C4;
    }

    .catalog .tableNode
    {
        background: #fff url(images/productsGrid.gif) repeat-x bottom;
        text-align: center;
        padding: 10px;
        border: solid 1px #d5dddf;
    }

        .catalog .tableNode div
        {
            margin-top: 10px;
        }

        .catalog .tableNode img
        {
            margin-top: 6px;
        }

        .catalog .tableNode a
        {
            color: #1f5a78;
            font-weight: normal;
        }

            .catalog .tableNode a:hover
            {
            }

        .catalog .tableNode .Thumbnail
        {
            background: #fff;
            padding: 5px;
            line-height: 25px;
        }

    .catalog .thumbnail
    {
        color: #01076C;
        background: #fff;
    }

    .catalog .separator
    {
        display: none;
    }

    /* 10/31/12 */
    #mainPanel .catalogWrapper tr td
    {
        padding: 3px;
    }

    #mainPanel .catalogWrapper tr:first-of-type
    {
        background: #c7c7c7;
    }

    #mainPanel .catalogWrapper tr:nth-child(even)
    {
        background: #ebebeb;
    }

    #mainPanel .catalogWrapper tr:nth-child(odd)
    {
        background: #dddddd;
    }

    /******************************************************************************************/
    /* styles for featured products grid                                                      */
    /******************************************************************************************/
    /* container for the products grid */
    table.productsGrid
    {
        background: #fff url(images/productsGrid.gif) repeat-x bottom;
        border: solid 1px #d5dddf;
        padding: 10px;
        height: 375px;
		max-height: 400px;
    }

        table.productsGrid td
        {
            margin: 0;
        }

        table.productsGrid tr
        {
        }

    /* cell that contains the product thumbnail */
    td.thumbnail
    {
        width: 30%;
        vertical-align: bottom;
    }

    table.productsGrid .thumbnail
    {
        padding: 8px 0px 8px 0px;
    }

    /* cell that displays the product details */
    td.details
    {
        padding: 5px;
        text-align: left;
        vertical-align: top;
    }

        td.details div
        {
            padding: 3px 3px 3px 0;
        }

        td.details p
        {
            height: 0;
        }

        td.details .highlight
        {
            height: 20px;
        }

        td.details .detailsInnerPara
        {
            height: 90px;
            color: #585858;
            font-size: 11px;
        }

            td.details .detailsInnerPara a
            {
                color: #1f5a78;
                font-size: 12px;
                font-weight: lighter;
            }

                td.details .detailsInnerPara a:hover
                {
                    color: #474747;
                }

        td.details p a
        {
            color: #1f5a78;
        }

            td.details p a:hover
            {
                color: #474747;
            }


    /* style for separators in the grid */
    .rowSeparator
    {
        padding-bottom: 5px;
    }

    .itemSeparator
    {
        background: url(images/v_dot.gif) repeat-y left top;
        padding-right: 5px;
    }

    /******************************************************************************************/
    /* styles for product display pages                                                       */
    /******************************************************************************************/
    /* container for the product header */
    div.productHeader
    {
        margin: 0 0 9px 0;
        padding: 0;
        background: #546FC8 url(images/section_header_bg1.gif) repeat-x 0 0;
    }

    div.productTabDetail
    {
        min-height: 200px;
        border: 1px solid black;
        padding: 4px;
    }

        div.productTabDetail H2
        {
            background: #fff;
            border: solid 1px black;
            font-size: 12px;
            font-weight: bold;
            padding: 4px;
            margin: 2px 0 4px 0;
        }

    .searchFilterPanel
    {
        margin: 0;
    }

    .productGridBorder
    {
        padding: 0 14px 3px 14px;
        margin: 0;
        background: #eff3f4;
    }

    /******************************************************************************************/
    /* styles for the page header                                                             */
    /******************************************************************************************/
    /* standard page header */
    div.pageHeader
    {
        height: 24px;
        padding: 0;
        width: 100%;
        /*border-bottom:solid 2px #4C76A8;*/ padding: 3px;
        margin-bottom: 10px;
        background: #1D4F90;
    }

        div.pageHeader div.content
        {
            height: 24px;
            padding: 0;
            background-color: #DDEEFF;
            /*border-bottom:solid 2px #4C76A8;*/ padding: 3px;
        }

        div.pageHeader H1
        {
            color: #fff;
            text-indent: 10px;
            font-size: 14px;
            line-height: 24px;
            font-weight: 700;
            padding: 0;
            margin: 0;
        }

    /* Added by PJ for Address-Book on 11-08-2012 ----------------------------*/
    div.pageHeader1
    {
        margin: 5px 0;
        background: url(images/pageHeader.gif) repeat-x top;
        width: 850px;
        height: 23px;
    }

        div.pageHeader1 div.content
        {
            padding: 3px;
        }

        div.pageHeader1 H1
        {
            background: url(images/header_icon_mid1.gif) no-repeat left top;
            font-size: 12px;
            color: #474747;
            padding: 0;
            margin: 0;
            font-weight: bold;
            line-height: 22px;
            text-indent: 15px;
            border-right: solid 1px #bfbfbf;
            text-transform: uppercase;
        }

    div.pageTitle H1
    {
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        padding: 0;
        margin: 0;
    }

    div.pageTitle
    {
        height: 24px;
        padding: 0;
        /*border-bottom:solid 2px #4C76A8;*/ margin-bottom: 10px;
        background: #333366; /* Old browsers */
        background: -moz-linear-gradient(top, #333366 0%, #333366 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333366), color-stop(100%,#333366)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #333366 0%,#333366 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #333366 0%,#333366 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #333366 0%,#333366 100%); /* IE10+ */
        background: linear-gradient(to bottom, #333366 0%,#333366 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333366', endColorstr='#333366',GradientType=0 ); /* IE6-9 */
        -webkit-box-shadow: 0px 0px 2px 0px #333333;
        box-shadow: 0px 0px 2px 0px #333333;
    }


    div.pageLaunchTitle H1
    {
        color: #fff;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        padding: 0;
        margin: 0;
    }

    div.pageLaunchTitle
    {
        height: 24px;
        padding: 0;
        /*border-bottom:solid 2px #4C76A8;*/
        margin-bottom: 10px;
        background: #4b4b4b;
        padding: 5px 0;
    }


    /* ---------------------------------------------------------------------- */

    /******************************************************************************************/
    /* styles for search page                                                                 */
    /******************************************************************************************/
    /* container for the search filter controls */
    .searchFilterHeader
    {
        height: 28px;
        padding: 0;
        background-color: #333366;
        /*border-bottom:solid 2px #4C76A8;*/
    }

        .searchFilterHeader h2
        {
            color: #fff;
            text-indent: 8px;
            font-size: 14px;
            line-height: 28px;
            font-weight: 700;
            padding: 0;
            margin: 0;
        }

    /* used for the show all link in the search filter panel */
    .showAll
    {
        color: #474747;
        font-weight: bold;
        text-align: right;
        width: 60px;
        display: block;
        padding: 2px 10px 2px 2px;
        margin: 5px 5px 2px 0;
        font-size: 12px;
        border: solid 1px #d3d5d4;
        text-transform: capitalize;
        background: #e1e2e2 url(images/button_bg.gif) repeat-x top;
    }

        .showAll:hover
        {
            color: #474747;
        }

    a.searchCriteria
    {
        display: block;
        padding: 8px 0 8px 20px;
        color: #474747;
        line-height: 12px;
        font-size: 11px;
        background: url(images/bullet1.gif) no-repeat center left;
    }

        a.searchCriteria:hover
        {
            color: #317195;
        }

    h3.searchCriteria
    {
        color: #1f5a78;
        height: 25px;
        margin: 0;
        line-height: 24px;
        font-weight: bold;
        font-size: 11px;
    }

    .summarySection h3
    {
        font-size: 100%;
    }

    .summarySection .summarySectionContent a
    {
        color: #474747;
        background: #e2e2e2 url(images/button_bg.gif) repeat-x;
        float: left;
        padding: 1px 5px;
        border: solid 1px #d3d5d4;
    }

        .summarySection .summarySectionContent a:hover
        {
            background: #DAE7EA url(images/button_bg_hover.gif) repeat-x;
        }

    /* header for the search sort header */
    .searchSortHeader
    {
        /*background: url(../HCAP/Images/button.jpg) repeat-x top;*/
        background:#1D4F90;
        background-repeat:no-repeat;
        background-size:cover;
        height: 22px;
        padding: 0 5px;        
        margin: 0;
        color: #ffffff;
        border-left: solid 1px #4C76A8;
        border-right: solid 1px #4C76A8;
    }

        .searchSortHeader span
        {
            font-weight: bold;
        }

        .searchSortHeader .sorting
        {
            border: 0;
            color: #222;
            font-size: 11px;
            font-family: verdana;
        }

    /******************************/
    /* styles for the mini basket */
    /******************************/
    #miniBasketMainBox
    {
        padding: 0;
        font-size: 11px;
        position: relative;
    }

    .miniBasketItemBox
    {
        padding: 5px 5px 10px 5px;
        background: url(images/line_3Row.gif) repeat-x bottom;
    }

    .miniBasketIconBox
    {
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        border: solid 1px #d5dddf;
        background: #fff;
        vertical-align: baseline;
        overflow: hidden;
    }

    .miniBasketItemTitleBox
    {
        margin-left: 60px;
    }

    .miniBasketItemTitleNoIconBox
    {
        padding-left: 5px;
    }

    .miniBasketItemTitle
    {
        color: #3f2a4b;
        font-weight: normal;
        float: left;
        text-align: left;
        position: relative;
    }

        .miniBasketItemTitle a
        {
            color: #1f5a78;
            font-size: 12px;
            font-weight: lighter;
        }

            .miniBasketItemTitle a:hover
            {
                color: #005c92;
            }

    .miniBasketSubItemTitle
    {
        font-size: 10px;
        padding: 0;
        text-indent: 0;
        margin: 0;
        clear: both;
    }

        .miniBasketSubItemTitle li
        {
            font-size: 10px;
            color: #788A95;
            list-style-type: none;
            list-style-image: url('images/miniBasketBullet.gif');
            margin: 4px 0 0 10px;
        }

    .miniBasketQtyDeleteLine
    {
        position: relative;
        padding: 5px 5px 10px 0;
        clear: both;
        text-align: left;
    }

        .miniBasketQtyDeleteLine span
        {
            font-weight: bold;
            color: #3f2a4b;
            text-transform: capitalize;
        }

        .miniBasketQtyDeleteLine a
        {
            width: 48px;
            height: 14px;
            color: #082d47;
            padding: 2px 3px;
        }

            .miniBasketQtyDeleteLine a:hover
            {
                text-decoration: underline;
            }

    .miniBasketQtyInput
    {
        padding: 1px;
        margin: 1px 3px 0 8px;
        width: 16px;
        height: 16px;
        border: 1px #9ed8e6 solid;
    }

    .miniBasketPriceLabel, .miniBasketPrice
    {
        padding: 2px 0;
        color: #474747;
        font-weight: lighter;
        position: relative;
        font-size: 11px;
    }

    .miniBasketPrice
    {
        color: #3c95c1;
        font-weight: bold;
        font-size: 12px;
    }

    #miniBasketSubTotalBox
    {
    }

        #miniBasketSubTotalBox div. content nofooter
        {
            border: 0;
        }

        #miniBasketSubTotalBox #tax_label, #ship_label
        {
            font-weight: bold;
            font-size: 11px;
            width: 45%;
            float: left;
            text-align: right;
        }

        #miniBasketSubTotalBox #sub_label
        {
            float: left;
            font-weight: lighter;
            font-size: 12px;
            width: 45%;
            text-align: right;
            position: relative;
            line-height: 22px;
        }

        #miniBasketSubTotalBox #tax_num, #ship_num
        {
            font-weight: normal;
            font-size: 11px;
            padding-left: 3px;
            width: 49%;
            float: left;
        }

        #miniBasketSubTotalBox #sub_num
        {
            font-weight: bold;
            font-size: 14px;
            color: #3c95c1;
            padding: 0 0 0 3px;
            width: 49%;
            float: left;
            position: relative;
            line-height: 22px;
        }

    #miniBasketShippingEstimateBox
    {
    }

    #miniBasketCheckoutButtonBox
    {
        margin: 2px 0 0 0;
        padding: 12px 2px 8px 2px;
        text-align: center;
        background: url(images/line_3Row.gif) repeat-x top;
        border-bottom: solid 5px #fff;
    }

    /**************************/
    /* styles for the basket  */
    /**************************/
    /* container for message that displays when a basket is empty */
    .emptyBasketPanel
    {
        background: url(images/empty_shop.gif) no-repeat 15%;
        padding-top: 20px;
        padding-left: 60px;
        margin: 20px 35px 35px 35px;
        height: 50px;
        text-align: center;
    }

        .emptyBasketPanel span.message
        {
            font-size: 18px;
            font-weight: normal;
            color: #666666;
        }

    /* links to products that are displayed in the basket contents */
    a.basketProductLink
    {
        text-decoration: none;
        color: Red;
        font-weight: bolder;
    }

        a.basketProductLink:hover
        {
            color: #474747;
        }

    .basketDialogPrice
    {
        font-weight: bold;
    }

    tr.alteven
    {
        background: #f9f9f9 !important;
    }

    tr.altodd
    {
        background: #ebebeb !important;
    }

    td.basket-info-column
    {
        width: 10%;
    }

    /****************************/
    /* styles for the wishlist  */
    /****************************/
    /* container for message that displays when a wishlist is empty */
    div.emptyBasketDialogPanel
    {
    }

        div.emptyBasketDialogPanel span.message
        {
            text-align: center;
            font-style: italic;
            padding: 5px;
        }

    div.emptyWishlistPanel
    {
        background: url(images/wish_list.gif) no-repeat 15%;
        padding-top: 20px;
        padding-left: 60px;
        margin: 20px 35px 35px 35px;
        height: 50px;
        text-align: center;
    }

    .emptyWishlistPanel
    {
        border: solid 1px #a0d9ec;
        background: #fff;
        text-indent: 5px;
        color: #474747;
    }

    div.emptyWishlistPanel span.message
    {
        font-size: 18px;
        font-weight: normal;
        color: #666666;
    }

    div.emptyWishlistDialogPanel
    {
    }

        div.emptyWishlistDialogPanel span.message
        {
            text-align: center;
            font-style: italic;
            padding: 5px;
        }

    a.wishlistProductLink
    {
        text-decoration: none;
        color: #636363;
        font-weight: bolder;
    }

        a.wishlistProductLink:hover
        {
            color: #474747;
        }

    .wishlistDialogPrice
    {
        font-weight: bold;
    }

    /****************************************/
    /* styles common to all checkout pages  */
    /****************************************/

    /* checkout page header caption */
    div.checkoutPageHeader
    {
        height: 24px;
        margin-bottom: 8px;
        background: #1D4F90; /* Old browsers */
        background: -moz-linear-gradient(top, #1D4F90 0%, #1D4F90 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1D4F90), color-stop(100%,#1D4F90)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1D4F90 0%,#1D4F90 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #1D4F90 0%,#1D4F90 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #1D4F90 0%,#1D4F90 100%); /* IE10+ */
        background: linear-gradient(to bottom, #1D4F90 0%,#1D4F90 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D4F90', endColorstr='#1D4F90',GradientType=0 ); /* IE6-9 */
        -webkit-box-shadow: 0px 0px 2px 0px #333333;
        box-shadow: 0px 0px 2px 0px #333333;
    }

        div.checkoutPageHeader div.content
        {
            height: 24px;
            padding: 0;
            background-color: #DDEEFF;
            /*border-bottom:solid 2px #4C76A8;*/ padding: 3px;
        }

        div.checkoutPageHeader H1
        {
            color: #fff;
            text-indent: 10px;
            font-size: 14px;
            line-height: 24px;
            font-weight: 700;
            padding: 0;
            margin: 0;
        }

        div.checkoutPageHeader .content a
        {
            background: #e2e2e2 url(images/button_bg.gif) repeat-x top;
            padding: 0 10px;
            color: #474747;
            font-weight: bold;
            height: 22px;
            border: solid 1px #d3d5d4;
        }

            div.checkoutPageHeader .content a:hover
            {
                background: url(images/button_bg_hover.gif) repeat-x top;
            }

    .checkoutAlert
    {
        padding: 10px;
        width: 780px;
        margin: 0pt auto;
        border: solid 1px #d6dddf;
        font-size: 13px;
        text-align: justify;
        background: #e7f9ff url(images/oddRowBg.gif) repeat-x;
    }

    div.checkoutPageHeader div.checkoutSteps
    {
        background: #E5DECA;
        border: 1px solid #BEB49D;
        padding: 0;
        margin: 4px 5px 4px 4px;
        float: right;
    }
    /*
div.checkoutPageHeader { margin-bottom:8px; }
div.checkoutPageHeader H1 { font-size: 18px; color: #005b94; padding: 4px 0; margin: 3px 0 6px 0; text-indent: 5px; }
div.checkoutPageHeader div.content {
    padding:10px; width: 680px; margin:0pt auto; border:solid 1px #d6dddf;  font-size:13px; text-align:justify;
    background: #e7f9ff url(images/oddRowBg.gif) repeat-x;}

div.checkoutPageHeader { height: 24px; padding: 0; width:100%;
	padding:3px; margin-bottom:10px;
background: #333366; 
background: -moz-linear-gradient(top, #333366 0%, #333366 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333366), color-stop(100%,#333366)); 
background: -webkit-linear-gradient(top, #333366 0%,#333366 100%); 
background: -o-linear-gradient(top, #333366 0%,#333366 100%); 
background: -ms-linear-gradient(top, #333366 0%,#333366 100%); 
background: linear-gradient(to bottom, #333366 0%,#333366 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333366', endColorstr='#333366',GradientType=0 ); 
-webkit-box-shadow:  0px 0px 2px 0px #333333;
box-shadow:  0px 0px 2px 0px #333333;
}

div.checkoutPageHeader H1{
    color: #fff; text-indent:10px; font-size: 14px;  line-height: 24px; font-weight: 700; padding: 0; margin: 0;  text-shadow: 1px 1px 2px #000000;
        filter: dropshadow(color=#000000, offx=1, offy=1); }
*/

    /* Login Message */
    .LoginMessage
    {
        background: #fff url(images/CategoryBreadCrumbsEdge.gif) no-repeat left top;
        padding: 5px 0;
        text-indent: 10px;
        width: 800px;
        margin: 0pt auto;
        color: red;
    }

        .LoginMessage a
        {
            background: #c7e4ef url(images/checkoutPageHeaderEdgeHover.gif) no-repeat left top;
            color: #005b94;
            font-weight: bold;
            padding: 1px 15px;
        }

            .LoginMessage a:hover
            {
                background: #d6dddf url(images/checkoutPageHeaderEdge.gif) no-repeat left top;
                color: #fff;
                font-weight: bold;
            }

    /* used to contain the details for an individual shipment, used wherever information is organized by shipment */
    div.shipmentSection
    {
        margin-bottom: 5px;
        border: solid 1px black;
        border-collapse: collapse;
    }

        div.shipmentSection div.header
        {
            border: solid 1px black;
        }

        div.shipmentSection H2
        {
            margin: 0;
            padding: 0 2px;
            height: 25px;
            line-height: 25px;
            font-size: 12px;
        }

        div.shipmentSection .content
        {
            padding: 2px;
        }

    /* default column header styling for item list */
    th.columnHeader
    {
        margin: 0;
        background: #eff3f4;
        max-height: 29px;
        padding: 7px 10px;
        border: solid 1px #d6dddf;
    }

    /* used wherever a list of order items is displayed */
    table.itemList
    {
        width: 100%;
        border-collapse: collapse;
        border: 0;
    }

        table.itemList td
        {
            padding: 2px 10px;
        }

            table.itemList td a
            {
                color: #416573;
            }

                table.itemList td a:hover
                {
                    color: #788F03;
                }

        table.itemList th.items
        {
            background: #eff3f4;
            padding-top: 6px;
            padding-bottom: 6px;
            border: solid 1px #b3b3b3;
            max-height: 29px;
        }

        table.itemList td.items
        {
            padding: 10px 10px 10px 15px;
            line-height: 18px;
        }

        table.itemList th.price
        {
            background: #eff3f4;
            padding-top: 6px;
            padding-bottom: 6px;
            border: solid 1px #b3b3b3;
            max-height: 29px;
        }

        table.itemList td.price
        {
            padding: 10px;
        }

        table.itemList th.address
        {
            background: #eff3f4;
            padding-top: 6px;
            padding-bottom: 6px;
            border: solid 1px #b3b3b3;
            max-height: 29px;
        }

        table.itemList td.address
        {
            padding: 10px;
        }

            table.itemList td.address select
            {
                border: solid 1px #b3b3b3;
                padding: 2px;
            }

    /* Checkout Navigation */
    .checkoutNavigation
    {
        margin-top: 4px;
        margin-bottom: 8px;
    }

        .checkoutNavigation span.validation
        {
            display: block;
            margin-bottom: 12px;
        }

        .checkoutNavigation span.buttons
        {
        }

    /******************************************************************************************/
    /* styles for table that lays out a form of data (such as an invoice)                     */
    /******************************************************************************************/
    /* table style */
    table.form
    {
        margin: 4px 0;
        border-collapse: collapse;
        padding: 10px;
        page-break-inside: avoid;
        border: solid 1px #d6dddf;
        width: 100%;
    }

        table.form td, table.form th
        {
            padding: 4px 8px;
        }

        table.form th
        {
            font-weight: bold;
            font-size: 14px;
        }

            table.form th.verticalText
            {
                width: 10px;
                text-align: center;
                color: #474747;
                font-size: 11px;
                letter-spacing: 25px;
                font-weight: bold;
                border-right: solid 1px #d6dddf;
                vertical-align: middle;
            }

            table.form th.header
            {
                text-align: left;
            }

                table.form th.header span.caption
                {
                    font-size: 20px;
                }

        table.form td.address
        {
            width: 180px;
            border-right: solid 1px #d6dddf;
            color: #474747;
            font-size: 12px;
        }

            table.form td.address a
            {
                color: #474747;
                background: #e2e2e2 url(images/button_bg.gif) repeat-x;
                float: right;
                padding: 1px 5px 1px 5px;
                border: solid 1px #d3d5d4;
            }

                table.form td.address a:hover
                {
                    background: #DAE7EA url(images/button_bg_hover.gif) repeat-x;
                }

        table.form td.expand
        {
            width: 504px;
            color: #474747;
            line-height: 25px;
        }

        table.form td.dataSheet
        {
            padding: 0;
            background: #fff;
        }

            table.form td.dataSheet *
            {
                font-size: 12px;
            }

        table.form table.dataSheet
        {
            margin-bottom: -1px;
        }

    table.dataSheet tr.totalRow td, table.dataSheet tr.totalRow th
    {
        border-top: double 3px gray;
        border-bottom: double 3px gray;
        background: #656565;
        color: white;
    }

    .totalRow
    {
        border: solid 1px #d6dddf;
    }

    .iner_frame td:last-child
    {
        border: solid 1px #d6dddf;
        color: #3c95c1;
        font-weight: bold;
        font-size: 14px;
        border: 0px;
    }

    table.form td.orderSummary
    {
        width: 202px;
        padding: 15px;
        border-right: solid 1px #d6dddf;
    }

        table.form td.orderSummary h3
        {
            margin: 0 0 2px 0;
        }

    h1.invoice
    {
        margin: 0 0 6px 0;
        font-size: 24px;
        font-weight: bold;
    }

    h1.storeName
    {
        margin: 0 0 6px 0;
        font-size: 18px;
        font-weight: bold;
    }

    /******************************************************************************************/
    /* styles for checkout progress indicator                                                 */
    /******************************************************************************************/
    /* container for the checkout progress indicator */
    .checkoutProgress
    {
        background: url(images/checkoutProgressBg.gif) no-repeat left top;
        height: 33px;
        font-size: 11px;
        font-weight: bold;
        padding: 1px 12px 3px 12px;
        width: 225px;
        text-transform: uppercase;
        color: #fff;
        margin: 0 18px;
        display: block;
        float: right;
    }

        .checkoutProgress span
        {
            display: block;
            float: left;
            width: auto;
        }

            .checkoutProgress span.on
            {
                padding: 6px 6px 2px 6px;
                margin: 1px;
            }

            .checkoutProgress span.off
            {
                padding: 2px;
                margin: 1px;
            }

            .checkoutProgress span.on span
            {
                color: #fff;
            }

            .checkoutProgress span.off span
            {
                padding: 6px 6px 2px 6px;
                color: #474747;
                text-transform: uppercase;
            }

    /******************************************************************************************/
    /* styles for checkout steps                                                              */
    /******************************************************************************************/
    /* style for the outer container for checkout steps */ /* style for the outer container for checkout steps */
    #storeHeader div.checkoutSteps
    {
        background: #E5DECA;
        border: 1px solid #BEB49D;
        padding: 0;
        width: 100%;
    }

    /******************************************************************************************/
    /* styles for select shipping address                                                     */
    /******************************************************************************************/
    /* style for the address book table */
    /*   Commented by PJ on 11-08-2012
table.addressBook { width:97%; }
table.addressBook th.caption{
    border: 1px solid #d6dddf;  
    background: #eff3f4; color: #005b94; text-indent: 10px; padding: 2px 3px 2px 2px;
    margin: 5px 0 0 0;  }
table.addressBook th.caption .text{    float:left; display:block; line-height:24px;}
table.addressBook th.caption .buttons { float: right; display: block; }
table.addressBook .entry {
    background: url(images/productsGrid.gif) repeat-x bottom; vertical-align:middle; text-align:left; margin:0;
    padding:5px 0 0 0; display: block; width: 350px; height:195px; float: left; border:solid 1px #d6dddf; }
.addressBook .address {
    text-align:left; padding:60px 0 0 50px; color: #474747; font-weight: bold; line-height: 15px;  width:200px; float: left;}
.addressBook td .buttons {
    margin-top:5px; text-align:left; padding:60px 0 0 0; width: 100px; float: right; }
.addressBook td .buttons a{display:block; margin-bottom: 5px; width: 40px;}
table.addressBook td .buttons .button {margin-right: 5px;}
*/
    /*****************************************************************************************/
    /* style for the address book table modified by Paul on 11/08/2012 */
    table.addressBook
    {
        width: 150%;
    }

        table.addressBook th.caption
        {
            border: 1px solid #d6dddf;
            background: #eff3f4;
            color: #005b94;
            text-indent: 10px;
            padding: 4px 4px 4px 4px;
            margin: 5px 0 0 0;
        }

            table.addressBook th.caption .text
            {
                float: left;
                display: block;
                line-height: 24px;
            }

            table.addressBook th.caption .buttons
            {
                float: right;
                display: block;
            }

        table.addressBook .entry
        {
            background: url(images/productsGrid.png) repeat-x bottom;
            text-align: left;
            margin: 0;
            padding: 5px 0 0 0;
            display: block;
            width: 850px;
            height: 75px;
            float: left;
            border: solid 1px #d6dddf;
            margin-right: 900px;
        }

    .addressBook .address
    {
        text-align: left;
        padding: 40px 0 0 30px;
        color: #474747;
        font-weight: bold;
        line-height: 15px;
        width: 200px;
        float: left;
    }

    .addressBook td .buttons
    {
        margin-top: 5px;
        text-align: left;
        padding: 1px 0 0 0;
        float: right;
    }

        .addressBook td .buttons a
        {
            margin-bottom: 5px;
            text-align: center;
        }

    table.addressBook td .buttons .button
    {
        margin-right: 5px;
    }

    /* ---------------*/
    .addressBook td .buttons1
    {
        margin-top: 1px;
        text-align: center;
        padding: 10px 15px 1px 5px;
        float: left;
    }

        .addressBook td .buttons1 a
        {
            margin-bottom: 5px;
        }

    table.addressBook td .buttons1 .button
    {
        margin-right: 5px;
    }
    /* ---------------*/
    table.addressBook .entry1
    {
        background: url(images/productsGrid.png)repeat-x bottom;
        text-align: left;
        /* padding:2px 0 0 0;  width: 450px; height:100px; float: left; border:solid 1px #d6dddf; */
        width: 180px;
        padding: 3px 65px 1px 5px;
        border: solid 2px #d6dddf;
        height: 40px;
        margin: 0px;
    }

    /* ---------------

/*************************************************/
    /* styles for select multiple shipping addresses */
    /*************************************************/
    /* styling for shipping addreses table */
    table.setShippingAddresses
    {
    }

        table.setShippingAddresses th
        {
        }

            table.setShippingAddresses th.items
            {
            }

        table.setShippingAddresses td.items
        {
        }

        table.setShippingAddresses th.price
        {
        }

        table.setShippingAddresses td.price
        {
        }

        table.setShippingAddresses th.address
        {
        }

        table.setShippingAddresses td.address
        {
        }

    table.selectShippingMethod
    {
    }

        table.selectShippingMethod td.dataSheet th
        {
            padding: 5px 2px;
            background: #eff3f4;
            max-height: 29px;
            border: solid 1px #d6dddf;
        }

        table.selectShippingMethod th.shipto
        {
            color: #1f5a78;
            height: 29px;
            line-height: 30px;
        }

        table.selectShippingMethod td.items
        {
            background: #DEDEDE;
        }

        table.selectShippingMethod th.items
        {
            background: #DEDEDE;
        }

        table.selectShippingMethod td.methods
        {
            padding: 4px;
            text-align: left;
            border-left: 1px solid #fff;
            width: 200px;
        }

            table.selectShippingMethod td.methods h3
            {
                padding: 5px 2px;
                display: block;
                font-weight: bold;
                font-size: 100%;
                color: #474747;
                margin: 3px 3px 6px 3px;
            }

            table.selectShippingMethod td.methods .caption
            {
                display: block;
                font-weight: bold;
                margin-bottom: 6px;
                text-align: center;
            }

            table.selectShippingMethod td.methods textarea
            {
                border: solid 1px #afa9b3;
            }

    /* section to ask the customer whether to set gift options for an order */
    .addGiftOptions
    {
        margin: 0 auto;
        width: 500px;
        height: 98px;
        border: solid 0 #8698B2;
        float: right;
        text-align: right;
    }

        .addGiftOptions h3
        {
            margin: 10px 10px 5px 300px;
            font-size: 100%;
        }

        .addGiftOptions .content
        {
            margin-right: 10px;
            margin-top: 5px;
        }

        .addGiftOptions .buttons
        {
            margin-right: 10px;
            margin-top: 5px;
        }

    .VisiblePanel
    {
        display: block;
    }

    .ProductItemList
    {
        border-collapse: inherit!important;
    }

    .PIVThumnail
    {
        height: 80px;
    }

    .PIVimage_desc
    {
        min-height: 60px;
        font-size: 11px;
        color: #000000;
        max-height: 60px;
        max-width: 100px;
        height: auto;
    }

        .PIVimage_desc a
        {
            color: #ffffff;
            font-size: 12px;
            font-weight: lighter;
            max-height: 60px;
            max-width: 100px;
            height: auto;
        }

    .HiddenPanel
    {
        display: none;
    }

    /**************************************************************/
    /* styles for select gift options (checkout/giftoptions.aspx) */
    /**************************************************************/
    /* container for the gift option controls */
    .giftOptions
    {
        width: 200px;
    }

        .giftOptions textarea
        {
            border: solid 1px #afa9b3;
        }

        .giftOptions div.giftWrap
        {
            margin-top: 2px;
            color: green;
        }

            .giftOptions div.giftWrap div.noGiftWrap
            {
                font-style: italic;
            }

            .giftOptions div.giftWrap div.oneGiftWrap
            {
            }

                .giftOptions div.giftWrap div.oneGiftWrap span.name
                {
                    font-weight: bold;
                }

                .giftOptions div.giftWrap div.oneGiftWrap span.price
                {
                }

            .giftOptions div.giftWrap div.multiGiftWrap
            {
            }

                .giftOptions div.giftWrap div.multiGiftWrap span.title
                {
                    font-weight: bold;
                }

                .giftOptions div.giftWrap div.multiGiftWrap select
                {
                }

        .giftOptions div.giftMessage
        {
        }

            .giftOptions div.giftMessage span.title
            {
                font-weight: bold;
                border: solid 1px #b3b3b3;
                background: #f3f3f3;
                padding: 2px 10px;
                line-height: 25px;
                color: #1f5a78;
            }

            .giftOptions div.giftMessage span.price
            {
            }

            .giftOptions div.giftMessage textarea
            {
                width: 98%;
                height: 40px;
            }

            .giftOptions div.giftMessage span.count
            {
            }

            .giftOptions div.giftMessage span.countText
            {
            }

    /*---------------------------------------*/
    /*- styles for layout of payment page -- */
    /*---------------------------------------*/
    /* style for the summary pane of the payment information section */
    .paymentMethodSummary
    {
        width: 170px;
        padding: 10px;
        padding-right: 30px;
    }

    div.paymentMethodSummary
    {
        float: left;
    }

    .paymentMethodList
    {
        background: #fff;
        width: 70%;
    }

    div.paymentMethodList
    {
    }

    .paymentMethodSummary .section
    {
        margin-bottom: 20px;
    }

        .paymentMethodSummary .section .header
        {
            background: url(images/section_header_bg.gif) repeat-x;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .paymentMethodSummary .section .header h2
            {
                color: #8a0000 !important;
            }

    paymentMethodSummary .section .content
    {
    }

    table.orderSummary
    {
        width: 100%;
    }

        table.orderSummary th
        {
            text-align: right;
            font-weight: normal;
            white-space: nowrap;
            border-bottom: 0;
        }

        table.orderSummary td
        {
            text-align: right;
            width: 80px;
            border-bottom: 0;
        }

        table.orderSummary tr.totalDivider
        {
        }

            table.orderSummary tr.totalDivider td
            {
                width: 100%;
            }

                table.orderSummary tr.totalDivider td hr
                {
                }

    /* styles the table for the entry form of a payment method */
    table.paymentForm
    {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 5px;
    }

        table.paymentForm td
        {
            padding: 2px;
        }

        table.paymentForm th.caption
        {
            padding-top: 8px;
            border-bottom: dotted 1px #d6dddf;
            color: #005b94;
            font-size: 14px;
            line-height: 30px;
        }

        table.paymentForm th.rowHeader
        {
            padding-right: 10px;
            color: #474747;
            font-weight: lighter;
        }

        table.paymentForm td.submit
        {
            text-indent: 10px;
        }

            table.paymentForm td.submit span.button
            {
            }

    ul.columns
    {
        margin: 0 0 0 30px;
        padding: 0;
        list-style: none;
    }

        ul.columns li
        {
            margin: 2px;
            background-image: url(images/bullet1.gif);
            background-position: 0 3px;
            background-repeat: no-repeat;
            text-indent: 20px;
            height: 20px;
        }

    /* container for the order summary table */
    div.orderSummaryPanel
    {
        margin: 5px 0;
    }

    table.orderSummaryTable
    {
        width: 100%;
        padding-left: 10px;
        text-indent: 10px;
        text-align: left;
        color: #474747;
    }

        table.orderSummaryTable th.rowHeader
        {
            width: 16%;
            text-align: right;
        }

        table.orderSummaryTable td a
        {
            color: #015c95;
            font-size: 12px;
            font-weight: bold;
            border: solid 1px #7dc2db;
            padding: 0px 10px 2px 10px;
            margin: 0;
            background: #E1EAEF url(images/orderSummaryTableAhoverBg.gif) repeat-x;
        }

            table.orderSummaryTable td a:hover
            {
                background: #bbe9f9 url(images/button_bg_hover.gif) repeat-x;
            }

    /************************************************/
    /* styles for view row-style of my account page */
    /************************************************/
    .odd
    {
        background: #dddddd;
        padding: 6px 2px 6px 6px;
    }

        .odd td
        {
            border: solid 1px #d6dddf;
        }

    .even
    {
        background: #ebebeb;
        padding: 6px 2px 6px 6px;
    }

        .even td
        {
            border: solid 1px #d6dddf;
        }

    .altodd
    {
        background: #e3f4f9;
        padding: 6px 2px 6px 6px;
    }

        .altodd td
        {
            padding: 5px;
            line-height: 18px;
            border: solid 1px #d6dddf;
            border: 0px;
        }

    a.altoddButton
    {
        border: solid 1px #d3d5d4;
        padding: 1px 5px;
        background: #e2e2e2 url(images/button_bg.gif) repeat-x;
        color: #474747;
        line-height: 22px;
    }

    a:hover.altoddButton
    {
        background: #e4ecee url(images/button_bg_hover.gif) repeat-x;
    }

    .alteven
    {
        background: #f4fdff;
        padding: 20px 2px 6px 6px;
    }

        .alteven td
        {
            padding: 5px;
            line-height: 18px;
            border: solid 1px #d6dddf;
            border: 0px;
        }



    /**********************************************************************/
    /* styles for view 'ship to' in ViewOrder page (Members/MyOrder.aspx) */
    /**********************************************************************/
    .ship_to
    {
        writing-mode: tb-rl;
        filter: flipv fliph;
    }

    .small_cell
    {
        width: 300px;
    }

        .small_cell .header
        {
            margin-top: 0;
        }

    .lebeling
    {
        width: 100px;
    }

    /******************************************************************************************/
    /* styles for paged list of data                                                          */
    /******************************************************************************************/
    /* table style */
    table.pagedList
    {
        min-width: 300px;
    }

        table.pagedList td
        {
            padding: 2px 4px;
        }

        table.pagedList th
        {
            padding: 7px 0;
            font-weight: lighter;
            margin: 0;
            color: #474747;
            font-size: 11px;
            text-align: center;
            background: #eff3f4;
            border: solid 1px #d6dddf;
        }

            table.pagedList th a
            {
                padding-left: 2px;
                color: #474747;
                text-decoration: none;
            }

                table.pagedList th a:hover
                {
                    color: #474747;
                    text-decoration: underline;
                }

        table.pagedList tr.oddRow
        {
            background: #dddddd;
            height: 40px;
        }

        table.pagedList tr.evenRow
        {
            background: #ebebeb;
            height: 40px;
        }

        table.pagedList tr.empty td
        {
            width: 300px;
            text-align: center;
            padding: 10px;
            font-style: italic;
            border: solid 1px black;
        }

    /************** Style for the Conactpage List ****************/
    ul.contact li
    {
        list-style-image: url(images/bullet1.gif);
    }

    /************** Style for the Product Image ******************/
    .productimg
    {
        vertical-align: top;
        text-align: center;
        max-width: 330px;
        overflow: auto;
        display: block;
        max-height: 400px;
    }
    .productimg > img {
        margin: 5px 0;
    }

    /******************************************************************************************/
    /* begin styles for modal popup dialogs                                                   */
    /******************************************************************************************/
    /* background for main page when modal popup is visible */
    .modalBackground
    {
        background: Gray;
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .modalPopup
    {
        background: #E3EFFF;
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;
        width: 450px;
    }

    .modalPopupHeader
    {
        cursor: move;
        background: #ddd;
        border: solid 1px Gray;
        color: Black;
        margin: -3px;
        padding: 6px;
        font-weight: bold;
    }

    .modalPopupText
    {
        padding: 10px;
    }

    .pricePopup
    {
        background: #E3EFFF;
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        z-index: 99;
    }

    .pricePopupHeader
    {
        background: #ddd;
        border: solid 1px Gray;
        color: Black;
        margin: -3px;
        padding: 6px;
        font-weight: bold;
    }

    .pricePopup span.fieldHeader
    {
        display: block;
        float: left;
        width: 135px;
        text-align: right;
        margin-right: 6px;
    }

    .pricePopup span.fieldValue
    {
        display: block;
        float: left;
    }

    /******************************************************************************************/
    /* begin styles for one page checkout                                                     */
    /******************************************************************************************/
    /* outer frame of the one page checkout form */
    .opcFrame
    {
        margin: 0 auto;
        width: 820px;
    }

    .opcMainPanel
    {
        width: 600px;
        vertical-align: baseline;
    }

        .opcMainPanel h2
        {
            /*background-image:url(../HCAP/Images/button.jpg);*/
            background:#1D4F90;
            background-repeat:no-repeat;
            background-size:cover;
            color: #ffffff;
            border: solid 1px #d6dddf;
        }

        .opcMainPanel .inputForm
        {
            background: #fff;
            border: solid 1px #d6dddf;
        }

    .opcSidebar
    {
        width: 220px;
        background: #fff;
        border-top: solid 10px #fff;
        border-bottom: solid 13px #fff;
        padding: 5px 0 5px 5px;
    }

    .opcPaymentFrame
    {
    }

    .opcPaymentMethods
    {
        background: #fff url(images/PaymentMethodsBg.gif) repeat-x;
        width: 130px;
        padding: 5px;
    }

    .opcPaymentForm
    {
    }

    /*********** img-description *******/
    p.image_desc
    {
        margin-left: 3px;
        margin-right: 3px;
    }

    .ProductItemView
    {
        width: 194px;
        padding: 5px 5px 10px 5px;
        height: 215px;
        vertical-align: bottom;
        background: url(images/line_3Row.gif) repeat-x bottom;
    }

    .ProductItemViewOdd
    {
        padding: 5px 5px 10px 5px;
        width: 194px;
        height: 215px;
        vertical-align: bottom;
        background: url(images/line_3Row.gif) repeat-x bottom;
    }

    .ProductItemView .productsGrid .thumbnail
    {
        border: solid 3px none;
        height: 120px;
    }

    .ProductItemView .productsGrid
    {
        padding: 0;
    }

        .ProductItemView .productsGrid .image_desc
        {
            border: solid 1px #e1f2f9;
            border-top: 0;
        }

    .featuredProductContainer
    {
        padding-bottom: 0;
    }

    .AgreementView
    {
        background: #fff;
        margin: 5px;
        padding: 10px;
        border: solid 1px #92A7EC;
    }

    /* Welcome*/
    div.welcomeImage
    {
        width: 508px;
        height: 153px;
        background: #fff url(images/image.jpg) no-repeat;
    }

    td.welcomeImage
    {
    }

    .welcomeText
    {
        display: none;
    }

    .itemSeperator
    {
        width: 2px;
    }

    .inputFormText
    {
        border: 1px solid #8ed4af;
        padding: 5px 0 0 9px;
        border-bottom: 0;
        border-top: 0;
        font-weight: lighter;
        font-size: 12px;
        color: #474747;
        background: #fff;
        margin: 0;
    }

    .inputFormBodyText
    {
        font-size: 11px;
        font-weight: bold;
        color: #474747;
    }

    .orderItemsList
    {
        margin-left: 12px;
        padding: 0;
        color: #666666;
    }
}

/*********** Multiple Recipient Shipping ****************/

#ctl00_wpm_FGSRecipientList_ctl02_panSearch > div
{
    width: 500px !important;
    padding: 0 20px 30px 20px;
}

#ctl00_wpm_FGSRecipientList_ctl02_panSearch .multi-recipient-header
{
}

#ctl00_wpm_FGSRecipientList_ctl02_btnSearch
{
    position: relative;
    right: 112px;
    top: 5px;
}

#ctl00_wpm_FGSRecipientList_ctl02_btnCheckAll, #ctl00_wpm_FGSRecipientList_ctl02_btnAdd
{
    margin-top: 5px;
}

.ordersearchpanel
{
    text-align: center;
}
