/* Result Layout */

#resultTopBar {
	width:625px;
	float:left;
	border-bottom:3px solid #000;
	height: 18px;
}

#resultReturn {
	width:135px;float:left; padding-left: 40px;
}

#resultMatches {
	width:590px;float:left;
}

#resultMatchesPadding {
	padding:0px 0px 3px 35px;
}

/* RESULTS PAGE */

.resultItem {
	width:625px;
	float:left;
	height:150px;
	margin-top:10px;
}

.resultThumb {
	width:190px;
	clear:both;
/*	margin-left:10px;*/
	margin-right:10px;
	float:left;
	text-align:center;
}

.resultAddress {
	width:425px;
	background:#6e2a8d;
	float:left;
	color:#fff;
}

.resultAddress h3{
	padding:5px 0 5px 0;
	color:#fff;
}

.resultsDescription
{
	width:400px;
	height:95px;
	float:left;
}

.resultsPrice {
	width:200px;
	float:left;
	background-color: #0084cc;
	color:#fff;
	text-align:center;
	font-size:110%;
	padding:5px 0 5px 0;
	font-weight:bold;
	margin:0;
	height:16px;
}

.pagerContainer
{
	color: #1e3a85;
	float:right;
	font-weight: bold;
}

.pagerIContainer {
	padding: 5px;
}

.pagerPageLink
{
	color: #ca0070;
	font-weight: bold;
	text-decoration:none;
}

.pagerPreviousLink
{
	color: #ca0070;
	font-weight: bold;
	text-decoration:none;
}

.pagerNextLink
{
	color: #ca0070;
	font-weight: bold;
	text-decoration:none;
}



/* Brochure */

#brochureTopBar {
	width:605px;
	float:left;
}

#brochureSearchNav {
	width:150px;float:left;
	text-align:left;
	padding-top:0;
}

#brochureMain {
	width:605;
	float:left;
}

#brochureDetails {
	width:300px;float:left;
}

#brochurePhotos {
	width:300px;
	float:left;
	text-align: center;
	padding-bottom:5px;
	margin-left:5px;
}

#brochurePhotoMain {
	width: 300px;
}

.thumbnail {
	width: 95px;
	height: 65px;
	float: left;
	margin-right:5px;
	margin-top:2px;
}