#ajaxcartpro-progress{
    border: 1px #999999 solid;
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
    /*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;
}

.aw-acp-checkout, .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-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:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 102;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 400px;
    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-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 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;
}

/* Falter custom styles */
.acp-f-left { float: left; width: 50%;}
.acp-f-right { float: right; width: 50%;}
/*.acp-product-image { width: 119px; margin: 0 0 15px 8px; }*/
.acp-product-image { text-align: center; }
/*
.acp-product-name { width: 260px; float: right; text-align: left; }
.acp-product-name p { margin: 0 0 0 10px; }
*/
.acp-product-name { padding-top: 12px; font-weight: bold; text-align: center; width: 100%; }
.acp-buttons { clear: both; width: 100%; }
.acp-buttons .acp-f-left { width: 144px; }
.acp-buttons .acp-f-right { width: 144px; }
#ajaxcartpro-add-confirm p.acp-title { width: 100%; border-bottom: 1px solid #ccc; }
.aw-acp-continue {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 4px;
  color: #02071b;
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 20px;
}
.aw-acp-continue:hover {
  text-decoration: none;
  border-color: #999;
  color: #02071b;
  cursor: pointer;
}