/******** Recipe ************/
.recipe1, .recipe2{
	padding-left: 15px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	border-bottom: 1px solid #000;
	color:#000;
}
.recipe1{
	background-image: url(images/recipeBg.gif);
}
.recipe2{
	background-image: url(images/recipeBg2.gif);
}
.imageArea{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom:1px solid #000;
}
.recipeTitle{
	color:#000;
	text-decoration: none;
	font-size: 16pt;
	font-weight: bold;}
.recipeTitle:hover{color:#FFF;}

.ingrTitle{font-style: italic; font-weight: bold;}

.directions{
	padding:10px;
	color:#FFF;
	background-color:#A03013;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

.price{color:#F00;font-weight: bold; font-size: 20pt;}
.deliSize{font-size:10pt;}

.deliMessage{
	font-weight: bold;
	font-style: italic;
}
