.slidable {
	background: white;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
		    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
	}
	.slidable__header {
		position: relative;
		padding: 10px 60px 10px 15px;
		line-height: 1.3;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 16px;
		font-family: 'DINPro_Bold', Arial;
		color: white;
		background: url(../../i/map/map-options-header.png) repeat-x #D50046;
		}
		.slidable__header > .after,
		.slidable__header:after {
			position: absolute;
			bottom: -14px;
			left: 0;
			display: block;
			width: 100%;
			height: 14px;
			background: url(../../i/map/map-options-sh.png) no-repeat center top;
			content: '';
			}
		.slidable__header__opener {
			position: absolute;
			top: 27px;
			right: 21px;
			z-index: 5;
			display: block;
			overflow: hidden;
			margin-top: -7px;
			width: 28px;
			height: 14px;
			background: url(../../i/map/map-options-opener.png) no-repeat;
			text-indent: -9999em;
			font-size: 0;
			}
		.slidable__header__opener.m-opened {
			background-position: 0 -17px;
			}

	.slidable__header .mapOptions__prods {
		width: 237px;
		cursor: default;
		}
		.slidable__header .mapOptions__prods__list li.m-active {
			cursor: default;
			}

	.slidable__content {
		position: relative;
		z-index: 2;
		}

	.slidable .mapOptions__prods__list {
		padding: 9px 70px 3px 0px;
		}