/* Editorial */
#editorials {
	float: left;
	width: 400px;
    height: 290px;
	background: url(../images/editorials_back.png) no-repeat 0% 0%;
	padding: 5px 5px 0 5px;
}

#editorials-content {
    position: relative;
}

#editorials div.editorial {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 260px;
    padding: 170px 0 0 0;
}

/*#editorials div.background {
    position: absolute;
    top: 160px;
    right: 0;
    width: 400px;
    height: 60px;
    background-color: #dfd7ae;
    opacity: 0.9;
    z-index: 1;
}*/

#editorials div.content {
    position: absolute;
    top: 155px;
    right: 0;
	display: block;
	width: 355px;
    opacity: 1.0;
    z-index: 2;
    background-color: #e5e0ba;
	padding: 5px;
	color: #4a1345;
	font: 11px Arial, Helvetica, sans-serif;
}
#editorials div.content h2 {
	color: #4a1345;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#editorials div.content p {
	margin: 0;
}

#editorial-links {
    position: absolute;
    top: 260px;
}
#editorial-links li {
    display: block;
	float: left;
	width: 45px;
	height: 25px;
	text-align: center;
}
#editorial-links li a {
	display: block;
	background: url(../images/editorials_link_back.png) no-repeat 0% 0%;
	font: 18px Verdana, Geneva, sans-serif;
	color: #FFF;
}
#editorial-links li a:hover {
	text-decoration: underline;
}
#editorial-links li a.current-edito {
	background: url(../images/editorials_link_back.png) no-repeat 0% 100%;
}

DIV.ajaxcartpro_progress{
	border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
	left: 50%;
	margin-left: -130px;
}

DIV.ajaxcartpro_confirm{
	border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center !important;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
	left: 50%;
	margin-left: -130px;

}



#aw_acp_continue, #aw_acp_checkout{
	padding:0;
	line-height:24px;
	height:24px;
	margin:0px auto;
	display:block;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}


#aw_acp_continue{
	color:#333;
	background:url('../images/btn_continue_shopping.png');
	width:144px;
}


#aw_acp_checkout{
	color:#fff;
	background:url('../images/btn_view_cart.png');
	width:164px;
}
