#datasheet {
	width: 100%;
	text-align: left;
	margin: auto;
	border-collapse: collapse;
	border: 1px solid #000;
}
#datasheet td, th {
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: top;
}
#datasheet img {
	border: 1px solid #000;
	width: 300px;
	height: 225px;
}
#datasheet a {
	color: #730606;
	font-weight: bold;
	text-decoration: none;
}
#datasheet a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.sold, .newlisting, .pending, .reduced {
	font-weight: bold;
	color: red;
}
.multiple {
	text-align: center;
	border-color: black;
	border-width: 1px 1px 0 0;
	border-style: solid;
}
.multiple1 {
	margin: 0;
	padding: 0;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-color: black;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
#listingname {
	color: #730606;
	font-weight: bold;
	text-align: center;
	font-size: 150%;
	font-style: italic;
}
.priceline {
	font-weight: bold;
	color: #2c3c49;
	font-style: italic;
}
#pages {
	text-align: center;
	font-size: 120%;
}
#pages a {
	color: #005986;
	font-weight: bold;
	text-decoration: none;
}
#pages a:hover {
	color: #007b88;
	text-decoration: underline;
}

