#searchResults {
	width: 700px;
}

#searchResults table {
	margin: 0 15px;
	font-size: 13px;
}

#searchResults th {
	font-weight: bold;
	text-align: center;
	color: #333;
}

#searchResults th, #searchResults td {
	padding: 0 10px;
	height: 24px;
}

.valueCol {
	width: 120px;
}

.addressCol {
	width: 320px;;
}

.cityCol {
	width: 130px;
	white-space: nowrap;
}

.stateCol {
	width: 50px;
	text-align: center;
}

.zipCol {
	width: 65px;
	text-align: center;
}

.row1 td {
	background-color: #F8F8F8;
}

.row2 td {
	background-color: #F0F0F0;
}

#searchResults a {
	color: #333;
}

#searchResults a:hover {
	text-decoration: none;
}

#pageButtons {
	margin: 10px 15px;
	text-align: right;
}