@import url("base.css");

#listings
{
	border: 1px dashed #fff;
	float: right;
	margin: 0 0 2em 0;
	padding: 10px;
	width: 75%;
}

#listings table
{
	border-collapse: collapse;
	width: 100%;
}

#listings table td
{
	border-bottom: 1px dashed #fff;
	margin: 0;
	padding: 1em 0;
	text-align: center;
	vertical-align: top;
	width: 50%;
}

#listings img
{
	border: 1px solid #c00000;
}

#listings .Caption
{
	font-style: italic;
}

#listings .Sold
{
	font-weight: bold;
}

#listing-types
{
	width: 21%;
}

#listing-types ul
{
	list-style-type: square;
	margin: 0 0 0 1em;
	padding: 0;
}

#listing-types ul li
{
	margin: 5px 0;
	padding: 0;
}
