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

.product_list_img {
	text-align: center;	
}

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

.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: #CD0A0A;		
}

.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 #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

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

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

.picto_img {
	border: 1px solid #FFFFFF;	
}

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

.product_old_price {
	color: #CEC4C7;	
	text-decoration: line-through;
}

.product_offer_price {	
	color: #CD0A0A;
}


/*------- 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 {
	border: 1px solid #FFFFFF;
			
}

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

/*------ -----------*/

.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;
}
