#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: none;
	text-align: left !important;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
	/*position:absolute;*/
	/*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

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

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


.acp-msg-block{
    color:#df280a;
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 12px !important;
}

#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;
    padding-top: 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;
}

#ajaxcartpro-add-confirm {
	padding: 0 15px 15px;
	width: 600px !important;
}
#ajaxcartpro-add-confirm h2 {
	background: #E96B17; 
	font-family: 'PT Sans'; 
	text-transform: none; 
	font-weight: bold; 
	color: #fff; 
	font-size: 18px;
	border-radius: 5px 5px 0 0;
	padding: 4px 0 6px 15px;
	margin: 0 -15px 15px -15px;
}
#ajaxcartpro-add-confirm .product-info {
	min-height: 75px;
	padding: 10px;
	margin-bottom: 10px;
}
#ajaxcartpro-add-confirm .product-info img {
	float: left; 
	width:118px; height:118px; background:#fff; border:1px solid #C9C9C9;
}
#ajaxcartpro-add-confirm .price-qty {
	float: right;
}
#ajaxcartpro-add-confirm .product-info p {
	margin-left: 135px;
	margin-bottom: 0;
}
#ajaxcartpro-add-confirm .product-info p.name {
	color: #584F43;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
#ajaxcartpro-add-confirm .product-info p.name span {
	display: block;
}
#ajaxcartpro-add-confirm .buttons {
	text-align: right !important;
}
#ajaxcartpro-add-confirm .buttons button {
	margin-left: 15px;
	padding: 0;
}

#ajaxcartpro-add-confirm .subtotal {
	text-align: right !important;
	border-top: 1px solid #cecece;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}

#ajaxcartpro-add-confirm .subtotal strong {
	color: #851616;
	padding-right: 15px;
}