DIV.ajaxcartpro_progress{
}

DIV.ajaxcartpro_progress_interno{
	top:50%;
  right:50%;
  margin-right:-130px;
  margin-top:-80px;
  border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999999;
    color: black;
    min-width: 260px;
    min-height: 50px;
	/*position:absolute;*/
	/*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

DIV.ajaxcartpro_confirm{
}

DIV.ajaxcartpro_fundo{
	filter:alpha(opacity=70); 
  -moz-opacity:.70; 
  opacity:.70; 
   position: fixed !important;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 9999999;
        width: 100%;
        height:100%;
        color: #000000;
        background-color: #E0E0E0;  
}

DIV.ajaxcartpro_confirm_interno{
	top:50%;
  right:50%;
  left:50%;
  margin-left:-130px;
  margin-top:-100px;
  z-index:99999999;
  border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center !important;
	padding: 10px;
	background-color: #ffffff;
    color: black;
    min-heigth:104px;
    min-width: 260px;
    height:auto!important; 
	/*position:absolute;*/
	/*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

DIV.ajaxcartpro_confirm p{
	width: 260px;
}



#aw_acp_continue, #aw_acp_checkout{
	padding:0;
	line-height:39px;
	height:39px;
	margin:0px auto;
	display:block;
	font-family:Arial;
	font-weight: bold;
	font-size: 13px;
	text-decoration:none;
}


#aw_acp_continue{
	color:#000000;
	background:url('../images/btn_continue_ajax.png');
	width:170px;
}


#aw_acp_checkout{
	color:#000000;
	background:url('../images/btn_view_cart_ajax.png');
	width:170px;
}

#acp_configurable_block dt
{
    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_configurable_block .product-pic
{
    
    border: 1px solid #666666;
    
}

#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
{
    display: block;
    min-width: 400px;
    height: auto !important;
    position: fixed;
    z-index:1000;
    background-color: white;
    padding: 10px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#product-options-wrapper
{
     margin:0;
}
.map-popup
{
    z-index: 1001 !important;
}
