@charset "utf-8";
/* Floorplan table */

#FPtable {width:960px;}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
/*	margin: 45px;*/
	width: 460px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 12px;
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #F00;
}
#box-table-a td
{
	padding: 12px;
	background: #ececec; 
	border-bottom: 1px solid #fff;
	color: #333;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #e3e3e3;
	color: #333;
}