/************************************************************
* RECIPES CSS												*
************************************************************/

div.recipes_listitem {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}

a.recipes_listitemname {
	font-size: 18px;
}

div.recipes_listitemfeatured {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
	border: 1px solid #8888FF;
	background: #EEEEFF url("../images/internal/recipe-featured-bg.png") scroll repeat-x top center;
}

div.recipes_listitemfeatured td.recipes_listthumbnail {
	background: transparent url("../images/internal/recipe-featured-tag.png") scroll no-repeat top left;
	padding-top: 27px;
}

div.recipes_header { 
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-family: arial, serif;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-bottom: none;
	background: #000000;
	color: #FFFFFF;
}

td.recipes_header {
	font-size: 12px;
	font-family: arial, serif;
	font-weight: bold;
	border: none;
	background: #000000;
	color: #FFFFFF;
}

td.recipes_top_header {
	font-family: "Helvetica";
	font-size: 22px;
	color: #666666;
	border-bottom: 1px solid #959385;
	padding-left: 33px;
	padding-right: 33px;
	}
td.recipes_detailhowto {
	border-right: 1px solid #959385;
	border-bottom: 1px solid #959385;
	font-family: "Helvetica";
	font-size: 14px;
	color: #666666;
	padding: 33px;
	}
td.recipes_detailcomments {
	border-bottom: 1px solid #959385;
	padding: 33px;
	}
tr.recipes_detailitemfeatured {
	background: #EEEEFF url("../images/internal/recipe-featured-bg.png") scroll repeat-x top center;
	}
tr.recipes_detailitemfeatured td.recipes_detailthumbnail {
	background: transparent url("../images/internal/recipe-featured-tag.png") scroll no-repeat top left;
	}
td.recipes_detailthumbnail {
	padding-left: 33px;
	}
td.recipes_detailpic {
	padding-left: 33px;
	padding-right: 33px;
	}
td.recipes_detailtitle span.recipes_detailtitle_title {
	font-family: Helvetica;
	font-size: 20px;
	color: #666666;
	}
td.recipes_detailtitle span.recipes_detailtitle_posted {
	font-family: Helvetica;
	font-size: 11px;
	}
span.recipes_detailingred_title {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	}
div.recipes_detailhistory_title {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	}
tr.recipes_detailitem table td ,
tr.recipes_detailitemfeatured table td {
	padding-top: 33px;
	}
tr.recipes_detailitem table td table td ,
tr.recipes_detailitemfeatured table td table td {
	padding-top: 0px;
	}

td.recipes_form_header { 
	font-size: 12px;
	font-family: arial, serif;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	background: #000000;
	color: #FFFFFF;
}

td.recipes_form_section {  
	border: 1px solid #CCCCCC;
}

td.recipes_title {  
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

a.recipes_header_link:link { color: #FFFFFF; text-decoration: underline; }
a.recipes_header_link:visited { color: #FFFFFF; text-decoration: underline; }
a.recipes_header_link:hover { color: #FFFFFF; text-decoration: underline; }
