#Summary .Layout {
	width: 100%;
	margin: 5px 0;
}
#Summary .Section {
	margin-bottom: 5px;
}
#Summary .Contact {
	margin-right: 2em;
	width: 20%;
}
#Summary .Highlights {
	position: relative;
}
#Summary .Highlights {
	padding-right: 2em;
}
#Summary .Resources {
	margin-left: 2em;
	width: 25%;
}
#Summary .Contact .Section div,
#Summary .Resources .Section div {
	padding-left: 2em;
	text-indent: -1em;
	line-height: 1.25;
}
#Summary .Contact .Section .Title,
#Summary .Resources .Section .Title {
	padding-left: 0;
	text-indent: 0;
}

#Summary .ToggleDescription {
	position: relative;
	float: right;
	bottom: 0px;
}
#DetailedDescription {
	border-top: 2px solid #BBB;
	padding: 10px 0px;
}
#DetailedDescription .Resources {
	float: right;
}

#Details {
	clear: both;
	border-top: 4px solid black;	/* Color gets overridden */
	padding-top: 2px;
	position: relative;
}
#Details td {
	vertical-align: top;
}
#DrivingDirections {
	padding: 0 5px 5px;
	border-bottom: 3px solid #FFFFFF;
}
#DrivingDirections .Origin {
	font-weight: bold;
	cursor: pointer;
	color: #004282;
}
#DrivingDirections .DirectionSet {
	border-bottom: 2px solid #000000;
}
#DrivingDirections .DirectionSet .Open {
	background: transparent url(/Common/Decoration/TwistieDownHollow.png) no-repeat scroll right center;
}
#DrivingDirections .DirectionSet .Closed {
	background: transparent url(/Common/Decoration/TwistieDownSolid.png) no-repeat scroll right center;
}
#Map {
	overflow: hidden;
}
#Map .Frame {
	border: 1px solid black; /* Color gets overridden */
}
#GoogleMap {
	width: 223px;
	height: 500px;
	overflow: hidden;
}

#Details .Layout {
	width: 100%;
}
#Listings {
	padding-left: 5px;
	width: 100%;
}
table.SearchResults {
	width: 100%;
}
#Listings .SearchResults .Location {
	display: none;
}
#SearchResults td.Identity,
#SearchResults td.Completion,
#SearchResults td.Price,
#SearchResults td.Stories,
#SearchResults td.SquareFootage,
#SearchResults td.Bathrooms,
#SearchResults td.Bedrooms {
	cursor: pointer;
}
