
.results {
	width: 100%;
}

.results thead th {
	padding: 5px 10px;
}

.results tbody .columns td {
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #e0e0e0;
	padding: 5px 10px;
}
.results tbody td.odd {
	background-color: #f5f5f5;
}
.results tbody td.address {
	font-size: 110%;
}
.results tbody td.even {
	background-color: #e0e0e0;
}
.results tbody .content td {
	padding: 0 0 10px;
}
.results tbody div.content {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e0e0e0;
	padding: 5px 10px 5px 0;
	font-size: 11px;
	overflow: hidden;
	zoom: 1;
}
.results tbody .photo,
.results tbody .description {
	margin-left: 10px;
	float: left;
}
.results tbody .photo {
	position: relative;
	/* border: 1px solid #b3b3b3; */
	width: 135px;
	height: 97px;
}
.results tbody .photo img {
	float: left;
}
.results .listing-subheader {
	color: #0073b9;
	font-weight: bold;
}
.results tbody .description {
	width: 357px;
	border-top: 0;
}
.results tbody .description p {
	margin: 0;
	padding: 0;
}
.results tbody .description p.agent {
	font-weight: bold;
}
.results tbody .twophoto,
.results tbody .twodescription {
	margin-left: 10px;
	float: left;
}
.results tbody .twophoto {
	position: relative;
	width: 278px;
	height: 101px;
}
.results tbody .twophoto img {
	float: left;
	margin-right: 2px;
	/* border: 1px solid #b3b3b3; */
}
.results tbody .twodescription {
	width: 216px;
	border-top: 0;
}
.results tbody .twodescription p {
	margin: 0;
	padding: 0;
}
.results tbody .twodescription p.agent {
	font-weight: bold;
}
.bannerredall {
	z-index: 999999;
	position: absolute;
	float: left;
	left: 243px;
}



