/* CMS Map blocks */
#cms-map{
	height:284px;
	width: 100%;
	z-index:50;
}


.map-options{
	overflow-y:scroll; 
	border-top: 2px solid #84827d;
	background: #F6F5F2;
}
	.boxextralarge .map-options{
		height:280px;

	}

.map-options h4{
	margin: 10px 0 0 10px;
	color: #53524e;
	font-size: 1em;
}
/* LIst with companytypes */

.map-options ul{
	margin: 5px 0 0 0;
}

.map-options ul{
	padding:5px 5px 5px 5px;
	margin: 0;
	font-size: 0.9em;
	overflow:hidden;
}
	ul#map-accommodations{
		padding-left: 21px;
		text-transform:capitalize;
	} 

.map-options li{
	border-bottom: 1px dotted #EBEBEB;
    float: left;
    font-weight: normal;
    line-height: 19px;
    overflow: hidden;
    padding: 3px 2px;
    width: 100%;
    font-size:12px;
}
.map-options li input {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
	
	.map-options li.disabled label{
		color: #b6b6b6;
	}

.map-options li li{
	padding:1px;
	border:none;
	font-weight:normal;
	margin:0;
}

.map-options ul ul{
	display:none;
	padding: 0 0 0 35px;	
}
	.map-options li.opened ul{
		display:block;
	}

.map-options li .sublist-toggler{
	background: url('/img/map/arrow_right.png') no-repeat left center;
	cursor:pointer;
	float:left;
	height: 16px;
	width:16px;
}
	.map-options li.opened .sublist-toggler{
		background-image: url('/img/map/arrow_down.png');
	}


.map-options img{
	float:right;
	margin:2px 5px 0 0;	
}

.map-options label{
	overflow:hidden;

	bottom: 2px;
}

#map-container{
	position:relative;
}

/* isn't used ,may be later */
#map-container #limit-notification{
	display:none;
	font-size: 0.9em;
	width: auto;
	height: auto;
	background: #fdfddc;
	border: 1px solid #999966;
	padding: 0 5px 0 5px;
	position:absolute;
	top: 25px;
	right:6px;
	z-index: 10000;
}

#map-details{
	background: transparent url("/img/layout/boxes/map_detail.png") no-repeat 0 0 ;
	visibility:hidden;
	height:286px;
	width: 178px;
	position:absolute;
	left: 0;
	top:0;
	z-index:20;
}

.boxextralarge #map-details{
	background: transparent url("/img/layout/boxes/map_detail_xxl.png") no-repeat 0 0 ;
	height:205px;
	width: 287px;
	margin: 20px 0 0 300px;
	z-index:100;
	display:none;
	visibility:visible;
}

	#map-details h3{
		color:#fff;
		background:none;
		margin:1px 0 0 0;
		font-size: 14px;
	}
	#map-details p{
		color: #fff;
		padding: 5px 10px 0 10px;
		font-size: 1em;
		line-height: 1.2em;
	}
	#map-details img.logo{
		float:left;
		margin: 0 10px 5px 0;
		padding: 2px;
		background: #fff;
		border: 1px solid #ccc;
	}

	a.more-info{
		color: #d4eeff;
		padding: 0 0 0 10px;
	}
	
	a.more-info:hover{
		text-decoration:none;
	}

/** ExtraLarge Map **/

.boxextralarge #cms-map{
	width:643px;
	float:right;
	height:500px;
	border-bottom: 1px solid #dfdcd0;
}

.boxextralarge .map-options{
	border-left: 1px solid #dfdcd0;
	border-bottom: 1px solid #dfdcd0;	
	border-top: none;
	height: 500px;
	width:286px;
	float:left;
	background: #fafaf9 ;
}
* html .boxextralarge .map-options{
	width: 265px;
}

.boxextralarge #map-details{
	left: 187px;
	top:100px;
}



