/* LIST VIEW STYLES */

.ListSearchResult {
	height: 198px; margin-bottom: 0px;
}

.ListResultContainer {
	margin-left: 265px;
}

.ListResultsRooms {
	display: none;
}

.ListPropertyCellLeft {
	width: 244px; height: 185px; padding: 1px 7px 11px 1px; float: left;
	background-image: url(../Images/box-bg.png); background-repeat: no-repeat;
	
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/box-bg.png', sizingMethod='scale');
}

.ListResultsLinks {
	margin-top: 10px;
}

.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;
}





