

	.map-planSalleGrid-caption {
	}
	
	.map-planSalleGrid-caption .caption {
		margin:			0;
		padding: 20px 5px;
		width:			100%;
	}
	
	.map-planSalleGrid-caption .caption li {
		clear:				left;
		margin:				2px 0;
		list-style-type:	none;
		padding:			0;
		white-space:		nowrap;
	}
	
	.map-planSalleGrid-caption .caption li .icon {
        float: left;
        display: block;
        width: 18px;
        height: 18px;
        border: 1px solid #efefef;
	}
	
	.map-planSalleGrid-caption .caption li:hover label {
		color:	#444;
	}
	
	.map-planSalleGrid-caption .caption li.disabled label {
		text-decoration:	line-through;
	}
	
	.map-planSalleGrid-caption .caption li label {
		margin:			0;
		cursor:			pointer;
		padding:		5px;
		padding-bottom:	0;
	}
	
	.map-planSalleGrid-caption .caption input {
		display:	none;
	}
	
	
	.map-planSalleGrid-caption .caption .locked .icon {
		background-color:	#e00;
	}
	
	.map-planSalleGrid-caption .caption .unused .icon {
		background-color: #d1dede;
	}
	
	.map-planSalleGrid-caption .caption .kept .icon {
		background-color:		#015BAF;
		background-image:		url("../images/seat_kept.png");
		background-repeat:		no-repeat;
		background-position:	50% 50%;
	}
	
	.map-planSalleGrid-caption .caption .keptAvailable .icon {
		background-image:		url("../images/seat_keptAvailable.png");
		background-repeat:		no-repeat;
		background-position:	50% 50%;
		border-color:			#AAA;
	}
	
	.map-planSalleGrid-caption .caption .kept {
		display:	none;
	}
	
	.map-planSalleGrid-caption .caption .sold .icon {
        background-color: #ff3b1d;
        background-image: url("../images/seat_sold.png");
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 15px;
	}
	
	.map-planSalleGrid-caption .caption .cart .icon {
		background-color:		#ff3b1d;
		background-image:		url("../images/seat_cart.png");
		background-repeat: 		no-repeat;
		background-position:	50% 50%;
	}
	
	.map-planSalleGrid-caption .caption .subscription .icon {
		background-color:		#ff3b1d;
		background-image:		url("../images/seat_abo.png");
		background-repeat:		no-repeat;
		background-position:	50% 50%;
	}
	
	.map-planSalleGrid-caption .caption .pending .icon {
		background-color:		transparent;
		background-image:		url("../images/seat_pending.png");
		background-repeat:		no-repeat;
		background-position:	50% 50%;
		border-color:			#AAA;
	}

	.map-planSalleGrid-caption .caption .keptOnSubscription .icon {
		background-color:		#ff3b1d;
		background-image:		url("../images/seat_kept_abo.png");
		background-repeat:		no-repeat;
		background-position:	50% 50%;
	}
	
	.map-planSalleGrid-caption .caption .subscribersFirst .icon {
		background-color:		white;
		background-image:		url("../images/seat_prio_abo.png");
		background-repeat:		no-repeat;
		background-position:	top right;
	}
	.map-planSalleGrid-caption .caption .subscribersFirstSubscription .icon {
		background-image:		url("../images/seat_prio_abo_subscription.png");
		background-repeat:		no-repeat;
		background-position:	top right;
	}
	.map-planSalleGrid-caption .caption .keptSubscribersFirst .icon {
		background-image:		url("../images/seat_kept_prio_abo.png");
		background-repeat:		no-repeat;
		background-position:	top right;
		border-color:			#AAA;
	}
    
	.map-planSalleGrid-caption .caption .keptSubscribersFirstSubscription .icon {
		background-image:		url("../images/seat_kept_prio_abo_subscription.png");
		background-repeat:		no-repeat;
		background-position:	top right;
		border-color:			#AAA;
	}

	.map-planSalleGrid-caption .caption .onSubscriptionEvent .icon {
		background-color:		#e00;
		background-image:		url("../images/seat_abo_event.png");
		background-repeat:		no-repeat;
		background-position:	50% 50%;
	}

	.map-planSalleGrid-caption .caption .highlight {
		margin-top:	10px;
	}

	.map-planSalleGrid-caption .caption .highlight .icon {
		border:				1px solid #aaa;
		background-color:	#FFD800;
	}

