/* Editorial */
#editorials {
	float: left;
	width: 570px;
        height: 235px;
	background: url(../images/editorials_back.png) no-repeat 0% 0%;
	padding: 5px 5px 0 5px;
	margin:10px 0 5px 0;
	border:1px solid #8e8b89;
}

#editorials-content {
    position: relative;
}

#editorials div.editorial {
    position: absolute;
    top: 0;
    left: 0;
    width: 375px;
    height: 230px;
    padding: 0 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;
    bottom:5px;
	display: block;
	width: 365px;
    opacity: 0.95;
    z-index: 2;
    background-color: #c91600;
	padding: 5px;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
}
#editorials div.content a {
	color:#FFF;
}
#editorials div.content h2 {
	color: #FFF;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#editorials div.content p {
	margin: 0;
}

#editorial-links {
	float:right;
}
#editorial-links td {
    display: block;
	width: 180px;
	height: 52px;
	text-align: center;
	position:relative;
}
#editorial-links td a {
	display: block;
	background:url(../images/bg_editorial_link.png) no-repeat top left;
	font: 18px Verdana, Geneva, sans-serif;
	color: #769521;
	width: 181px;
	height: 52px;
	position:relative;
	text-align:center;
	text-decoration: none;
}
#editorial-links td a span{
	display:block;
	padding-top:4px;
	padding-left:13px;
	text-transform:uppercase;
	position:relative;
}
#editorial-links td a:hover {
	text-decoration: underline;
}
#editorial-links td a.current-edito {
	color: #c91600;
	background:url(../images/bg_editorial_current_link.png) no-repeat top left;
}

DIV.ajaxcartpro_progress{
	display: block;
	position: fixed;
	text-align: center;
	padding: 0px;
	background: #FFFFFF;
	z-index: 9999;
	left: 50%;
	margin-left: -130px;
}

DIV.ajaxcartpro_confirm {
	border: 1px #bc1300 solid;
	display: block;
	position: fixed;
	text-align: center !important;
	padding: 0px;
	background: url(../images/bg_pop_up_panier.jpg) no-repeat center center;
	z-index: 9999;
	left: 50%;
	margin-left: -130px;

}

DIV.ajaxcartpro_confirm p,
DIV.ajaxcartpro_progress p,
DIV.ajaxcartpro_progress span,
DIV.ajaxcartpro_confirm span {
	color:#bc1300;
	font-weight:bold;
	font-size:14px;
}

DIV.ajaxcartpro_confirm p,
DIV.ajaxcartpro_progress p {
	margin:10px 0 10px 0;
}

#aw_acp_continue, #aw_acp_checkout{
	padding:0;
	line-height:24px;
	height:28px;
	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_pop_up_continuer.png');
	width:207px;
}

#aw_acp_continue span {
	display:none;
}

#aw_acp_checkout{
	color:#fff;
	background:url('../images/btn_pop_up_panier.png');
	width:224px;
}

#aw_acp_checkout span {
	display:none;
}

#left-links ul.extern-links {height:25px;}
#left-links ul.extern-links li {width:20px; float:right;padding-right:5px;margin:0;}
#left-links ul.extern-links li.first {margin-right:50px;padding-left:5px;}
#left-links ul.extern-links li a:hover {background:none;border:0;}

