#listings {
	margin: 0;
	padding: 10px;
	list-style: none;
}
#listings li {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #99b4b7;
}
#listings li:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#listings li {display:inline-block;}
#listings li {display:block;}
* html #listings li {height: 1%;}


#listings ul li {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}


#listings .image {
	float: left;
	margin: 0 20px 20px 0;
	width: 200px;
}
#listings .text {
	float: left;
	width: 360px;
}


#listings h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
#listings .address-and-numbers {
	float: left;
	margin: -1em 0;
	width: 280px;
}
#listings .links {
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	width: 80px;
}
#listings .address, #listings .numbers, #listings .opening-times {
	color: black;
}
#listings .numbers, #listings .admin {
	clear: left;
	padding: 0;
	list-style: none;
}
#listings .admin {
	text-align: right;
}
#listings .numbers li, #listings .admin li {
	display: inline;
	padding-right: 5px;
}
#listings .links a {
	display: block;
	float: right;
	margin: 0 0 5px 0;
	padding: 5px;
	text-align: center;
	text-transform: lowercase;
	color: white;
	background: #999;
	text-decoration: none;
	font-weight: bold;
	width: 80px;
}
#listings .admin .inactive-flag {
	color: black;
	background: #ccc;
}