/* AVB - available homes and available homes specific pages css */

#results{
	display:none;
	position:absolute;
	top:-10px;
	left:800px;
	z-index:20;
	height:44px;
	padding:0;	
	}
	
	#results_content{
		background:url('../images/available_homes/results_bg.png') top left;
		color:#666;
		white-space:nowrap;
		position:relative;
		height:37px;
		padding:7px 10px 0 15px;}
	
	#results_right{
		height:44px;
		width:9px;
		background:url('../images/available_homes/results_bg_right.png') top right no-repeat;
		position:absolute;
		right:-9px;
		top:0;
		
	}
	