﻿@media screen {

    /* force a vertical scrollbar in firefox, prevents horizontal page shifting */
    html {
        min-height: 100%;
        margin-bottom: 1px;
        overflow-y: scroll;
    }

    /* styling for the page body */
    body {
        min-width: 1002px;
        max-width: 1500px;
        padding: 0;
        margin: 0 auto;
        font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        background: #f5f5f5 url(images/NCSoftware/bg-grad.gif) repeat-x top left;
    }
    /* outer wrapper for the main page content */
    #outerContentWrapper {
        text-align: center;
        background: #FFF;
        border: 1px solid silver;
        border-top: none;
        padding: 0 3px 0 3px;
    }

    /* inner wrapper for the main page content */
    #innerContentWrapper {
        text-align: left;
        margin: 0;
    }

    /* default styling for block elements */
    td, p, form {
        text-decoration: none;
        margin: 0;
    }

    /*th { text-align:right; }*/

    ul {
        margin: 2px 0 2px 10px;
    }

    /* special styling for validation summary lists */
    .validationSummary ul {
        padding-left: 0;
    }

    /* default styling for links */
    a {
        text-decoration: underline;
        color: blue;
    }

        a:hover {
            color: red;
        }

        a:visited {
            color: purple;
        }

        a.highlight {
            font-weight: bold;
            padding-top: 5px;
            padding-bottom: 5px;
            margin-top: 5px;
            text-decoration: none;
            font-family: Lato, sans-serif, Verdana,Arial, Helvetica, sans-serif;
        }

            a.highlight:hover {
                text-decoration: underline;
            }


        .allButton, a.button {
            font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
            background: #132a4f;
            padding: 0 8px 0 8px;
            font-size: 14px; /*text-transform: uppercase;*/
            color: #FFF !important;
            cursor: pointer; /*margin: 1px 0 1px 0;*/
            border: 3px solid #E6E6EB !important;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            font-weight: bold;
            white-space: nowrap;
            line-height: 26px !important;
            display: -moz-inline-box;
            display: inline-block;
        }
    /*a.button:hover { text-decoration: underline; }*/

    .button {
        font-size: 16px;
        line-height: 22px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-color: hsl(214, 37%, 28%) !important;
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a99c1", endColorstr="#2c4361");
        background-image: -khtml-gradient(linear, left top, left bottom, from(#7a99c1), to(#2c4361));
        background-image: -moz-linear-gradient(top, #7a99c1, #2c4361);
        background-image: -ms-linear-gradient(top, #7a99c1, #2c4361);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a99c1), color-stop(100%, #2c4361));
        background-image: -webkit-linear-gradient(top, #7a99c1, #2c4361);
        background-image: -o-linear-gradient(top, #7a99c1, #2c4361);
        background-image: linear-gradient(#7a99c1, #2c4361);
        border-color: #2c4361 #2c4361 hsl(214, 37%, 19.5%);
        color: #fff !important;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.56);
        -webkit-font-smoothing: antialiased;
        cursor: default;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .button:hover {
            font-size: 16px;
            line-height: 22px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background-color: hsl(0, 0%, 79%) !important;
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#134134134", endColorstr="#c9c9c9");
            background-image: -khtml-gradient(linear, left top, left bottom, from(#134134134), to(#c9c9c9));
            background-image: -moz-linear-gradient(top, #134134134, #c9c9c9);
            background-image: -ms-linear-gradient(top, #134134134, #c9c9c9);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #134134134), color-stop(100%, #c9c9c9));
            background-image: -webkit-linear-gradient(top, #134134134, #c9c9c9);
            background-image: -o-linear-gradient(top, #134134134, #c9c9c9);
            background-image: linear-gradient(#134134134, #c9c9c9);
            border-color: #000 #000 rgba(0, 0, 0, 0.56);
            -webkit-font-smoothing: antialiased;
            cursor: default;
            opacity: 0.8;
            text-decoration: none !important;
        }

        .button a:hover {
            text-decoration: none !important;
        }

        .button:disabled {
            background-image: none;
            filter: alpha(opacity=65);
            -khtml-opacity: 0.65;
        }

    /*.button:active {
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}*/

    /*.button {
  background-color: hsl(214, 37%, 28%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a99c1", endColorstr="#2c4361");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#7a99c1), to(#2c4361));
  background-image: -moz-linear-gradient(top, #7a99c1, #2c4361);
  background-image: -ms-linear-gradient(top, #7a99c1, #2c4361);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a99c1), color-stop(100%, #2c4361));
  background-image: -webkit-linear-gradient(top, #7a99c1, #2c4361);
  background-image: -o-linear-gradient(top, #7a99c1, #2c4361);
  background-image: linear-gradient(#7a99c1, #2c4361);
  border-color: #2c4361 #2c4361 hsl(214, 37%, 19.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.56);
  -webkit-font-smoothing: antialiased;
    font-size: 16px;
  line-height: 28px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}*/

    /* style for a paragraph element to highlight */
    p.highlight {
        color: red;
        font-weight: bold;
        padding-top: 5px;
        margin-top: 5px;
        text-decoration: none;
    }

    /* Text styles used to provide status information */
    .goodCondition {
        font-weight: bold;
        color: #008000;
        padding-bottom: 3px;
    }

    .warnCondition {
        font-weight: bold;
        color: #9900cc;
        padding-bottom: 3px;
    }

    .errorCondition {
        font-weight: bold;
        color: #c60000;
        padding-bottom: 3px;
    }

    .contentArea {
        padding: 5px 10px 5px 10px;
    }

    .borderedArea {
        border: solid 1px #000;
    }

    .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;
    }

    .center {
        text-align: center;
    }

    .right {
        text-align: right;
    }

    .left {
        text-align: left;
    }


    /* 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;
    }

    /* container for the breadcrumbs trail */
    .breadCrumbPanel {
        background: #FFF;
        padding: 0 0 0 3px;
        font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin-bottom: 5px;
    }

        .breadCrumbPanel a {
        }

            .breadCrumbPanel a:hover {
            }

            .breadCrumbPanel a:visited {
            }

    .CategoryBreadCrumbs {
        padding-left: 4px;
        padding-bottom: 5px;
    }

        .CategoryBreadCrumbs a {
        }

            .CategoryBreadCrumbs a:hover {
            }

            .CategoryBreadCrumbs a:visited {
            }

    .breadCrumbLink {
    }

    /* 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: #FFFFFF;
        border: 5px solid #C1C1C1;
        background: #FFFFFF 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-color: #000;
        opacity: 0.3;
        filter: Alpha(opacity:30);
        z-index: 0;
    }

    #ajaxProgress {
        padding: 0;
        position: absolute;
        background-color: #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 #000;
    }

    hr {
        width: 100%;
    }

    h2 {
        font-size: 14px;
        font-weight: normal;
    }

        h2.sectionHeader {
            color: #fff;
            text-indent: 5px;
            font-size: 14px;
            line-height: 26px;
            font-weight: 700;
            padding: 0;
            margin: 0;
            background: #132a4f;
        }

    /******************************************************************************************/
    /* styles for the store header section                                                    */
    /******************************************************************************************/
    #outerFrame {
    }
    /* style for the outer store header container */
    #storeHeader {
        width: 100%;
        background: #FFF;
        padding: 10px 3px 0 3px;
        margin: 0;
        border-left: 1px solid silver;
        border-right: 1px solid silver;
    }

        #storeHeader .logo {
            margin: 0;
            padding: 0;
        }

            #storeHeader .logo img {
                margin-top: 0;
                margin-bottom: 5px;
            }

        #storeHeader .headerContent {
            padding: 0;
        }

        #storeHeader .shortcuts {
            margin-bottom: 12px;
            margin-right: 3px;
            padding-bottom: 8px;
        }

            #storeHeader .shortcuts a {
                font-family: Arial, Helvetica, sans-serif;
                height: 20px;
                padding: 3px 10px 3px 10px;
                font-size: 13px;
                text-transform: capitalize;
                text-align: center;
            }

                #storeHeader .shortcuts a:hover {
                }

                #storeHeader .shortcuts a.acct:hover {
                }

                #storeHeader .shortcuts a.admin:hover {
                }

                #storeHeader .shortcuts a.wishlist:hover {
                }

                #storeHeader .shortcuts a.login:hover {
                }

        #storeHeader .search {
            height: 40px;
            padding: 0;
            width: 300px;
            margin-right: 3px;
        }

            #storeHeader .search a {
                font-size: 12px;
            }

            #storeHeader .search input.searchPhrase {
                background: #FFFFFF;
                border: solid 1px #bfbfbf;
                width: 140px;
                text-align: left;
                color: #000;
            }
        /* styling for the navigation container */
        #storeHeader .navigation {
            color: #FFF;
            text-align: left;
            border: 3px solid #E6E6EB;
            background: #132a4f;
            padding: 4px 0 4px 0;
        }

            #storeHeader .navigation .content {
                margin: 0;
            }

            #storeHeader .navigation a {
                padding: 4px 10px 4px 10px;
                font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                color: #fff;
                font-weight: bold;
                text-transform: uppercase;
                cursor: pointer;
                text-align: center;
                text-decoration: none;
                /*padding: 8px 10px 8px 10px;line-height:26px;vertical-align: middle;  */
            }

                #storeHeader .navigation a:hover {
                    color: #fff;
                    text-decoration: underline;
                }
    /* style for the search button */
    .searchButton {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000; /*padding: 0;*/
        font-weight: bold;
        margin-left: 3px;
        text-align: center;
    }

        .searchButton:hover {
        }

    /******************************************************************************************/
    /* styles for the store footer section                                                    */
    /******************************************************************************************/
    /* container for the store footer */
    #footer {
        margin: 8px 0 5px 0;
        text-align: center;
        border: 3px solid #E6E6EB;
        background: #132a4f;
        padding: 4px 0 5px 0;
    }

        #footer a {
            font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #fff;
            padding: 4px 10px 5px 10px;
            text-decoration: none;
            text-align: center;
            vertical-align: middle; /*line-height:26px;*/
        }

            #footer a:hover {
                text-decoration: underline;
            }

    DIV.footerLinks {
        color: #FFF;
    }

    /* Standard content panel */
    #commonPanel {
        width: 170px;
        margin-top: 5px;
        padding: 0;
        background-color: #fff;
    }

        #commonPanel .section {
            margin: 0;
            padding: 0;
            border: 0;
        }

            #commonPanel .section .header {
                height: 24px;
                margin: 0;
                padding: 0;
            }

                #commonPanel .section .header h2 {
                    color: #fff;
                    text-indent: 5px;
                    font-size: 14px;
                    line-height: 26px;
                    font-weight: 700;
                    padding: 0;
                    margin: 0;
                    background-color: #132a4f;
                }

            #commonPanel .section .content {
                border: 3px solid #E6E6EB;
                border-top: 0;
            }

                #commonPanel .section .content .inputForm {
                    margin: 0;
                    border: solid 1px #000;
                    border-top: 0;
                    background: #FFFFFF;
                }

            #commonPanel .section .labelheading {
                border: solid 1px #000;
                border-bottom: 0;
                padding: 10px 10px 0 12px;
                color: #000;
            }

        #commonPanel .H2 {
            font-weight: lighter;
            color: #000;
            font-size: 14px;
        }

        #commonPanel .section .content table {
            border-bottom: solid 1px #000;
            background: #FFFFFF;
            width: 100%;
            margin: 0;
            border-collapse: inherit !important;
        }

        #commonPanel .searchFilterHeader {
            margin: 4px 0 0 0;
        }

    .silverBorder {
        border: 3px solid #E6E6EB;
    }

    .noTopBorder {
        border-top: 0 !important;
    }

    .noBorder {
        border: none !important;
    }
    /*.grayText { color:#a1a1a1; }*/
    .fieldsetFooter {
        margin: 0 3px 15px 3px;
        padding: 5px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        -moz-border-radius-bottomleft: 7px;
        -moz-border-radius-bottomright: 7px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 7px;
        border-radius: 3px;
    }

    .legendFooter {
        font-family: Lato, sans-serif, Verdana;
        font-size: 18px;
        color: #959595;
        font-weight: bold;
        padding: 0;
        text-align: left;
    }

    .footerSiteMapTable {
        width: 100%;
    }

        .footerSiteMapTable td {
            vertical-align: top;
            width: 33%;
        }

    .footerSiteMapSection {
        margin: 5px 0 10px 0;
    }

    .footerSiteMapHeading {
        display: block;
        font-weight: bold;
        text-align: left;
        margin-bottom: 3px;
    }

    .footerSiteMapItem {
        display: block;
        text-align: left;
        text-indent: 10px;
        padding: 2px;
        margin-left: 10px;
        white-space: nowrap;
        background-image: url(images/bullet.gif);
        background-position: left;
        background-repeat: no-repeat;
    }

    /*---------------------------------------*/
    /*- styles for left sidebar panel       -*/
    /*---------------------------------------*/
    /* container for the left sidebar content */
    #leftSidebarPanel {
        width: 170px;
        margin: 0;
        padding: 0;
        background-color: #FFF;
    }

        #leftSidebarPanel .section {
            margin: 0;
            padding: 0;
            border: 0;
        }

            #leftSidebarPanel .section .header {
                height: 28px; /*line-height: 26px;*/
                margin: 0;
                padding: 0;
            }

                #leftSidebarPanel .section .header h2 {
                    color: #fff;
                    text-indent: 5px;
                    font-size: 14px; /*line-height: 26px !important;*/
                    font-weight: bold;
                    background: #132a4f;
                    border: 3px solid #E6E6EB;
                    padding-top: 3px;
                    padding-bottom: 3px;
                }

            #leftSidebarPanel .section .content {
                padding: 0;
                margin: 0 0 5px 0;
                border: 3px solid #E6E6EB;
                border-top: none;
            }

                #leftSidebarPanel .section .content .inputForm {
                    margin: 0;
                    border-top: none;
                    background: #FFF;
                }

            #leftSidebarPanel .section .labelheading {
                padding: 10px 10px 0 12px;
                color: #000;
            }

        #leftSidebarPanel .h2 {
            font-size: 14px;
            line-height: 26px;
            font-weight: bold;
        }

        #leftSidebarPanel .section .content table {
            background: #FFF;
            width: 100%;
            margin: 0;
            border-collapse: inherit !important;
        }

        #leftSidebarPanel .searchFilterHeader {
        }

    /*---------------------------------------*/
    /*- styles for right sidebar panel      -*/
    /*---------------------------------------*/
    /* container for the right sidebar content */

    #rightSidebarPanel {
        width: 170px;
        margin: 0;
        padding: 0;
        background-color: #FFF;
    }

        #rightSidebarPanel .section {
            margin: 0;
            padding: 0;
            border: 0;
        }

            #rightSidebarPanel .section .header {
                height: 28px; /*line-height: 26px;*/
                margin: 0;
                padding: 0;
            }

                #rightSidebarPanel .section .header h2 {
                    color: #fff;
                    text-indent: 5px;
                    font-size: 14px; /*line-height: 26px !important;*/
                    font-weight: bold;
                    background: #132a4f;
                    border: 3px solid #E6E6EB;
                    ;
                    padding-top: 3px;
                    padding-bottom: 3px;
                }

            #rightSidebarPanel .section .content {
                padding: 0;
                margin: 0 0 5px 0;
                border: 3px solid #E6E6EB;
                border-top: none;
            }

                #rightSidebarPanel .section .content .inputForm {
                    margin: 0;
                    border-top: none;
                    background: #FFF;
                }

            #rightSidebarPanel .section .labelheading {
                padding: 10px 10px 0 12px;
                color: #000;
            }

        #rightSidebarPanel .H2 {
            font-size: 14px;
            line-height: 26px;
            font-weight: bold;
        }

        #rightSidebarPanel .section .content table {
            background: #FFF;
            width: 100%;
            margin: 0;
            border-collapse: inherit !important;
        }

        #rightSidebarPanel .searchFilterHeader {
        }

    .Cell {
        padding: 5px;
        border: 3px solid #E6E6EB;
        border-top: none;
    }

    .expressCheckoutCell {
        border: 3px solid #E6E6EB;
        border-top: none;
    }

    .ourDepartmentsCell {
        border: 3px solid #E6E6EB;
        border-top: none;
        padding: 5px;
        line-height: 18px;
    }

    .onePageCheckoutCell {
        padding: 5px;
        border: 3px solid #E6E6EB;
        border-top: none;
    }

    .shippingEstimateCell {
        border: 3px solid #E6E6EB;
        border-top: none;
        padding: 3px;
        font-size: 12px;
        font-family: Lato, sans-serif, Verdana;
    }

        .shippingEstimateCell .inputForm {
        }

            .shippingEstimateCell .inputForm th {
                text-align: left;
                vertical-align: middle;
            }

        .shippingEstimateCell .shippingEstimateCellLabel {
            font-size: 12px;
            padding: 4px 0 4px 0;
        }

    .myRecentOrdersCell {
        border: 3px solid #E6E6EB;
        border-top: none;
        padding: 3px 1px 3px 1px; /*line-height: 25px;*/
    }

        .myRecentOrdersCell .bullet {
            padding: 5px;
            font-size: 11px;
        }

    /*---------------------------------------*/
    /*- styles for main panel               -*/
    /*---------------------------------------*/
    /* container for the main panel content */
    #mainPanel {
        padding: 10px 3px 0 3px;
        margin: 0;
    }

        #mainPanel .section {
            margin-bottom: 5px;
        }

            #mainPanel .section .header {
                height: 28px;
                margin: 0;
                padding: 0;
            }

                #mainPanel .section .header H2 {
                    color: #fff;
                    text-indent: 5px;
                    font-size: 14px;
                    height: 23px; /* line-height: 26px;*/
                    font-weight: bold;
                    background: #132a4f;
                    border: 3px solid #E6E6EB;
                    padding-top: 3px;
                }

            #mainPanel .section .content {
                padding: 10px 5px 5px 5px;
                margin: 0 0 5px 0;
                border: 3px solid #E6E6EB;
                border-top: none;
            }

        #mainPanel div.section div.content td div {
            margin: 0;
            padding: 0;
        }

        #mainPanel .section .content table.inputForm {
            margin: 0;
            padding: 0;
        }

        #mainPanel .inputForm {
            margin: 10px 0 10px 0;
        }

            #mainPanel .inputForm .rowHeader {
                text-align: right;
                padding: 8px;
            }

        #mainPanel div .iner_frame .itemList tr td {
            color: #000; /*padding-top: 5px; padding-bottom: 5px;*/
        }

            #mainPanel div .iner_frame .itemList tr td a {
            }

                #mainPanel div .iner_frame .itemList tr td a:hover {
                }

        #mainPanel div .iner_frame .itemList tr th { /*border:solid 1px #000;*/
        }

        #mainPanel div .iner_frame .itemList { /*border:solid 1px #000;*/
        }

    .iner_frame {
        background: #FFF;
        padding: 0;
        margin: 0;
    }

    #mainPanel div .itemList tr.even td {
        border: solid 1px #b3b3b3;
        line-height: 15px;
        background: #fff;
    }

    #mainPanel div .itemList tr.altodd td {
        border: solid 1px #CCCCCC;
        line-height: 15px;
        background: #fff;
    }

    H2.preference {
        height: 28px;
        line-height: 26px;
        padding: 0 5px 0 4px;
        margin: 0;
        color: #000000;
        margin-left: 4px;
        margin-right: 4px;
    }

    H1.preference { /*color: #fff !important; text-indent:8px; font-size: 14px !important;  line-height: 26px; font-weight: bold;
										  background: #000 url(images/NCSoftware/glass-bit.jpg) repeat-x;border: 3px solid #E6E6EB;*/
    }
    /* used to display a dialog box in the main panel */
    #mainPanel .dialogSection {
        margin: 0;
    }

    #mainPanel .form .inputForm {
    }

        #mainPanel .form .inputForm textarea {
        }

    #mainPanel .inputForm th {
        padding-bottom: 10px;
    }

    #mainPanel .dialogSection .inputForm {
        padding: 5px;
    }

        #mainPanel .dialogSection .inputForm rowHeader {
        }

    #mainPanel .dialogSection table.inputForm th {
        text-align: right;
        padding-right: 5px;
    }

    #mainPanel .dialogSection table.inputForm td {
        padding: 5px 0 5px 0;
    }

    #mainPanel .dialogSection .header {
        height: 26px;
        margin: 0;
        padding: 0;
    }

        #mainPanel .dialogSection .header h2 {
            color: #fff;
            text-indent: 5px;
            font-size: 14px;
            line-height: 26px;
            font-weight: bold;
            background: #132a4f;
            border: 3px solid #E6E6EB;
        }

        #mainPanel .dialogSection .header a { /*float:right;*/
        }

            #mainPanel .dialogSection .header a:hover { /*float:right;*/
            }

    #mainPanel .dialogSection .content {
        margin-top: 0;
        background: #FFF;
        min-height: 250px;
        border: 3px solid #E6E6EB;
    }

        #mainPanel .dialogSection .content table th.rowheader {
        }

        #mainPanel .dialogSection .content table td.txt {
        }

    #mainPanel .dialogSection .nofooter {
        margin-right: 0;
    }

    #mainPanel .dialogSection .footer {
        background: #FFF; /*height:26px;*/
        line-height: 26px;
        margin: 0;
        color: #000;
        margin-top: 8px;
    }

    #mainPanel .dialogSection input {
        padding: 0 4px 0 4px;
    }

    #mainPanel .validationSummary {
        margin-bottom: 6px;
    }

    #mainPanel .section .content .ProductItemView {
        vertical-align: baseline;
    }

    #mainPanel .section .content .ProductItemViewOdd {
        vertical-align: baseline;
    }

    /* additional style required when container is a table */
    table#contentLayout .form tr {
        background: #FFF;
        color: #000; /*border: 1px solid #000*/
        ;
    }

    table#contentLayout {
        width: 100%;
    }

    /******************************************************************************************/
    /* styles for the store navigation section                                                */
    /******************************************************************************************/
    /* container for the store navigation links */
    /*#storeNav { margin: 2px 1px; width: 198px; }
#storeNav a {  background-color: #FFF;  color:#000;  font-weight:bold;  text-decoration:none;  display:block;  
					padding: 8px 3px 8px 40px; border-bottom: 1px solid #000; }
#storeNav a:hover {  color:#000; 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-family: Lato, sans-serif, Verdana, Arial;
            font-size: 26px;
            color: #4A4A48;
            width: 250px;
            margin-right: 45px;
        }

    /******************************************************************************************/
    /* styles for the page header                                                             */
    /******************************************************************************************/
    /* standard page header */
    div.pageHeader {
        margin: 0 0 0 4px; /*height: 25px; line-height:25px;*/
        font-family: Oxygen, Lato, sans-serif, Verdana;
        font-size: 26px;
        color: gray;
        font-weight: 300;
    }

        div.pageHeader div.content {
            padding: 3px;
        }

    /******************************************************************************************/
    /* default styling for generic input forms                                                */
    /******************************************************************************************/
    /* container for form */
    table.inputForm {
        width: 100%;
        text-align: left;
        margin: 0;
    }

        table.inputForm input { /*border:solid 1px #000; color: #000;padding: 2px;*/ /*padding:0 4px 0 4px;color:#000;*/
        }

        table.inputForm select { /*border:solid 1px #000;*/ /*width: 330px; color: #000; padding: 2px;*/
        }

        table.inputForm th { /*padding:0 5px 2px 10px; margin: 0; text-align:left;*/
        }

        table.inputForm td { /*padding:0 5px 2px 10px; margin: 0; text-align:left;*/
        }

            table.inputForm td input { /*border: 1px solid #000;*/
            }

        table.inputForm .rowHeader { /*color: #000; padding:10px 5px 10px 10px; text-align:left; width: 130px;*/
        }

            table.inputForm .rowHeader a { /*border:1px solid #650101; width:100%;font-size: 10px; font-weight:bold; text-align:left; padding: 6px;*/
            }

            table.inputForm .rowHeader * {
                font-weight: bold;
                font-size: 12px;
            }

    /******************************************************************************************/
    /* styling for pager controls                                                             */
    /******************************************************************************************/
    /* style for paging container */
    .paging {
        text-align: right;
        padding: 15px 0 5px 1px;
        margin: 15px 0 5px 0;
    }

        .paging span, .paging .current {
            padding: 3px 5px;
            border: 1px solid #000;
            font-weight: bold;
            font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
            margin: 3px 0 3px 1px;
            background: #c3e6d0 url(images/paging.gif) no-repeat top left;
            color: #765e8a;
        }

        .paging a { /*padding: 3px 5px; border: 1px solid #000; font-weight: bold; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
				font-size: 9px; margin: 3px 0 3px 1px; background: #dddddd url(images/pagingA.gif) no-repeat left top;*/
        }

            .paging a:hover { /*color: red; border:1px solid #005b95;*/
            }

    /******************************************************************************************/
    /* styles for the simple category list (such as might show on the home page)              */
    /******************************************************************************************/
    /* list container for categories */
    ul.category {
        margin: 0;
        padding: 2px 0;
        list-style-type: none;
        background: #cacaca;
    }

        ul.category li {
            margin: 0;
            padding: 0 0 0 2px;
            border-bottom: 1px solid #8FA0AB;
            background: #cacaca;
            border-left: 1px solid #cacaca;
            border-right: 1px solid #cacaca;
        }

            ul.category li a {
                display: block;
                background: #F8F9FB url(images/left_panel_item_bg.gif) no-repeat top left;
                padding: 8px 0 8px 20pt;
                color: #000;
                line-height: 12px;
                text-decoration: none;
            }

                ul.category li a:hover {
                    padding: 8px 0 8px 20pt;
                    background: #E4ECEE url(images/left_panel_item_bg_hover.gif) no-repeat top left;
                    color: #000;
                    font-weight: bold;
                }

    /******************************************************************************************/
    /* styles for the buy product form                                                        */
    /******************************************************************************************/
    /* container for the buy product form */
    table.buyProductForm {
        background: #fbfbfb;
        padding: 0;
        width: 100%;
        color: #000;
        vertical-align: top;
        font-family: Lato, sans-serif, Verdana, Helvetica, sans-serif;
        font-size: 14px; /*border:1px solid silver;*/
    }

        table.buyProductForm td, table.buyProductForm th {
            padding: 3px;
            font-family: Lato, sans-serif, Verdana, Helvetica, sans-serif;
            font-size: 14px;
            vertical-align: middle;
        }

        table.buyProductForm .rowHeader {
            color: #000;
            font-weight: bold;
            font-family: Lato, sans-serif, Verdana, Helvetica, sans-serif;
            font-size: 14px; /*border-width: 0;  padding:5px;*/
            border-right: 1px dotted #cacaca;
            text-align: right;
            vertical-align: middle;
        }

    /*.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;*/
        }

        .catalogWrapper td {
            color: #000;
        }

        .catalogWrapper a {
        }

            .catalogWrapper a:hover {
            }

        .catalogWrapper .tableNode {
            height: 200px;
        }

    .catalog {
    }

    #Price {
        border: solid 1px red;
    }

    .catalog td { /*border-bottom: 10px solid #c7c7c7; border-top: 10px solid #c7c7c7;*/
    }

    .catalog .flowNode {
        text-align: center;
        margin: 0;
        padding: 5px;
        float: left;
        width: 238px;
        height: 180px;
        border: 1px solid #C4C4C4;
    }

    .catalog .tableNode {
        background: #FFF;
        text-align: center;
        padding: 10px;
    }

        .catalog .tableNode div {
            margin-top: 10px;
        }

        .catalog .tableNode img {
            margin-top: 6px;
        }

        .catalog .tableNode a {
        }

            .catalog .tableNode a:hover {
            }

        .catalog .tableNode .Thumbnail { /*background: #FFF; padding: 5px; line-height: 25px;*/
        }

    .catalog .thumbnail {
        display: block;
        width: auto;
        margin: 0 auto 5px;
        color: #000;
        background: #FFF;
    }

    .catalog .separator {
        padding: 0 0 0 6px;
    }

    /******************************************************************************************/
    /* styles for featured products grid                                                      */
    /******************************************************************************************/
    /* container for the products grid */
    table.productsGrid { /*border: 3px solid black; background: #eaeaea;*/
        padding: 0;
        margin: 0;
    }

        table.productsGrid td {
            margin: 0;
        }

        table.productsGrid tr {
        }

    /* cell that contains the product thumbnail */
    td.thumbnail {
        background: #FFF;
        border-right: 0;
        text-align: center;
        height: 151px;
        padding-left: 6px;
        padding-right: 6px;
        width: 35%;
        vertical-align: middle;
    }

    table.productsGrid .thumbnail {
        width: 120px;
    }

    /* cell that displays the product details */
    td.details {
        padding: 5px 10px 5px 10px;
        text-align: left;
        vertical-align: text-top; /*border:solid 1px #000;*/
    }

        td.details div {
            padding: 3px 3px 3px 0;
        }

        td.details p {
            height: 0;
        }

        td.details .highlight {
            height: 20px;
        }

        td.details .detailsInnerPara {
            height: 40px;
            font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
            font-size: 14px;
            margin: 0;
            padding: 0;
        }

            td.details .detailsInnerPara a { /*color:#000; font-size: 14px; font-weight:bold;*/
            }

                td.details .detailsInnerPara a:hover { /*text-decoration: underline;*/
                }

        td.details p a {
        }

            td.details p a:hover { /*text-decoration: underline;*/
            }


    /* style for separators in the grid */
    .rowSeparator {
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .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: #6a6a6a;
        color: white;
    }

    div.pageHeader H1 {
        font-family: Oxygen, Lato, sans-serif, Verdana;
        font-size: 28px;
        color: gray;
        font-weight: normal !important;
        margin: 7px 0 20px 0;
    }

    div.productTabDetail {
        min-height: 200px;
        border: 1px solid black;
        padding: 4px;
    }

        div.productTabDetail H2 {
            background: #FFF;
            border: solid 1px #000;
            font-size: 14px;
            font-weight: bold;
            padding: 4px;
            margin: 2px 0 4px 0;
        }

    /******************************************************************************************/
    /* styles for search page                                                                 */
    /******************************************************************************************/
    /* container for the search filter controls */
    .searchFilterPanel {
        margin: 0;
        padding: 0;
        border: 3px solid #E6E6EB;
        font-size: 12px;
    }

    .searchFilterHeader {
        background: #FFF;
        color: #000;
        font-size: 12px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        margin: 0;
        padding: 0;
    }

        .searchFilterHeader h2 {
            color: #fff;
            font-size: 12px;
            line-height: 26px;
            font-weight: bold;
            padding: 0;
            margin: 0;
            text-align: center;
            background: #132a4f;
            border-bottom: 0;
        }

    .productGridBorder {
        border-top: 1px solid #d4d4d4;
        margin: 0;
        background: #FFF;
        padding-bottom: 10px;
    }

        .productGridBorder input { /*border:solid 1px #d4d4d4;*/
        }


    /* used for the show all link in the search filter panel */
    .showAll {
        color: #000;
        font-weight: bold;
        text-align: right;
        width: auto;
        display: block;
        padding: 2px 10px 2px 2px;
        margin: 5px 5px 2px 5px;
        font-size: 14px;
        text-transform: capitalize;
    }

        .showAll:hover {
            text-decoration: underline;
        }

    /*a.searchCriteria {display: block;line-height: 13px; font-size: 12px; font-family: Arial, Helvetica, sans-serif;  
						margin: 0 5px 10px 8px; border-bottom: solid 0 #C2D5D5;  padding: 0 3px 0 26px;  }
a.searchCriteria:hover {  }*/

    a.searchCriteria {
        text-decoration: none;
        background: url(images/gray.gif) no-repeat left;
        display: block;
        margin: 0 5px 5px 8px;
        border-bottom: solid 0 #C2D5D5;
        padding: 0 3px 0 10px;
    }

        a.searchCriteria:hover { /*background:url(images/miniBasketBullet2_Hover.gif) no-repeat left top;*/
        }

    h3.searchCriteria {
        color: #000;
        border-top: 0;
        border-left: 5px solid #6b6b6b;
        border-bottom: 1px solid #6b6b6b;
        height: 25px;
        margin-top: 0;
        line-height: 26px;
        font-weight: bold;
        font-size: 14px;
        padding-left: 5px;
        font-family: Arial, Helvetica, sans-serif;
        background: #e3e3e3;
    }

    .summarySection h3 {
        padding: 3px;
        text-align: center;
    }

    .summarySection .summarySectionContent {
        padding: 3px;
        font-size: 14px;
        font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
    }

        .summarySection .summarySectionContent a { /*background: #d5d5d5; float: left; padding: 1px 5px 1px 5px; border: 1px solid #000;*/
        }

            .summarySection .summarySectionContent a:hover { /*background: #DAE7EA; border: solid 1px #000;*/
            }

    .summarySectionHeader {
        background: #f5f5f5;
        font-size: 14px;
        font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
    }
    /* header for the search sort header */
    .searchSortHeader {
        color: #fff;
        font-size: 14px; /*line-height: 26px;*/
        font-weight: 700;
        padding: 4px 3px 5px 3px;
        margin: 0;
        background: #132a4f;
        border: 3px solid #E6E6EB;
    }

        .searchSortHeader span {
            font-weight: bold;
        }

        .searchSortHeader .sorting {
            border: 0;
            color: #000;
            padding: 1px;
            font-size: 14px;
            margin: 0;
            font-family: Lato, sans-serif, verdana;
        }

    /******************************/
    /* styles for the mini basket */
    /******************************/
    #miniBasketMainBox {
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        position: relative;
    }

    .miniBasketItemBox {
        border-bottom: 0;
        border-top: none;
        padding: 5px;
        background: #fff;
        border-top: 3px solid #E6E6EB;
    }

    .miniBasketIconBox {
        margin-bottom: 5px;
        text-align: center; /*width:50px;height:50px;float:left;*/
        position: relative;
        background: #FFF;
        vertical-align: baseline;
        overflow: hidden; /*margin-right:4px;*/
    }

    .miniBasketItemTitleBox {
        padding-left: 5px;
    }

    .miniBasketItemTitleNoIconBox {
        padding-left: 5px;
    }

    .miniBasketItemTitle {
        font-size: 12px;
        font-family: Tahoma, Arial;
        font-weight: normal; /*float:left; */
        text-align: left;
        position: relative;
        margin: 0 2px 4px 2px;
    }

        .miniBasketItemTitle a {
        }

            .miniBasketItemTitle a:hover {
            }

    .miniBasketSubItemTitle {
        font-size: 12px;
        padding: 0;
        text-indent: 0;
        margin: 0;
        clear: both;
    }

        .miniBasketSubItemTitle li {
            font-size: 12px;
            list-style-type: none;
            list-style-image: url('images/miniBasketBullet.gif');
            margin: 4px 0 0 10px;
        }

    .miniBasketQtyDeleteLine {
        position: relative;
        padding: 5px;
        background-color: transparent;
        clear: both;
        text-align: center;
        font-size: 12px;
        vertical-align: middle;
        font-family: Lato, sans-serif, Verdana;
    }

        .miniBasketQtyDeleteLine span {
            vertical-align: middle;
        }

        .miniBasketQtyDeleteLine a {
        }

            .miniBasketQtyDeleteLine a:hover {
            }

    .miniBasketQtyInput {
        margin-right: 3px;
        width: 20px;
        Height: 12px; /*border:1px #000 solid;*/
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
    }

    .miniBasketPriceLabel, .miniBasketPrice {
        color: #000;
        font-weight: bold;
        position: relative;
        font-size: 10px;
        font-family: Lato, sans-serif, Verdana;
    }

    .miniBasketPrice {
        color: #000;
    }

    .miniBasketPriceLine {
        text-align: center;
    }

    #miniBasketSubTotalBox {
        background: #FFF;
        font-size: 12px;
        text-align: center;
        border-top: 3px double silver;
        padding-top: 8px;
    }

        #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: bold;
            font-size: 12px;
            width: 45%;
            text-align: right;
            position: relative;
        }

        #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: #DB0B0B;
            padding-left: 3px;
            padding-bottom: 5px;
            width: 49%;
            float: left;
            position: relative;
        }

    #miniBasketShippingEstimateBox {
        display: none;
        margin: 0;
        padding: 0;
    }

    #miniBasketCheckoutButtonBox {
        margin: 2px 0 0 0;
        padding: 8px 2px 8px 0;
        text-align: center;
        border-top: 3px #E6E6EB solid;
        vertical-align: middle;
    }

    /**************************/
    /* styles for the basket  */
    /**************************/
    /* container for message that displays when a basket is empty */
    .emptyBasketPanel {
        padding-top: 20px;
        margin: 20px 35px 35px 35px;
        height: 50px;
        text-align: center;
    }

        .emptyBasketPanel span.message {
            font-size: 18px;
            font-weight: normal;
            color: #666666;
        }

    div.emptyBasketDialogPanel {
    }

        div.emptyBasketDialogPanel 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:#000;*/
        }

    .basketDialogPrice {
        font-weight: bold;
    }

    /****************************/
    /* styles for the wishlist  */
    /****************************/
    /* container for message that displays when a wishlist is empty */
    div.emptyWishlistPanel { /*padding-top: 20px; padding-left: 60px; margin: 20px 35px 35px 35px;height: 50px; text-align:center;*/
        padding-top: 20px;
        margin: 20px 35px 35px 35px;
        height: 50px;
        text-align: center;
    }

    .emptyWishlistPanel { /*border:none; background:#FFFFFF; text-indent: 5px; color: #000;*/
        padding-top: 20px;
        margin: 20px 35px 35px 35px;
        height: 50px;
        text-align: center;
    }

        .emptyWishlistPanel .message {
            font-size: 18px;
            font-weight: normal;
            color: #666666;
        }

    div.emptyWishlistPanel span.message {
        font-size: 18px;
        font-weight: normal;
        color: #666666;
    }

    div.emptyWishlistDialogPanel {
        padding-top: 20px;
        margin: 20px 35px 35px 35px;
        height: 50px;
        text-align: center;
    }

        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:#000;*/
        }

    .wishlistDialogPrice {
        font-weight: bold;
    }

    /****************************************/
    /* styles common to all checkout pages  */
    /****************************************/
    div.checkoutPageHeader {
        margin-bottom: 8px;
    }

        div.checkoutPageHeader .content a { /*background:#F5F5F5; padding: 1px 10px 1px 10px;color:#000;font-weight:bold;*/
        }

            div.checkoutPageHeader .content a:hover { /*background:#000; color:#ffffff;*/
            }

        /* checkout page header caption */
        div.checkoutPageHeader H1 {
            font-family: Lato, sans-serif, Verdana;
            font-size: 20px;
            color: gray;
            padding: 0;
            margin: 0 0 10px 0;
            font-weight: bold;
        }

        div.checkoutPageHeader div.checkoutSteps {
            background-color: #E5DECA;
            border: 1px solid #BEB49D;
            padding: 0;
            margin: 4px 5px 4px 4px;
            float: right;
        }

        div.checkoutPageHeader div.content {
            padding: 10px;
            text-align: left;
        }

    .checkoutAlert { /*padding:10px; width: 90%; margin:0 auto 10px auto; border: 3px solid #E6E6EB; font-size:14px; background: #fff;*/
    }

    /* Login Message */
    .LoginMessage {
        padding: 5px 0;
        margin: 10px auto;
        color: red;
    }

        .LoginMessage a { /*background: #d5d5d5; color: black; font-weight: bold;padding: 1px 15px;*/
        }

            .LoginMessage a:hover { /*background:#000;  color: #FFFFFF; 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: red; max-height: 29px; padding:7px 10px; }*/
    th.columnHeader {
        font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
        background: #132a4f;
        padding: 0 8px 0 8px;
        font-size: 12px;
        text-transform: capitalize;
        color: #FFF !important;
        cursor: pointer; /*margin: 1px 0 1px 0;*/
        border: 3px solid #E6E6EB !important;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        font-weight: bold;
        white-space: nowrap;
        line-height: 26px !important;
    }

    /* used wherever a list of order items is displayed */
    table.itemList {
        width: 100%;
        border-collapse: collapse;
        border: 0;
    }

        table.itemList td {
            padding: 2px 10px;
            background: #FFFFFF;
            border: solid 1px #b3b3b3;
        }

            table.itemList td a { /*color: #416573;*/
            }

                table.itemList td a:hover { /*color: #788F03;*/
                }

        table.itemList th {
            padding: 3px;
            font-weight: bold;
            margin: 0;
            color: #000;
            background: #e6e6e6; /* border: 1px solid #ababab;*/
        }

            table.itemList th.items {
                padding-top: 6px;
                padding-bottom: 6px;
                border: solid 1px #b3b3b3;
                max-height: 29px;
            }

        table.itemList td.items {
            background: #F5F5F5;
            padding: 10px 10px 10px 15px;
            border: solid 1px #b3b3b3;
            text-align: left;
            line-height: 18px;
        }

        table.itemList th.price {
            background: silver;
            padding-top: 6px;
            padding-bottom: 6px;
            border: solid 1px #b3b3b3;
            max-height: 29px;
        }

        table.itemList td.price {
            background: #F5F5F5;
            padding: 10px;
            border: solid 1px #b3b3b3;
        }

        table.itemList th.address {
            background: #F5F5F5;
            padding-top: 6px;
            padding-bottom: 6px;
            border: solid 1px #b3b3b3;
            max-height: 29px;
        }

        table.itemList td.address {
            background: #F5F5F5;
            padding: 10px;
            border: solid 1px #b3b3b3;
        }

            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: 3px solid #E6E6EB;
        width: 100%;
    }

        table.form td, table.form th {
            padding: 4px 8px; /*border-bottom: solid 1px #000;*/
        }

        table.form th {
            font-weight: bold;
            font-size: 14px;
        }

            table.form th.verticalText {
                width: 10px;
                text-align: center;
                color: #000;
                font-size: 12px; /*letter-spacing: 25px;*/
                font-weight: bold;
                background: #d4d4d4;
                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 #000;*/
            color: #000;
            font-size: 12px;
        }

            table.form td.address a { /*color: black; background: #d5d5d5; float: right; padding: 1px 5px 1px 5px;border: solid 1px #000;*/
            }

                table.form td.address a:hover { /*background: #d5d5d5; border: solid 1px #000;*/
                }

        table.form td.expand {
            width: 504px;
            color: #000; /*line-height: 25px;*/
        }

        table.form td.dataSheet {
            padding: 0;
            background: #FFFFFF; /*border:1px solid silver;*/
        }

            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-color:#656565; color:White;*/
    }

    table.form td.orderSummary {
        width: 202px;
        padding: 5px;
        border: 1px solid silver;
        font-size: 12px;
    }

        table.form td.orderSummary h3 {
            margin: 0 0 2px 0;
        }

    h1.invoice {
        margin: 0 0 6px 0;
        font-size: 26px;
        font-weight: bold;
        font-family: Lato, sans-serif, Verdana;
    }

    h1.storeName {
        margin: 0 0 6px 0;
        font-size: 18px;
        font-weight: bold;
        font-family: Lato, sans-serif, Verdana;
    }

    /******************************************************************************************/
    /* styles for checkout progress indicator                                                 */
    /******************************************************************************************/
    /* container for the checkout progress indicator */
    .checkoutProgress {
        border: 1px solid #959595;
        height: 24px;
        font-size: 12px;
        font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        padding: 1px 1px 3px 1px;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0 3px 3px 0;
        display: block;
        float: right;
        background: #6b6b6b;
    }

        .checkoutProgress span {
            display: block;
            float: left;
            width: auto;
        }

            .checkoutProgress span.on {
                padding: 3px 2px;
                margin: 1px border:1px solid #000;
                color: #FFF;
            }

            .checkoutProgress span.off {
                padding: 2px;
                margin: 1px;
            }

            .checkoutProgress span.on span {
                padding: 2px 6px;
                border: solid 1px #f5f5f5;
                border-bottom: 0;
                color: #FFF;
                background: black;
            }

            .checkoutProgress span.off span {
                padding: 3px 6px 2px 6px;
            }

    /******************************************************************************************/
    /* styles for checkout steps                                                              */
    /******************************************************************************************/
    /* style for the outer container for checkout steps */ /* style for the outer container for checkout steps */
    #storeHeader div.checkoutSteps {
        background-color: #E5DECA;
        border: 1px solid #BEB49D;
        padding: 0;
        width: 100%;
    }

    /******************************************************************************************/
    /* styles for select shipping address                                                     */
    /******************************************************************************************/
    /* style for the address book table */
    table.addressBook {
        width: 100%;
    }

        table.addressBook th.caption {
            text-align: left;
            font-size: 14px;
        }

            table.addressBook th.caption .text { /*float:left;*/ /*display:block;*/
                line-height: 26px;
            }

            table.addressBook th.caption .buttons { /*float: right;*/
                display: block;
            }

        table.addressBook td.entries { /*border: 1px solid #000;*/
            text-align: left;
            padding: 5px;
            background: #FFFFFF;
        }

        table.addressBook .entry {
            vertical-align: middle;
            text-align: left;
            margin: 0;
            padding: 5px 0 0 0;
            display: block;
            width: 350px;
            height: 195px;
            float: left;
        }

    .addressBook .address {
        text-align: left;
        padding: 47px 0 0 50px;
        color: #000;
        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;
    }

    /*************************************************/
    /* 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 {
            padding: 6px;
            border: 3px solid #E6E6EB;
        }

            table.selectShippingMethod td.dataSheet th {
                padding: 5px 2px;
                max-height: 29px; /*border: solid 1px #000;*/
            }

        table.selectShippingMethod th.shipto {
            background: #FFFFFF;
            color: #000;
            height: 29px;
            line-height: 30px; /*border-bottom:solid 2px #000;*/
        }

        table.selectShippingMethod td.items {
            background-color: #DEDEDE;
        }

        table.selectShippingMethod th.items {
            background-color: #DEDEDE;
        }

        table.selectShippingMethod td.methods {
            padding: 0;
            margin: 0;
            text-align: left;
            border: 3px solid #E6E6EB; /*width:200px;*/
            font-size: 12px;
        }

            table.selectShippingMethod td.methods h3 {
                padding: 5px 2px;
                border: 1px solid #000;
                background: #f5f5f5;
                display: block;
                font-weight: bold;
                font-size: 14px;
                text-align: center;
                color: #000; /*margin: 3px 3px 6px 3px;*/
                margin: 0;
            }

            table.selectShippingMethod td.methods input {
                margin: 2px;
                padding: 0;
            }

            table.selectShippingMethod td.methods .caption {
                display: block;
                font-weight: bold;
                margin-bottom: 6px;
                text-align: center;
            }

            table.selectShippingMethod td.methods textarea {
            }

    /* section to ask the customer whether to set gift options for an order */
    .addGiftOptions {
        background: #FFFFFF;
        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;*/
    }

    .ProductItemView div {
        padding: 5px 0 5px 0; /*background: silver;*/ /*padding: 5px;*/ /*border: solid 1px #000;*/
    }

    .ProductItemViewOdd { /*background: #e1f2f9;*/ /*padding: 5px;*/ /*border: solid 1px #000;*/ /*border-bottom:0;*/
        width: 194px;
        height: 215px;
        vertical-align: bottom;
    }

        .ProductItemViewOdd div { /*background: #FFF;*/ /*padding: 5px;*/ /*border: solid 1px #000;*/
        }


    .HiddenPanel {
        display: none;
    }

    /**************************************************************/
    /* styles for select gift options (checkout/giftoptions.aspx) */
    /**************************************************************/
    /* container for the gift option controls */
    .giftOptions {
        width: 200px;
    }

        .giftOptions textarea {
        }

        .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-color: #f3f3f3;
                padding: 2px 10px;
                line-height: 25px;
                color: #000;
            }

            .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;*/
    }

    .paymentMethodSummary2 {
        width: 250px; /*padding: 10px; padding-right: 30px;*/
    }

    div.paymentMethodSummary { /*float:left;*/
    }

    .paymentMethodList {
        background: #FFFFFF; /* width:70%;*/
    }

    div.paymentMethodList {
    }

    .paymentMethodSummary .section {
        margin-bottom: 20px;
    }

        .paymentMethodSummary .section .header {
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .paymentMethodSummary .section .header h2 {
                color: 8a0000 !important;
            }

        .paymentMethodSummary .section .content {
        }

    table.orderSummary {
        width: 100%;
        font-size: 14px;
        font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
    }

        table.orderSummary th {
            text-align: right;
            font-weight: normal;
            white-space: nowrap;
            border-bottom: 0;
            font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
        }

        table.orderSummary td {
            text-align: right;
            width: 80px;
            border-bottom: 0;
        }

        table.orderSummary tr.totalDivider {
        }

            table.orderSummary tr.totalDivider td {
            }

                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 #000;
            color: #000;
            font-size: 16px;
            line-height: 30px;
            font-family: Lato, sans-serif, Verdana;
        }

        table.paymentForm th.rowHeader {
            text-align: right; /*background: #eaeaea;*/
            padding-right: 10px;
            color: #000;
            white-space: nowrap;
            vertical-align: middle;
        }

        table.paymentForm input { /*border:solid 1px #000;*/
        }

        table.paymentForm select { /*border:solid 1px #000;*/
            width: 145px;
        }

        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-position: 0 3px;background-repeat: no-repeat;*/ /*text-indent:20px; height: 20px;*/
        }

    /* container for the order summary table */
    div.orderSummaryPanel {
        background: #f5f5f5;
        border: solid 1px #000;
        margin: 5px 0;
        padding: 4px;
    }

    table.orderSummaryTable {
        width: 100%;
        padding-left: 10px;
        text-indent: 10px;
        text-align: left;
        color: #000;
    }

        table.orderSummaryTable th.rowHeader {
            width: 16%;
            text-align: right;
        }

        table.orderSummaryTable td a { /*color:#015c95; font-size: 12px; font-weight: bold;  border: solid 1px #000; padding: 0px 10px 2px 10px;margin:0;background: #E1EAEF;*/
        }

            table.orderSummaryTable td a:hover { /*color:#000; background: #bbe9f9;*/
            }

    /************************************************/
    /* styles for view row-style of my account page */
    /************************************************/
    .odd {
        background-color: #FFF;
        padding: 6px 2px 6px 6px;
    }

    .even {
        background-color: #FFF;
        padding: 6px 2px 6px 6px;
    }

    .altodd {
        background: #f5f5f5;
        padding: 6px 2px 6px 6px;
        color: #000;
    }

        .altodd a { /*color: #005b95;*/
        }

            .altodd a:hover { /*color: #268fd2;*/
            }

    a.altoddButton {
        font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
        background: #132a4f;
        font-size: 14px;
        text-transform: capitalize;
        color: #FFF !important;
        cursor: pointer;
        margin: 1px 0 1px 0;
        border: 3px solid #E6E6EB !important;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        font-weight: bold;
        white-space: nowrap;
        line-height: 26px !important;
        display: -moz-inline-box;
        display: inline-block;
    }

    a:hover.altoddButton {
    }

    .altodd td {
        color: #000;
        padding: 5px 10px;
        line-height: 18px;
    }

    .altodd input { /*border:solid 1px #afa9b4;*/
        padding: 2px;
    }

    .altodd select { /*border:solid 1px #afa9b4;*/
        padding: 2px;
    }

    .alteven {
        background: #FFF;
        padding: 6px 2px 6px 6px;
        color: #000;
    }

        .alteven a { /*color: #005b95;*/
        }

            .alteven a:hover { /*color: #268fd2;*/
            }

        .alteven td {
            color: #000;
            padding: 5px 10px;
            line-height: 18px;
        }

        .alteven input { /*border:solid 1px #afa9b4;*/
            padding: 2px;
        }

        .alteven select { /*border:solid 1px #afa9b4;*/
            padding: 2px;
        }

    /**********************************************************************/
    /* 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; */
        background: #FFF; /*padding: 2px 0 2px 0;*/
    }

        table.pagedList td {
            padding: 2px 4px;
        }

        table.pagedList th {
            padding: 3px;
            font-weight: bold;
            margin: 0;
            color: #000;
            background: #e6e6e6; /* border: 1px solid #ababab;*/
        }

            table.pagedList th a { /*padding-left: 2px; color: #000; text-decoration:none;*/
            }

                table.pagedList th a:hover { /*color: #005b95; text-decoration:underline;*/
                }

        table.pagedList tr.oddRow { /*background: #f5f5f5;*/
            padding: 3px;
        }

        table.pagedList tr.evenRow {
            padding: 3px;
            background: #f5f5f5;
        }

        table.pagedList li {
            margin-left: -25px;
        }

        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: 500px;
        margin-bottom: 10px;
    }

    /******************************************************************************************/
    /* begin styles for modal popup dialogs                                                   */
    /******************************************************************************************/
    /* background for main page when modal popup is visible */
    .modalBackground {
        background-color: fff; /*filter:alpha(opacity=70); opacity:0.7;*/
    }

    .modalPopup {
        background-color: #fff;
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;
        width: 450px;
    }

    .modalPopupHeader {
        cursor: move;
        background-color: #DDDDDD;
        border: solid 1px Gray;
        color: Black;
        margin: -3px;
        padding: 6px;
        font-weight: bold;
    }

    .modalPopupText {
        padding: 10px;
    }

    .pricePopup {
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        z-index: 99;
        background: #fff;
    }

    .pricePopupHeader {
        background-color: #DDDDDD;
        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;
        padding: 0;
        width: 100%;
    }

        .opcFrame .content {
            padding: 0;
            margin: 0;
            border: 3px solid #E6E6EB; /*border-top:none;*/
        }

    .opcMainPanel {
        margin: 0;
        padding: 8px 0 0 0;
    }

        .opcMainPanel select { /*border:solid 1px #000; padding: 2px; color: #000;*/
        }

        .opcMainPanel input { /*border:solid 1px #000; padding: 2px; color: #000; margin: 5px 0 0 0;*/
        }

        .opcMainPanel h2 {
            color: #fff;
            text-indent: 5px;
            font-size: 14px; /*line-height: 26px !important;*/
            font-weight: bold;
            background: #132a4f;
            border: 3px solid #E6E6EB;
            border-bottom: 0;
            padding: 0;
        }

        .opcMainPanel .inputForm {
            padding: 0;
            margin: 0;
        }

    .opcSidebar {
        width: 250px;
        padding: 0;
        margin: 0;
    }

    .opcPaymentFrame {
    }

    .opcPaymentMethods {
        background: #FFF;
        width: 130px;
        padding: 5px;
    }

    .opcPaymentForm {
    }

    /*********** img-description *******/
    p.image_desc {
        margin-left: 3px;
        margin-right: 3px;
    }

    .ProductItemView {
        padding: 5px 0 5px 0;
        width: 194px;
        padding: 5px;
        height: 215px;
        vertical-align: bottom;
    }

        .ProductItemView .productsGrid .thumbnail {
            height: 120px;
        }

        .ProductItemView .productsGrid {
            padding: 5px 0 5px 0;
        }

            .ProductItemView .productsGrid .image_desc {
                border: solid 1px #000;
                border-top: none;
            }

    .featuredProductContainer {
        padding-bottom: 0;
    }

    .AgreementView {
        background-color: #FFF;
        margin: 5px;
        padding: 10px;
        border: solid 1px #000;
        width: 590px;
    }

    /* Welcome*/
    div.welcomeImage { /*width: 580px; heght:180px;*/
        background: #FFFFFF;
    }

    td.welcomeImage {
        width: 100%;
        background: #FFFFFF;
    }

    .welcomeText {
        color: #000;
        font-size: 13px;
        font-weight: 500;
        font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
    }

        .welcomeText td {
            border: 1px solid 000;
            padding: 4px;
        }

    .itemSeperator {
        width: 2px;
    }

    .inputFormText {
        border: 1px solid #8ed4af;
        padding: 5px 0 0 9px;
        border-bottom: 0;
        border-top: none;
        font-weight: lighter;
        font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000;
        background-color: #FFFFFF;
        margin: 0;
    }

    .inputFormBodyText {
        font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #000;
    }

    .orderItemsList {
        margin-left: 12px;
        padding: 0;
        color: #000;
    }
    /* used to display reviews message  */
    pre.Reviews {
        font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }

    .nodeSummaryLink {
        text-decoration: underline;
        text-indent: 0px;
        color: #5872CB;
        margin: 4px 0 8px 0;
        padding: 4px 0 8px 0;
        cursor: pointer;
    }


    /* NC Software Additions */
    ul.generic {
        margin: 0;
        padding: 2px 0;
        list-style-type: none;
        background: #cacaca;
    }

        ul.generic li {
            margin: 0;
            padding: 0;
            border-bottom: 1px solid #8FA0AB;
            background: #cacaca;
            border-left: 1px solid #cacaca;
            border-right: 1px solid #cacaca;
        }

            ul.generic li a {
                display: block;
                background: #F8F9FB url(images/left_panel_item_bg.gif) no-repeat top left;
                padding: 8px 0 8px 18pt;
                color: #000;
                line-height: 12px;
                text-decoration: none;
            }

                ul.generic li a:hover {
                    padding: 8px 0 8px 18pt;
                    background: #E4ECEE url(images/left_panel_item_bg_hover.gif) no-repeat top left;
                    color: #000;
                    font-weight: bold;
                }

    DIV.contentBorder { /*border: 3px solid #E6E6EB;*/
    }

    DIV.bottomSpacer {
        margin-bottom: 5px;
    }

    .icon {
        vertical-align: middle;
    }

    .contactUs {
        font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 5px 0 10px 0;
        margin-left: 10px;
    }

    #NewCustomerPasswordPolicy {
        font-style: italic;
        text-align: center;
    }

    #cartInlineButtons {
        margin-top: 10px;
        text-align: center;
    }

    #ajaxPanel {
        margin: 0;
        padding: 0;
        border: 3px solid black;
    }

    .padTop {
        margin-top: 10px;
    }

    .padTop5 {
        margin-top: 5px;
    }

    .smallText {
        font-family: Lato, sans-serif, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000;
    }

    .price {
        color: red;
        font-weight: bold;
    }

    .rowHeader {
        text-align: right;
        white-space: nowrap;
    }

    /*product details bullet table */
    #productOutline {
        margin: 10px;
    }

        #productOutline td {
            padding: 3px;
        }

    .detailSectionTitle {
        font-family: Lato, sans-serif, Verdana;
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0 10px 0;
    }

    #productDetails {
    }

    .linkToFriend {
        color: #990033;
    }
    /*.hrSep { width:75%; margin:15px 0 15px 0;  text-align: center;  }*/
    .fieldsetHomePage {
        margin: 0 3px 20px 5px;
        padding: 0 0 15px 8px;
        -moz-border-radius-bottomleft: 7px;
        -moz-border-radius-bottomright: 7px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 7px;
        border-radius: 3px;
    }

    .legendHomePage {
        font-family: Lato, sans-serif, Verdana;
        font-size: 18px;
        color: #959595;
        font-weight: bold;
        padding: 0 0 10px 0;
        text-align: left;
    }

    .homeContent {
    }

    .desResults {
        color: red;
        font-weight: bold;
    }
    /* des estimator pricing format */
    .CVVText {
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .KeyRecallResults {
        color: blue;
    }

    #downloadsTable {
        border: 3px solid #E6E6EB;
        padding: 0;
        border-collapse: collapse;
        margin: 10px auto;
    }

        #downloadsTable th {
            white-space: nowrap;
            background: #132a4f;
            line-height: 26px;
            padding: 0 10px 0 10px;
            color: #fff;
            vertical-align: middle;
            font-family: Lato, sans-serif, Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
        }

        #downloadsTable td {
            white-space: nowrap;
            padding: 3px 5px 3px 2px;
        }

    .contentTitle {
        margin: 5px;
    }

    .documentationList {
        margin-left: 30px;
        vertical-align: middle;
    }

    #videosTable {
        border: 3px solid #E6E6EB;
        padding: 0;
        border-collapse: collapse;
        margin: 0 auto;
        width: 430px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }

        #videosTable th {
            white-space: nowrap;
            background: #132a4f;
            line-height: 26px;
            padding: 0 10px 0 10px;
            color: #fff;
            vertical-align: middle;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
        }

        #videosTable td {
            white-space: nowrap;
            padding: 2px;
        }

    .contentArea {
        padding-left: 8px;
    }

        .contentArea ul {
            margin: 0;
        }

            .contentArea ul li {
                list-style-type: square;
            }

        .contentArea li {
            padding: 3px;
        }

    .policies {
        margin: 5px;
    }

        .policies h3 {
            color: #000;
            text-transform: uppercase;
            margin: 20px 0 2px 0;
            font-family: Lato, sans-serif, Verdana;
            font-size: 14px;
        }

        .policies p {
            margin: 0 5px 10px 0;
        }

        .policies ul {
            margin: 0 0 10px 10px;
        }

        .policies li {
            padding: 3px;
        }

    /* Sale Box */

    .saleBox {
        width: 785px;
        border-left: 1px solid darkgray;
        border-right: 1px solid darkgray;
        border-bottom: 1px solid darkgray;
        padding: 5px;
        background: #ffffe8;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        border-bottom-right-radius: 10px;
        text-align: center;
    }

    .saleContent {
        text-align: center;
    }

    /* End Sale Box */

    /*.news { padding:5px 2px 5px 2px;font-size:11px;font-family:Tahoma, Arial, Verdana; }
.newsDate { color:maroon; margin-bottom:1px;font-size:10px; }
.newsContent { margin:0; padding:0; }*/

    .NewsRotator {
        width: 170px;
        height: 300px;
    }

    .DemoNewsTitle {
        font-family: Lato, sans-serif, Verdana;
        font-size: 10px;
        font-weight: bold;
        color: darkred;
    }

    .DemoNewsText {
        font-family: Lato, sans-serif, Verdana;
        font-size: 10px;
    }

    .NewsItem {
        cursor: pointer;
    }

    .NewsItemOver {
        background-color: #fffff0;
        cursor: pointer;
    }

    .NewsItemDown {
        border: solid 1px #FFA500;
        background-color: #e1e1e1;
        cursor: pointer;
    }

    .DemoNewsUrl {
        font-family: Lato, sans-serif, Verdana;
        font-size: 10px;
    }
}

