/* LIST VIEW STYLES */

.ListSearchResult {
	height: 167px; margin: 0px 0px 20px 0px; background: url(../Images/search-box-bot-boder.gif) repeat-x left bottom;
}

.ListResultContainer {
	margin-left: 226px;
}

.ListResultsRooms {
	display: none;
}

.ListPropertyCellLeft {
	float: left; width: 226px;
}

.ListResultsLinks {
	float: right;
}

.clearer {
	clear: left; line-height: 0; height: 0px; overflow: hidden;
}

/* MAGAZINE VIEW STYLES */

.MagazineSearchResult {
	float: left; width: 245px;
	margin: 20px 20px 0px 0px;	
}

.MagazineResultContainer {
	padding: 10px; height: 375px;
}

.MagazineResultsRooms {
	display: none;
}

.MagazinePropertyCellLeft {
	margin-bottom: 10px;
}

.MagazineResultsLinks {
	margin-top: 10px;
}

