DIV.ajaxcartpro_progress{
    border: 1px #999999 solid;
    display: block;
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    //position:absolute;
    //top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");
}

DIV.ajaxcartpro_confirm{
    background: url("../../onestepcheckout/bg_confirm.png") no-repeat;
    width: 427px !important;
    height: 263px !important;
    display: block;
    position: fixed;
    text-align: center !important;
    padding: 10px;
    z-index: 9999;
    margin: 0 0 0 -30px;
    //position:absolute;
    //top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");
}



#aw_acp_continue, #aw_acp_checkout{
    padding:0;
    line-height:24px;
    height:24px;
    margin:0px auto;
    display:block;
    font-family:Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
}


#aw_acp_continue{
    /*	background:url('../images/btn_continue_shopping.png');*/
    background-color: #5B3F26;
    color: #FFFFFF;
    width: 150px;
}


#aw_acp_checkout{
    /*	background:url('../images/btn_view_cart.png');*/
    background-color: #5B3F26;
    color: #FFFFFF;
    width: 150px;
}

#acp_configurable_block dt
{
    text-align: left;
    padding-left: 10px;
}

#acp_configurable_block .price
{
    font-size: 14px;
}

#acp_configurable_block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp_product_options
{
    display: block;
    width: 400px;
    height: auto !important;
    position: fixed;
    z-index:150;
    background-color: white;
    padding: 10px;
    //position:absolute;
    //top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");
}

#product-options-wrapper
{
    margin:0;
    margin: -155px 0 0 10px;
/*    margin: -136px 0 0 19px;*/
}
.product-options-wrapper-reorder
{
    margin:0;
    margin: -174px 0 0 10px !important;
}


