.VatToggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.vatLabel {
    font-size: 14px;
    font-weight: bold;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 24px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #4CAF50;
}

    input:checked + .slider:before {
        transform: translateX(26px);
    }

.cartLogosPanel {
    display: grid;
}
.cartLogosPanelLabel {
    font-weight: bold;
    font-size: .8em;
}
.cartLogosPanelItemLabel {
    font-size: .8em;
    margin-left: 3px;
}
.cartLogosPanelItemPriceLabel {
    font-size: .8em;
    margin-left: 3px;
}

.cartDeliveryDatePanel {
    margin-top: 20px;
}
/* Keyword Search drop down */
.selector {
    position: absolute;
    box-shadow: 0 0 0 2px #000000;
    overflow: hidden;
    background: white;
    z-index: 10000;
}

    .selector a {
        font-size: 1.4em;
        padding: 10px 20px;
        text-align: left;
        text-decoration: none;
    }

        .selector a:hover {
            background-color: #f2f2f2;
        }

.selectorDescription {
    width: 300px;
}

.selectorDiv {
    display: flex;
}


/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    text-align: center;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.deliveryCutOffLabel {
    display: block;
    margin-bottom: 5px;
}

.productCustomisationPanel {
    clear: both;
    display: block;
    margin: 15px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 5px;
    width: auto;
}

    .productCustomisationPanel span {
        margin-right: 15px;
    }

    .productCustomisationPanel input {
        border: 1px solid black;
    }

.customisation-options-panel {
    height: 40px;
}

.customisation-options-text {
    height: 20px;
}

.L-type-customisation-options-panel {
    margin-bottom: 8px;
    margin-top: 8px;
}

.logosPanel {
    margin: 5px;
    display: flex;
    clear: both;
}

.productLogoPanel {
    border: 1px solid grey;
    display: block;
    padding: 5px;
    width: 200px;
    margin: 5px;
}

.logoImageDiv {
    position: relative;
    height: 180px;
    justify-content: center;
    align-items: center;
}

    .logoImageDiv > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

.logoDescriptionDiv {
    display: block;
}

.logoDescriptionDiv input[type=checkbox] {
    margin-right: 5px;
}

.productSubscriptionPanel {
    clear: both;
    display: block;
    margin-left: 15px;
}

.productDeliveryDatePanel {
    clear: both;
    margin-left: 15px;
}

.deliveryDateCalendar {
    border-collapse: unset !important;
}

    .deliveryDateCalendar a {
        text-decoration: none;
    }

.socalendar {
    width: 100%;
    table-layout: fixed;
}

.socalendartext {
    font-size: 12px;
    text-decoration: none;
}

.socday {
    height: 100px;
    vertical-align: top;
    border: 1px solid silver;
    white-space: nowrap;
    overflow: hidden;
    padding: 2px;
}

.reportAutoAdditionGridViewWrapper {
    margin-right: 10px;
}

.reportCartAdditionalList {
    list-style: none;
    text-align: left;
}

    .reportCartAdditionalList li {
        padding: 0px;
    }

.reportAutoAdditionalDescriptionSpan {
    width: 150px;
}

.reportAutoAdditionalPriceSpan {
    width: 100px;
    float: right;
    text-align: right;
}

.JumpTrackDeliveriesGrid {
    display: table !important;
}

.OrderTrackingInfoPanel {
    margin-bottom: 10px;
}

.OrderTrackingSORDNo {
    width: 100%;
    padding: 10px 0px 10px 0px;
}

