/* CSS for page Search and Search Results  (#44) */

p.page_instructions {
	margin-bottom: 0;
	}

td.price { 
	white-space: nowrap;
	}
	
#half_column_left {
	width: 49%;
}

#half_column_right {
	width: 49%;
	float: right;
}

.listings_table td {
	max-width: 70px;
}


.results_column_header a {
	text-decoration: underline;
	}

.results_column_header a:hover {
	text-decoration: none;
	}	
	
/* for thumbnail images */	
.listings_table .column_0 img {
	max-width: 50px;
	}
	
label .required {
	display: none;
	}		
	 	

