/* supplementary css for menu.html */

p.note {
font-weight: bold;
text-align: right;
margin: 0px 20px;
}

p.description{
margin: 0px 50px 10px 200px;

}

table.list{
margin-left: 100px;
}


table.m_header{
	margin-left: 100px;
	margin-top: 20px;
	font-weight: normal;
	font-size:120%;
}


.m_header td.item{
	text-align:left;
	font-weight: bold;
}

.m_header td.price{
	text-align:right;
	padding-left: 50px;
}

.m_header td.item:first-letter {
	margin-top:0px;
	font-size: 120%;
	color: #ff0000;
	float: left;
	}


table.menu{
	margin-left: 250px;
	font-weight: normal;
	font-size:80%;
	text-align:center;
	background: #ff8888;
	table-layout: fixed;
}

.menu th{
	background: #fdfdfd;
	margin: 0px;
	width: 110px;
}

.menu td {
	background: #fdfdfd;
	width: 110px;
}


dl {
margin: 0px 10px 10px 210px;

}
dt{
font-weight: bold;
}

div.special{
background: #ffe0e0;
}
/*
*{	border: solid;
	border-width: 1pt;
	border-color: #ff0000;
}
*/
