#map
{
	width:410px;
	height:310px;
	float:right;
	background:#CCC;
}
.mapcat
{
	width:175px;
}
#main .mapcat ul
{
	margin:0; padding:0;
	background:#ddd;
}
	#showCats
	{
		display:block;
		padding:8px 10px;
		background:#efefef url(../images/bg-bleu-headers.jpg) repeat-x 0 50%;
		color:#fff;
		font-weight:bold;
	}
	#main .mapcat ul li
	{
		list-style-type:none;
		padding:0; margin:0;
	}
	#main .mapcat ul label
	{
		position:relative;
		display:block;
		border-bottom:1px solid #efefef;
		padding:4px 0;
		padding-right:6px;
		padding-left:40px;
		font-size:10px;
		background:url(../images/map-legend-on.jpg) no-repeat 15px 50%;
	}
	#main .mapcat ul label.off
	{
		background:url(../images/map-legend-off.jpg) no-repeat 15px 50%;
	}
	#main .mapcat ul label .icon
	{
		position:absolute;
		left:3px;
		display:inline-block;
		padding-left:0px;
		line-height:15px;
	}
	#main .mapcat ul label:hover
	{
		border-bottom:1px solid #ccc;
		background-color:#efefef;
		cursor:pointer;
	}
	.getConnected
	{
		text-align:center;
		padding:15px;
		margin-top:10px;
		background:#efefef;
	}
	#main .mapcat input
	{
		position:absolute;
		left:-999em;
	}