
/*--- Search Results -----------------------------------*/

table.result {
	border-top: 1px solid #666;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
	}

table.result td.desc {
	font: normal 10px/13px Arial, Helvetica, sans-serif;
	}

div.name a, div.price a {
	font-weight: bold;
	}

table.result td.head, table.result td.data, table.result td.desc {
/*	border-bottom: 1px solid #ccc;*/
	padding: 2px 0 2px 0;
	}
	
table.result td.thumbholder {
	width: 175px;
	}

table.result td.head {
	width: 280px;
	}

table.result div.thumb {
	width: 175px;
	height: 132px;
	background: #fff url(../img/bg_thumb.gif) no-repeat;
	}

table.result div.thumb img {
	margin: 5px 0 0 5px;
	}

table.result .name, table.result .mls {
	float: left;
	}
	
table.result .price, table.result .idx {
	float: right;
	}

table.result strong { font-weight: bold; }



/*--- Individual Listing Page -----------------------------------*/

table.listing {
	
	}

table.listing td {
	padding: 2px 2px 2px 10px;
	}

table td#listingimage {
	width: 332px;
	height: 252px;
	padding: 0;
	background: #fff url(../img/bg_listingphoto.gif) no-repeat;
	}

table td#listingimage img {
	margin: 5px;
	}

table td#listingstats {
	padding: 2px 0 0 5px;
	line-height: 16px;
	width: 123px;
	}

table.listing td.lhead {
	padding: 0 0 10px 0;
	}

table.listing h3 {
	border-bottom: 1px solid #666;
	padding: 15px 0 0 0;
	}

table.listing h4 {
	color: #333;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 0 0;
	}



/*-------------- Page Numbers -------------------*/

.pages {
	display: block;
		margin-top: 5px;
	clear: left;
	font-size: 9px;
	}

.numberholder {
	float: right;
	margin: 5px 5px 0 0;
	}

.pages a, .pages span {
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	margin-right: 1px;
	border: 1px solid #fff;
	background: #fff;
	}

.pages span.current {
	border: 1px solid #d8d8d8;
	font-weight: bold;
	background: #be311a;
	color: #fff;
	}

.pages a {
	border: 1px solid #d8d8d8;
	text-decoration: none;
	}

.pages a:hover {
	border-color: #be311a;
	}

.pages a.nextprev {
	font-weight: bold;
	}

.pages span.nextprev {
	color: #ccc;
	}

.pages span.nextprev {
	border: 1px solid #d8d8d8;
	}



/*-------------- Photo -------------------*/

.listimgnum {
	display: block;
	margin-top: 5px;
	clear: left;
	font-size: 9px;
	}

.listimgnum a {
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	margin-right: 1px;
	border: 1px solid #fff;
	background: #fff;
	border: 1px solid #d8d8d8;
	text-decoration: none;
	}

.listimgnum a:hover {
	border-color: #be311a;
	}

img.large {
	padding: 11px;
	background: #fff url(../img/bg_img_large.gif) no-repeat;
	margin: 0 0 10px 0;
	}

img.thin {
	padding: 11px;
	background: #fff url(../img/bg_img_thin.gif) no-repeat;
	margin: 0 0 10px 0;
	}

img.intro {
	padding: 11px;
	background: #fff url(../img/bg_img_splash.gif) no-repeat;
	margin: 0 0 20px 0px;
	}



/*-------------- Misc. -------------------*/

.clearall { clear: both; height: 1%; font: 1px/5px "Georgia", serif; /*Deals with IE Win*/ }
