/* CSS Document */

/* ---------- Top Part of Listings Page ---------- */

#listings-options {
	width: 900px;
	float: left;
	padding: 1em 0;
	}

#sort {
	float: left;
	width: 300px;
	text-align: left;
	}

#search {
	float: right;
	width: 600px;
	text-align: right;
	}


/* ---------- Listings Body ---------- */

#listings {
	width: 900px;
	border-collapse: collapse;
	}

thead tr {
	height: 30px;
	}

thead th {
	font: bold .85em/1.3em Arial, Helvetica, sans-serif;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}

#legend-head {
	width: 100px;
	text-align: center;
	}

#location {
	width: 250px;
	}

#listing-desc {
	width: 550px;
	text-align: left;
	}

tbody td {
	height: 20px;
	}

.desc-text {
	text-align: left;
	}

.tr-even {
	background: #ececec;
	}

tfoot p {
	padding: 2em 0 1em 0;
	text-align: center;
	}

/* ---------- Legend ---------- */

#legend {
	position: absolute;
	width: 180px;
	border: 1px solid #e70;
	top: 375px;
	left: 100px;
	visibility: hidden;
	z-index: auto;
	background-color:#FFFFCC;
	margin: 0;
	padding: 8px;
	text-align: left;
	}

#legend ul {
	list-style: none;
	padding-top: 1em;
	}

#legend ul img {
	padding-right: 1em;	
	}
