@charset "utf-8";
/* CSS Document */

table.unit-search-result {
	width: 630px;
	padding: 10px 0px 10px 25px;
	border-spacing: 0;
}
table.unit-search-result td, table.unit-search-result th {
	border-right: solid 1px #000;
	padding: 2px;
}
table.unit-search-result th {
	background: #FFF;
	border-bottom: solid 1px #000;
}
table.unit-search-result tr.odd {
	background: #f4f4e5;
}
table.unit-search-result td.rent, table.unit-search-result th.rent {
	border-right: none;
}
td.beds, td.baths, td.state {
	text-align: center;
}

#sidebarContainer{ float:left; width:635px; }
h2{
	font-size:22px;
	padding-left:15px;
}
#holder{;
	border:1px solid grey;
	float:left;
	height:410px;
	overflow:auto;
	margin-left:10px;
	width:225px
}
.resultContainer{
	background-color:#E5E6BA;
	border-bottom:1px solid grey;
	padding:5px;
}
.resultContainer.odd{ background-color:#D6D8A7; }
.resultContainer a{ 
	font-size:12px;
	text-decoration:none;
}
.resultContainer h4{ 
	font-size:12px;
	padding:0;
}
