#ajaxcartpro-progress{
    border: 1px solid #000;
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    z-index: 9999;
    color: #000;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
    font-weight: bold;
    border-radius: 4px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
    display:block;
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
    width: 260px;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 12px !important;
    text-align: center;
    color: red;
}

.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
    padding:0;
    line-height:24px;
    height:24px;
    margin:0 auto;
    display:block;
    font-family:Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    cursor: pointer;
}

.aw-acp-continue, .aw-acp-continue:hover{
    color:#333;
    background:url('../images/btn_continue_shopping.png');
    width:144px;
}


.aw-acp-checkout, .aw-acp-checkout:hover{
    color:#fff;
    background:url('../images/btn_view_cart.png');
    width:164px;
}

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    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:#fff;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
    z-index: 999;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options .input-text.qty, #acp-product-options label[for="qty"] {
    display: none;
}

#acp-product-options .required {
    color: #fff;
    font-weight: bold;
}
#product-addtocart-form-acp #product-options-wrapper.product-options {
    width: 330px;
}
#acp-product-options
{
    min-width: 180px;
    position: fixed;
    overflow: auto;
    z-index: 99999999;
    border: 1px solid;
    padding: 10px;
    width: auto;
    background: #fff;
    height: auto;
    border-radius: 4px;
    /* position: absolute; */
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}
.catalog-category-view #acp-overlay,
.catalogsearch-result-index #acp-overlay {
    z-index: 9999 !important;
}
#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}


#acp-product-options .aw-acp-btn-container {
    margin: 5px auto;
    width: 330px;
}



#product-addtocart-form-acp #product-options-wrapper .aw-acp-continue {
    margin-left: 11px;
    padding: 2px 0 !important;
}
#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
}
.map-popup
{
    z-index: 1001 !important;
}

@media screen and (max-width: 410px) {

    .aw-acp-btn-container a{
        margin-top: 10px;
    }
}