/*==========================================================================*/
/* ----------------------------	GENERAL Styles ---------------------------- */
/*==========================================================================*/
table.collapselineTable { border-collapse: collapse; margin-top: 20px;}
table.collapselineTable td { border: solid 1px #cccccc;}
/*---------------------------------------*/
/* - ERROR/Notification message Styles - */
/*---------------------------------------*/
div.notify {
	background-color: #ffff99;
	border: dotted 1px #ff3333;
	padding: 2px 2px 2px 2px;
	margin: 0 10px 2px 2px;
}

	div.notify p {
		margin: 0 0 3px 0;
	}
/*===============================================================================*/
/* ----------------------------	RESULTS LIST Styles ---------------------------- */
/*===============================================================================*/
/*-----------------------------*/
/* - Navigation menu - START - */
/*-----------------------------*/
div#search_output_nav {/*results list navigation container (underscore required in name since ID is to be used in vb.net)*/
	color: #C60001;
	font-weight: 600;
	border-top: dotted 1px #818181;
	border-bottom: dotted 1px #818181;
	float: left;
	background-color: #DEE5EF;
	padding: 5px 30px 5px 20px;
	margin: 10px 0 0 13px;
}

	div#search_output_nav a {/*results list navigation link*/
		color: #3C5782;
	}

div#search-output-navlinks {/*numerical navigation container*/
	float: left;
}

div#search-output-navcmd {/*prev/next navigation container*/
	float: right;
}
/*---------------------------*/
/* - Navigation menu - END - */
/*---------------------------*/
div.search-output {/*results list item container*/
	border-bottom: 1px solid #DFDFDF;
	padding: 10px 10px 10px 10px;
}

	div.search-output td {/*each item is split into a 2 column table - left for picture - right for content*/
		vertical-align: top;
	}

	div.search-output p {
		margin: 0 0 10px 0;
	}

div.search-output-pic {/*picture container*/
	border: solid 1px #CFCFCF;
	padding: 5px;
	background-color: #EBEBEB;
	width: 120px;
}

td.search-output-cell {/*table cell holding description divs*/
	background-color: #F1F1F1;	
}

div.search-output-title {/*item title container*/
	background-color: #2E5283;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 5px 20px;
}

div.search-output-desc {/*item description container*/
	padding: 5px 0 5px 20px;
	float: left;
}

div.search-output-price {/*item price container*/
	background-color: #9F150B;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	float: left;
	margin: 10px 0 0 0;
}

div.search-output-link{/*item full-page link container*/
	float: right;	
	margin: 10px 15px 0 70px;
	background-color: #E1E1E1;
	border: solid 1px #fff;
	padding: 5px;
}

div.search-output-stat {/*item status container*/
	background: #E1E1E1 url(../GWimages/img_minihouse.jpg) left no-repeat;
	border: solid 1px #fff;
	padding: 5px 5px 5px 25px;
	float: right;
	margin: 10px 25px 0 0;
}
/*====================================================================================*/
/* ----------------------------	FULL PAGE DISPLAY Styles ---------------------------- */
/*====================================================================================*/
/*-----------------------------*/
/* - Navigation menu - START - */
/*-----------------------------*/
div#prop-output-nav {/*property details navigation container */
	color: #C60001;
	font-weight: 600;
	border-top: dotted 1px #818181;
	border-bottom: dotted 1px #818181;
	background-color: #DEE5EF;
	padding: 5px 30px 5px 20px;
	margin: 10px 0 20px 0;
	height: 14px;
}

	div#prop-output-nav a {/*property details navigation link*/
		color: #3C5782;
	}

div#prop-output-status {/*numerical navigation container*/
	float: right;
}

div#prop-output-savead {/*save ad container*/
	float: right;
	width: 200px;
}
/*---------------------------*/
/* - Navigation menu - END - */
/*---------------------------*/
div#prop-output {/*property details container*/
}

	div#prop-output p {/*property details paragraph*/
		margin: 0 0 5px 0;
	}

		div#prop-output p.address {/*property details - address*/
			font-weight: 600;
		}

		div#prop-output p.ptype {/*property details - property type*/
			font-size: 13px;
		}

		div#prop-output p.price {/*property details - price*/
			color: #A93C1A;
			margin: 0 0 15px 0;
			font-weight: bold;
		}

		div#prop-output p.title {/*property details paragraph titles*/
			color: #3C5782;
			font-weight: 600;
			border-bottom: dotted 1px #818181;
			margin: 10px 0 5px 0;
		}
		
		div#prop-output p.feature {/*property details feature*/
			background: url(../GWimages/tickbox.gif) left top no-repeat;
			padding: 0 0 10px 20px;
		}

div#prop-output-details {/*property details - primary details container*/
	float: left;
	width: 230px;
	padding: 0 5px 0 10px;
}

div#bannerImage {/*static non-javascript image container - used depending on property Status (e.g. Sold, Sale Agreed, etc)*/
	text-align: center;
}

div#prop_output_description {/*lower description container*/
	padding: 0 0 0 10px;
}

	div#prop_output_description.inlined {/*inlined version for when no images exist and text is moved up beside upper description*/
		margin-left: 300px;
	}

		div#prop_output_description.inlined p.title {/*property detailsdescription container hack - blank out the parapgraph title border when block moved up because of no pictures*/
			border-bottom: solid 1px #EFEFEF;
		}

table#prop-output-footer {/*property details - contact and feature details */
	border-collapse: collapse;
	margin: 20px 0 0 10px;
}

	table#prop-output-footer td.prop-output-footer-item {/*each cell of the table*/
		border: solid 1px #959B97;
		vertical-align: top;
		width: 50%;
	}
	
	table#prop-output-footer input.text {/*text input*/
		width: 150px;
	}

	table#prop-output-footer textarea.text {/*text input*/
		width: 240px;
	}
/*=======================================================================*/
/* ----------------------------	NEWS Styles ---------------------------- */
/*=======================================================================*/
p.news-title {/* news article title */
	font-weight: bold;
	margin-top: 30px;
}

p.news-content {/* news article content */

}

div.news-item {/* news article list item */
	margin-bottom: 15px;
}



