/* Page de résultat
/* -------------------------------------------------------------- */
#blocProduit {
	width: 294px;
	margin-right: 10px;
	height: 150px;
	padding: 6px;
	border: 1px solid #ABABAB;
	margin-bottom: 8px;
	float: left;
	font-size: 11px;
	position:relative;
	text-align:center;
	background-color: #DEDEE0;
}
#blocProduit #photo {
	float:left;
	margin-right:10px;
	height:120px;
}
#blocProduit .titre {
	text-align:left;
	font-weight: bold;
	height:30px;
	font-size: 12px;
	margin-bottom:15px;
}
#blocProduit .description {
	text-align:left;
}
#blocProduit .img {
	text-align:center;
	font-weight: bold;
	border: 1px solid #333;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left:5px;
	display:block;
}
#blocProduit #infos .label,
#detailProduit #infos .label {
	font-weight: bold;
	font-size:11px;
}
#actions {
	position:absolute;
	bottom:10px;
	left:100px;
	width:280px;
	text-align:center;
}
#blocProduit #detail {
	text-align:center;
	width: 123px;
	float: left;
	margin-right:15px;
}
#blocProduit #ajout {
	text-align:center;
	width: 100px;
	float: left;
}
#detailProduit .prix {
	font-size: 12px;
	color: #990000;
	height: 30px;
	background-position: center;
	padding-top: 10px;
}

.barre {
	text-decoration: line-through;	
}
.nouveauPrix {
	font-weight: bold;		
}

/* Page détail */

#nomProduit {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 15px;
	
}

#detailProduit {
	position:relative;
	padding: 6px;
	border: 1px solid #ABABAB;
	background-color: #DEDEE0;
}
#detailProduit #btnRetour {
	position:absolute;
	top:-25px;
	right:30px;
	color:#B41C35;
}
#detailProduit #photos {
	width: 240px;
	margin-right: 5px;
	padding: 5px;
	border: 1px dashed #CBC7C9;
	float:left;
}
#detailProduit #photos img {
	border: 1px solid #333;
}

#detailProduit #photos #photo {
	width:330px;
	float:left;
}
#detailProduit #photos #photo1,
#detailProduit #photos #photo2,
#detailProduit #photos #photo3,
#detailProduit #photos #photo4,
#detailProduit #photos #photo5,
#detailProduit #photos #photo6 {
	width:120px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}
#detailProduit #infos {
	width: 665px;
	float:left;
	margin-top:13px;
}
#detailProduit #infos #bloc {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #81A7E8;	
}
#detailProduit #productsDescription {
	margin-bottom: 10px;
	border: 1px dashed #CBC7C9;
	padding: 8px;
	background-color: #FFF;
	float:left;
	width:390px;
}
#detailProduit #infos ul {
	margin-left: 5px;
}
#detailProduit #infos li {
	margin-bottom: 5px;
}
#detailProduit #infos span.barre {
	text-decoration: line-through;	
}
#detailProduit #infos span.prix {
	color: #B41C35;
}
#ariane {
padding:8px;
}


/* Panier
/* -------------------------------------------------------------- */
#OSC_panier {
	text-align:center;
	position:relative;
	/*background-color: #FFF;*/
	background-image: url(/images/interface/basNavCatalogue.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:15px;
}

#OSC_article {
	position:relative;
	clear:both;
	width:230px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left:17px;
	margin-right:3px;
	background-color:#fff;
	margin-bottom: 3px;
	border: 1px solid #D1D1D3;
}

#OSC_article img {
	float:left;	
	margin-right:5px;
	display:block;
}
#panier #addcart {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#infos_produit {
	width:100%;
	margin-bottom:3px;
	display:block;
	position:relative;
	text-align:left;
}
#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:0px;
}
#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;
}