/******** Recipe ************/
.recipe1, .recipe2{ /* entire area */
	font-family: “Trebuchet MS”,Trebuchet,Verdana,Sans-Serif;
	padding-left: 15px;
	border-bottom: 1px solid #003300;
	color:#000;
}
.recipe2{background-image:url('images/recBg.gif');background-repeat:repeat-x;}
.imageArea{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom:1px solid #000;
}

.recipeTitle{
	color:#996633;
	text-decoration: none;
	font-size: 16pt;
	font-weight: bold;}
.recipeTitle:hover{text-decoration: underline;}

.ingrTitle{font-style: italic; font-weight: bold;}

.directions{
	padding:10px;
	color:#fff;
	background-color:#36302A;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;	
}
.directions p {color:#fff;}
.directions a,.directions a:visited{color:#1c614d;}

.price{color:#F00;font-weight: bold; font-size: 20pt;}
.deliSize{font-size:10pt;}

.deliMessage{
	font-weight: bold;
	font-style: italic;
}
.serves{color:#000;}
/******** Recipe SEARCH AREA ************/
#RecipeSearch{float:right;color:#000; width:200px;background-color: #f5f5f5; text-align:left;border:1px solid #333;padding:5px;}
#RecipeSearch .recipeSearchTitle{
	color:#333333;
	font-size: 20pt;
}
#RecipeSearch select {width:190px;}
#RecipeSearch option {color:#003F76;}
#RecipeSearch a {margin:auto;margin-bottom:7px;}
#keyword{color:#003F76; font-size:14pt;}
#RecipeSearch select, #keyword {margin-bottom:7px;}
#NoRecipeResults{
	margin:auto;width:100%;padding:10px;text-align:center; color:#000;
	background-color: #CB6E12;
	border:1px solid red;
}

/******** ADDED 11-11 ************/
#recImg {
	float:right;
	margin-top:15px;
	margin-left:10px;
	width:420px;
	height:300px;
	background-image:url('images/recImgBg.gif');
	background-repeat:no-repeat;
}
.recImgThumb {
	float:left;
	margin-right:10px;
	width:150px;
	height:108px;
	background-image:url('images/recImgBg_sm.gif');
	background-repeat:no-repeat;
}
.recCategory {
	float:left;
	margin:5px;
	width:217px;
	height:155px;
	background-image:url('images/recCategoryBg.gif');
	background-repeat:no-repeat;
	background-color:#ddd;
	text-align:center;
	line-height:16px;
}
.recCategory a{
	display:block;
	text-decoration:none;
}
#recImg img, .recImgThumb img, .recCategory img {
	border:none;
	position:relative;
	width:400px;
	height:280px;
	padding:10px
}
.recImgThumb img {
	width:140px;
	height:98px;
	padding:5px;
}
.recCategory img {
	width:207px;
	height:124px;
	padding:5px;
}
