body {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 13px;
}

#main_notice, .headerWrapper, .sidebarWrapper, .recipeActions, .reviewLink, h1.saucyWrapper, #reviewsContainer, .recipeVideo, .recipeAdditionalImages, .recipeTags, .footer {
	display: none;
}

#instructionContainer {
	display: block;
}

.recipeHeader {
	border-bottom: 1px dotted #999;
}

.image img {
	height:90px;
	position: absolute;
	margin-top: 12px;
}

.recipeInfo {
	margin-left: 150px;
	margin-top: 14px;
	height:100px;
}

.recipeInfo a {
	text-decoration: none;
	color:#000;
}

div.kitchentime {
	margin:6px 0;
}

span.infoTitle {
	font-weight: bold;
}

span.titleForPrint {
	font-size: 24px;
	font-weight: bold;
}

span.titleForPrint img {
	position: absolute;
	top:0;
	right:0;
}

h2 {
	margin-bottom: 0;
	margin-top: 22px;
	padding-bottom: 0;
}

ul,ol {
	margin-top: 0;
}

li	{
	margin:10px 0;
}

ul li {
	list-style-image: url(/images/site/listCheck.gif);
	line-height: 13px;
}