/* Static Vertical Menu */
.SVMenu {
    background: #f8f8f8;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    border: 3px solid #E6E6EB;
    width: 170px;
    margin-top: 3px;
}

.SVMenuCategory {
    background: #e3e3e3;
    font-weight: bold;
    color: #000;
    padding: 2px 0 2px 4px;
    margin: 3px 0 3px 0;
    font-size: 12px;
}

    .SVMenuCategory a {
        color: #000;
        font-weight: bold;
        text-decoration: none;
    }

.SVMenuItem {
    cursor: pointer;
    background: url(images/blueDots3.gif) no-repeat left;
    text-indent: 14px;
    padding: 2px 0 2px 0;
    margin: 0;
    text-decoration: none;
}

    .SVMenuItem a {
        color: #000;
        text-decoration: none;
    }

        .SVMenuItem a:hover {
            color: #000;
            text-decoration: underline;
        }

/* End Static Vertical Menu */

div.cf_wrapper {
    width: 992px;
    height: 475px;
    position: relative;
}

div.cf_element {
    border: none;
}

.videorbl input[type="radio"] {
    margin-left: 10px;
}

/* Schedule Importer */

.container {
    text-align: center;
    padding: 5px;
    font-size: 14px !important;
    /*font-family: Lato, sans-serif,sans-serif,arial;*/
}

.content_box {
    text-align: left !important;
    margin: 5px auto;
    min-width: 700px;
    /*max-width: 800px;*/
}

.content_box_wide {
    text-align: left !important;
    margin: 5px auto;
    min-width: 700px;
    /*max-width: 1200px;*/
}

.content_box_wide {
    text-align: left !important;
    margin: 5px auto;
    min-width: 700px;
    /*max-width: 1000px;*/
}

.content_box_80pcnt {
    text-align: left !important;
    margin: 5px auto;
    min-width: 700px;
    /*max-width: 90%;*/
}

.sirowstyle {
    font-size: 14px;
}
