﻿#shopContent {
    padding-bottom: 12px;
}

#itemDetail {
    background-color: #eee;
    border: 1px solid #000;
    width: 100%;
    padding: 5px;
    font-size: 13px;
}

    #itemDetail label {
        width: 90px;
        display: inline-block;
        font-weight: bold;
        margin-bottom: 5px;
    }

        #itemDetail label:nth-of-type(3n + 1) {
            width: 140px;
        }

    #itemDetail span {
        width: 75px;
        display: inline-block;
        margin-bottom: 5px;
        text-align: center;
        margin-right: 24px;
    }

#inventory {
    margin-top: 5px;
    border: 1px solid #000;
    background-color: #eee;
    padding: 5px;
    width: 100%;
    font-size: 13px;
}

    #inventory label {
        font-weight: bold;
    }

        #inventory label:nth-child(2) {
            margin-left: 4px;
        }

        #inventory label:nth-child(4) {
            margin-left: 6px;
        }

        #inventory label:nth-child(10) {
            font-size: 10px;
        }

#invQty {
    width: 65px;
    font-size: 13px;
}

#zip {
    width: 46px;
    font-size: 13px;
}

#checkInventoryBusy {
    display: none;
}

#inventory button {
    border: 1px solid #000;
    background-color: #D4232D;
    color: #fff;
    font-weight: bold;
    font-size: 8pt;
    height: 21px;
    width: 25px;
    position: relative;
    top: -1px;
}

#available {
    color: #D4232D;
    font-weight: bold;
    display: inline-block;
    margin-left: 12px;
}

@media (min-width: 1260px) {

    #itemDetail label {
        width: 100px;
    }

        #itemDetail label:nth-of-type(3n + 1) {
            width: 150px;
        }

    #itemDetail span {
        width: 89px;
    }

    #inventory {
        font-size: 15px;
    }

    #itemDetail {
        font-size: 15px;
    }

    #invQty {
        font-size: 15px;
    }

    #zip {
        font-size: 15px;
    }
}
