div.photo img {
	border: 2px solid white;
}

div#ingredients {
	background: url(/images/bg_list.jpg) no-repeat;
}
	div#ingredients h3 {
		margin-top: 3px;
		color: #000000;
	}
	
	div#ingredients h4 {
		color: #58595b;
	}

	div#ingredients ul {
		margin-left: 13px;
		list-style-type: default;
		color: #58595b;
	}
	
	div#ingredients li {
		margin-bottom: 2px;
		padding-bottom: 1px;
		background: url(/images/bg_line_dotted.png) no-repeat bottom left;
	}

	div#ingredients div.ingredients {
		padding: 15px;
	}
	
	div#ingredients div.ingredientsBottom {
		width: 215px;
		height: 10px;
		background: url(/images/bg_list_footer.png) no-repeat;
	}
	
div.nutritionFact {
	float: left;
	padding-top: 6px;
	height: 46px;
	width: 36px;
	background-image: url('/images/nutrition_fact_box.png');
	background-repeat: no-repeat;
	margin-right: 7px;
	text-align: center;
}

div.nutritionFacts div.last {
	margin-right: 0;
}

div.nutritionFact h5 {
	font-size: 7pt;
	height: 12px;
}

div.nutritionFact div.amount {
	font-size: 9pt;
	height: 16px;
}

div.nutritionFact div.percentage {
	font-size: 7pt;
	height: 14px;
}

div.recipe div.info {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: right;
	color: #606060;
}

div.recipe div.info span {
	margin-left: 25px;
}
	div.recipe div.info span img {
		margin-right: 3px;
	}


div.recipe h2 {
	font-size: 9pt;
	color: black;
}

div.searchRecipe input.inputSearch {
	width: 130px;
}

div.rating {
	height: 18px;
	line-height: 18px;
	padding: 5px 0 5px 11px;
	background: #d0cabb url(/images/bg_rating_left.png) no-repeat;
	text-align: right;
	color: #606060;
}

div.ratingRight {
	height: 28px;
	width: 11px;
	padding: 0;
	background: #d0cabb url(/images/bg_rating_right.png) no-repeat;
}

div.rating img {
	vertical-align: bottom;
	margin-bottom: 2px;
}

div.rating span {
	margin-right: 5px;
}


div.rating a {
	padding-left: 2px;
	padding-right: 2px;
}

div.moreInfoNut a {
	color: #a94618;
}

#primary .shareButtons {
	width: 220px;
}

#primary .shareButtons ul {
	margin-left: 0;
}

	.shareButtons ul li {
		float: left;
		margin-bottom: 10px;
		width: 110px;
		margin-left: 0;
		list-style-type: none;
	}
		.shareButtons ul li a span {
		}
		
		.shareButtons ul li a img {
			margin-right: 5px;
			vertical-align: top;
		}

		.shareButtons ul li a {
			text-decoration: none;
			color: #000000;
		}
	
		.shareButtons ul li a:hover {
		}