#circuitCarte {
	padding: 1em;
}

#circuitCarte .carteMessage {
	font-weight: bold;
	color: #660033;
}

.menuImage {
	clear: both;
	float: right;
	margin-left: 2em;
}

.menuComment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	border-bottom: 2px solid #660033;
}

.recipeTitle {
	font-weight: bold;
	margin-top: .5em;
	display: block;
}
.recipeDescription {
	display: block;
	margin-left: .5em;
}

ul.menuRecipeList {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: .1em;
	padding-left: .1em;
	border-top: 2px solid #660033;
}

.menuRecipeList li {
	font-weight: bold;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #660033;
	margin-top: 1em;
}

.menuRecipeList ul li {
	font-weight: normal;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	list-style: none;
	margin-top: 0;
}

.recipeSelectInstructions {
	font-weight: bold;
}

.printCancelButtons {
	margin-top: 1em;
	padding-top: .5em;
	border-top: 2px solid #660033;
}


#menuPrint ul, #menuPrint ol {
	margin-left: 1em;
	padding-left: 1em;
}

.cartePrintButton {
	display: block;
	margin: 1em;
}

#menuPrint .instructions {
	margin-top: .5em;
}

.storeIngredient input {
	margin: .3em;
	margin-left: 1em;
}

#circuitCarte ol.itemsAddedToCart {
	margin-top: 1em;
	margin-left: 1.2em;
	width: 80%;
}

#circuitCarte ol.itemsAddedToCart li {
	margin: .5em;
}

#menuList.menuLanding {
	border-bottom: 2px solid #660033;
	padding-bottom: .5em;
}

/**Recipe Categories**/

ul.menuList {
	margin: 0;
	padding: 0;
	margin-left: .5em;
	padding-left: .5em;
	text-indent: -1em;
	font-size: 110%;
}
ul.menuList li:before {
	content: "\00BB \0020";
}
	
.menuList li {
	list-style: none;
	padding-bottom: .3em;
	margin: 0;
}

/**menu editor styles**/

.courseRecipe {
	background: #FFFFCC;
	padding: .5em;
	border-bottom: 2px solid #FF9933;
}

.menuCategorySelect {
	float: left;
	width: 200px;
	margin-left: 1em;
}

.courseRecipeSlection {
	margin-top: 1em;
	border: 1px solid #CCCCCC;
	padding: .5em;
}

 
