td#recipehero {
	margin: 0;
	padding: 0;
	width: 358px;
	padding-left: 40px;
	padding-top: 20px;
}

td#recipehero h1.recipetitle {
	font-size: 22px;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: #004198;
}

td#recipehero p.recipeinfo {
	margin-top: 11px;
}

td#recipehero img {
	margin-top: 12px;
}

td#recipebody {
	padding-left: 40px;
	padding-top: 3px;
}

table#recipeingredients td {
	width: 50%;
}

table#recipeingredients td ul 
{
	margin-right: 20px;
}

table#recipeingredients h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	margin-top: 2px;
	line-height: 180%;
}

div#recipesteps {
	margin-top: 30px;
	width: 560px;
}

div#recipesteps li {
	margin-top: 10px;
}

ul {
	padding: 0;
	margin: 0;
	text-indent: 0;
}

ul li {
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-indent: 0;
	padding: 0;
	margin: 0;
	line-height: 180%;
	list-style: none;
}
	
@media print 
{
	.noprint { display: none; }
}	
