#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;
    text-align: center !important;
    padding: 0;
    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-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:#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: 180px;
    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: 10px;
}

#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;
}
.ajax-popup-box{
	background:url(../images/ajax-top-bg.jpg) no-repeat top center;
	padding:5px;
}
.ajax-popup-detail{
	border: 5px #e7f2f4 solid;
	text-align:center;
	position:relative;
}
.ajax-popup-detail .ajax-close{
	width:15px;
	height:15px;
	font-size:0;
	background:url(../images/ajax-close.png) no-repeat center center;
	position:absolute;
	right:5px;
	top:5px;
	z-index:99;
	cursor:pointer;
}
.ajax-prod-detail{
	margin:0;
	display:block;
	padding:14px 60px 8px;

}
.ajax-img{
	display:inline-block;
	margin-right:18px;
}
.ajax-img img{
	display:inline-block;
}
.ajax-name{
	display:inline-block;
	font-size:15px;
	color:#666666;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding: 0 0 0;
	line-height:20px;
}
.ajax-name strong{
	height:105px;
	display:table-cell;
	vertical-align:middle;
}
.ajax-name span{
	display:block;
	color:#af4f7b;
	padding-top:3px;
}
.ajax-button{
	display:block;
	border-top:#e7f2f4 solid 1px;
	padding:20px 58px;
	background:#fff;
}
.ajax-button .aw-acp-continue{
	background:#59a1b7;
	font-size:15px;
	color:#fff;
	font-weight:normal;
	border-radius:10px;
	display:inline-block;
	padding:10px 30px;
	width:auto;
	height:auto;
	margin-right:26px;
}
.ajax-button .aw-acp-continue:hover{
	background:#53A6C7;
}
.ajax-button .aw-acp-checkout{
	background:#1ba716;
	font-size:15px;
	color:#fff;
	font-weight:normal;
	border-radius:10px;
	display:inline-block;
	padding:10px 30px;
	width:auto;
	height:auto;
}
.ajax-button .aw-acp-checkout:hover{
	background:#21b01c;
}
@media screen and (max-width: 599px) {
	.ajax-popup-detail .ajax-close{
		right:10px;
		top:10px;
	}
	.ajax-popup-box{
		padding:0;
	}
	.ajax-popup-detail{
		border:none;
	}
	.ajax-prod-detail{
		padding:20px 60px 15px;
	}
	.ajax-img{
		display:none;
	}
	.ajax-name{
		font-size:16px;
		text-align:center;
	}
	.ajax-name strong{
		height:auto;
		display:inline-block;
	}
	.ajax-button{
		padding:22px 48px 25px;
		border-top:#d4d4d4 solid 1px;
	}
	.ajax-button .aw-acp-continue{
		margin:0 0 7px;
		padding:13px 30px;
		display:block;
	}
	.ajax-button .aw-acp-checkout{
		padding:13px 30px;
		display:block;
	}
}
@media screen and (max-width: 410px) {

    .aw-acp-btn-container a{
        margin-top: 10px;
    }
}
@media screen and (max-width: 320px) {
	.ajax-prod-detail{
		padding:20px 40px 15px;
	}
}