table.location {
	background: #fff;
	margin: 0px 0px 20px 0px;
	font-size: 1.2em;
}

	table.location td {
		padding: 20px 0px 20px 0px; 
		line-height: 1.6em;
	}

	table.location .area { width: 130px; text-indent: 20px; color: #422415; }
	table.location .cities { width: 510px; color: #826251; }
	table.location .action { width: 80px; text-indent: 20px; color: #826251; }
	table.location .action a {
		padding: 2px 4px 3px 4px;
		background: #D44126;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.8em;
	}
	table.location .action a:hover { background: #E8B4AA; color: #D44126; }

	table.location tr td { border-bottom: 1px solid #ccc; }

	table.location .heading td {
		border-top: 1px solid #422415;
		border-bottom: 1px solid #422415;
		font-weight: bold;
		font-size: 0.8em;
	}

	table.location .heading .area,
	table.location .heading .cities,
	table.location .heading .action {
		color: #B88367;
	}

	table.location .heading td {
		padding: 10px 0px 10px 0px;
	}

	table.location .unavailable,
	table.location .unavailable a { color: #B79E92; }
	
