
.product_list {
	color: #000000;
	width: 95%;	
	margin-bottom: 15px;
}

.product_list_img {
	text-align: center;	
}

.product_list_img img{
	border: 1px solid #000000;
}

.product_list_detail {
	padding-left: 10px;
	font-size: 12px;	
}

.product_list_detail a {
	color: #000000;
	text-decoration: none;	
	font-weight: none;
	font-size: 12px;
}

.product_list_detail a:hover {
	text-decoration: underline;	
}

.product_price {
	font-size: 24px;
	/* font-weight: bold; */	
	color: #CD0A0A;
	vertical-align: bottom;	
	min-height: 28px;
}

.product_no_product {
	font-size: 12px;
	/* font-weight: bold; */	
	color: #CD0A0A;
	vertical-align: bottom;
}

.product_title {
	font-weight: bold;
	font-size: 24px;		
}

.product_ref {
	font-weight: bold;
	font-size: 14px;
	color: #910D0D;		
}

.product_title a, .product_title a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 14px;	
}


.product_image img{
	border: 1px solid #000000;
}

.product_detail_table {
	margin-top: 10px;
	width: 98%;
	font-size: 12px;	
	margin-bottom: 15px;
}

.product_detail {
	color: #000000;
	padding-left: 10px;
	font-size: 12px;	
}

.product_separator{
	width: 100%;
	border-bottom: 1px dashed #CEC4C7;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*------- PICTO -------*/

.div_product_picto {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	height: 100%;	
}

.picto_table {
	width: 100%;
	padding: 4px;
	cursor : pointer;
}

.picto_text {
	vertical-align: top;
	text-align: left;	
	padding-left: 2px;
	color: #000000;
}

.picto_img, .nopic {
	border: 1px solid #ccc;	
}

.picto_price {	
	color: #CD0A0A;
	font-size: 14px;
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;	
}

.product_old_price {
	color: #B2B2B2;	
	text-decoration: line-through;
	text-align: right;
}

.product_offer_price {	
	font-weight: bold;	
	color: #CD0A0A;
	font-size: 14px;
	text-align: right;
	vertical-align: bottom;
}

/*------- PICTO MEDIUM -------*/

.picto_medium_table {
	width: 100%;
	padding: 1px;
	padding-top: 5px;
}

.picto_medium_text {
	vertical-align: top;	
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;	
	font-weight: normal;
}

.picto_medium_text a {
	color: #000000;
	text-decoration: none;	
	font-weight: none;
	font-size: 12px;
}

.picto_medium_text a:hover {
	text-decoration: underline;	
}

.picto_medium_img {
			
}

.picto_medium_price {
	padding-left: 8px;
	padding-right: 8px;
	color: #CE0000;
	vertical-align: bottom;
	font-weight: bold;
}

/*------- PRODUCT HOME -------*/

.nomenclatureTitle a{
	font-weight: bold;
	font-size: 14px;
	color: #910D0D;	
	/*line-height: 24px;*/
	text-transform: uppercase;
}

.productHomeTable {
	background-color: #D0D0CF;	
}

.productHomeImg {
	border: 1px solid #A72A00;	
}

/*------ STOCK -----------*/

.product_out_of_stock {
	font-size: 12px;		
	color: #CD0A0A;
	vertical-align: bottom;
	/* color: #CE0000; */
}

.product_stock_available {
	font-size: 12px;		
	color: #CD0A0A;	
	vertical-align: bottom;
}

