/*************ITEM DETAIL PROP 65************/

#Prop65Title {
    width: 100%;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

#Prop65Title img {
    vertical-align: middle;
}

#Prop65Title img:nth-child(1) {
    float: left;
}

#Prop65Title img:nth-child(2) {
    float: right;
}

#EnglishWrapper {
    width: 50%;
    vertical-align: top;
    display: inline-block;
}

#SpanishWrapper {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#Prop65Link {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

/*************SHOPPING CART/ORDER SUM/ORDER CONFIRM************/

.Prop65Title {
    width: 100%;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.Prop65Title img {
    vertical-align: middle;
    width: auto;
}

.Prop65Title img:nth-child(1) {
}

.Prop65Title img:nth-child(2) {
}

.EnglishWrapper {
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0px 5px 0px 10px;
    display: inline-block;
}

.SpanishWrapper {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0px 10px 0px 5px;
}

.Prop65Link {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#PrintImage {
    vertical-align: middle;
}

#PrintLink {
    background-color: #fff;
    border: none;
    cursor: pointer;
    color: #88122A;
    font-weight: bold;
    outline: none;
}

@media print {
    .P21SystemHeader,
    .P21SystemLSide,
    .P21SystemFooter {
        display: none;
    }

    .OrderConfirmation_Table {
        page-break-inside: avoid;
    }
}