/* CSS Document */

dl {
	margin: 0px 0px 5px 10px;
	width: 430px;
	display: block;
}

.menuDishPrice {
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin: 0;
}


.menuDish {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	width: 300px;
	margin-right: 0px;
	padding-right: 0px;
	float: left;
}

.menuWine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	border-bottom: 1px dotted #CCCCCC;
	width: 300px;
	margin-right: 0px;
	padding-right: 0px;
	float: left;
}

.menuDescription {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	margin: 0;
	padding-top: 1px;
	width: 400px;
}

.menuPrice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	text-align: right;
}

.menuPriceHalf {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	width: 60px;
	text-align: center;
	padding-right: 5px;
	margin: 0;
	border-right: 1px dotted #444444;
	float: left;
}

.menuPriceFull {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;	
	text-align: center;
}
