body {

	font-family:Verdana,Sans-Serif;
	font-size: 11px;
	margin: 3px 0px 0px 0px;
	background:#FFFFFF;
	text-align:center;
}
a {
	text-decoration: none;
	color: #0000FF;
}

/* ##### Listing Search ##### */

#search_container {
		width: 550px;
		margin: 0px 0px 0px 0px;
		margin-left: auto;
		margin-right: auto;
		border: #000000 solid 0px;
		text-align:left;
		}

#search_header {
		width: 550px;
		text-align: left;
		border: #000000 solid 3px;
		border-width: 0px 0px 3px 0px;
		padding: 0px 0px 3px 0px;
		margin: 0px 0px 15px 0px;
		}

#town_heading {
		display: inline;
		padding: 0px 0px 0px 180px;
		font-weight: bold;
		}

#bed_heading {
		display: inline;
		padding: 0px 0px 0px 48px;
		font-weight: bold;
		}

#bath_heading {
		display: inline;
		font-weight: bold;
		}

#price_heading {
		display: inline;
		padding: 0px 0px 0px 20px;
		font-weight: bold;
		}

#tour_heading {
		display: inline;
		padding: 0px 0px 0px 42px;
		font-weight: bold;
		}

#mls_heading {
		display: inline;
		padding: 0px 0px 0px 18px;
		font-weight: bold;
		}

.listings {
		width: 550px;
		height: 120px;
		text-align: left;
		margin: 5px 0px 15px 0px;
		border: #000000 dashed 1px;
		border-width: 0px 0px 1px 0px; 
		}

.listing_photo {
		text-align: center;
		width: 140px;
		height: 120px;
		margin: 0px 3px 0px 0px;
		float: left;
		}

.listing_town {
		display: inline;
		padding: 45px 0px 0px 0px;
		margin: 0px 5px 0px 0px;
		width: 120px;
		height: 75px; /* what ever is added to padding is subtracted from here */
		float: left;
		}

.listing_beds {
		display: inline;
		padding: 45px 0px 0px 0px;
		margin: 0px 10px 0px 0px;
		width: 25px;
		height: 75px; /* what ever is added to padding is subtracted from here */
		float: left;
		text-align:center;
		}

.listing_baths {
		display: inline;
		padding: 45px 0px 0px 0px;
		margin: 0px 5px 0px 0px;
		width: 25px;
		height: 75px; /* what ever is added to padding is subtracted from here */
		float: left;
		text-align:center;
		}

.listing_price {
		display: inline;
		padding: 45px 0px 0px 0px;
		margin: 0px 5px 0px 0px;
		width: 90px;
		height: 75px; /* what ever is added to padding is subtracted from here */
		float: left;
		text-align:center;
		}

.listing_tour {
		display: inline;
		padding: 45px 0px 0px 0px;
		margin: 0px 10px 0px 0px;
		width: 60px;
		height: 75px; /* what ever is added to padding is subtracted from here */
		float: left;
		text-align:center;
		}

.listing_mlsid {
		display: inline;
		padding: 45px 0px 0px 0px;
		width: 50px;
		height: 75px; /* what ever is added to padding is subtracted from here */
		float: left;
		text-align:right;
		}

/* ##### END Listing Search ##### */

