#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 0;
    background-color: #f2f2f2;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: 415px !important;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}
#ajaxcartpro-add-confirm p:first-child,
#ajaxcartpro-remove-confirm p:first-child{
    background: #fff;
    padding: 10px;
    margin:-10px 0 10px;
}
/*#ajaxcartpro-remove-confirm p:after{
    clear: both;
    content: '';
    display: block;
} */
.ajaxcartpro-box-hide{
   display:none;
}

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

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
    width: 100%;
}

.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-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
    padding:0;
    line-height:24px;
    height:24px;
    margin:0px auto;
    display:block;
    font-family:Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    cursor: pointer;
    border-radius: 3px;
}

.aw-acp-continue, .aw-acp-continue:hover{
    float: left;
    font-size: 16px;
    height: 44px;
    background: #64B3DE;
    line-height: 24px;
    margin: 20px 0 0 10px;
    color: #fff;
    padding: 10px 0;
    width: 46%;
}


.aw-acp-checkout, .aw-acp-checkout:hover{
    float: right;
    background: #E95D0F;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    height: 44px;
    margin: 20px 10px 0 0;
    padding: 10px 0;
    width: 46%;
}

#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: 100;
}
#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-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 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: 600px) {
	.cart .data-table {padding-bottom: 200px;}
	.cart .data-table tfoot button.button {margin-left: 59px; margin-right: 59px;}
	
	#ajaxcartpro-add-confirm,
	#ajaxcartpro-remove-confirm{
		width: 250px !important;
	}
	.aw-acp-continue, .aw-acp-continue:hover,
	.aw-acp-checkout, .aw-acp-checkout:hover{
		float: none;
		margin: 10px auto;
		width: 90%;
	}
	
}

@media only screen and (max-height: 460px)  { 
	#ajaxcartpro-add-confirm img,
	#ajaxcartpro-remove-confirm img {
		display: none;
	}
}