table#plans {
	margin: 25px 0;
	border-collapse: collapse;
	overflow:hidden
}
table#plans tr {
	border: 1px solid #ccc;
}
table#plans tr td {
	padding: 14px;
	white-space: nowrap; 
}
table#plans tr td.propertyname a {
	padding: 0 0 0 15px;
	background: url(../img/nav/arrow.gif) no-repeat 0 50%;
}
table#plans tr td.size,
table#plans tr td.rooms,
table#plans tr td.price {
	text-align: center;
	width:80px;
}
table#plans tr td.view,
table#plans tr td.check {
	text-align: center;
	width: 100px;
}
table#plans tr th {
	padding: 15px 10px;
	background: #bcb590;
	color:#fff;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
table#plans tfoot tr td {
	padding: 10px 15px;
	background: #bcb590;
}
table#plans tr th.plan {
	width: 80px;
	text-indent: 10px;
}
table#plans tr th.brba,
table#plans tr th.sqft,
table#plans tr th.price {
	text-align: center;
	width:70px;
}
table#plans tr th.details,
table#plans tr th.availability {
	text-align: center;
	width: 110px;
}
table#plans tr.even td {
	background:#F6F4EB;
}
table#plans tr.odd td {
	background:#ffffff;
}

/* ------| Buttons ------ */
table#plans tr td.view a,
table#plans tr td.check a {
	padding: 4px;
	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.view a:hover,
table#plans tr td.check a:hover {
	background:#808069;
	color:#fff;
}
