#Inventory .Panel-Body-Interior {
	padding: 0px;
}
td {
	vertical-align: top;
}
#SearchResults {
	clear: both;
}
#SearchResults .Panel-Body-Interior {
	padding: 0px;
}
#SearchResults table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
#SearchResults th {
	Text-align: center;
	font-weight: bold;
	line-height: 18px;
	background-color: #FFD995;
	border: 1px solid #E1B470;
	padding: 0px 15px 0px 5px;
	cursor: pointer;
}
#SearchResults td .Note {
	font-weight: normal;
}
#SearchResults th.forward_sort {
	background: #FFD995 url(Decoration/TwistieUpSolid.gif) no-repeat scroll right center;	
}
#SearchResults th.reverse_sort {
	background: #FFD995 url(Decoration/TwistieDownSolid.gif) no-repeat scroll right center;	
}
#SearchResults th:hover {
	background-color: #FFECCA;
}
#SearchResults tr:hover {
	background-color: #FFECCA;
}
#SearchResults td {
	Text-align: center;
	border-bottom: 1px solid #E1B470;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px;
}
#SearchResults td.Identity,
#SearchResults td.Completion,
#SearchResults td.Price,
#SearchResults td.Stories,
#SearchResults td.SquareFootage,
#SearchResults td.Bathrooms,
#SearchResults td.Bedrooms {
	cursor: pointer;
}
#SearchResults caption {
	display: none;
}
#SearchResults #SpecPanel {
	margin-bottom: 5px;
}
#SearchResults td.Identity {
	font-weight: bold;
}
#SearchResults .Location {
	text-align: left;
}
#SearchResults th.Identity,
#SearchResults td.Identity {
	text-align: left;
}
#SearchResults th.Selection {
	cursor: auto;
}
#SearchResults td.Selection input {
	padding: 0px; margin: 0px;
}
#SearchResults td.Links a {
	font-weight: bold;
	border: 1px solid #573613;
	border-width: 1px 3px;
	background-color: #573613;
	color: #FFD995;
}
