.left { 
	float: left;
	width: 310px;
	margin: 0 5px 0 0;
}

.recipes .image {
	width: 85px;
	height: 82px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 3px 0 0;
}

.recipes .image .overlay {
	display: block;
	position: absolute;
	z-index: 1;
	width: 85px;
	height:82px;
	background: transparent url(../../elements/skin/recipe_overlay.gif) no-repeat left top;
}
	

.recipes .title {
	color: #ba0b12;
	font-size: 13px;
	display: block;
}

.recipes .submitted {
	display: block;
	font-style: italic;
}

.recipes .more {
	color: #586c14;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}


.recipes td { padding: 0 0 10px 0; vertical-align: top; }

.right {
	float: left;
	width: 247px;
	margin: 0 -15px 0 0;
}

.search_ad { margin: 0 -5px 0 0; }
.search {
	width: 241px;
	background: transparent url(../../elements/skin/search_bg.gif) no-repeat left bottom;
	padding: 0 0 55px 0;
	position: relative;
	z-index: 1;
}

.search h4 {
	background: transparent url(../../elements/skin/search_top.gif) no-repeat left top;
	height: 37px;
	text-indent: -9999px;
}

.search .category,
.search .type {
	margin: 15px;
}

.search label {
	color: #da5f00;
	font-weight: bold;
	text-transform: uppercase;
}

.search .type {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #f9cd43;
}

.search .search_submit {
	position: absolute;
	z-index: 1;
	width: 103px;
	height: 23px;
	left: 17px;
	bottom: 18px;
	display: block;
}
