/**********************/
/**  VOTRE SOMMELIER **/
/**     PRODUCT      **/
/**********************/
#product_main_data {
	float:					left;
	width:					260px;
}

#product_name {
	float:					left;
	width:					260px;
	line-height:			1.1em;
	font-size:				15px;
	font-weight:			bold;
	text-transform:			uppercase;
	margin-top:				3px;
}	

#product_name a{
	color:					#000;
	text-decoration:		none;
}	

#product_year {
	float:					left;
	width:					260px;
	line-height:			1.1em;
	font-size:				15px;
	color:					#9F7742;
	text-transform:			uppercase;
	margin-top:				1px;
}

#product_origins {
	float:					left;
	width:					260px;
	font-size:				11px;
	margin:					1px 0 12px 0;
}

#product_origins a {
	color:					#959595;
	text-decoration:		underline;
}

#product_origins a:hover {
	text-decoration:		none;
}

#product_other_data {
	float:					left;
	width:					260px;
	font-size:				11px;
	line-height:			1.3em;
}

#product_other_data img {
	vertical-align:			middle;
}

#product_other_data a {
	color:					#000000;
	text-decoration:		underline;
}

#product_other_data a:hover {
	text-decoration:		none;
}

#product_other_data a.golden_link {
	color:					#9F7742;
	text-decoration:		underline;
}

#product_other_data a.golden_link:hover {
	color:					#9F7742;
	text-decoration:		none;
}

#product_column_photo {
	float:					left;
	width:					140px;
	margin-top:				20px;
}

#product_photo {
	float:					left;
	width:					140px;
	height:					300px;
	text-align:				center;
	border-bottom:			1px solid #ECE4D9;
}

/** popup zoom **/
#zoom_product {
	position: 				absolute;	
	top:					0;
	left:					0;
}

#zoom_product_opacity {
	position: 				absolute;
	top:					0;
	left:					0;
	height:					0;
  	background-color: 		#FFFFFF;
  	filter:           		alpha(opacity=60);
  	opacity:          		0.60;
  	-moz-opacity:     		0.60;
	z-index:				10;
}

#zoom_product_photo {	
	position:				absolute;
	top:					50%;
	left:					50%;
	width:					500px;
	text-align:				center;
	margin:					-250px 0 0 -250px;
	padding:				10px;
	background-color:		#FFFFFF;
	border:					2px solid #9F7742;
	z-index:				11;
}

#product_coup_de_coeur {
	float:					left;
	width:					140px;
	height:					90px;
	margin-top:				5px;
}

#product_actions {
	float:					left;
	width:					140px;
	color:					#7C103C;
	font-size:				11px;
}

#product_actions input {
	vertical-align:			middle;
	width:					13px;
	height:					13px;
	margin:					0 0 3px 0;
	padding:				0;
}

#product_links {
	float:					left;
	width:					140px;
	font-size:				11px;
	line-height:			1.3em;
	margin-top:				4px;
	padding-bottom:          10px;
}

#product_links a {
	color:					#7C103C;
	text-decoration:		none;
}

#product_links a:hover {
	text-decoration:		underline;
}

#product_links a.red_link {
	color:					#B70618;
	text-decoration:		none;
}

#product_links a.red_link:hover {
	text-decoration:		underline;
}


ul.product-pricing {
	list-style-type:		none;
	background-color:		#E2D6C6;
	border:					1px solid #C5AD8D;
	padding:				3px;
	margin:					0 0 5px 0;
}

.old-price .price {
	text-decoration:		line-through;
}

.special-price .price {
	color:					#B70618 !important;
}

#availability {
    float:                  left;
    clear:                  both;
    color:                  #7c103c;
    margin-top:             8px;
    font-weight:            bold;
    width:                  260px;
}