/* SNOWSHOE HOMES FOR SALE PAGE CSS
---------------------------------------------*/

body,td,th {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #AD6B39;
}

a:active {
	color: #000;
}
		
.propertylisting th {
	background-color: #5b6961;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
		
.propertylisting td {
	text-align: center;
}
		
.propertylisting td {
	text-align: center;
}
		
.propertylisting td.summaryunit {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
		
.propertylisting td.summaryprice {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
		
.buttons td {
	font-size: 12px;
	font-weight: bold;
}