#product_description_table
{
	width: 780px;
	height: 230px;
	margin-top: 5px;
	padding: 0px;
	vertical-align: top;
}

	.product_col_1
	{
		width: 125px;
		padding-right: 6px;		
		margin: 0px;	
		vertical-align: top;
		/*height: 93px;*/
	}
	

	#product_col_2
	{
		width: 274px;
		height: 262px;
		vertical-align: top;
		padding-left: 1px;
	}
	
	
	#product_col_3
	{
		padding-left: 20px;
		width: 362px;		
		vertical-align: top;
	}
	
		/*
		.product_thumbnail
		{
			width: 122px;
			height: 84px;
			border: 2px solid #ececec;
			margin-bottom: 6px;
			text-align:center;
			vertical-align: 50px;	
			margin-top: 0px;	
		}
		*/
		
		.product_thumbnail
		{
			width: 122px;
			height: 91px;
			padding: 0;
			margin: 0;
			border: 2px solid #ececec;
			margin-bottom: 0px;
			text-align:center;
			vertical-align: middle;	
			margin-top: 0px;	
			cursor: pointer;
			margin-bottom: 8px;
		}
		.product_thumbnail:hover
		{
			border: 2px solid #CCC;
		}
		
			.product_thumbnail img
			{
				margin-top: 10px;
			}
		
	#product_main_media
	{
		width: 271px;
		height: 100%;
		border: 2px solid #ececec;
		margin-bottom: 6px;
		text-align:center;
		padding-top: 35px;
		vertical-align: middle;
		cursor: pointer;
	}	
	
	#product_table_bottom_left,
	#product_table_bottom_right
	{
		height: 57px;		
		border: 2px solid #ececec;
	}
	
	
	#product_table_bottom_right	
	{
		width: 271px;
		text-align: center;
		background-color: #f4f4f4;
	}
	
	
	/*******************************/
	/* details de la fiche produit */
	/*******************************/
	.product_tab_off,
	.product_tab_on
	{
		/*
		background-image: url("../images/frontoffice/product_tab_arrow.png");
		background-repeat: no-repeat;
		background-position: right;
		*/
		background-color: #4EC0E5;
		padding: 3px 3px;
		color: #FFF;
		font-size: 9pt;
		font-weight: bold;
		border: 1px solid #3DB0D4;
		margin-right: 4px;
		border-bottom: 0;
		width: 150px;
		width: 140px;
		text-align: center;
	}
	.product_tab_off
	{
		background-image: url("../images/frontoffice/product_tab_off.png");
		background-repeat: repeat-x;
		background-position: top;
	}
	.product_tab_off:hover
	{
		background-color: #3DB0D4;
	}
	
	.product_tab_on
	{
		
		background-image: url("../images/frontoffice/product_tab.png");
		background-repeat: repeat-x;
		background-position: top;
		background-color: #FFF;
		border: 1px solid #AAA;
		color: #3B3B3B;
		border-bottom: 0;
		position: relative;
		top: 1px;
	}
	
	.product_plus
	{
		background-image: url("../images/frontoffice/product_plus.png");
		background-repeat: no-repeat;
		background-position: top left;
		padding: 9px;
		padding-left: 120px;
		padding-bottom: 30px;
		color: #3BBDF4;
		color: #2AACE3;
		font-weight: bold;
		text-align: center;
	}
	
	#product_description_title,
	#product_description_title h1
	{
		color: #3B3B3B;
		padding: 0;
		margin: 0;
		font-size: 22px;	
	}
		
	#product_description_availability
	{
		text-align: center;
		font-size: 8pt;
	}
	
	.product_availability_title
	{
		text-align: center;
		font-size: 8pt;
	}
	.product_availability_picture
	{
		/*padding-left: 46px;*/
		/*border: 1px solid #EEE;*/
		text-align: center;
	}
	.product_availability_picture table
	{
		display: inline;
	}
	
	.product_availability_description1,
	.product_availability_description2,
	.product_availability_description3,
	.product_availability_description4
	{
		text-align: center;
		font-size: 7pt;
		font-weight: normal;
	}
	.product_availability_description1
	{
		color: #090;
	}
	.product_availability_description2
	{
		color: #666;
	}
	.product_availability_description3
	{
		color: #666;
	}
	.product_availability_description4
	{
		color: #666;
	}
	
	#product_description_guarantee
	{
		text-align: center;
		font-size: 8pt;
		color: #59b755;
	}
		
			#product_description_title strong
			{
				text-transform: uppercase;
				font-weight: bold;
			}
		
		#product_description_chapo
		{
			color: #3B3B3B;
			font-size: 8pt;
			text-align: justify;
			line-height: 11pt;
		}
		
		
		#product_description_main
		{
			margin-top: 15px;
			vertical-align: top;
			color: #616161;
		}
		
		#product_description_main td
		{
			
			
		}
		
		
	
		#product_description_price
		{
			font-size: 35px;
			font-weight: bold;
			color: #D00;
			white-space: nowrap;
			text-align: center;
		}
	
		.product_promo
		{
			background-color: #E51010; 
			color: #FFF; 
			font-size: 10pt; 
			font-weight: bold;
			text-decoration: blink; 
			text-align: center;
			padding: 1px;
		}
		.product_promo_price
		{
			background-color: #FFF; 
			border: 1px solid #E51010; 
			color: #E51010; 
			font-size: 9pt; 
			font-weight: bold;
			
			text-align: center;
			padding: 2px 1px;
		}
		
		
		#product_description_sub_price
		{
			font-size: 12px;
			font-weight: bold;
		}
			#product_description_sub_price strong
			{
				font-size: 16px;
			}
			
		#product_description_public_price
		{
			color: #3B3B3B;
			font-size: 8pt;
			
		}	
		
			#product_description_public_price strike
			{
				text-decoration: line-through;
			}
		
		#product_description_economy
		{
			font-weight: bold;
			color: #59b755;		
			font-size: 8pt;		
		}
		
		#product_description_eco_participation
		{
			margin-top: 5px;
			color: #AAA;
			font-weight: bold;
			font-size: 8pt;
		}
		
		#product_description_total
		{
			font-size: 8pt;
			color: #AAA;
		}
		
		
		.product_description_occasion:link,
		.product_description_occasion:hover,
		.product_description_occasion:active,
		.product_description_occasion:visited
		{
			font-size: 8pt;
			color: #090;
			text-decoration: none;
		}	
		.product_description_occasion:hover
		{
			text-decoration: underline;
		}
			/*
			
			#product_description_price_right_col
			{
				padding-left: 15px;
			}
		
		
			#product_description_price
			{
				font-size: 35px;
				font-weight: bold;
				color: #D00;
				white-space: nowrap;
				text-align: center;
			}
		
			.product_promo
			{
				background-color: #E51010; 
				color: #FFF; 
				font-size: 10pt; 
				font-weight: bold;
				text-decoration: blink; 
				text-align: center;
				padding: 1px;
			}
			.product_promo_price
			{
				background-color: #FFF; 
				border: 1px solid #E51010; 
				color: #E51010; 
				font-size: 9pt; 
				font-weight: bold;
				
				text-align: center;
				padding: 2px 1px;
			}
			
			
			#product_description_sub_price
			{
				font-size: 12px;
				font-weight: bold;
			}
				#product_description_sub_price strong
				{
					font-size: 16px;
				}
				
			#product_description_public_price
			{
				color: #616161;
				font-weight: bold;
			}	
			
				#product_description_public_price strike
				{
					text-decoration: line-through;
				}
			
			#product_description_economy
			{
				font-weight: bold;
				color: #59b755;				
			}
			
			#product_description_eco_participation
			{
				font-weight: bold;
			}
			
			#product_description_total
			{
				
			}		
			
			*/
		#product_description_rating_table
		{
			margin-top: 15px;
			position:relative;
			color: #616161;
		}	
		
			#product_description_rating_container
			{
				display: inline;
				width: 250px;
			}			
			
			
			#product_description_add_com
			{
				display: inline;
			}
			
		#product_description_add_caddie
		{
			margin-top: 15px;
			width: 100%;
			text-align: center;
		}	
		
	/************************/
	/* Onglets + pack promo */

