@charset "utf-8";
/* CSS Document */

div#ristorante {
	text-align:left;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:99%
}
#ristorante h2{
	color: #F2E7E1;
	margin: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: capitalize;
}

dl{
	width: 100%;
	overflow: auto;
	margin: 0 0 1em;
	background-image: url(../images/linear_px.gif);
	background-repeat: repeat-x;
	background-position: 0 1em;
}
dt,dd.price{
	font-size: 1em;
	font-weight: bold;
}
dt{
	float: left;
	padding-right: 3px;
	font-weight: normal;
}
dd{margin:0}
dd.price{
	float: right;
	padding-left: 3px;
	font-style: italic;
}
dd.ingredients {
	float: left;
	width: 100%;
	padding: 3px 0;
	color: #6f5228;
	font-size: 100%;
	font-style: italic;
}

