/* = recipe images and styles
----------------------------------------------- */

.recipeTitle{
	margin-right: auto;
	margin-left: auto;
	width: 611px;
	padding-top: 25px;

}

.recipeTitleTWO{
	margin-right: auto;
	margin-left: auto;
	width: 573px;
	font-weight: bold;
	color: #22699F;
	font-style: normal;
	margin-bottom: 10px;

}

.recipeImage {
	margin-left: auto;
	width: 615px;
	margin-right: auto;
	margin-bottom: 20px;
}

.recipeBox {
	width: 573px;
	background-color: #F0F0F0;
	border: 4px solid #22699f;
	margin-left: auto;
	padding: 15px;
	margin-right: auto;
	margin-bottom: 20px;
}

.topInfoONE {
	width: 573px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #22699F;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #22699F;
	font-size: 11px;
	font-weight: bold;
}

.wrapperONE {
	margin-top: 15px;
	font-size: 10px;
}

.BOLDone {
	font-weight: bold;
}

.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}

.brakeLine {
	background-image: url(../images/foodservice/recipe-images/brakeLine.gif);
	background-repeat: repeat-x;
	height: 2px;
	clear: both;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
