@charset "utf-8";
/* CSS Document */

.menu_table {
	width:560px;
}

	.menu_table tbody {
		width:560px;
	}

		.menu_table tbody tr {
			width:560px;
		}

.menu_category_cell {
	width: 410px;
	float: left;
	display: inline;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #88062B;
	text-transform: uppercase;
}

.menu_price_cell {
	width: 45px;
	padding-left: 5px;
	float: left;
	display: inline;
	color: #88062B;
}

.menu_content_cell {
	width: 410px;
	float: left;
	display: inline;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 3px dotted #88062B;
}

.oddRow {}

.evenRow {}

.menu_title {
	width: 410px;
	float: left;
	display: inline;
	color: #ebc5a4;
	font-size: 16px;
	line-height: 1.5em;
}

.menu_description {
	width: 410px;
	float: left;
	display: inline;
	color: #301401;
	font-size: 12px;
	line-height: 1.25em;
	font-style: italic;
}

.menu_content_price_cell {
	width: 45px;
	height: 15px;
	padding-left: 5px;
	float: left;
	display: inline;
	color: #301401;
}

.menu_separator_row {
	
}

.menu_notes {
	font-size: 10px;
	line-height: 1.25em;
	color: #EBC5A4;
}
