@import url("base.css");

#sites, #sites li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sites li
{
	border-bottom: 1px solid #128f57;
	margin-bottom: 1em;
}

#sites li img
{
	border: 1px solid #128f57;
	display: block;
	margin: 0 auto;
}

#sites li .lot-info
{
	margin: 0 auto;
	width: 35%;
}

#sites li .lot-info th { text-align: left; }
#sites li .lot-info td { text-align: right; }

#sites li .description
{
	margin: 1em auto 0 auto;
	width: 75%;
}