#mainContent {
	width: 440px;
}
#recipeSearch h2 {
	font-size: 8pt;
	margin: 0;
}
#recipeSearch ul {
	margin: 0;
	padding: 0 0 1em 0;
}
#recipeSearch li {
	list-style-type: none;
	font-size: 7pt;
	line-height: 1.1em;
	margin-top: 0.7em;
}
#searchResults {
	background-color: #f9f3df;
}
#searchResults h2 {
	font-size: 7pt;
	margin-bottom: 0em;
	margin-left: 10px;
}
#searchResults .Item {
	padding: 5px 0px;
	border-bottom: solid #999 1px;
}
#searchResults .Item td.Photo {
	padding: 0px 8px;
}
#searchResults .Item .Description h3 {
	font: bold italic 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #611083;
	margin: 0px;
}
#searchResults .Item .Description h3 a {
	color: #611083;
	border-bottom: none;
}
#searchResults .Item .Description p {
	font-size: 7pt;
	line-height: 9pt;
	padding-right: 30px;
	margin: 0px;
}
#searchResults .Item table.Stats {
	border-top: solid #000 1px;
	border-left: solid #000 1px;
}
#searchResults .Item .Stats td.PrepTime, #searchResults .Item .Stats td.CookTime, #searchResults .Item .Stats td.Rating, #searchResults .Item .Stats td.Serving {
	font: 7pt/9pt Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	vertical-align: bottom;
	background: #fff;
	padding: 2px;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
}
#searchResults .Item .Stats td.Rating img {
	vertical-align: top;
}
#searchResults .Item .Stats td.Rating a {
	color: #611083;
}
#searchResults .Item .Stats td.Rating {
	text-align: center;
}
/* Individual Recipe */
#recipeReport h2 {
	font: bold italic 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #611083;
	margin: 0px 0px 10px 0px;
	border-bottom: solid #000 1px;
}
#recipeReport table td {
	padding: 0px 4px;
}
#recipeReport h3.Product {
	font-size: 7pt;
	color: #000;
}
#recipeReport h3 {
	color: #611083;
	font-size: 7pt Verdana, Arial, Helvetica, sans-serif;
}
#recipeReport div.Product p {
	text-align: center;
}
#recipeReport div.Product table {
	width: 200px;
	max-width: 200px;
}
#recipeReport div.Product th, #recipeReport div.Product td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}
#recipeReport div.Product table, #recipeReport div.Product th {
	border-bottom: solid #000 1px;
}
#recipeReport div.Product td.NetWight {
	border-right: solid #000 1px;
}
/*Recipe Data */
#recipeReport table.Stats {
	border-top: solid #000 1px;
	border-left: solid #000 1px;
}
#recipeReport .Stats td.PrepTime, #recipeReport .Stats td.CookTime, #recipeReport .Stats td.Rating, #recipeReport .Stats td.Serving {
	font: 7pt/9pt Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	vertical-align: top;
	background: #f9f3df;
	padding: 2px;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
}
#recipeReport .Stats td.Rating img {
	vertical-align: top;
}
#recipeReport .Stats td.Rating {
	text-align: center;
}
#recipeReport .Stats td.Rating a {
	color: #611083;
}
#recipeReport ol {
	padding-left: 1.5em;
	margin-left: 1.5em;
}
#recipeReport img.Print {
	cursor: pointer;
}