/* LIST VIEW STYLES */

.ListSearchResult {
	margin-bottom: 25px;
	width:332px;
	float:left;
	margin-right:35px;
}

.ListResultContainer {
	
}

.ListResultsRooms {
	display: none;
}

.ListPropertyCellLeft {
	margin-bottom:5px;
}

.ListResultsLinks {
	background-color: #D8D8D8; height: 18px; text-transform: uppercase; font-size: 90%;
}

.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;
}

.listViewFixedWidth { width:742px; margin-right:-40px; overflow:hidden; }