.orderTrackingCode {
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

.orderTrackingDescription {
    margin-right: 5px;
    float: left;
}

.orderTrackingPack {
    margin-right: 5px;
}

.orderTrackingQty {
    margin-right: 10px;
    margin-bottom: 5px;
}

.orderTrackingStatus {
    float: right;
}

.OrderTrackingSORDNo > span {
    padding-left: 10px;
    font-weight: bold;
    color: #ffffff;
}

.OrderTrackingSDELNo > span a {
    margin-left: 20px;
    text-decoration-color: black;
    font-weight: normal;
}

.OrderTrackingSDELNo > span {
    font-weight: bold;
    margin-left: 5px;
    color: black;
}

.OrderTrackingSORD {
    margin-bottom: 10px;
}

.OrderTrackingSDELRow {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: small;
    border-bottom: solid thin;
}

.notificationCount {
    position: relative;
    display: inline-block;
    float: right;
}

.notificationCountLabel {
    padding: 2px 6px 2px 6px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    font-size: 11px;
    margin-left: 10px;
    margin-top: 50px;
}

.notificationCountLi {
    padding: 3px 7px 3px 7px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    float: left;
    margin-top: -3px;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 11px;
}

.notificationCount:hover .notifyDiv {
    visibility: visible;
}

.notificationCount .notifyDiv {
    visibility: hidden;
    background-color: white;
    color: #fff;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    width: 250px;
    bottom: 100%;
    left: 50%;
    margin-bottom: -45px;
    margin-left: -230px;
    border-style: ridge;
}

.notificationTextLabel {
    padding-right: 20px;
}

.notificationCount ul {
    list-style: none;
    padding: 0px;
}

    .notificationCount ul li {
        list-style-type: none;
        text-indent: 0px;
        padding: 0px;
        margin: 0px;
        display: block;
        width: 100%;
        height: 100%;
    }

        .notificationCount ul li a {
            text-decoration: none;
        }

dt {
    font-weight: bold;
    padding-top: 8px !important;
    padding-left: 10px !important;
    padding-bottom: 3px !important;
}

dd {
    background: none no-repeat left top;
    padding-left: 20px !important;
}

/*body, html {
	background-image: url(/app_themes/bluesky/images/bodyBackground.jpg) !important;
}*/
/*Product Display*/
.divProductDisplay {
    float: right;
    width: 800px;
    position: relative;
    margin-right: 30px;
}

.defaultTemplateHomeContent .divProductDisplay {
    display: block;
    float: left;
    width: 100%;
}
/*hover minicart */
.popupcart {
    position: absolute;
    z-index: 20;
    width: 170px;
    background: white;
}
/*.popupcart .minicartcontrol {
    position: absolute;
    right: 28px;
    top: 100px;
    width: 200px;
    z-index: 190000;
    float: left;
}*/

.hlMCProdImg {
    float: left;
    width: 50px;
    text-align: center;
    height: 55px;
}

.hlMCProdDesc {
    padding-left: 3px;
    font-size: 11px;
    text-transform: capitalize !important;
    display: block;
    text-align: left;
    overflow: hidden;
    height: 55px;
}

.lblMCProdCode {
    display: block;
    width: 60px;
    float: left;
    border-bottom: 3px solid;
    padding-bottom: 3px;
    text-align: center;
}
/*.popupcart .prodPrices{width:85px;}*/
.prodPrices {
    display: block;
    width: 75px;
    float: left;
    border-bottom: 3px solid #666;
    padding-bottom: 3px;
    text-align: right;
}

.lblMCProdQty {
    display: block;
    width: 23px;
    float: left;
    border-bottom: 3px solid;
    padding-bottom: 3px;
    text-transform: lowercase !important;
}

.minicartcontrol td {
    width: 200px;
}
/* EOF Hover Mini Cart */

/* Generic */
.errorLabel {
    font-weight: bold;
    display: block;
    text-align:center;
    /*width: 700px;
    margin: 10px auto;
    text-align: center;*/
}

.cartErrorLabel {
    color: red;
}

.alignTextRight {
    text-align: right;
}

.divTopBorder {
    border-top: 1px solid;
}
/* EOF Generic */

/* Breadcrumb */
.homeLinkText {
    display: none;
}
/* EOF Breadcrumb */

/* Cart Page */
.cartCustomisationLabel {
    font-size: .85em;
}

    .cartCustomisationLabel div span:first-of-type {
        margin-right: 5px;
        font-weight: bolder;
    }

.lbCartCode, .divCartCodeCell {
    text-align: center;
    display: block;
}

.lblCartProdPack, .lblCartProdTotalPrice, .lblCartProdPrice {
    display: block;
    padding-top: 10px;
}

.cartSwapRow {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cartSwapRowSpacer {
    height: 80%;
}

.cartSwapRowCode {
    text-align: center;
}

.lblCartProdDesc {
    padding-top: 10px;
    display: block;
}

.removelink {
    text-decoration: none;
    border: none;
}

.anal1DropDown {
    width: 200px;
    overflow: hidden;
}

.multiView {
    /*display: table;*/
    width: 100%;
    margin-bottom: 20px;
}

.checkoutButtonsPanel {
    width: 125px;
    margin-top: -50px;
}

.divCartCodeCell {
    text-align: center;
}

.CartGridView tr {
    border-bottom: 2px solid #f0f0f0;
}

.CartGridView td {
    height: 150px;
}

.cssCartTotalPanel {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 2px solid;
    text-align: right;
}

.lblCartProdPack {
    font-weight: bold;
    width: 100px;
    margin-bottom: 20px;
}

.iconPanel {
    margin-top: -15px;
}

.voucherInfo {
    display: block;
    font-size: 0.7em;
}

.freeItemsCart {
    width: 400px;
    min-height: 200px;
    margin-top: 50px;
    float: left;
}

.freeItemsLabel {
    display: block;
    white-space: nowrap;
}

.freeItemPrice {
    font-weight: bold;
}

.qtyTextBox {
    width: 25px;
    text-align: center;
}

.co2emissionsPanel {
    display: flex;
    font-size: .8em;
}

.co2emissionsLabel {
    font-weight: bold;
}

.altCO2Panel {
    font-size: .8em;
    height: 20px;
    display: inline-table;
}

.altCO2Label {
    /*white-space: nowrap;*/
}

.co2SavingPanel {
    /*display: flex;*/
    font-size: .8em;
}

.co2SavingLabel {
    font-weight: bold;
}

/* cart swaps */
.CartGridView tfoot {
    bottom: 0px;
}

.chkSwap {
    display: block;
}

.altSavingLabel {
    display: block;
}

.lblSwapTotal, .altTotalLabel {
    border-top: solid 2px gray;
}

.savingsLabel {
    font-weight: bold;
}

.lblco2Savings {
    font-weight: bold;
}
/* savings totals */
.divSwapSaving {
    width: 110px;
    float: left;
}

.divSwapSavingalt {
    width: 150px;
    float: left;
}
/* Totals */
.cartTotalsWrapper {
    display: block;
    float: right;
    width: 160px;
    margin-top: 5px;
}

.cartTotalsLine {
    margin-bottom: 1px;
}

.cartTotalsLineLeft, .cartTotalsLineRight {
    display: block;
    float: left;
}

.cartTotalsLineLeft {
    width: 110px;
}

.cartTotalsLineRight {
    width: 50px;
}

.cartTotal {
    border-top-width: 1px;
}

.cartTotalLabel {
    font-weight: bold;
}
/* Forgotten Something Fast Order */
.forgottenSomethingWrapper {
    width: 300px;
    margin-top: 5px;
    border: 1px solid #cdcdcd !important;
    overflow: hidden;
}

.forgottenSomethingLine {
    display: block;
    float: left;
    width: 300px;
}

    .forgottenSomethingLine input[type=text] {
        margin-left: 2px;
    }

.forgottenSomthingColumnOne {
    float: left;
    width: 200px;
}

.forgottenSomthingColumnTwo {
    float: left;
    width: 100px;
}

.forgottenSomethingHeaders {
    overflow: hidden;
    background-image: url("/images/navMask.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

    .forgottenSomethingHeaders span {
        margin-left: 5px;
    }

.forgottenSomethingButton {
    float: right;
}

.cssButtonPlus {
    width: 30px !important;
    height: 25px !important;
    float: right;
}

/*EOF Cart page*/
.cphCentre {
    margin: 0 190px;
    padding: 5px 0;
}

.cphLeft {
    float: left;
    width: 180px;
}

.cphRight {
    float: right;
    width: 180px;
}

.administrationCentre {
    margin-left: 35px;
}

.productdetailsdescriptionLabel {
    display: block;
    margin-bottom: 10px;
}

.productdetailsLongDescLabel {
    font-weight: bold;
}

.productdetailscontainer {
    border: 1px solid gray;
    padding: 5px;
    float: left;
}

.productdetailsleft {
    float: left;
    text-align: center;
    width: 260px;
}

.productdetailstop {
    height: 20px;
    margin-left: 205px;
    width: 400px;
}

.productdetailscenter {
    margin-left: 205px;
    width: 400px;
    border-bottom: 1px solid gray;
}

.productdetailsbottom {
    height: 100px;
}

.videoLinkButton {
    background: url(/images/video.png) left no-repeat;
    display: block;
    text-align: left;
    padding-left: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 0.75em;
    width: 110px;
}

.pdfLinkButton {
    background: url(/images/pdf.jpg) left no-repeat;
    display: block;
    text-align: left;
    padding-left: 40px;
    margin-top: 30px;
    font-size: 0.75em;
    width: 110px;
}

.deliveryDropDownList, .departmentDropDownList, .invoiceDropDownList {
    width: 100%;
    overflow: hidden;
    font-size: 0.75em;
}

.DeptDropDownList {
    width: 300px;
    overflow: hidden;
}

.cphLeft, .cphRight {
    margin-top: 5px;
}

h1, h2, h3, h4, h5, h6, pre, p {
    margin: 0;
    padding: 0;
}

.fastorderpanel {
    text-align: left;
}

.listcontainer {
    width: 30%;
    float: left;
    height: 200px;
    text-align: left;
}

.welcomesectors {
    margin-left: 45px;
}

.listcontainer a {
    text-decoration: none;
}

.listcontainer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.listcontainer li {
    margin: 0;
    padding: 0;
    padding-left: 5px;
}

.glidecontentwrapper {
    text-align: left;
    z-index: 0;
}

    .glidecontentwrapper a {
        text-decoration: none;
    }

body {
    margin: 10px auto;
    background: url(/images/SiteBG.jpg) repeat-x top;
    font-family: Verdana;
    font-size: 12px;
}

.center {
    margin: 0;
    padding: 0 1px;
}

.mainbody {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

.menuItem {
    background: url(/images/SideMenuBar.gif);
}

.browseCellCountLabel {
    display: block;
}

#MENUTABLE {
    text-align: left;
}

/* Checkout Screen */
.checkoutContainer {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 28px;
}

.orderRadioButtonList {
    border: 1px solid Gray;
    margin-bottom: 10px;
    padding: 5px;
}

.orderRefTextBox {
    width: 300px;
}
/*for bulleted list*/

.notesTextBox {
    height: 140px;
    width: 98%;
}

.termsPanel {
    margin-bottom: 10px;
}

.checkoutTextBox {
    width: 250px;
}
/* address form Layout */
.addressForm {
    width: 600px;
    margin-top: 10px;
}

.row {
    width: 600px;
    display: block;
    float: left;
    height: auto;
}

.labelColumn {
    width: 120px;
    display: block;
    float: left;
    text-align: left;
    vertical-align: middle;
}

.textBoxColumn {
    width: 260px;
    display: block;
    float: left;
}

.validatorColumn {
    width: 100px;
    display: block;
    float: left;
}

.headingRow {
    font-size: 1.1em;
    margin-top: 25px;
    margin-bottom: 5px;
}

.sameCheckBox {
    float: right;
}

.checkoutNotesContainer {
    display: block;
    float: left;
    margin-top: 20px;
}

.orderRefInfoLine {
    line-height: 30px;
    margin-bottom: 5px;
}

.orderRefTextBox {
    width: 420px;
    display: table-cell;
}

.checkoutImageWrapper {
    display: block;
    width: 500px;
    float: left;
    text-align: right;
}

.checkoutImageLabel {
    font-size: x-large;
    font-weight: bold;
    margin-right: 30px;
}

.checkoutInfoPanel {
    display: block;
    float: left;
    width: 95%;
    height: auto;
    margin-left: 30px;
}

.cartPanelInfoWrapper {
    padding: 10px;
}

.cartPanelInfoHeader {
    margin-bottom: 10px;
}

.cartInfoHeaderLabel {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 10px;
}

.cartSummaryPanel {
    width: 200px;
}

.checkoutInfoLine {
    display: block;
    margin-left: 2px;
    margin-top: 5px;
}

.orderDetailsPanel, .additionalInfoPanel, .checkoutReviewPanel {
    margin-top: 20px;
}

.totalLine {
    border-top: 2px solid #808080;
    padding-top: 4px;
}

.orderRefLabel {
    display: block;
    float: left;
    margin-right: 5px;
    width: 25%;
}

.orderRefTextBoxWrapper.errorLabel {
    display: block;
}

.adhocWrapper {
    width: 100%;
    text-align: right;
    margin-bottom: -25px;
    line-height: 30px;
}

.checkoutAddressForm {
    height: 680px;
}

.checkoutAnalysisDropDown {
    width: 100%;
    overflow: hidden;
    font-size: 0.75em;
}

.deliveryDropDownList, .departmentDropDownList, .invoiceDropDownList, .checkoutAnalysisDropDown {
    float: right;
}

.analysisPanel {
    margin-top: 15px;
}

.checkoutCompletePanel {
    border-top: 3px solid #808080;
    text-align: right;
    float: left;
    width: 95%;
}

.checkoutWaitLabelWrapper {
    display: block;
    width: 100%;
    margin-top: 65px;
    text-align: center;
}

.termsPanel {
    margin-top: 5px;
}

.invoiceToContainer {
    margin-bottom: -8px;
}

.termsAndConditionsCheckoutLink {
    display: block;
    float: right;
    width: 700px;
}

    .termsAndConditionsCheckoutLink input {
        margin-right: 3px;
        margin-top: -1px;
    }

.checkoutCompleteButton {
    float: right;
}
/* EOF Checkout Screen */
/* Cart Screen */
.cartImageWrapper {
    float: right;
    width: auto;
}

.checkoutImage {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.analysisWrapper {
    display: block;
    float: left;
    font-size: small;
}

input[type=checkbox] {
    border-radius: 2px;
    box-shadow: 0px 3px 6px 0px #aaaaaa;
    top: 1px !important;
}

.analysisCartPanel {
    width: 450px;
}

.analysisLevelWrapper {
    width: 440px;
    display: block;
    float: left;
    margin-left: 30px;
}

.analysisNameWrapper {
    width: 140px;
    float: left;
    padding-left: 15px;
    padding-top: 10px;
}

.analCartDropDown {
    width: 200px;
}

.cartCheckBoxesWrapper {
    width: 98%;
    padding-top: 10px;
    margin-left: 20px;
    display: block;
}

.cartCheckBoxWrapper {
    padding-right: 30px;
    float: left;
}

    .cartCheckBoxWrapper label {
        font-size: small;
        font-weight: normal;
        padding-left: 5px;
    }

.cartLowerContainer {
    display: block;
    float: left;
    width: 100%;
}

.CartGridView {
    margin-top: 45px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.divCartCodeCell {
    text-decoration: none;
}

    .divCartCodeCell img {
        border: none;
    }

.lbCartCode {
    margin-top: 15px;
}

.divCartProdDescCell, .divCartCodeCell img, .divCartProdPrice, .divCartQtyBox, .lblCartProdTotalPrice, .divCartAddtofav {
}

.divCartProdPrice {
    height: 80%;
}

.divCartProdTotalPrice {
    height: 80%;
}

.divCartCodeCell img {
    padding-top: 5px;
}

.divCartRemoveButton {
    width: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

.swapCheckBoxWrapper {
    width: 16px;
    margin-left: auto;
    margin-right: auto;
}

.swapSavingCartLabelWrapper {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.divCartCodeCell {
    padding-right: 5px;
    padding-left: 5px;
    height: 80%;
}

.divCartAddtofav {
    width: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.cssgrid th {
    text-align: center !important;
}

.cartExtraWrapper {
    height: 80px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cartCollectCheckboxWrapper {
    float: right;
}

    .cartCollectCheckboxWrapper label {
        font-size: small;
        font-weight: normal;
    }

.cartupdatebuttons {
    width: 140px;
}

.pricesPanel {
    margin-top: -70px;
    width: 400px;
    float: right;
}

.cartTotalsWrapper {
    display: block;
    float: right;
    font-size: large;
    width: 300px;
}

.cartTotalsLine {
    clear: both;
    display: block;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.cartTotalsLineLeft {
    width: 170px;
}

.cartTotalsLineRight {
    width: 100px;
    text-align: right;
}

.cartTotalLabel {
    margin-top: 10px;
    font-size: larger;
}

.autoAdditionGridViewWrapper {
    margin-right: 15px;
}

.lblCartProdTotalPrice {
    font-weight: bold;
}

.divCartQtyBox .qtyTextBox {
    width: 15px;
    margin-top: 10px;
}

.cartButtonsPanel {
    float: right;
}

ul.freeItems li {
    margin-right: 5px;
    border: 2px solid #cdcdcd;
    border-radius: 6px 6px 6px 6px;
}

ul.freeItems {
    list-style: none;
    display: block;
    width: 400px;
    text-align: center;
}

    ul.freeItems li {
        display: block;
        width: 150px;
    }

.DeptDropDownList {
    margin-top: 10px;
}

.divCartProdDescCell {
    height: 80%;
}

    .divCartProdDescCell .refTextBox {
        width: 293px;
    }

.authChoice {
    float: right;
    display: block;
    width: 300px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.authChoiceLabelWrapper {
    width: 200px;
    float: left;
}

.authChoiceDropDownWrapper {
    width: auto;
    float: right;
}

.cssSavingPanel {
    text-align: right;
    margin-bottom: 15px;
    margin-right: 15px;
}

    .cssSavingPanel span {
        font-size: 0.7em;
    }

/* EOF Cart Screen */

.codeLabel {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.productdetsailsimagecell {
    width: 200px;
}

.addPanel div {
    width: 125px;
    padding: 3px;
}

.linkPanel div {
    width: 125px;
}

.discountLabel, .ProductDetailsdiscountLabel {
    font-weight: bold;
}

.discountbrowseLabel {
    font-weight: bold;
    font-size: x-small;
}

.yourPriceLabel {
    font-weight: bold;
}

.pricePanel {
    float: right;
    width: 150px;
    text-align: right;
    display: block;
    padding-right: 5px;
    margin-right: 5px;
}

    .pricePanel span {
        display: block;
        white-space: nowrap;
    }

.linkPanel {
    float: right;
    padding-right: 7px;
}

.productdetailsadjustments {
    float: right;
}

.productImage {
    margin-bottom: 10px;
}

.offerImageButton {
    text-align: center;
}

.trackingPanel {
    padding-left: 5px;
}

/* Sectors.aspx */
.sectortable {
    width: 100px;
    float: left !important;
}

.sectorspanel {
    border-width: 1px;
    border-style: solid;
    height: 180px;
}

.sectorsinnerpanel {
    height: 100%;
    width: 100%;
}

.sectorimagecell {
    width: 100px;
    padding: 10px;
}

.miniRanges a {
    text-align: left;
    vertical-align: top;
    line-height: 15px;
}

.sectorcell {
    text-align: left;
    vertical-align: top;
    height: 112px;
    padding: 10px;
}

.cellImageLink {
    text-align: right;
    height: 112px;
}

.cellTextHyperlink {
    font-weight: bold;
    font-size: small;
    text-decoration: none;
    padding: 0 0 10px 0;
}

.orderpadslinkpanel {
    width: 100px;
}

.productsCodePanel {
    width: 100px;
}

.twoColDataList {
    width: 98%;
    text-align: center;
}

.dataListCell {
    text-align: center;
    vertical-align: top;
    width: 50%;
    padding: 10px;
}
/* end Sectors.aspx */

/* Browse.aspx */
.catalogueLabel {
    font-weight: bold;
}
/* end Browse.aspx */

/* general */
.cssbutton {
    height: 25px;
    width: 120px;
    border: none;
    cursor: pointer;
    font-size: 0px;
    margin: 2px;
    overflow: hidden;
}

.csscontrolBoxHeader {
    height: 25px;
    width: 180px;
    background-repeat: no-repeat;
    overflow: hidden;
    border: none;
    font-size: 0px;
}

.browsePanel {
    text-align: center;
}

    .browsePanel ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .browsePanel li {
        margin: 5px;
    }

    .browsePanel a {
        font-weight: bold;
        font-size: x-small;
        text-decoration: none;
    }

.searchPanel input {
    width: 120px;
    margin: 2px;
}

.searchPanel select {
    width: 170px;
}

.cssconsumablesPanel {
    margin-bottom: 5px;
}

.csscontrolBoxes {
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    padding: 2px;
}

.gridheader, .gridsubheading {
    font-weight: bold;
}

.gridsubheading {
    text-align: center;
}

.gridrow {
    border-style: solid;
    border-width: 1px;
    height: 130px;
}

.productsTextHyperLink {
    font-size: x-small;
    font-weight: bold;
}

.subTotalPanel {
    padding: 5PX;
}

.sublabel {
    font-weight: bold;
    float: left;
}

.subTotalLabel {
    float: left;
}

.divider {
    display: block;
    clear: both;
    height: 5px;
    overflow: hidden;
}

.csssidemenu {
    text-align: center;
    width: auto;
    background: transparent url(/Images/SideMenuBar.gif) repeat-y left top;
}

    .csssidemenu ul {
        list-style: none;
        font-family: Arial, Verdana;
        font-size: 13px;
        margin: 0px;
        padding: 0px;
    }

    .csssidemenu li {
        display: block;
        position: relative;
        margin-bottom: 0px;
    }

        .csssidemenu li a {
            display: block;
            text-decoration: none;
            width: 80px;
            height: 35px;
            white-space: nowrap;
            font-size: 0px;
            text-indent: -5000px;
        }

.cssmenu {
    overflow: hidden;
}

    .cssmenu ul {
        list-style: none;
        font-family: Arial, Verdana;
        font-size: 13px;
        margin: 0px;
        padding: 0px;
    }

    .cssmenu li {
        float: left;
        margin-bottom: 0px;
    }

        .cssmenu li a {
            display: block;
            text-decoration: none;
            width: 80px;
            white-space: nowrap;
            font-size: 0px;
        }

.cssAccountPage {
    padding-left: 50px;
}

    .cssAccountPage span {
        font-style: italic;
    }

    .cssAccountPage h1 {
        font-size: large;
        font-weight: bold;
    }

.consumablesselection {
    width: 100%;
}

.consumablesGridView {
    width: 100%;
}

.consumablesGridViewitem {
    padding: 5px;
}

    .consumablesGridViewitem table {
        height: 110px;
        border: gray 1px solid;
        width: 100%;
    }

.consumableslinkcell {
    text-align: left;
    height: 15px;
}

    .consumableslinkcell a {
        font-weight: bold;
        font-size: x-small;
    }

.consumablesimagecell {
    text-align: center;
    vertical-align: middle;
    width: 100px;
    height: 110px;
    padding: 10px;
}

.FastOrderTable {
    border: gray thin solid;
    margin: 0;
}

    .FastOrderTable th {
        height: 26px;
    }

    .FastOrderTable td {
        height: 19px;
    }

.fastordercode {
    width: 162px;
}

.fastorderqty {
    width: 32px;
}

.consumablespricecell {
    text-align: right;
    white-space: nowrap;
    vertical-align: bottom;
}

.consumablesdescriptioncell {
    text-align: left;
    vertical-align: top;
}

.consumablespackcell {
    text-align: left;
    height: 15px;
    white-space: nowrap;
}

.consumablesqty {
    text-align: right;
}

.consumablesadd {
    text-align: right;
}

.cssAccountPage h2 {
    font-size: medium;
    font-weight: bold;
}

.cssAccountPage h3 {
    font-style: italic;
}

.SectorBulletedList {
    font-size: small;
}

.browseCellImageHyperlink {
    height: 100px;
    margin-bottom: 5px;
}

    .browseCellImageHyperlink img {
        border-width: 0px;
        display: block;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }

.browseCellTextHyperlink {
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    height: 30px;
}

.cssbrowse {
    width: 98%;
    margin-top: 20px;
}

    .cssbrowse ul {
        list-style: none;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .cssbrowse li {
        width: 25%;
        float: left;
        text-align: center;
        display: block;
    }

.browseCellCountLabel {
    display: block;
    height: 15px;
}

.cssgrid {
    border: Gray solid 1px;
    width: 95%;
}

    .cssgrid td {
        padding: 4px;
        border: none;
    }

    .cssgrid th {
        padding: 4px;
        border: none;
    }

#ContactUsPage {
    width: 360px;
    margin: 0 auto;
}

#CreateAccountPage {
    width: 360px;
    margin: 0 auto;
}

.CreateAccountForm {
    overflow: hidden;
}

    .CreateAccountForm .SubmitButton {
        float: right;
        width: auto;
    }

.full {
    float: left;
    margin: 0 0 10px 0;
    width: 360px;
}

    .full input, .full textarea {
        border: 1px solid #999999;
        clear: both;
        float: left;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1em;
        width: 340px;
    }

    .full label, .full span {
        display: block;
        float: left;
        padding: 0 0 3px;
    }

    .full input.btn {
        cursor: pointer;
        width: 100px;
    }

/* AddToFavourites.aspx */
.FavPanel {
    margin: 30px;
}

    .FavPanel span {
        margin: 10px;
    }

.refDropDownList {
    Width: 220px;
}
/* end AddToFavourites.aspx */

/* Analysis.aspx */
.analysispopupbuttons {
    margin: 10px;
}
/* end Analysis.aspx */

/* TopList.aspx */
.toplist {
    text-align: right;
}
/* end TopList.aspx */

/* CreateAccount.aspx */
.newdetails {
    margin: 20px;
}

.newaddress {
    margin: 20px;
}

.newaccountsubmit {
    margin: 20px;
}

.newaccounteditbox {
    width: 250px;
}

.newaccountlabel {
    margin-right: 20px;
}
/* end CreateAccount.aspx */

/* Cart.aspx */
.cartupdatebuttons submit {
    margin: 0 3px;
}

.additionsGridView {
    float: left;
}

.lblSwapSubTotal, .lblSwapVat, .lblSwapTotal {
    font-weight: bold;
}
/* end Cart.aspx */

/* Products.aspx */
.noItemsFoundLabel {
    display: block;
    width: 100%;
    float: left;
}

.productsFilterPanel {
    margin: 0;
    padding: 6px;
    font-size: x-small;
    text-align: left;
    height: 45px;
}

    .productsFilterPanel select {
        font-size: 7pt;
        padding: 0;
        margin: 0;
    }

    .productsFilterPanel div {
        float: left;
        margin: 0 2px;
    }

    .productsFilterPanel .contractTopPanel {
        /*clear: both;*/
    }

        .productsFilterPanel .contractTopPanel .csscontractOnlyCheckBox input, .productsFilterPanel .stockTopPanel .cssinStockCheckBox input {
            box-shadow: none;
        }

        .productsFilterPanel .contractTopPanel .csscontractOnlyCheckBox label, .productsFilterPanel .stockTopPanel .cssinStockCheckBox label {
            font-size: 7pt;
            padding: 1px;
            margin: 0;
            vertical-align: super;
        }

/* end Products.aspx */
/* OrderPadProducts.aspx */
.opstockcell table {
    width: 100%;
}

    .opstockcell table td {
        padding: 0px;
        padding-right: 2px;
        text-align: right;
    }

    .opstockcell table tr th {
        padding: 0px;
        padding-right: 5px;
        text-align: left;
        font-weight: normal;
    }
/* end OrderPadProducts.aspx */

.callOffImageButtonPanel {
    text-align: right;
}

.offerinfolabel {
    font-size: .8em;
}

.refTextBox {
    width: 200px;
}

.thumbnail {
    position: relative;
    z-index: 0;
    border-style: none;
}

    .thumbnail:hover {
        z-index: 50;
    }

    .thumbnail span { /*CSS for enlarged image*/
        position: absolute;
        padding: 5px;
        left: -1000px;
        border: 1px Solid Black;
        visibility: hidden;
        text-decoration: none;
    }

        .thumbnail span img { /*CSS for enlarged image*/
            border-width: 0;
            padding: 2px;
        }

    .thumbnail:hover span { /*CSS for enlarged image on hover*/
        visibility: visible;
        top: -160px;
        left: 160px; /*position where enlarged image should offset horizontally */
        background-color: transparent; /*ALS D-26155 Without this if an image is not to be shown you end up with a small white box showing.*/
        border-color: transparent;
    }

.productsImageHyperLink img {
    border: none;
}

.popupcart .productsImageHyperLink img {
    height: 55px;
    width: 55px;
    float: left;
}
/* Product details */
.itemcell {
    border: 1px solid silver;
    min-height: 190px;
}

.productdetailsitem {
    float: left;
    padding: 3px;
}

.productlistcode {
    float: left;
    text-align: center;
}

.productsPricePanel {
    text-align: right;
}

.productsCodePanel {
    margin-bottom: 10px;
}

.priceLabel {
    font-weight: bold;
}

.loyaltyPanel {
    text-align: right;
}

.productlistdescription {
    float: left;
    width: 350px;
    margin: 5px;
}

.productsPackLabel {
    display: block;
}

.productdetailsprice {
    float: left;
    visibility: hidden;
    display: none;
}

.productdetailsqty {
    float: left;
}

.productsQtyTextBox {
    width: 37px;
}

.productdetailsdeal {
    float: left;
}

.productdetailsdatalist {
    width: 98%;
}

.consumablesImageButton, .offerImageButton {
    border-width: 0;
}

.cartbuttonspanel {
    float: right;
}

.CartGridView, .calloffgrid, .cssCartTotalPanel {
    width: 99%;
}

.cartpanel, .checkoutPanel {
    width: 99%;
}

.productdetailstop {
    height: 60px;
}

.lbImage {
    margin-top: 10px;
    margin-left: 20px;
}
/* EOF Product Details */
.orderpadpanel {
    width: 98%;
}

/* Authorise Page */
.authoriseListItemDataWrapper {
    padding-bottom: 3px;
}

.viewAuthOrderButtonWrapper {
    display: block;
    width: 680px;
    margin-bottom: 10px;
}

/* EOF Authorise Page */

/* Auth Cart */
.authCartWrapper {
    width: 96%;
    display: block;
    float: left;
    padding-left: 10px;
}

.authLabel {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.authCartAuthLabelName {
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
}

.delAddressPanel, .invAddressPanel {
    display: block;
    width: 300px;
    margin-top: 10px;
    float: left;
    padding-bottom: 40px;
}

.delAddressLabelWrapper {
    padding-top: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    padding-left: 5px;
}

.delAddressPanel p, .invAddressPanel p {
    padding-left: 10px;
}

.authCartCheckBoxWrapper {
    margin-top: 15px;
}

.checkboxes {
    float: left;
    width: 99%;
    height: 30px;
}

.authgrid {
    float: left;
    display: block;
    width: 100%;
}

.authCartSubTotalWrapper {
    display: block;
    float: right;
    width: 160px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 300px;
    text-align: right;
}

.authCartButtonWrapper {
    width: 100%;
    display: block;
    float: left;
}
/* EOF Auth Cart*/

/* Company Edit Page */
.companyAddressWrapper {
    float: left;
    width: 300px;
    margin-left: 10px;
}

.addressLine {
    width: 300px;
}

.userGridWrapper {
    margin-left: 10px;
}

.companyInfoButton {
    margin-bottom: 10px;
    margin-left: 10px;
}
/* EOF Company Edit Page */
/* Edit Department Page */
.departmentBudgetsWrapper {
    margin-left: 10px;
}

.addressLine {
    margin-bottom: 2px;
}

.editDepartmentLine {
    width: 400px;
}
/* EOF Edit Department Page */
/* Edit Information Page */
.editInfoPanel {
    border: solid 2px #666666;
    background: #F0F0F0;
    display: block;
    width: 620px;
}

.infoTextBox {
    width: 160px;
}

.editInformationSectionHeader {
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 10px;
}

.titleWrapper {
    width: 600px;
}

.headerSummary {
    padding-left: 30px;
}

.summaryWrapper {
    border-bottom: solid 1px #BEBEBE;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 11px;
    width: 580px;
}

.editInfoSectionWrapper {
    border-bottom: solid 1px #666666;
    margin-bottom: 20px;
}

.fourColumnRow {
    width: 600px;
    margin-left: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}

.editInformationColumn {
    display: block;
    float: left;
}

.editInformationCheckBoxColumn {
    display: block;
    float: left;
    width: 150px;
}

    .editInformationCheckBoxColumn label, .editInformationRadioColumn label {
        font-size: small;
    }

    .editInformationCheckBoxColumn input, .editInformationRadioColumn input {
        padding: 0px;
        vertical-align: middle;
    }

.editInfoCheckBoxWrapper {
    margin-bottom: 20px;
}

.editInformationRadioColumn {
    display: block;
    float: left;
    width: 200px;
}

.colOne {
    width: 140px;
}

.colThree {
    width: 40px;
}

.colTwo, .colFour {
    width: 180px;
}

.reqContainer {
    text-align: right;
    margin-right: 20px;
}

.authoriseContainer .editInformationCheckBoxColumn {
    margin-top: 10px;
    width: 200px;
}

/* EOF Edit Information Page */

/* SectorBrowseMenu CSS */
.sectormenu {
    position: relative;
    z-index: 1;
}

    .sectormenu ul li a, .menu ul li a:visited {
        display: block;
        text-decoration: none;
        width: 159px;
        height: 35px;
        text-align: center;
        border: 1px solid #fff;
        border-width: 1px 1px 0 0;
        line-height: 35px;
    }

    .sectormenu ul li {
        float: left;
        margin-right: 1px;
        position: relative;
    }

        .sectormenu ul li ul {
            display: none;
        }

        .sectormenu ul li:hover ul {
            display: block;
            position: absolute;
            top: 0;
            left: 180px;
            width: 105px;
        }

            .sectormenu ul li:hover ul li:hover a.hide {
                width: 150px;
            }

            .sectormenu ul li:hover ul li ul {
                display: none;
            }

            .sectormenu ul li:hover ul li a {
                display: block;
                width: 150px;
            }

            .sectormenu ul li:hover ul li:hover ul {
                display: block;
                position: absolute;
                left: 170px;
                top: 0;
            }

                .sectormenu ul li:hover ul li:hover ul li a {
                    display: block;
                    width: 200px;
                }

/* EOF SectorBrowse */
.badges {
    float: right;
    display: inline;
}

.pwdByECI {
    float: right;
}

#BOTTOM {
    height: 34px;
}

.spaceDiv {
    margin-bottom: 10px;
    clear: both;
}

/* Product Comparison */

.comparePanel {
    max-width: 1500px;
    overflow: auto;
    z-index: 300;
    background-color: white;
}

    .comparePanel table {
        border-spacing: 1px;
        text-align: center;
    }

.compareDiv {
    border-width: 2px;
    border-style: solid;
    border-radius: 6px 6px 6px 6px;
}

.comparePanel td {
    min-width: 150px;
    border-right: dotted;
    border-right-width: 1px;
    vertical-align: middle;
}

.comparePanel th {
    border-bottom-width: 1px;
    border-bottom: solid;
    border-right-width: 1px;
    border-right: solid;
}

.compCloseButton {
    position: absolute;
    right: 5px;
    top: 0px;
    background-image: url("/images/close.png");
    width: 26px;
    height: 28px;
    cursor: pointer;
}

.cmpError {
    color: #a10b0b;
    padding: 5px;
    border: 2px solid #a10b0b;
    border-radius: 5px;
    text-align: center;
}
/* EOF Product Comparison */

/* Consumables Finder */

.ModelTable {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.consumablesselection {
    text-align: center;
}

.printerBlock {
    height: 140px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: left;
}

.typeBlock {
    height: 160px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.consumablesselection {
    margin-bottom: 20px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.consumablesActive {
    text-decoration: underline;
}

.machinesImage {
    height: 100px;
}

.machinePanel {
    margin-left: 60px;
}

/* EOF Consumables Finder */

.AuthHeader {
    font-weight: bold;
    font-size: large;
}

    .AuthHeader td {
        padding-top: 10px !important;
    }

/* Contract Products */
.cpItemcell {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #cfcfcf;
    min-height: 160px;
    border-top: none;
    border-radius: 5px 5px 0px 0px;
}

.cpHeaderLabel {
    border: 1px solid #000000;
    border-radius: 5px 5px 0px 0px;
    display: block;
    margin: 5px 0px 0px 0px;
    background-image: url('/images/navMask.png');
    background-repeat: repeat-x;
    width: 98.5%;
    padding: 5px;
    text-align: center;
}

.cpDescription {
    display: block;
    float: left;
    top: 0px;
    width: 50%;
    margin: 5px;
    font-size: 14px;
    min-height: 100px;
}

.lblOpadPack {
    display: block;
    position: relative;
    top: 20px;
    left: 0px;
}

.hlOpadCode {
    display: block;
    margin: 10px;
    width: 90%;
    margin-left: 25px;
}

.hlOpadImage {
    display: block;
    float: left;
    margin: 5px;
    width: 100px;
    text-align: center;
}

.lbOpadDelete {
    display: block;
    float: right;
    margin-top: -25px;
    margin-right: 5px;
}

.cpPOALabel {
    clear: both;
}

.cpRightContainer {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    text-align: right;
    width: 20%;
}

.cpPrices {
    width: 130px;
    text-align: right;
}

.cpPriceLabel {
    font-weight: bold;
}

.cpQtyLabel {
    font-size: small;
}

.cpRemove {
    margin: 5px;
}

.cpStock {
    margin-top: 5px;
    font-size: small;
}

    .cpStock .lbl {
        width: 30px;
        display: inline-block;
        vertical-align: top;
    }

    .cpStock .val {
        width: 100px;
        display: inline-block;
        margin-left: 5px;
    }

/* EOF Contract Products */

/* AuthCart */

.acDescription span, .acDescriptionselect {
    display: block;
    margin-bottom: 3px;
}

.acDescription .lblPack {
    font-weight: bold;
    font-size: small;
}

.acDescription txtDept {
    margin-top: 10px;
}

/* EOF AuthCart */

/* Top Sector Browse Menu */
.mainNav {
    clear: both;
    width: 1000px;
    padding: 0;
    height: 35px;
    margin: 5px auto 0 auto;
    position: relative;
    z-index: 2;
    font-size: 13px;
    box-shadow: 0px 3px 6px 0px #aaaaaa;
    border-radius: 6px 6px 6px 6px;
}

    .mainNav li {
        list-style: none;
    }

ul.home, ul.home li, ul.home ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.home {
    position: relative;
    z-index: 2;
    float: left;
}

    ul.home li {
        float: left;
        line-height: 1.3em;
        vertical-align: middle;
    }

        ul.home li.hover, ul.home li:hover {
            position: relative;
            z-index: 2;
            cursor: default;
        }

    ul.home ul {
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 2;
        width: 99.5% !important;
    }

        ul.home ul li {
            float: none;
        }

        ul.home ul ul {
            top: 1px;
        }

    ul.home li:hover > ul {
        visibility: visible;
    }

ul.home {
    width: 100%;
}

    ul.home ul li {
        float: left;
    }

    ul.home li.hover, ul.home li:hover {
        position: static;
    }

    ul.home ul ul {
        display: none !important;
    }

    ul.home ul li {
        position: static;
    }

    ul.home ul ul {
        display: block !important;
        position: static;
        width: auto !important;
    }

        ul.home ul ul li {
            float: none;
        }

        ul.home ul ul ul {
            display: none;
        }

    ul.home li.hover ul,
    ul.home li:hover ul {
        visibility: visible !important;
    }
    /* Base Style Extension */
    ul.home li a {
        display: block;
    }
    /* Base Style Override */
    ul.home li {
        padding: 0;
    }
    /* Base Style Reinitiate:post-override activities */
    /* Custom */
    ul.home ul {
        padding: 0;
    }

        ul.home ul a {
            width: 125px;
            padding: 0;
        }

        ul.home ul ul {
            padding: 0;
        }

    ul.home > li {
        display: block;
        float: left;
        position: static;
    }

        ul.home > li > a {
            display: block;
            text-decoration: none;
            background: url(/images/mainnav-li-sep.png) no-repeat right;
            display: inline-block;
            height: 35px;
            line-height: 35px;
            padding: 0px 5px;
            font-size: 12px;
        }

ul.navlv1 {
    background: #efefef;
    border: 2px solid #d0d2d3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 890px !important;
    box-shadow: #444 0px 5px 7px;
}

    ul.navlv1 > li {
        display: block;
        width: 140px;
        overflow: hidden;
        margin: 7px 0 7px 7px;
    }

        ul.navlv1 > li > a {
            display: block;
            background: #dcdcdc;
            border-radius: 4px;
            padding: 4px 6px;
            text-decoration: none;
            margin: 0;
            height: 34px;
            font-size: 11px;
        }

ul.navlv2 > li > a {
    text-decoration: none;
    font-size: 11px;
    padding: 0 0 0 6px;
    margin: 1px 0;
}

/* EOF Top Sector Browse Menu */

/* For Admin's EditMode */
.editimg {
    border: none !important;
}

.pnlEdit {
    display: block;
    border: 3px solid black;
    padding: 3px;
    width: 600px;
    font-size: small;
    z-index: 5;
    position: absolute;
}

.lbEdit:hover {
    padding: 4px;
    cursor: pointer;
}

.pnlEdit .lbError {
    display: block;
    margin-bottom: 5px;
}

.hlImageEdit:hover {
    cursor: pointer;
}

.pnlImageShow {
    border: 3px solid black;
    padding: 3px;
    width: 500px;
    font-size: small;
    margin-bottom: 5px;
    z-index: 10000;
    position: absolute;
    text-align: left;
}

    .pnlImageShow span {
        display: block;
        margin-bottom: 5px;
        clear: both;
    }

    .pnlImageShow input[type=submit], .pnlEdit input[type=submit] {
        margin-right: 5px;
    }

.pnlEdit input[type=submit] {
    margin-top: 5px;
}

.pnlImageShow .fileuploader {
    width: 90%;
    border: 1px solid black;
}

.closeImageEdit {
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 15px;
    margin-bottom: 10px;
}

.modalBackground {
    filter: alpha(opacity=70);
    opacity: 0.7px;
}

.pnlUpdateProgress {
    width: 150px;
    margin-top: 10px;
    border: 1px solid black;
}

    .pnlUpdateProgress span, .pnlUpdateProgress img {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        border: none !important;
        margin: 2px;
    }

.hlMainGrp {
    font-size: small;
    position: relative;
    display: block;
    font-weight: bold;
    float: left;
    margin-top: 20px;
    text-decoration: underline;
}

    .hlMainGrp:hover {
        padding: 4px;
        font-size: medium;
        cursor: pointer;
        text-decoration: none;
    }

.pnlGrpCnt {
    display: block;
    border: 3px solid black;
    padding: 3px;
    width: 300px;
    font-size: small;
    z-index: 1000;
    position: absolute;
    margin-top: 10px;
    text-align: left;
}

    .pnlGrpCnt span {
        margin-right: 3px !important;
        margin-top: 5px;
    }

    .pnlGrpCnt .lblError {
        display: block;
    }

.pnlNumGrp {
    display: inline-block;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 5px;
}

    .pnlNumGrp table tbody tr {
        margin-top: 0px !important;
        padding: 0px;
    }

    .pnlNumGrp input {
        height: 20px !important;
        width: 24px;
    }

        .pnlNumGrp input[type=text] {
            width: 50px !important;
            padding: 3px;
            height: 25px !important;
        }

    .pnlNumGrp div {
        display: none;
    }

.closeGrpCnt {
    cursor: pointer;
    text-decoration: none;
    float: right;
    height: 15px;
    margin-bottom: 10px;
}

.closeOrdTrack, .closeTextEdit, .closeImgEdit {
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 10px;
    float: right;
}

.hlOrdTrack:hover {
    cursor: pointer;
}
/* EOF Admin's EditMode */

.clearboth {
    clear: both;
}

/* New Product Details */
.prodDetailsLabelCont {
    float: left;
    width: 250px;
    margin-left: 10px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.NewproductdetailsdescriptionLabel {
    font-weight: bold;
}

.NewcodeLabel {
    margin-top: 5px;
    font-size: small;
}

.prodCodeLabel {
    margin-right: 3px;
    font-size: small;
}

.prodDetailAuthDropDown {
    margin-left: 5px;
    width: 200px;
}

.prodDetailsImageCont {
    float: left;
    width: 100px;
    margin-top: 20px;
    margin-left: 20px;
}

.NewproductImage {
    width: 100px;
}

.WebPriceCont {
    float: left;
    width: 210px;
    margin-top: 20px;
}

.ProductDetailsAdd {
    float: left;
    width: 210px;
    margin-top: 20px;
    text-align: right;
}

.WebPriceLabel {
    text-align: right;
    border: 1px solid;
    border-radius: 6px 6px 0px 0px;
}

.WebPriceHeader {
    font-weight: bold;
}

.YourPriceHeaderLabel {
    font-size: large;
}

.YourPriceHeaderPrice {
    margin-left: 5px;
    margin-right: 5px;
}

.sellPriceLabel {
    display: inline-block;
    text-decoration: line-through;
    margin-right: 5px;
    margin-top: 5px;
}

.discountLabel {
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
}

.stockLinkPanel {
    display: block;
    margin-top: 5px;
    margin-left: 60px;
    padding: 2px;
    border-radius: 6px 6px 6px 6px;
    width: 140px;
    text-align: center;
    box-shadow: 0px 3px 6px 0px #aaaaaa;
}

.productsStockLinkPanel {
    margin-left: 0px;
    width: auto;
    font-size: .8em;
}

.Newproductdetailsiconpanel {
    text-align: right;
    margin-top: 15px;
    margin-right: 5px;
}

.divProductRating {
    width: 125px;
    margin-top: 5px;
    display: block;
    font-size: small;
    text-align: left;
}

.ProdRating {
    margin-left: 17px;
}

.FavImgButton {
    float: left;
    background-image: url("/images/addFavGrey.png");
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 5px;
}

    .FavImgButton:hover {
        background-image: url("/images/addFavCol.png");
    }

.newLineCheckBox {
    margin-top: 15px !important;
}

.buyDiv {
    margin-top: -15px;
}

.prodDetailsBuyButton {
    margin-right: 5px;
    width: 100px;
}

.LoyaltyPointsLabel {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: small;
    font-weight: bold;
}

.prodDetailsTextBox {
    height: 21px;
    margin-right: 2px !important;
    margin-top: 15px !important;
}

.DelInfoCont {
    display: block;
    float: left;
    margin-top: 10px;
    border: 1px solid;
    border-radius: 6px 6px 0px 0px;
    width: 225px;
    margin-left: 20px;
    min-height: 100px;
}

.DelInfoHeader {
    background-image: url('/images/DelinfoInvert.png');
    background-repeat: no-repeat;
    border-bottom: 1px solid #888888;
    margin-bottom: 5px;
}

.DelInfoHeaderLabel {
    display: block;
    padding: 5px;
    margin-left: 40px;
}

.productdetailsdeliveryLabel {
    font-weight: bold;
    font-size: small;
    margin-left: 4px;
}

.SaveMoreLabel {
    display: block;
    border-radius: 6px 6px 0px 0px;
    padding: 5px;
}

.QtyBreakCont {
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    border: 1px solid;
    border-radius: 6px 6px 0px 0px;
    width: 210px;
}

.QBQtySpan {
    font-weight: bold;
}

.QtyBreaksList {
    list-style: none;
    display: block;
    border: none;
    float: right;
    margin-right: 20px;
}

.callOffPanel {
    margin-left: 5px;
    margin-right: 5px;
}

.entryTypeCheckBox {
    margin-left: 15px;
}

.LongDescCont {
    display: block;
    float: left;
}

.Tabs {
    float: left;
    width: 590px;
    list-style: none;
    margin-left: 10px;
}

.TabsNav li:hover {
    box-shadow: 0px 0px 0px 0px #aaaaaa;
}

.TabsNav {
    margin-left: -40px;
}

    .TabsNav li {
        float: left;
        display: inline;
        padding: 5px;
        border-radius: 6px 6px 0px 0px;
        box-shadow: 0px 3px 6px 0px #aaaaaa;
    }

.TabHide {
    display: none;
}

.TabContents {
    display: block;
    float: left;
    border: 1px solid;
    border-radius: 0px 6px 6px 6px;
    width: 580px;
    min-height: 200px;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0px 3px 6px 0px #aaaaaa;
}

.ProductDetailsButtons {
    clear: both;
    float: right;
}

.productdetailbuttons {
    float: right;
    width: 150px;
}

.clear {
    clear: both;
}

.AdditionalsLabel {
    font-size: large;
    font-weight: bold;
    margin-top: 5px;
}

.AdditionalItemPanel {
    display: block;
    float: left;
    width: 175px !important;
    height: auto;
    border: 1px solid #888888;
    margin: 3px;
    text-align: center;
}

    .AdditionalItemPanel a {
        display: block;
        min-height: 110px;
    }

.AdditionalCodeLabel, .AdditionalDescLabel, .AdditionalPriceLabel {
    display: block;
    width: 175px;
    text-align: center;
    padding-top: 3px;
}

.AdditionalImage {
    padding-top: 2px;
    height: 100px;
}

.AdditionalDescLabel {
    height: 60px;
}

/* Related items */
.RelatedProductLabel {
    font-size: large;
    font-weight: bold;
    margin-top: 5px;
}

.RelatedProductPanel {
    display: block;
    float: left;
    width: 175px !important;
    height: 250px;
    border: 1px solid #888888;
    margin: 3px;
    text-align: center;
}

    .RelatedProductPanel a {
        display: block;
        min-height: 110px;
    }

.RelatedCodeLabel, .RelatedDescLabel, .RelatedPriceLabel {
    display: block;
    width: 175px;
    text-align: center;
    padding-top: 3px;
}

.RelatedImage {
    padding-top: 2px;
    height: 100px;
}

.RelatedDescLabel {
    height: 60px;
}

/*tabber*/
.TabCont {
    display: block;
    width: 100%;
    height: 280px;
    clear: both;
}

.tabber {
    display: block;
    margin-top: 50px;
}

.tabbertab {
    float: left;
    display: block;
    padding: 3px;
    word-wrap: break-word;
}

    .tabbertab ul {
        list-style: none;
    }

    .tabbertab div {
        width: 100%;
    }

.tabbertabhide {
    display: none;
}

.tabberlive {
    display: block;
}

ul.tabbernav {
    display: block;
    margin-left: -40px;
    height: 13px;
}

    ul.tabbernav li {
        display: block;
        float: left;
    }

        ul.tabbernav li a {
            display: block;
            width: auto;
            border-radius: 6px 6px 0px 0px;
            text-decoration: none;
            text-align: center;
            padding: 5px;
        }

.NewproductdetailsLongDescLabel {
    clear: both;
    display: block !important;
    width: 590px !important;
    padding: 5px;
}

/* Attributes */
.AttributesPanel {
    display: block;
    padding: 0px;
    margin: 0px;
}

.AttLeft, .AttRight {
    width: 200px !important;
    float: left;
}

.AttributesLeft, .AttributesRight {
    padding: 0px;
    text-indent: 4px;
}

    .AttributesLeft li {
        border-right: 1px solid #dddddd;
    }

.productDetailsAttributes ul li {
    margin-top: -1px;
    list-style: none;
    font-size: small;
}

/* Product Rating */
.divProductRating {
    display: block;
    width: 100%;
}

.lblRatingError {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 0.85em;
}

.productRating {
    margin-left: 25px;
}

.ratingStar {
    font-size: 0pt;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/../Images/starFill.png);
}

.emptyRatingStar {
    background-image: url(/../Images/starEmpty.png);
}

.savedRatingStar {
    background-image: url(/../Images/starWait.jpg);
}
/* EOF Product Rating */

/* Alternate Product Images on Product Details */
.OrigImgAlt {
    display: none;
}

.AltImgCont {
    display: block;
    float: left;
    width: 400px;
    height: 60px;
}

.lbImage IMG {
    border: 0px;
    text-decoration: none;
}

.lbImage a {
    text-decoration: none;
}

.lbImage {
    border: 0px;
    display: block;
    float: left;
    text-decoration: none;
}
/* EOF Alternate Product Images on Product Details */

.VatPrices {
    margin-top: 3px;
    width: 200px;
}

.VATTogglePrice {
    font-size: small;
    font-weight: bold;
}
/* EOF New Product Details */
.RetailPriceDiv {
    width: 130px;
}

.ProductsVatPrices, .productsAddPanel, .productsIconPanel, .discountLabel {
    width: 130px;
    text-align: right !important;
}

.productsAddPanel {
    margin-top: 15px;
}

.ProductsCompareBox {
    float: right;
}

/*Generic Control for Custom Form */
.pnlGenCtrl {
    width: 500px;
    margin: 0px auto;
}

    .pnlGenCtrl span {
        width: 120px;
        display: block;
        float: left;
    }

    .pnlGenCtrl input[type=text] {
        width: 270px;
    }

    .pnlGenCtrl textarea {
        width: 330px !important;
    }

.txtPhone {
    margin-left: 20px !important;
}

.rfvGc {
    width: 20px !important;
}
/* EOF Generic Control for Custom Form */

.VatToggleDiv img {
    text-decoration: none;
    border: none;
}

.vathidden {
    display: none;
}

/* Product Filter */
.ProdFilterPanel {
    text-transform: capitalize;
}

.FilterOption, .RemoveFilterOption {
    font-size: medium;
}

.RemoveFilterOption {
    display: block;
    width: 100px;
}

.FilterGroup {
    margin-bottom: 4%;
}

.FilterAdd:hover {
    padding-left: 18px;
    background-image: url("/images/filteradd.png");
    width: 180px;
    background-repeat: no-repeat;
    background-position: left;
}

.AccordionFilterOption {
    text-decoration: underline;
    cursor: pointer;
}

.RemoveFilterValue:hover {
    padding-left: 18px;
    background-image: url("/images/filterremove.png");
    width: 180px;
    background-repeat: no-repeat;
    background-position: left;
}

.FilterValue {
    margin-left: 5px;
    width: 200px;
    height: 10px;
    text-decoration: none;
    font-size: small;
}

.accordPanel {
    height: auto;
    margin-bottom: 5px;
}

.collapsableFilterDiv {
    display: none;
}
/* Filter Popup Panel */
.MoreFilterLabel {
    font-weight: bold;
    font-size: small;
}

.HiddenFilter {
    display: none;
}

.FilterPopupPanel {
    position: fixed;
    top: 29%;
    left: 27%;
    z-index: 10;
}

.PopupHeader {
    float: left;
    display: block;
    font-size: large;
    font-weight: bold;
    text-transform: capitalize;
    z-index: 11;
    width: 90%;
    margin-left: 5px;
    margin-top: 5px;
}

.MoreFilters {
    display: block;
    float: left;
    margin-left: -40px;
    margin-top: 5px;
    max-width: 500px;
}

.morePopupForm {
    display: block;
    width: auto;
    padding: 10px;
    float: left;
}
/*.PopUpFilterValue {
    display: block;
    width: 150px;
    float: left;
    margin: 3px;
    text-align: left;
}*/

.MoreFilterButton {
    display: block;
    width: 130px;
    height: 50px;
    z-index: 11;
    margin-left: 390px;
}

.CloseFilterButton {
    display: block;
    background-image: url('/Images/closefilter.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
}

.FilterPopupPanel {
    box-shadow: 1px 1px 6px 3px #aaaaaa;
    border-radius: 10px;
}

.moreFilterCheckBoxText {
    margin-left: 5px;
}
/* EOF Filter Popup Panel */
/* EOF Product Filter */

/* Brand Browse */
.brandBrowseContainer {
    /* width: 800px; */
    margin-left: 10px;
    display: block;
    float: left;
    vertical-align: middle;
}

.brandIndex {
    /* width: 760px; */
    text-align: center;
    font-size: 20pt;
    border-top: 1px dotted #dedede;
    border-bottom: 1px dotted #dedede;
    margin: 10px;
    display: block;
    /* float: left; */
}

.brandIndexLabel {
    text-align: center;
    font-size: 20pt;
}

.brandIndexHeading {
    width: 145px;
    margin-left: auto;
    margin-right: auto;
}

.brandIndex a {
    margin-left: 3px;
    margin-right: 3px;
}

.brandLink img {
    text-decoration: none;
    border: 0px;
}

.indexGroup {
    display: block;
    float: left;
    /* width: 800px; */
    font-size: 0em;
}

.indexLetter {
    float: left;
}

.brandBrowseItem {
    display: block;
    float: left;
    width: 92px;
    height: 92px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

    .brandBrowseItem img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.brandBrowseLabel {
    display: none;
    float: left;
    width: 80px;
    text-align: center;
}
/* EOF Brand Browse */

/* Product Details Designer Page*/
.renderOrderTextBox {
    width: 40px;
}

.componentWrapper {
    display: block;
    float: left;
    width: 300px;
}

.componentsColumn {
    display: block;
    float: left;
    width: 340px;
}
/* EOF Product Details Designer Page*/

.LoginPanel {
    Width: 360px;
    Border: 1px solid Gray;
}

.LoginTextBox {
    width: 200px;
}

.orderMessageWrapper {
    display: block;
    float: left;
    width: 100%;
}

.orderMessageContainer {
    width: 100%;
    margin-top: 60px;
}

.OrderMessageLabel {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
}

/* Accounts Layout */
/*.reportsBulletedList {
    display: block;
    float: left;
    width: auto;
    height: auto;
}*/

.reportsListWrapper ul {
    list-style: none;
}

    .reportsListWrapper ul li {
        display: inline-block;
        text-align: center;
        vertical-align: bottom;
        border: 1px solid #aaaaaa;
        background-image: url('/images/reportsPrintFaded.png');
        background-repeat: no-repeat;
        background-position: center;
    }

        .reportsListWrapper ul li a {
            margin: 0px;
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
        }

.reportItem {
    width: 200px;
    height: 200px;
    margin: 10px;
    padding-top: 5px;
}

    .reportItem:hover {
        box-shadow: 0px 3px 6px 0px #aaaaaa;
        background-image: url('/images/reportsPrint.png');
    }

.iFramePanelReports {
    border: 1px solid #808080;
}

.reportIFrameWrapper {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.dateRangeWrapper {
    border: 1px solid #808080;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: -5px;
    text-align: center;
}

.dateRangeTable {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.accountsTab {
    line-height: 28px;
    background-image: url(/images/navMask.png);
    background-repeat: repeat-x;
    font-size: 0.9em;
}

.accountsTabMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.accountsMenu ul li {
    cursor: pointer;
    white-space: nowrap;
}

.accountsTab {
    display: inline;
    border: 1px solid #808080;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.accountsTabContent {
    border: 1px solid #808080;
    height: auto;
    display: block;
    padding: 10px;
}

.activeAccountsTab {
    background-image: url(/images/navMask.png);
}

.accountsContentWrapper {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.statementIframDiv iframe {
    width: 600px;
    min-height: 800px;
}

.hiddenAccountsTab {
    display: none;
}

.accountsMenu {
}
/* E.OF Accounts Layout */

.favListDiv {
    width: 270px;
    height: auto;
    border: 2px solid #aaaaaa;
}

.favListDiv {
    padding: 10px;
}

.allCheckBoxWrapper {
    margin-top: 5px;
    height: 35px;
    margin-bottom: 5px;
}

    .faveCheckBoxList input, .allCheckBoxWrapper input {
        margin-right: 5px;
        line-height: 20px;
    }

.itemLabelWrapper {
    width: 300px;
    text-align: right;
}

.addFaveButtonWrapper {
    margin-left: 50px;
    float: right;
    margin-top: -40px;
}

.newListWrapper {
    width: 100px;
}

.addToFaveListButton {
    width: 100px;
    height: auto;
}

.favouritesPanel {
    z-index: 100; /*force ontop of inputs on screen*/
}

.closePopUpButton {
    cursor: pointer;
    float: right;
    background-image: url("/images/closefilter.png");
    width: 20px;
    height: 20px;
    margin-right: -25px;
    margin-top: -25px;
}

.alsoBoughtItemsContainer {
    display: block;
}

.addToFavouritesProductDisplay {
    text-align: left;
}

.attributesTable {
    margin-left: 15px;
}

.attributeValue, .attributeTitle {
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 2px solid #CDCDCD;
    border-right: 2px dotted #CDCDCD;
}

.pControlQtyTextBox {
    width: 20px;
    font-size: 14pt;
    text-align: center;
    box-shadow: 3px 3px 3px #cccccc;
}

.pControlAddPanel:hover .pControlQtyTextBox, .pControlAddPanel:hover .pControlBuyButton {
    box-shadow: 0px 0px 0px #cccccc;
}

.compareButton {
    float: right;
    margin-bottom: 10px;
    margin-right: 20px;
}

/*Pager CSS - Products Page*/

.productdetailsdatalist {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.productspager {
    display: block;
}

    .productspager .pnlProdPagerTop {
        width: 80%;
        float: left;
    }

.pnlProdPagerBottom {
    float: left;
}

.breadcrumb {
    display: block;
}

.productsPager {
    margin-top: 10px;
}

.pagerLink {
    height: 20px;
    width: 20px;
    margin: 2px;
    padding: 3px;
}

    .pagerLink:hover {
        text-decoration: underline;
        font-weight: bold;
    }

.nextBlockPagerLink {
    font-weight: bold;
}

.currentPagePagerLink {
    text-decoration: underline;
}

.pageSizeWrapper {
    float: right;
}
/*EOF Pager CSS*/

/* Stock Label on Cart*/

.noStockErrorWrapper {
    width: 80%;
    display: block;
    float: left;
    margin-left: 100px;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

/* EOF Stock Label on Cart*/

/*admin edit page css*/
.productsearchcontrol, .pnlOTAdminControls {
    position: relative;
}

    .productsearchcontrol .pnlPSAdminControls, .pnlOTAdminControls .otSettings {
        position: absolute;
        right: 0px;
    }

/* SubTotalCart Controlhover mouse */

.basketimg {
    pointer-events: none;
}

.subtotalcontrol {
    cursor: pointer;
}

.hidden {
    display: none;
}

.homeLinkBack {
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    margin-right: 2px;
}

.unavailableRow {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}


.cssgrid tr .unavailableRow {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    background-color: #000;
}

.printReportButton {
    display: block;
    width: 108px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.cssSaveOrderButton {
    display: block;
    margin-bottom: 4px;
}
/*password security popup*/



.pswd_info {
    width: 300px;
    padding: 10px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

    .pswd_info ul {
        list-style: none;
    }

        .pswd_info ul li span {
            margin-left: 5px;
        }

    .pswd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
        color: black;
    }

    .pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

.invalid {
    background: url('/images/cross.png') no-repeat 0 50%;
    padding-left: 10px;
    line-height: 24px;
    text-indent: 15px;
}

    .invalid span {
        color: #ec3f41;
    }

.valid {
    background: url('/images/tick.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    text-indent: 5px;
}

    .valid span {
        color: #3a7d34;
    }

.pswd_info {
    display: none;
}


.editInfoPasswordValidator, .changePasswordValidator {
    position: absolute;
    z-index: 10;
}

.editInformationColumn input {
    width: 160px;
}

.sentTextWrapper input {
    height: 25px;
    font-size: 1.1em;
    width: 100%;
    float: left;
}

.passwordResetValidator, .changePasswordValidator {
    margin-top: 40px;
}

.pnlChangePwd {
    display: block;
    float: left;
    height: 200px;
    padding: 10px;
}

.changePasswordWrapper {
    display: block;
    float: left;
    width: 100%;
    min-height: 50px;
}

.changepassword input {
    height: 25px;
    font-size: 1.1em;
    width: 90%;
    float: left;
}


.newdetails span input {
    width: 250px;
}

.productAsterisk {
    text-decoration: none !important;
    font-size: 20pt;
}

/* Loyalty Points */
.UserInfoContent {
    overflow: auto;
}

.UILeft, #UIRight {
    width: 50%;
    margin: 5px;
}

.UILeft {
    float: left;
}

.UIRight {
    float: right;
    text-align: center;
    margin: 15px 10%;
    padding: 5px;
    font-size: 20px;
}

.CustomerLoyaltyPoints {
    text-align: center;
}
