/* Panier
/* -------------------------------------------------------------- */
#OSC_panier {
	text-align:center;
	position:relative;
	background-color: #F1EFF0;
	margin-right: 3px;
}

#OSC_panier form {
	clear:both;
}

#OSC_article {
	position:relative;
	clear:both;
	background-color: #F1EFF0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:3px;
	/*height:70px;*/	
}

#OSC_products_image {
	float:left;	
	margin-right:5px;
	display:block;
}
#panier #addcart {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	width:170px;
height:20px;
}
#panier #addcart a {
color:#FFFFFF;
    font-family:  "Trebuchet MS", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color:#FF3366;
width:170px;
height:20px;
text-decoration:none;
font-weight:bold;
text-transform:uppercase;



}
#panier #addcart a:hover {
	background-color:#BBB1B1;

}
#infos_produit {
	width:100%;
	margin-bottom:3px;
	display:block;
	position:relative;
	text-align:left;
	clear:both;
	height:70px;
}
#infos_produit #OSC_products_quantity {
	float:left;
}
#OSC_products_price_ttc {
	font-size:10px;
	margin-top:0px;
	/*width:175px;
	position:absolute;
	left:75px;
	top:25px;*/
}

#OSC_products_delete {
	font-size:9px;
	width:100px;
	margin-top: 10px;
	float: right;
	text-align: right;
	/*height:15px;
	position:absolute;
	right:-30px;
	bottom:3px;*/
}
#OSC_products_delete input {
	font-size:9px;
	width:15px;
	height:15px;

}
#OSC_products_name {
	width:169px;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:none;
	margin-bottom:3px;
	
	text-align:left;
	margin-left:5px;
    float:left;
	color:#666666;
	height: auto !important;
	min-height: 14px;
	height: 14px;	
	border-bottom:1px dashed #999999;
}
#OSC_products_name a {

	text-transform:uppercase;
	text-decoration:none;

}
#OSC_products_quantity input {
	width:15px;
	margin-right:2px;float:left;
}
#OSC_total_ttc {
background-image: url(/images/interface/sepParagraphe.jpg);
	background-repeat: no-repeat;
	background-position: center top ;
	margin:10px;
	padding-top:5px;
}

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