.recipe-search-form {
	width: 195px;
	float: left;
	line-height: 1.5em;
}
.recipe-search-content {
	float: right;
	width: 700px;
}
.recipe-search-form dl {
	margin: 0;
}
.recipe-search-form dt {
	color: #5b040b;
}
.recipe-search-form dd {
	margin: 0;
}
.recipe-search-form h2 {
	float: left;
	width: 185px;
	background: #b70712 url('../images/recipe/header-red.jpg');
	line-height: 36px;
	color: white;
	padding-left: 10px;
}
.recipe-search-form form {
	float: left;
	background: #eee5ba url('../images/recipe/search-form-bottom.jpg') no-repeat bottom center;
	padding: 10px 10px 0 10px;
}

/* hide label fields for buttons */
.recipe-search-form #search-label,
.recipe-search-form #ok-label,
.recipe-search-form #numPortionsGroup-label,
.recipe-search-form #showMyRecipes-label {
	display: none;
}

/* center buttons */
.recipe-search-form #search-element,
.recipe-search-form #showMyRecipes-element {
	text-align: center;
}
.recipe-search-form #numPortions-element {
	float: left;
	width: 75%;
}
.recipe-search-form #numPortions-element input {
	width: 120px;
}
.recipe-search-form #ok-element {
	width: 25%;
	float: right;
	text-align: right;
}
.recipe-search-form input[type=submit] {
	color: white;
	background: #b70712;
	
	margin: 10px 0;
	border: 1px solid #c8a800;
	padding: 3px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.recipe-search-form input[type=text],
.recipe-search-form select {
	display: block;
	width: 167px;
	margin: 10px 0;
	border: 1px solid #c8a800;
	padding: 3px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.recipe-search-form select {
	width: 175px;
}
/* white lines */
.recipe-search-form #search-element,
.recipe-search-form #showMyRecipes-element,
.recipe-search-form #numPortionsGroup-element {
	border-top: 1px solid white;
	margin: 0 -10px;
	padding: 5px 10px;
}

.recipe-results {
	margin-right: -50px;
}
.recipe-results .recipe {
	float: left;
	margin: 0 50px 50px 0;
	width: 195px;
}
.recipe-results .recipe h2 {
	background: #b70712 url('../images/recipe/header-red-tall.jpg');
	color: white;
	padding: 0 3px;
	width: 189px;
	font-size: 1.1em;
	height: 46px;
	overflow: hidden;
}
.recipe-results .recipe span {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	height: 46px;
	overflow: hidden;
}
.recipe-results .recipe-footer {
	padding: 0 5px;
	background: #eee5ba url('../images/recipe/item-bottom.jpg') no-repeat;
	height: 20px;
	line-height: 20px;
	text-align: right;
}
.recipe-results .recipe-footer a {
	color: #760610;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}


.product-menu {
	width: 195px;
	float: left;
	line-height: 1.5em;
}
.product-content {
	float: right;
	width: 700px;
}