#content_wrap {
 	background: #fff;
	padding-top: 10px;
}
.recipe_wrap {
	padding-bottom: 20px;
}
/*********************************************
Search form
*********************************************/
#search {
	position: relative;
	width: 820px;
	border: 1px solid #eee;
	background: #f4f4f4;
	margin-bottom: 10px;
	padding: 5px;
}
#search table {
}
#search table td {
	padding: 0 5px 0 0;
	vertical-align: top;
}
select.types, input.filters, input.submit {
	display: block;
	margin: 0;
	width: 130px;
}
input.keywords {
	display: block;
	margin: 0;
	width: 265px;
}
input.submit {
}
#filters_div {
	position: absolute;
	z-index: 999;
	left: 557px; top: 25px;
	width: 125px;
	height: 150px;
	overflow: auto;
	visibility: hidden;
	background: #eee;
	padding: 5px 5px 0 5px;
	border: 1px solid #999;
	z-index: #999;
}
#filters_div input {
	display: block;
	margin: 0;
}
.result, .result_over {
	float: left;
	width: 140px;
	height: 260px;
	padding: 0 5px;
	border: 1px solid #eee;
	background: #f4f4f4;
	margin: 0 18px 18px 0;
}
.result_over {
	border: 1px solid #ddd;
	cursor: pointer;
}
.results h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 8px 0 5px 0;
}
.results .desc {
	height: 125px;
	overflow: hidden;
}

.results p {
	height: 70px;
	overflow: hidden;
	margin: 0;
	font-size: 12px;
}

.results a {
	display: block;
	font-size: 12px;
	text-align: center;
}

.results a:hover {
	text-decoration: none;
}


.pages {
	font-size: 12px;
	color: #666;
	padding-bottom: 10px;
}

.pages a {
	color: #FF9933;
}

.pages a:hover {
	background: #FF9933;
	color: #fff;
}

/*********************************************
View recipe
*********************************************/
img.recipe_image {
	display: block;
	margin: 5px 0px 0px 0px;
}

table.recipe td {
	vertical-align: top;
	font-size: 13px;
	color: #666;
	padding-right: 5px;
	padding-bottom: 4px;
}

h2 {
	font-size: 15px;
	margin: 0 0 4px 0;
}

h3 {
	color: #666;
	font-weight: bold;
	font-size: 13px;
	margin: 2px 0;
}

p {
	font-size: 13px;
}

.small {
	font-size: 11px;
}

.recipe .ingredients, .recipe .method, table.ingredients, table.method {
	width: 300px;
}

table.ingredients td {
}

table.method td {
	padding-bottom: 8px;
}

table.method .col1 {
	font-weight: bold;
	text-align: right;
}

table.method p {
	margin: 0;
	padding: 0;
}

.skill_on {
	width: 7px;
	height: 9px;
	background: #06A7EE;
}
.skill_off {
	width: 7px;
	height: 9px;
	background: #ccc;
}
.rating_on {
	width: 7px;
	height: 9px;
	background: orange;
}
.rating_off {
	width: 7px;
	height: 9px;
	background: #ccc;
}

table.nutritional {
	border-collapse: collapse;
	margin: 10px 0 20px 0;
}

.nutritional td {
	font-size: 11px !important;
	font-style: italic;
	color: #666;
	padding: 2px;
}

.nutritional .title {
	width: 111px;
	border-top: 1px solid #06A7EE;
	border-bottom: 1px solid #06A7EE;
}

.nutritional .value {
	width: 20px;
	border-top: 1px solid #06A7EE;
	border-bottom: 1px solid #06A7EE;
}

.nutritional h2 {
	font-size: 11px;
	margin: 0;
	font-weight: normal;
}

.orangelink {
	margin: 0;
	padding-top: 5px;
}

#recipeactions {
	width: 584px;
}

#recipeactions input {
	float: right;
	margin-right: 5px;
}

#recipeactions p {
	 margin: 0px;
	 clear: both;
	 text-align: right;
	 font-size: 12px;
	 font-style: italic;
	 padding-right: 5px;
}

.rate_recipe td {
	padding: 0 10px 0 0 !important;
	text-align: center;
	vertical-align: top;
	font-size: 10px !important;
}
.rate_recipe input {
	display: block;
	margin: 0 0 2px 0;
}

.hrule {
	height: 1px;
	background: #06A7EE;
	margin: 12px 0;
}

textarea#Comments {
	padding: 2px;
	font: 13px sans-serif;
	color: #333;
	width: 99%;
	height: 100px;
}