#ajaxcartpro-progress{
    border: 5px #D5D9D9 solid;
    position: fixed;
    text-align: center;
    padding: 10px 30px;
    background-color: #ffffff;
    font-size: 12px;
    z-index: 9999;
    color: #333;
    overflow: auto;
}

#ajaxcartpro-progress p {
    font-family: "Lato","Helvetica Neue", Verdana, Arial, sans-serif;
    margin-top: 3px;
}

#ajaxcartpro-progress img {
    margin-left: auto;
    margin-right: auto;
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
    position: fixed;
    border: 5px #D5D9D9 solid;
    text-align: center !important;
    padding: 15px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 127px;
    width: auto;
    height: auto;
    font-family: "Lato","Helvetica Neue",Verdana,Arial,sans-serif;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

div#ajaxcartpro-add-confirm br {
    display: none;
}

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

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

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

#ajaxcartpro-add-confirm img.ajax-title {
    width: 100%;
}

#ajaxcartpro-add-confirm .ajax-confirm-wrapper {
    padding: 10px;
}

#ajaxcartpro-add-confirm .ajax-confirm-wrapper a {
    margin-bottom: 4.5em;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:5px 0!important;
    min-height:0!important;
    font-size: 12px !important;
    text-align: center;
    border-top: 1px solid #d5d9d9;
    border-bottom: 1px solid #d5d9d9;
}

.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,
.aw-acp-checkout, .aw-acp-checkout:hover{
    min-width: 132px;
    padding: 100px 20px 0 20px;
    display: inline-block;
    color:#333;
}
.aw-acp-continue, .aw-acp-continue:hover{
    background: url('../images/ajaxcart_box.png') top center no-repeat;
}

.aw-acp-continue span.button-ajax, .aw-acp-checkout span.button-ajax {
    padding: 10px;
    border-radius: 15px;
    text-transform: uppercase;
    display: block;
}
.aw-acp-continue span.button-ajax {
    background-color: #DADADA;
    color: #706F6F;
}
.aw-acp-checkout span.button-ajax {
    background-color: #8DD6C4;
    color: #FFFFFF;
}

.aw-acp-checkout, .aw-acp-checkout:hover{
    background: url('../images/ajaxcart_cart.png') top center no-repeat;
}

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

#acp-product-options
{
    border: 5px #D5D9D9 solid;
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#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 5px auto;
    padding-left: 20px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options {
    border: none;
}

#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 only screen and (max-width: 479px) {
    .aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
        line-height: inherit;
        font-size: 11px;
    }
}