.popUp {
    float:right;
    min-width:300px;
    border: solid 2px #006300;
    z-index:1000;
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    background-color: #FFF;
    padding: 5px;
}

.popUpHidden {
    display: none;
}
#cartTitle {
    font-weight: bold;
}
#cartStyle {
    font-size: xx-small;
}
#cartItemQty {
    text-align: center;
}
#cartTotalQty {
    font-weight: bold;
}
#checkOut {
    display: inline-block;
    float:right;
    border: 1px solid #009700;
}
#checkOut a {
    font-weight: bold;
}
#cartTotal {
    display: inline-block;
    float:right;
}
#cartOnSale {
    color: red;
    font-weight: bold;
}
