body { background: none; }

#floorplan_image {
	width: 540px; 
	overflow: hidden; 
	position: absolute;
}

#floorplan_image div div {
	cursor: pointer;
}

#zoom_slider_container {
}

#controls_container {
	position: absolute;
}

.tooltip {
	background-color:#F5F5B5;
	border:1px solid #DECA7E;
	color:#303030;
	font-family:sans-serif;
	font-size:12px;
	line-height:18px;
	padding:10px 13px;
	position:absolute;
	text-align:left;
	z-index:100;
	opacity:1 !important;
}

.tooltip table {
	width: auto;
}

.tooltip td {
	font-size: 12px;
	vertical-align: middle;
}
.tooltip td img {
	border: none;
	margin-top: 4px;
	margin-bottom: 4px;
}
.tooltip td.separator {
	border-bottom: 2px solid #8fb0e3;
}

#image_column {
	width: 540px;
	float: left;
}

#product_column {
	width: 326px;
	float: right;
	margin-left: 20px;
}

#product_column #column_3 {
	float:right;
	padding:0;
	margin:0;
	width:326px;
}

#product_list_container {
	margin-top: 20px;
	border: solid 3px #CCDDE4;
	padding: 5px;
	float: left;
	width: 525px;
}

.product_list_item {
	float: left;
	overflow: hidden;
	border: 1px red;
	padding: 5px;
	text-align: center;
	width: 80px;
	_width: 95px;
}

#product_list_container .selected {
	background-color: #CCDDE4;
}

#product_list_container .selected a {
	color: #fff;
}
