DIV.ajaxcartpro_progress{
	border: 1px #B8B6B6 solid;
	color: white;
	font-weight:bold;
	display: block;
	position: fixed;
	text-align: center;
	padding: 10px;
	background-color: #c15ca5;
	z-index: 9999;
	left: 50%;
	margin-left: -130px;
	//position:absolute;
	//top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");
}

DIV.ajaxcartpro_confirm{
	border: 1px #ffffff solid;
	color: #622181;
	display: block;
	position: fixed;
	text-align: center !important;
	padding: 0;
	background: white url(../images/bg-ajaxcart-bottom.gif) no-repeat center bottom;
	z-index: 9999;
	left: 50%;
	margin-left: -130px;
	//position:absolute;
	//top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");
}


.wrapperLinksConfirm{
	margin-top:10px;
}

#aw_acp_continue, #aw_acp_checkout{
	padding:0;
	line-height:30px;
	height:30px;
	margin:0px auto;
	float:left;
	color:#c15ca5;
	font-size: 17px;
	text-decoration:none;
	border-bottom:1px solid #57894e;
	font-weight:normal;
	letter-spacing:-1px;
}


#aw_acp_continue{
	background: #f3f3f3 url(../images/bg-continua-ajaxcart.png) no-repeat 2px top;
	width:153px;
	margin-right:10px;
	padding:0 10px 0 40px;
}
#aw_acp_continue:hover, #aw_acp_checkout:hover{ background-color:black; }


#aw_acp_checkout{
	background: #f3f3f3 none repeat scroll 0 0;
	padding:0 10px;
}

#bg-screen-ajax-cart{
	background-color:#ccc;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	position: fixed;
}
.ajaxCartTitle{
	height:25px;
	line-height:25px;
	color:white;
	padding:0 6px 0 23px;
	font-weight:bold;
	margin:-27px 0 0 -1px;
	border:1px solid white;
	border-bottom-color:#c15ca5;
	background:#c15ca5 url(../../images/bg-cart.png) no-repeat 4px 7px;
	width:125px;
}
.linkConfirm{
	height:89px;
	background:url(../images/bg-ajaxcart.jpg) no-repeat left top;
	text-align:left;
	color:white;
	font-weight:bold;
	padding:14px 0 0 22px;
	font-size:15px;
}
.closeAjaxCart{
	float:right;
	margin:14px 21px 0 0;
	background:url(../images/close-ajaxcart.png);
	width:14px;
	height:14px;

}
.ajaxcartpro_confirm .products-grid li.item{ margin-top:0; height:205px; width:90px; padding: 0 10px 10px; margin-left:10px; margin-right:0; text-align:left; }
.ajaxcartpro_confirm .products-grid .product-image{
	margin-left:-10px;
	width:109px;
	height:102px;
}
.ajaxcartpro_confirm .products-grid .product-name{ margin-bottom:3px; }
.ajaxcartpro_confirm .products-grid .product-name a{
	margin:6px 0 3px;
	font-size:11px;
	line-height:13px;
}
.ajaxcartpro_confirm .products-grid .sconto{ display:none; }

.ajaxcartpro_confirm .products-grid .product-price .special-price{ left:35px; }
.ajaxcartpro_confirm .products-grid .product-price .special-price .price{ font-size:11px; }
.ajaxcartpro_confirm .products-grid .product-price .a-soli{ line-height:10px; }
.ajaxcartpro_confirm .products-grid .product-price .anziche{ line-height:18px; }
.ajaxcartpro_confirm .products-grid .product-price .old-price{ left:48px; top:14px; }

.ajaxcartpro_confirm .products-grid .actions{ bottom:10px; }

