div#recipeHighlights {
	height: 164px;
	margin-bottom: 25px;
}

	div#recipeHighlights div.recipeImg {
		position: absolute;
		z-index: 1;
		margin-top: 1px;
		margin-left: 1px;
		opacity: 0;
	}
	
		div#recipeHighlights div.recipeNameContainer {
			position: absolute; 
			width: 488px;
			height: 162px; 
			background-color: #ffffff;
		}
		
		div#recipeHighlights a.recipeName {
			z-index: 4;
			display: block;
			position: absolute;
			width: 156px;
			height: 30px;
			margin-left: 322px;
			padding: 5px;
			color: #000000;
			line-height: 1.3em;
			cursor: pointer;
			text-decoration: none;
		}
		
		div#recipeHighlights div.nameHighlight {
			height: 40px;
			width: 174px;
			position: absolute;
			margin-top: 1px;
			z-index: 3;
			margin-left: 314px;
			background: url(/images/bg_recipe_highlight.jpg) repeat-x;
		}
		
		div#recipeHighlights a.recipeName.active {
			color: #ffffff;
		}

div.recipe {
	height: 96px;
	padding-bottom: 12px;
	border-bottom: 1px solid #847d78;
	margin-bottom: 12px;
}

div.recipe h3 {
	color: #73062e;
}

div.recipe div.photo {
	float: left;
	margin-right: 15px;
}

div.recipe div.photo img {
	border: 2px solid white;
}

div.recipe div.rating {
	float: right;
}

div.searchRecipe input.inputSearch {
	width: 130px;
}