@charset "utf-8";
/* CSS Document */ 
#cartDisplay {
    margin: 5px 0px;
    position:relative;
    width: 100%;
} 

#cartInfo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(images/spinner3-black.gif) no-repeat center;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}
