/* Panier
/* -------------------------------------------------------------- */
#OSC_panier {
	text-align:center;
	position:relative;
	min-height:30px;
	height:auto !important;
	height:30px;
	background: url(/images/interface/OSC_panier.png) top center no-repeat ;
	padding-top:125px;
	margin-top:-25px;
}

#OSC_panier form {
	clear:both;
}

#OSC_article {
	position:relative;
	clear:both;

	padding-top: 2px;
	padding-right: 5px; 
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:3px;
	color:#990000;
}

#OSC_article img {
	float:left;	
	margin-right:5px;
	display:block;
}
#panier #addcart {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#infos_produit {
	margin-bottom:3px;
	padding-left:4px;
	display:block;
	position:relative;
	text-align:left;
	clear:both;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#infos_produit #OSC_products_quantity {
	float:left;
}
#OSC_products_price_ttc {
	font-size:10px;
	margin-top:10px;
	width:180px;
}

#OSC_products_delete {
	font-size:9px;
	width:80px;
	position:absolute;
	right:0px;
	bottom:-10px;
}
#OSC_products_name {
	width:170px;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	margin-left:5px;
	padding-top:3px;
	float:left;
	height: auto !important;
	min-height: 25px;
	height: 25px;	
}
#OSC_products_quantity input {
	width:15px;
	margin-right:2px;float:left;
}
#OSC_total_ttc {
	margin:10px;
}

/* Prix promotionnel */
#OSC_barre {
	text-decoration: line-through;
	display:inline;
}