#productdetail {		
	padding:0px 10px 0px 10px;
	margin-bottom:20px;
	/*position:relative;*/
}

#productdetail .image {	
	float:left; 	
	padding-top:35px; 		
}

#productdetail .image img {	
	width:290px;
	height:290px;
}
	
#productdetail .productinfo {
	float:right; 
	width:366px;	
	margin-top:10px;			
}
	
#productdetail .calloutmsg {
	color:red;
	font-style:italic;
	margin:5px 0;
}

/* DESCRIPTION */
#productdetail .label {
	font-weight:bold;
	color:#550384;	
	margin-bottom:2px;
}

#productdetail .description {
	margin-bottom:4px;
	color:#000000;
}

/* PRODUCT NAME/HEADER */	
#productdetail h2 {		
	color:#000;
	font-weight:bold;		
	font-size:24px;	
	text-transform:lowercase;	
	margin:0;
	display:inline;
}

#productdetail h3 {		
	color:#000;
	font-weight:bold;		
	font-size:14px;	
	text-transform:lowercase;	
	margin:0;
	display:inline;
}
	
#productdetail .scent {		
	font-weight:normal;
	color:#4f2e8e;
	font-size:15px;
	margin:2px 0 6px 0;
}
	
/* INGREDIENTS */
#productdetail .ingredients {
	margin-top:10px;

}
	
#productdetail .ingredients-container {		

				
}		
	
#productdetail .ingredients-container .copy {
	color:#000;
	font-weight:normal;
	line-height:17px;
}
	
#productdetail .ingredients-container .footer {

}		

/* PRICE */
#productdetail .price {	
	background:url(../../images/interface/2012/products/price.gif) no-repeat;	
	color:white;
	padding-top:26px;
	margin:8px 0;
	position:relative;
	top:15px;
	font-size:14px;
	width:71px;
	height:70px;
	float:right;
	font-weight:bold;
	text-align:center;
}
	
/* FOOTER (SIZE/SKU) */	
#productdetail .infofooter {
	float:left; 
	width:74px;
	font-size:11px;
	/*
	width:260px; 
	text-align:right; 
	padding:5px 20px 0 0;
	*/
	text-align:right; 
}
	
#productdetail .sku, #productdetail .size {		
	color:##000;		
	font-size:11px;	
	
	
}

#productdetail .sizeDetail {
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
	float:right;
}

/* ADD TO CART FORM */	
#productdetail .buyform {
	float:right;	
}
	

/* ICONS */
#productdetail .icons  {
	float:left; 
	width:75px;	
	/*
	
	position:absolute;	 
	*/
	/* don't take up space in the layout */
	
}

.icon {margin-bottom:3px;}

#productdetail #frmProductDetail {
	float:right;	
}
#productdetail .special {
	text-align:right;
	margin:10px 0;
}
	
#productdetail .groundshiponly {
	text-align:right;
}


