﻿.listingHeader {
	border-color: #9C1814;
	border-style: solid;
	border-width: 1px 0px;
	background-color:#F2F0E2;
	color:#9C1814;
	font-size:115%;
	font-weight:bold;
}
.listingResult {
	padding:15px 0px;
	background-color:White;
	clear: both;
}
.listingResult img {
	border:1px solid #F2F0E2;
	border-width: 0px 1px 1px 1px;
}

.resultColumn div {
	padding-bottom:9px;
	clear:both;
}
.resultColumn label {
	width:90px;
	float:left;
	font-weight:bold;
	text-align:right;
	margin-right:5px;
}

.searchThumb {
	width:175px;
	height:131px;
}
.summary,
.description {
	margin:5px;
}
.summary {
	background-color:#FCFCF4;
	width:270px;
	height:131px;
}
.description {
	color:#333;
	font-size:85%;
	width:430px;
	float:left;
	text-align:justify
}


.searchSection {
	border-bottom: 1px solid white;
	padding: 3px;
}

.breaker {
	background-color:#9C1814;
	color:#F2F0E2;
	padding:5px;
	margin:15px 0px;
}
.breaker *,
.breaker a:visited {
	background-color:#9C1814;
	color:#F2F0E2;
}

#listingsFound {
	float:right;
}

.leftColumn,
.rightColumn {
	float:left;
	width:47%;
	margin:10px;
}