table#plans {
	margin: 25px 0;
	border-collapse: collapse;
	overflow:hidden
}
table#plans tr {
	border: 1px solid #ccc;
}
table#plans tr td {
	padding: 10px;
	white-space: nowrap; 
}
table#plans tr td.size,
table#plans tr td.rooms,
table#plans tr td.action {
	text-align: center;
}
table#plans tr td.action {
	padding: 10px;
	width:180px;
}
table#plans tr th {
	padding: 10px 15px;
	background: #c1ba97;
	color:#fff;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
table#plans tfoot tr td {
	padding: 10px 15px;
	background: #c1ba97;
}
table#plans tr th.plan {
	width:150px;
	text-indent: 25px;
}
table#plans tr th.brba,
table#plans tr th.sqft {
	width:100px;
}
table#plans tr th.price {
	width:100px;
	text-align: center;
}
table#plans tr th.brba {
	text-align: center;
}
table#plans tr td.propertyname a {
	padding: 0 0 0 25px;
	background: url(../img/nav/arrow.gif) no-repeat 0 50%;
}

table#plans tr.even td {
	background:#F6F4EB;
}
table#plans tr.odd td {
	background:#ffffff;
}

/* ------| Buttons ------ */
table#plans tr td.action a {
	padding: 3px 9px;
	background:#f2e9cb;
	color:#786A45;
	border: 1px solid #786A45;
	font-size: 9px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0 0 0 8px;
}
table#plans tr td.action a:hover {
	background:#bcb590;
	color:#fff;
}

