.left_col, .right_col, #header_wide, #footer, #navigation{
	display:none;
	}
*{
	background:none !important;
	}
#wrapper{
	width:90%;
	margin:auto;
	}

.center_col{
	width:90%;
	margin:auto;
	padding:0;
	display:block;
	}

body {
	font: 80% Helvetica, Arial, sans-serif;
	color: #535353;
	background: white;
	text-align:left;
	margin:0;
	padding:0;
}

.recipes ul{
	padding:0 0 10px 10px;
	font-size:1.1em;
}
.recipes ul li{
	padding:4px 0 0 24px;
	margin-bottom:4px;
	background:url(/images/recipes/ingredient_icon.gif) left center no-repeat;
}
.recipes ul li.link{
	background:url(/images/recipes/ingredient_icon_link.gif) left center no-repeat;
}

.recipes ol{
	list-style-type:none;
	padding:0 0 10px 0;
	margin:0;
	font-size:1.1em;
}
.recipes ol li{
	padding-bottom:10px;
	border-bottom:dashed 1px #C7D3E7;
	margin-bottom:10px;
}

.recipes ul.shop_links{
	font-size:1em;
}
.recipes ul.shop_links li{
	padding:0;
	height:34px;
	margin-bottom:10px;
	background:none;
}
.recipes ul.shop_links li.odd{
	background:#e8e8e8;
}
.recipes ul.shop_links li a img{
	float:left;
	margin-right:10px;
	border:solid 2px #ccc;
}
.recipes ul.shop_links li a:hover img{
	float:left;
	margin-right:10px;
	border:solid 2px #5086DF;
}
.recipes ul.shop_links li span{
	display:block;
	padding:2px 0 0 56px;
	font-size:1.1em;
	font-weight:bold;
	background:url(/images/template/asterisk_grey.gif) 44px 5px no-repeat;
}
.recipes ul.shop_links li a{
	background:none;
	padding:0;
	margin:0;
	color:#535353;
}
.recipes ul.shop_links li a:hover{
	text-decoration:none;
}
.recipes ul.shop_links li a:hover span{
	color:#5086DF;
	background:url(/images/template/asterisk_blue.gif) 44px 5px no-repeat;
}
