#cShop_CartPopup{display:none; color:#333333 }
#cShop_CartPopup p{color:#333333;}
#cShop_CartPopup p b{color:#000}
#cShop_CartPopup p a{color:#247b94}
#modalOverlay {
    background-color:#000;
    cursor:wait;
    filter: alpha(opacity=80);
    height: 100%;
}
#modalContainer {
    height:auto;
    width:300px;
    left:50%;
    top:50%;
    margin-left:-150px;
    /* margin-top: -70px; */
    background-color:#fff;
    border:3px solid #ccc;
    padding: 10px;
}

a.modalCloseImg {
    background:url(/classes/shop/img/popup_close.gif) no-repeat;
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}


#helper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -10;
}


table.cart{background-color:#CECECE; background-image:none; width:80%; margin-bottom:10px;} 
table.cart th{background-color:#FFFFFF; padding:5px 10px 5px 10px;}
table.cart td{background-color:#ECECEC; padding:5px 10px 5px 10px;}
table.cart .l{background-image:none;}
table.order table.cart{width:100%;}
table.order input,table.order textarea{width:300px; margin-top:5px; margin-bottom:5px;}

