.stacking_plan_image
{
	background-image: url(../_images/Backgrounds/stacking_plan.jpg);
	width: 770px;
	margin: 0 0 0 0;
	position: relative; top: 0px; left: 0px;
	overflow: hidden;
	padding-bottom: 10px;
}

.availableKey
{
	float: right;
	width: 150px;
}

.availableKey div
{
	float: left;
	height: 16px;
	width: 20px;
	background-color:#CF9;
	margin-right: 5px;
}

.floor_row
{
	width: 714px;
	height: 52px;
	margin-left: 31px;
	border-left: 1px solid #000000;
	position: relative; top: 0px; left: 0px;
}

.suite_container
{
	height: 50px;
	background-color: #FF9;
	border: 1px #000000 solid;
	border-left-style: none;
	float: left;
}

.suite_container.highlight
{
	background-color: #FF0;
}

.suite_container.available
{
	background-color: #CF9;
}

.suite_container.available.highlight
{
	background-color:#9F3;
}

.suite_info
{
	font-weight: bold;
	padding-left: 10px;
	color: #000000;
	font-size: 12px;
	margin-top: 5px;
	float: left;
}

.first_row
{
	margin-top: 62px;
}

.below_row
{
	margin-top: 20px;
	position: relative; top: 0px; left: 0px;
}

.suite_number_box
{
	height: 24px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	width: 44px;
	line-height: 22px;
	font-size: 14px;
	float: left;
}

.below_row a
{
	width: 710px;
	height: 50px;
	display: block;
	position: absolute; top: 0px; left: 0px;
}

.first_row a
{
	display: block;
	width: 710px;
	height: 50px;
	position: absolute; top: 0px; left: 0px;
}
