#Inventory .Panel-Body-Interior {
	padding: 0px;
}
td {
	vertical-align: top;
}
#SearchResults {
	padding: 10px 5px;
	border: 1px solid #E0E0E0;
	border-width: 1px 0px;
	font-size: 10px;
	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;
	/*color: #FFFFFF;*/
	background-color: #ACBEAB;
	border: 1px solid #000000;
	padding: 0px 15px 0px 5px;
	cursor: pointer;
}
#SearchResults th.forward_sort {
	background: #ACBEAB url(/website.nsf/Decoration/TwistieUpSolid.png) no-repeat scroll right center;	
}
#SearchResults th.reverse_sort {
	background: #ACBEAB url(/website.nsf/Decoration/TwistieDownSolid.png) no-repeat scroll right center;	
}
#SearchResults th:hover {
	background-color: #526358;
}
#SearchResults tr:hover {
	background-color: #E1E1E1;
}
#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 {
	position: relative;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	padding-left: 5px;
	line-height: 17px;
	/*display: none;*/
}
#SearchResults #SpecPanel {
	margin-bottom: 5px;
}
#SearchResults td.Identity {
	font-weight: bold;
}
#SearchResults .Location {
	text-align: left;
}
#SearchResults #HideOptions {
	position: absolute;
	top: 0px; right: 0px;
	margin-right: 5px;
	width: 110px;
	text-align: center;
/*	border-width: 0px;*/
	padding: 2px;
/*	background-color: transparent;*/
	cursor: pointer;
	font-size: 11px;
}
#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;
}
#PlanResults {
	position: relative;
}