/* Page Specific : Product Detail Sub 1 */
#productInfoContainer {
	display: block;
	padding: 0 45px 25px 55px;
	}
	
#productInfoContainer h1 { padding-left: 0; }
#productInfoContainer p { padding-left: 0; }

#productCan {
	clear: none;
	margin: 0;
	padding: 0;
	width: 150px;
	float: right;
	}
	
#productCan img { margin-bottom: 10px; }
	
#productCan ul {
	margin: 0 10px 10px 22px;
	padding: 0;
	}
	
#productCan ul li {
	font-size: 11px; line-height: 14px;
	padding-bottom: 0;
	margin: 0;
	font-style: italic;
	}
		
#productDetail {
	margin-top: 0;
	padding: 0;
	}
	
#productDetail h3 {
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: bold;
	color: #000;
	}
	
#featuredApplication {
	padding: 0;
	margin: 0;
	width: 400px;
	}
	
#featuredAppTitle {
	width: 200px;
	float: left;
	}
	
#featuredAppImage {
	padding: 0;
	margin: 0 0 4px 0;
	}
	
#featuredAppImage img {
	border: 1px solid #ccc;
	}
	
#featuredAppTitle p.also {
	padding-bottom: 3px;
	padding-top: 5px;
	}
	
#featuredAppTitle ul {
	list-style: none;
	margin: 0; padding: 0;
	}
	
#featuredAppTitle ul li {
	padding-bottom: 3px;
	}
	
#featuredAppProfit {
	padding: 0; margin: 0 5px 0 0;
	float: right;
	width: 170px;
	}
	
#featuredAppProfit #recipeTable {
	margin-top: 2px;
	margin-bottom: 15px;
	}
	
#featuredAppProfit #recipeTable td {
	padding-right: 10px;
	}
	
#featuredAppProfit #recipeTable td.profitSpace {
	height: 13px;
	}
	
#featuredProdSpecs {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	}
	
#featuredProdSpecs h3 {
	padding-top: 9px;
	}
	
#featuredProdSpecs .productSpecTable  {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 320px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
	
#featuredProdSpecs .productSpecTable tr td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	}
	
p.productServing {
	width: 320px;
	padding: 0 0 8px 0;
	}
	
p a.sample {
	font-weight: bold;
	background: url("link_arrow.gif") no-repeat center right;
	padding-right: 8px;
	}
	
p a.sample:hover {
	text-decoration: none;
	}
	
/** 
 * nutrition.css
 * The following code formats a table for a nutrition label. Feel free to use it as you wish.
 * Crediting the author is always appreciated.
 * Jonathon Eric Cihlar, January 2007
 */

/**
 * Define the table to be of the class "nutrition"
 */
table.nutrition {
	width : 275px;
	margin-top : 11px;
	margin-bottom: 10px;
	margin-left : 0;
	margin-right : 20px;
	border : 1px solid black;
	border-collapse : collapse;
	table-layout : auto;
	width : 215px;
	float: right;
}

/**
 * Format the caption at the top of the table
 */
.nutrition caption {
	font-family : Arial;
	font-size : small;
	font-style: italic;
	display: none;
}

/** 
 * Format the tr ids 
 */
.nutrition tr#calories td {
	border-bottom : 4px solid black;
}

.nutrition tr#calories td.c1 {
	text-align: right;
	padding-right: 5px;
}

.nutrition tr#servings td {
	border-bottom : 6px solid black;	
}

.nutrition tr#minerals td {
	border-top : 4px solid black;
}

 /**
  * Format the header, which is basically the text "Nutrition Facts"
  */
.nutrition th {
	background-color : transparent;
	padding : 3px;
	border : 0;
	font-family : Arial;
	font-size : large;
	font-weight : bolder;
}	

 /**
  * Define the baseline style for cells
  */
.nutrition td {
	padding : 3px;
			
	font-family : Arial;
	font-size : x-small;
	border : 0;
	border-bottom : 1px solid black;
	
	text-align : left;
}

 /**
  * Define the cell for Daily Values
  */
.nutrition td.dv {
	font-weight : bold;
	text-align : right;
}

 /**
  * Set an indent for subordinate nutrients
  */
.nutrition td.sub {
	text-indent : 10px;
}

 /**
  * Set the style of the disclaimer text
  */
.nutrition td.disclaimer {
	font-size : xx-small;
}

 /**
  * Use the strong tag to set emphasis on particular text
  */
.nutrition strong {
	font-weight : x-bolder;
}