.product_details_container
{	
	width: 762px;
	padding: 0px;
	margin-top: 18px;
	margin-left: 0px;
	text-align: left;
}	

	.product_details_container ul
	{
		padding: 0px;
		margin: 0px;
		margin-left: 7px;
	}
	

	.product_tab
	{
		padding-right: 5px;		
		display: inline;
	}
	
	.product_tab span
	{
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 5px;
		padding-right: 5px;
		background-color: #a7a7a7;
		color: #ffffff;
		font-family: Arial;
		font-size: 14px;
	 	z-index: 1;
	}
	
	.product_detail_title,
	.product_detail_title_top
	{
		padding-left: 3px;
		margin-top: 3px;
	 	width: 762px;
	 	height: 18px;
	 	background-image: url("../images/frontoffice/product_detail_header.png");
	 	background-repeat: no-repeat;
	 	color: #ffffff;
	 	padding-top: 2px;
	 	padding-bottom: 5px;
	 	font-size: 24px;
	 	z-index: 2;
	}
	
	.product_detail_background
	{
	 	background-image: url("../images/frontoffice/product_detail_background.png");
	 	background-repeat: repeat-y;
	 	padding-left: 3px;
	 	padding-right: 3px;
	}
	
	.product_detail_footer
	{
	 	background-image: url("../images/frontoffice/product_detail_footer.png");
	 	background-repeat: no-repeat;
	 	width: 762px;
	 	height: 10px;
	}
	
	.product_zoom_expedition
	{
		display: block;
		position: absolute;
		right: 0;
	}
		/***********************/
		/* 		 Packs		   */
		/***********************/
	
		.product_packs,
		.product_packs_first
		{
			width: 100%;
			padding: 0px;
			border-top: 1px solid #DDD;
		}
		.product_packs_first
		{
			border: 0;
		}
		
		.product_packs_first td,
		.product_packs td
		{
			padding: 5px;
			color: #000;
			font-size: 9pt;
			text-align: center;
		}
		
		#product_pack_price
		{
			text-align: right;
			font-size: 14pt;
			font-weight: bold;
			color: #E51010;
		}
		.product_pack_price_bloc
		{
			margin-top: 30px;
		}
		.pack_free_label
		{
			position: absolute;
		}
		.pack_free
		{
			border: 1px solid #0A0;
			background-color: #0C0;
			color: #FFF;
			font-weight: bold;
			padding: 2px;
			font-size: 8pt;
		}
		
		.product_pack_link:link,
		.product_pack_link:hover,
		.product_pack_link:active,
		.product_pack_link:visited
		{
			display: block;
			text-align: right;
			font-size: 8pt;
			margin-top: 10px;
		}
		
		#product_pack_economy,
		#product_pack_ecotax,
		#product_pack_add_to_caddie
		{
			color: #59b755;
			text-align: right;
		}
		#product_pack_ecotax
		{
			color: #AAA;
			font-size: 8pt;
			margin-bottom: 10px;
		}
		
		
		/************************/
		/*   Fiche technique	*/
		/************************/
		
		#product_detail_tech
		{
			padding: 1px;
			padding-top: 20px;
			padding-bottom: 0;
		}
		
		#product_detail_tech table
		{
			width: 758px;
		}
		
		#product_detail_tech .product_technical_title
		{
			color: #3B3B3B;
			font-siz: 12pt;
			font-weight: bold;
			padding: 5px 20px;
		}
		
		#product_detail_tech .product_technical_description
		{
			color: #3B3B3B;
			font-size: 9pt;
			padding: 5px 20px 10px 20px;
		}
		
		#product_detail_tech td
		{
			padding: 4px 10px;
			color: #3d3d3d;
			border-top: 1px solid #DDD;
			border-right: 1px solid #FFF;
		}
		
		
		#product_detail_tech p
		{
			display: block;
			padding: 0;
			margin: 5px 0;
		}
		#product_detail_tech p b
		{
			display: block;
			padding: 0;
			margin: 20px 0 0 0;
		}
		
		.product_detail_name
		{
			font-size: 12pt;
		}
		.product_detail_description
		{
			text-justify: justify;
		}
		
		.product_detail_pair
		{
			background-color: transparent;
		}
		
		.product_detail_impair
		{
			background-color: #f1f1f1;
		}
		
		
		/***********************/
		/* Commentaires client */
		/***********************/
		
		#product_detail_comment
		{
			padding-top: 15px;
			padding-bottom: 15px;
			padding-left: 15px;
		}
		
		
		#product_detail_comment *
		{
			color: #3d3d3d;
		}
		
		.product_comment_date
		{
			font-style: italic;
		}
		
		.product_comment_link
		{
			font-size: 11px;
		}
		
		.product_comment_link strong
		{
			text-decoration: underline;
			font-weight: normal;
		}
		
		.product_comment_header
		{
			padding-bottom: 5px;
		}
		
		.product_comment_text
		{
			padding-top: 3px;
			padding-bottom: 10px;
			width: 745px;
		}
		
		.product_comment_separator
		{	
			margin-left: auto;
			margin-right: auto;
			width: 700px;
			height: 3px;
			border-top: 1px dashed #3d3d3d;
			padding-bottom: 15px; 
		}
		
		/***********************/
		/*  meme gamme de prix */
		/***********************/
		
		#product_detail_gamme
		{
			padding-top: 15px;
		}
		
		
		#product_detail_gamme *
		{
			color: #3d3d3d;
		}
		
		#product_detail_gamme table
		{
			margin-left: auto;
			margin-right: auto;
			width: 750px;
		}
		
			.product_gamme_name
			{
				font-weight: bold;
			}
			
.product_infobloctop
{
	background-image: url("../images/frontoffice/product_bloctop.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 5px;
	width: 759px;
}		

.product_infobloc_tab,
.product_infobloc
{
	border: 1px solid #e5e5e5;
	border: 1px solid #AAA;
	margin-bottom: 60px;
	padding: 25px 0;
}
.product_infobloc
{
	border-top: 0;
}

.product_infobloc_tab
{
	padding: 10px 0;
}



/***********************************
 * Product > Zoom > Comments
 ***********************************/
.product_zoom_comments .comments_whowhen 
{
	font-size: 8pt;
	color: #EC6701;
	color: #666;
}
.product_zoom_comments .comments_rating
{
	font-size: 8pt;
	color: #666;
}
.product_zoom_comments .comments_rating td
{
	font-size: 8pt;
}
.product_zoom_comments .comments_text
{
	border-top: 1px solid #DDD;
	/*border: 1px solid #EEE;*/
	background-color: #FAFAFA;
	padding: 5px;
}
.product_zoom_comments .comments_bloc
{
	border: 0px solid #DDD;
	margin-top: 5px;
	margin-bottom: 30px;
	padding: 1px;
}
