/* Page Specific : Recipe Detail Sub 3 */
#recipeDec #recipeImage img {
	float: left;
	margin-right: 19px;
	}
	
#recipeDec p { padding-right: 0; }
#recipeDetail {
	font-size: 12px;
	padding: 0;
	}
	
	#recipeDetail h2 {
		font-size: 12px;
		padding: 0 0 5px 0;
		margin: 0;
		font-weight: bold;
		color: #790003;
		}
	
	#recipeDetail h3 {
		font-size: 12px;
		padding: 0 0 5px 0;
		margin: 0;
		font-weight: bold;
		color: #000;
		}
		
	#recipeDetail p {
		padding-left: 0;
		font-size: 11px; line-height: 15px;
		}
		
.recipeTableTable  {
	margin: 0;
	width: 320px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
	
.recipeTableTable tr td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	}
	
#recipeCalculator h4 {
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: bold;
	color: #000;
	}
	
#grossProfit {
	padding: 0; margin: 0;
	float: none;
	width: 168px;#660000
	}
	
#grossProfit h3 {
	color: #660000;
	}
	
#grossProfit #recipeTable td {
	padding-right: 10px;
	}
	
#grossProfit #recipeTable td.alt {
	border-bottom: 1px solid #000;
	}
	
#grossProfit #recipeTable td.profitSpace {
	height: 13px;
	}
			
