.floor0 #middle-right
{
	background: url(../images/floors/floor0_bg.png);
}

/* Shop List */
#shops-list
{
	margin-bottom: 20px;
}
#shops-list div
{
	display: none;
	background-color: white;
	font-size: 11px;
	margin-bottom: -1px;
}
#shops-list a
{
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 3px 0 3px 10px;
	margin-left: 10px;
	outline: none;
}
#shops-list > a
{
	border-top: 1px solid white;
}
#shops-list > a.last
{
	border-bottom: 1px solid white;
}
#shops-list > a.selected
{
	border-top: none;
	background-color: white;
	color: #FF0089;
	font-weight: bold;
	margin-left: 0;
	padding-left: 20px;
}

/* Sections */
.a, .b, .c
{
	color: white;
	font-weight: bold;
	padding: 0 2px;
}
.a {background-color: #acca33;}
.b {background-color: #FF0089;}
.c {background-color: #ffd300;}

/* Floor map */
.floor-map
{
	margin: 0 auto;
	text-align: center !important;
}

/* Map legend */
.legend {font-size: 11px;}
.floor0 .legend {font-size: 13px;}
.legend img
{
	vertical-align: middle;
	margin-left:15px;
}
.legend img:first-child {margin-left: 0;}

