DIV.ajaxcartpro_progress{
	z-index: 999999;
	border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center;
	padding: 10px;
	background-color: #ffffff;
    color: black;
	//position:absolute;
	//top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");
}

DIV.ajaxcartpro_confirm,DIV.ajaxcartpro_error{
	width:580px;
	z-index: 999999;
	display: block;
	position: fixed;
	text-align: center !important;
	padding: 20px 45px;
	background-color: #ffffff;
    color: black;
    min-heigth:104px;
    height:auto!important;

	//position:absolute;
	//top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");
}
.ajaxcartpro_confirm .ajaxcartpro_confirm_title{
	font-size: 16px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px;
	color:#967779;
	margin: 0;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}
#acp_product_name{
	font-size:18px;
	color:#967779;
	font-weight: normal;
}
#acp_product_option p{font-size:15px;color:#8c8c8c;margin-bottom: 15px;}
.ajax-name-product p{font-size:15px;color:#967779;text-transform:uppercase;}
#acp_product_image {
    display: table;
    width: 60%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
	letter-spacing: 0;
}
#acp_product_image img{
	margin:0 auto;
}
.ajax-name-product {
    display: table-cell;
    width: 40%;
    text-align: left;
    vertical-align: middle;
}
DIV.ajaxcartpro_confirm p, DIV.ajaxcartpro_error p{
	/*width: 200px*/;
}

/* common */
#aw_acp_error_continue,#aw_acp_checkout {
	display:inline-block;
}
.button-check {
    width: 100%;
    clear: both;
}

#aw_acp_error_continue span, #aw_acp_continue span, #aw_acp_checkout span {
	line-height: 23px;
	font-size: 15px;	
	letter-spacing: 0px;
	color: #967779;	
}
.name-title-product{    
	width: 100%;
    display: table;
	padding: 35px 20px;
	}
#aw_acp_error_continue > span, #aw_acp_continue > span, #aw_acp_checkout > span {
	height:23px;
}

/* buttons */
#aw_acp_continue span, #aw_acp_error_continue span {
	/* background-color:#E8E8E8; */
}

#aw_acp_continue > span > span, #aw_acp_error_continue > span > span {
	color: #967779;
	font-size:15px;
}
button#aw_acp_continue{
	padding: 15px 27px;
	margin-left:0;
}
button#aw_acp_checkout{
	padding:15px 30px;
	margin-left:8px;
}
button#aw_acp_continue {
    background: #e1e1e1;
}
button#aw_acp_checkout {
    background: #fac6ca;
}
.ACPcountdown {
	display:inline !important;
}

#acp_configurable_block dt
{
    text-align: left;
}

#acp_configurable_block .price
{
    font-size: 14px;
}

#acp_configurable_block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
	z-index: 999999;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
   
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp_product_options
{
    display: block;
    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;
}

.product-options .options-list li
{
    text-align: left;
}
@media screen and (max-width: 767px) {
	DIV.ajaxcartpro_confirm, DIV.ajaxcartpro_error{
		width:306px;
		padding: 15px 25px;
	}
	.ajaxcartpro_confirm h2{padding:15px 27px;}
	.name-title-product{display:block;padding:15px;}
	#acp_product_image{width:100%;display: block;}
	.ajax-name-product{
		width:100%;
		display: block;
		text-align: center;
		}
	#acp_product_option p{margin-bottom:3px;}
	button#aw_acp_continue{padding:15px 28px;}
	button#aw_acp_checkout{
		    padding: 15px 23px;
			margin-left: 0;
			margin-top: 8px;
	}
	.ajax-name-product h4{    
	margin-bottom: 7px;
    margin-top: 15px;}
	
}