﻿#CartSubtotalTop {
    font-size: 24px;
    color: #3a3a3a;
}

.Cart .CartHeadlineRow td {
    border-bottom: 1px solid #a5a5a5;
    font-size: 14px;
    color: #a5a5a5;
}

.Cart .CartRow td {
    border-bottom: 1px solid #ececec;
}

    .Cart .CartRow td.PaddedCell {
        vertical-align: top;
        padding: 10px 0px;
    }

.Cart .CartRow.Headline td {
    padding-bottom: 5px;
    padding-top: 25px;
}

.Cart .CartRow select {
    width: 100%;
}

.Cart .No {
    display: inline-block;
    font-size: 14px;
    color: #3a3a3a;
}

.Cart .Description {
    font-size: 18px;
    color: #2f2f2f;
}

    .Cart .Description.Headline {
        font-weight: bold;
    }

.Cart .InventoryHolder {
    display: inline-block;
}

.Cart .Inventory {
    display: none;
}

.Cart .TextLines {
    font-style: italic;
    font-size: 12px;
    color: gray;
}

.Cart .Profit {
    display: none;
}

.Cart .ProfitTotal {
    display: none;
}

.Cart .Discount {
    font-size: 24px;
    color: #404040;
}

.Cart .Quantity {
    font-size: 25px;
    color: #404040;
}

.Cart .PriceStk {
    line-height: 10px;
    font-size: 10px;
    color: #a5a5a5;
}

    .Cart .PriceStk.Modifyable {
        cursor: pointer;
    }

.Cart .PriceStkInputHolder .Arrow {
    background-repeat: no-repeat;
    background-image: url(../Images/Arrow_Down_Black_17x10.png);
    background-position: 50% 0%;
    height: 10px;
}

.Cart .PriceStkInputHolder {
    position: relative;
}

.Cart .PriceStkInput {
    text-align: center;
    position: absolute;
    display: none;
    left: -40px;
    top: -50px;
}

    .Cart .PriceStkInput .Input {
        background-color: black;
        padding: 3px;
    }

        .Cart .PriceStkInput .Input input[type='text'] {
            background-color: white;
            text-align: center;
            font-size: 16px;
            padding: 0px;
            border: 0px;
            height: 20px;
            width: 85px;
            color: black;
        }

        .Cart .PriceStkInput .Input input[type='button'] {
            background-color: #f39c12;
            padding: 0px;
            margin: 0px;
            border: 0px;
            height: 20px;
            width: 25px;
            color: White;
        }

.Cart .Price {
    font-size: 24px;
    color: #404040;
}

    .Cart .Price > div {
        line-height: normal;
        display: inline-block;
    }

    .Cart .Price .Oyru {
        vertical-align: top;
        line-height: 14px;
        padding-top: 3px;
        font-size: 14px;
    }

.Cart .RemoveItemsCell {
    margin-top: 6px;
    text-align: right;
    font-size: 12px;
    cursor: pointer;
    color: #2f2f2f;
}

.ShowHideProfit, .ShowHideInventory {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    color: #a5a5a5;
}

    .ShowHideProfit:hover, .ShowHideInventory:hover {
        text-decoration: underline;
    }

#CartSubtotalBottom {
    font-size: 24px;
    color: #3a3a3a;
}

.CartQuantityLongd {
    font-size: 15px;
}

.CartQuantityLongdBreidd {
    font-size: 13px;
}

.RecurringOrderCart tr td {
    height: 29px;
}
