

/* Misc Styles
-----------------------------------------------------------------------------*/

table {
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #414142;
	font-size: 14px;
	line-height: 21px;
	margin-left:340px;
	width:640px;
}


/* Menu Styles
-----------------------------------------------------------------------------*/

.menu-title {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	color:#666666;
	display:block;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	line-height:21px;
	margin:30px 50px 15px 338px;
	padding-bottom:0;
}
.menu-headnote {

}
.menu-footnote {
	
}

/* Category Styles
-----------------------------------------------------------------------------*/

.category-title {
font-size: 20px;
	color: #af3232;
	font-weight: normal;
	padding-left:336px;
	margin-bottom:10px;
	margin-top:20px;
}


table .category-title {
	padding-left:0;

}

.category-headnote {
	font-style: italic;
	color: #996666;
	line-height:10px;
	display:none;
}

/* Prix Fixe Styles
-----------------------------------------------------------------------------*/

p.course-title {
	font-weight:bold;
	margin-bottom:0;
}

/* Item Styles
-----------------------------------------------------------------------------

*/
.wine-description {
	font-style: italic;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 12px;
	padding-left:0;
	color: #996666;
}

.wine-price {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #414142;
	font-size: 14px;
	line-height: 21px;
	vertical-align: bottom;
	text-align: right;
}

.price-quantity {
	text-align:right;
	}
/* Ingredient Styles
-----------------------------------------------------------------------------*/

.ingredient-description {
	font-weight:normal;
	font-style: italic;
	color: #996666;
}


/* Legend Styles
-----------------------------------------------------------------------------*/

.organic, .exclusive, .both, .vegetarian {
	display:block;
	height:20px;
	width:20px;
	float:left;
}

.organic {
	background:url(images/legend-organic.png) left bottom no-repeat;
}

.exclusive {
	background:url(images/legend-exclusive.png) left bottom no-repeat;
}

.both {
	background:url(images/legend-both.png) left bottom no-repeat;
	width:36px;
}

.vegetarian {
	background:url(images/legend-vegetarian.png) left bottom no-repeat;
}

.menu p.legend {
	font-size:14px;
	font-variant:normal;
	font-style:italic;
	font-weight:normal;
	letter-spacing:0px;
	text-transform:none;
	color:#7B3540;
}

.legend .organic, .legend .exclusive, .legend .vegetarian {
	display:block;
	float:none;
	height:auto;
	line-height:16px;
	padding:10px 0 0 20px;
	width:auto;
}

/*.legend .both {
	display:none;

}*/

