﻿/* HACKS */
/** These are CSS tweaks made to classes that will be redsigned, this is a temporary section **/
.imgAd {
    display: block;
    max-width: 705px;
    border-style: none;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.ddlCategory {
    width: 150px;
    margin-left: 5px;
    margin-right: 5px;
}

.ddlView {
    width: 150px;
    margin-left: 5px;
    margin-right: 15px;
}

.lblProduct {
    font-weight: bold;
    font-size: larger;
}

body .DealPromotion {
    width: 708px;
    margin-bottom: 10px;
    border-width: 1px;
    border-color: #AAAAAA;
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    body .DealPromotion .imgPromotion {
        width: 200px;
        height: 200px;
    }

    body .DealPromotion .divDetails {
        width: 492px;
    }

        body .DealPromotion .divDetails .divLeft {
            width: 297px;
        }

            body .DealPromotion .divDetails .divLeft .lblTitle {
                line-height: 1.25em;
                max-height: 2.5em;
            }

            body .DealPromotion .divDetails .divLeft .lblDescription {
                line-height: 1.25em;
                max-height: 3.75em;
                cursor: pointer;
            }

        body .DealPromotion .divDetails .divRight {
            height: 186px;
        }

            body .DealPromotion .divDetails .divRight .divRemaining .lblRemaining {
                font-size: 8pt;
            }
/* END HACKS */

/* ----- Global Styles ----- */
html {
    background-color: #EFEFEF;
}

body {
    font-size: 10pt !important;
}

input[type="text"], input[type="password"], textarea {
    font-size: 10pt;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-right-color: #DBDFE6;
    border-left-color: #D2D3DA;
    border-top-color: #ABABAB;
    border-bottom-color: #E3E9EF;
}

div.divUnsupportedBrowser {
    display: none;
    color: #FF4004;
}

    div.divUnsupportedBrowser .lblUnsupportedBrowser {
        display: block;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

    div.divUnsupportedBrowser ul {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 25px;
    }

div.hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
}

h2 {
    text-align: center;
}

body a, body a:link, body a:visited, body span.aiLinkButton, body .aiGrid span.aiLinkButton {
    color: #4C4C4C;
}

    body a:active, body a:hover, body .FAQ .ulQuestions .divQuestion .lblQuestion.hover, body span.aiLinkButton.hover,
    body .aiGrid span.aiLinkButton.hover {
        color: #000088;
    }

.aiAccordion .acBody.exp {
    border-style: solid;
    border-width: 1px;
    border-color: #AAAAAA;
    border-top-style: none;
    padding-bottom: 5px;
}

body .aiCustomerLogin .aiInputBox.txtPassword {
    margin-bottom: 4px;
}

body .aiCustomerLogin .aiInputBox .label {
    text-align: left;
    padding-left: 10px;
    width: 70px;
}

body .aiCustomerLogin .hlForgot {
    width: 90%;
    float: right;
    font-size: smaller;
}

body .aiCustomerLogin .divRemember {
    float: left;
    padding-top: 3px;
}

    body .aiCustomerLogin .divRemember .checkbox {
        margin-left: 5px;
        margin-right: 10px;
    }

/* aiGrid */
body .aiGrid {
    margin-top: 0px;
    width: auto;
}

    body .aiGrid .divRepeater {
        border-style: none;
        width: 96%;
    }

        body .aiGrid .divRepeater .repeater {
            border-style: none;
        }

    body .aiGrid > .divHeader {
        border-style: none;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
        padding-left: 1%;
        padding-right: 1%;
        border-color: #333333;
        border-bottom-style: solid;
    }

    body .aiGrid .repeater tr.header {
        background-color: Transparent;
    }

        body .aiGrid .repeater tr.header .sort {
            color: #000000 !important;
        }

        body .aiGrid .repeater tr.header .aiArrow.Up.sort {
            border-bottom-color: #000000;
        }

        body .aiGrid .repeater tr.header .aiArrow.Down.sort {
            border-top-color: #000000;
        }

    body .aiGrid .divRepeater.noScroll .repeater td.colScroll, body .aiGrid .divRepeater .repeater td.colScroll 
    body .aiGrid .divHeader.noScroll td.colScroll, body .aiGrid .divHeader td.colScroll {
        width: 0px;
    }

    body .aiGrid .repeater td {
        border-color: #AAAAAA;
    }

    body .aiGrid .repeater tr.row,
    body .aiGrid .repeater tr.row.alt {
        background-color: Transparent;
    }

        body .aiGrid .repeater tr.row.sel {
            background-color: #0000CC;
            color: #FFFFFF;
        }

/* Home Site */
body .HomeSite.aiGrid {
    margin-top: 5px;
}

/* Level Promotions */
body .LevelPromotions .col2 .divPercent, body .aiShoppingList .LevelList .col2 .divPercent {
    background-color: #8DC73F;
    color: #FFFFFF;
}

    body .LevelPromotions .col2 .divPercent .divProgress, body .aiShoppingList .LevelList .col2 .divPercent .divProgress {
        background-color: #04699A;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#04699A), to(#04699A), color-stop(.3,#3595D2));
        background-image: -moz-linear-gradient(0% 66% 90deg,#04699A, #3595D2, #04699A 100%);
        background-image: -o-linear-gradient(90deg, #04699A 0%, #3595D2 66%, #04699A 100%);
    }

/* Promotion Overview */
body .PromotionOverview.aiGrid .divRepeater {
    width: auto;
}

/* Promotions */
body .Promotions.aiGrid .divRepeater {
    width: auto;
}

/* Promotion View */
body .PromotionView, body .PromotionMiniView {
    background-color: #FFFFFF;
}

    body .PromotionView > .divLeft .divOffer, body .PromotionMiniView .divOffer {
        background-color: #237BAD;
        color: #FFFFFF;
    }

    body .PromotionView.RewardOnly > .divLeft .divOffer, body .PromotionView > .divLeft .divReward 
    body .PromotionMiniView.RewardOnly .divOffer, body .PromotionMiniView .divReward {
        background-color: #8DC73F;
        color: #545E46;
    }

    body .PromotionView > .divRight .lblTitle, body .PromotionMiniView .lblTitle {
        color: #123C66;
    }

    body .PromotionView > .divFooter .divAction {
        background-repeat: no-repeat;
        background-position: 8px;
        background-image: url('../Images/imgAdd.png');
        padding-left: 25px;
        background-color: #8DC73F;
        color: #FFFFFF;
    }

        body .PromotionView > .divFooter .divAction.reject {
            background-image: url('../Images/imgRemove.png');
            background-color: #BFBFBF;
            color: #123C66;
        }

    body .PromotionView > .divRight .divLogo {
        /* 
		Use these values to customize the merchant's logo for the coupon view.

		Do not modify the height (it must be the default 20px). Only adjust the 
		width to match the aspect ratio of the merchant's logo (or ideally have 
		them provide a 100x20px image).

	*/
        background-image: none; /* url(../Images/imgPromotionViewLogo.png'); */
        width: 100px;
    }

    body .PromotionView > .divRight .divDetails {
        background-color: #8DC73F;
        color: #FFFFFF;
    }

/* Savings */
body .Savings.aiGrid > .divHeader {
    border-bottom-style: none;
}

/* Shopping list */
body .aiShoppingList .aiGrid .divHeader td.colScroll {
    width: 15px;
}

body .aiShoppingList .lblLevels, body .aiShoppingList .lblPromotions {
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}

@media print {
    html {
        background: none;
    }

        html .print_aiShoppingList #divPageBody {
            border-style: none !important;
        }

    .print_aiShoppingList .divPageHeader,
    .print_aiShoppingList .divPageContent,
    .print_aiShoppingList .divPageSecondary .divAccountSummary, .print_aiShoppingList .divPageSecondary .divTips,
    .print_aiShoppingList .divPageFooter {
        display: none;
    }

    .print_aiShoppingList .divPageSecondary .aiShoppingList .divHeader,
    .print_aiShoppingList .divPageSecondary .aiShoppingList .divRepeater {
        border-style: solid;
    }

    .print_aiShoppingList .divPageSecondary .aiShoppingList .divRepeater {
        border-top-style: none;
    }

    .print_aiShoppingList .divPageSecondary .aiShoppingList .divHeader {
        padding: 0px;
        border-bottom-style: none;
    }

    .print_aiShoppingList #divPageBody .divCell.aiShoppingList > .divCellHeader {
        display: none;
    }

    .print_aiShoppingList #divPageBody .divPageSecondary > .divCell.aiShoppingList {
        border-style: none;
        margin-top: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .print_aiShoppingList #divPageBody .divCell.aiShoppingList .aiGrid .divRepeater {
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .print_aiShoppingList #divPageBody .aiShoppingList .aiPopup {
        display: none;
    }

    .print_aiShoppingList #divPageBody .aiShoppingList .popList {
        display: none;
    }
}


