#cart_block
{
	border: 5px solid #999999;
	/*background-color:#ededed;*/
	background: transparent url('../img/menu_hover.png') repeat top left;
	color:#DFDFDF;
	display:none;
	left:40%;
	position:absolute;
	top:275px;
	width:450px;
	z-index:9998!important;
}

#cart_block dt {
color:#df4a8d;
width:420px;
}

#cart_block dd {
width:300px;
}

#cart_block .block_content {
padding:2em;
}

#cart_block p#cart-prices {
border-top:1px solid #E8E8E8;
clear:both;
height:4em;
margin-bottom:0.5em;
margin-top:0.5em;
padding-top:0.4em;
}

#cart_block p span {
clear:right;
color:#000000;
float:left;
text-align:right;
}

/* transfert effect*/
.transferProduct { 
border: 0px; background:url('../img/ajout_panier.png'); z-index:9999!important;
width: 144px!important;height:144px!important;
filter:alpha(opacity=90);-moz-opacity:0.9;opacity: 0.9;
}

.paiement_blockcart {
float:left;
margin-bottom:20px;
margin-left:80px;
margin-top:20px;
position:relative;
}


input.button_small, a.button_small, span.button_small {
background-image:url("../img/button-small.gif");
width:60px;
color:#fff !important;
}

input.button_small:hover, a.button_small:hover, span.button_small:hover {
background-image:url("../img/button-small.gif");
width:60px;
color:#000 !important;
}


