@CHARSET "UTF-8";

#infobox {
  height: auto;
}

/* for the homepage, we can't deal with ID
  but with classes (suggest) */
div.resto_infobox {
	border: 0 !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

.resto_infobox h2, .resto_infobox h3 .resto_infobox h4 {
	margin: 4px 0 10px 0;
}

.resto_infobox div.resto_infobox_infos { width: 208px !important; }

.resto_infobox h4 {
	color: black;
	margin: 10px 0 -4px 0;
}

.resto_infobox img.thumb {
  float: left;
  margin: 15px 8px 5px 10px;
  width:188px;
}

.resto_infobox ul {
	background-color: #ebe7e3;
	/*border: 1px solid #998675;*/
	color: #1f4463;
	height: auto;
  list-style-type: none;
  list-style-image: none;
  margin: 7px 0 0 0;
  padding:8px;
}

.resto_infobox_infos {
	background-color: #ebe7e3 !important;
	overflow: auto;
}

ul.infobox_fid {
	color: black;
	background-color: #e2ddd8;
	list-style-position: inside;
	margin: 0.5em 0 1em 0;
	padding: 0.1em 0.1em 0.1em 0.5em;
	text-align: left;
}

.resto_infobox ul.address {
	/*margin: 0 0 0 50px;*/
}

.resto_infobox ul.address_large {
  margin: 0 0 0 80px;
}

#whereToFindData {
	width: 342px;
}

#whereToFindMap {
	margin-top: 30px;
	width: 240px;
}

#whereToFindMap #map {
	float: right;
}

.ready_to_order {
	clear: none;
	float: right;
	margin-top: 0;
}
