/**/
.map-window {
	position: fixed;
	left: 0; right: 0; top: 0; bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1500;
}
#big-map_container {
	position: relative;
	width: 94%;
	height: 94%;
	overflow: hidden;
	background-color: white;
	margin: 20px auto;
	border-radius: 5px;
	box-shadow: 0 2px 10px #111;
}
/* log section*/
.log-debug {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	overflow: auto;
	display: none;
}
.log-debug #log-out {
	position: relative;
	padding: 3px 5px 3px 10px;
}
/* Maps Section
--------------------------------------------------*/
.l-maps {
	overflow: hidden;
	position: absolute;
	top: 0px;
	bottom: 0;
	width: 100%;
	}
	.l-maps-inner {
		position: absolute;
		top: 60px;
		bottom: 0;
		width: 100%;
		}
/* Map Header
------------------------------*/
.maps-header {
	height: 59px;
	line-height: 59px;
	padding: 0 20px;
	border: 1px solid #efefef;
	border-radius: 5px 5px 0 0;
	background: #fafafa;
	color: #272727;
	}
	.maps-header DL DT {
		float: left;
		padding-right: 20px;
		font-weight: bold;
		}
	.maps-header DL DD {
		float: left;
		}
.maps-header .categories > LI {
	float: left;
	width: auto;
	line-height: 25px;
	margin: 17px 25px 0 0;
	}
	/* Icon & Checkbox */
	.maps-header .categories > LI .icon {
		padding: 0 5px 0 15px;
		border-radius: 20px 0 0 20px;
		}
		.maps-header .categories > LI .icon LABEL {
			display: block;
			overflow: hidden;
			width: 50px;
			background: url(/images/google-map3/icon-sprite.png) no-repeat 24px 0;
			}
			.maps-header .categories > LI.hotels .icon LABEL { background-position: 24px -25px; }
			.maps-header .categories > LI.excursions .icon LABEL { background-position: 24px -50px; }
		.maps-header .categories > LI.places .icon { background: #2eb900; }
		.maps-header .categories > LI.hotels .icon { background: #ff8700; }
		.maps-header .categories > LI.excursions .icon { background: #007cd3; }
	/* Selector Wrapper */
	.maps-header .categories > LI .selector {
		height: 23px;
		line-height: 23px;
		margin-left: -5px;
		padding: 0 20px 0 15px;
		background: #fff;
		border: 1px solid #e1e1e1;
		border-left: 0;
		border-radius: 5px 20px 20px 5px / 20px;
		}
/* Selects */
.maps-header .categories LI .select A.selected {
	display: inline-block;
	}
	.maps-header .categories LI .select A.selected STRONG {
		display: inline-block;
		line-height: 11px;
		border-bottom: 1px dotted #0045b2;
		background: none;
		}
.maps-header .categories LI .select UL LI {
	font-size: 14px;
	color: #808080;
	}
.maps-header .categories LI .select SPAN {
	padding-right: 0;
	}
.maps-header .categories LI .select .bottom {
	margin: 0 -14px 0 -15px;
	padding: 12px 15px 9px;
	background: #f4f4f4;
	}

/* temporary disable label for checkbox */
LI INPUT[disabled] + LABEL {
	color: #c0c0c0 !important;
}
/* Map Places
------------------------------*/
.map-places {
	position: absolute;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 244px;
	height: 100%;
	background: #ededed;
	border: 1px solid #e2e2e2;
	border-bottom: 0;
	border-right: 0;
	}
/* Item Block */
.map-places .item {
	width: 217px;
	margin: 0;
	padding: 6px 6px 8px;
	}
	.map-places .item:hover {
		background: #fff;
		cursor: pointer;
		}
	.map-places .item .info {
		padding: 3px 0 0 1px;
		}
		.map-places .item .info A:hover {
			text-decoration: underline;
			}
	.map-places .item .number {
		float: left;
		width: 19px;
		height: 19px;
		line-height: 19px;
		margin-top: 11px;
		text-align: center;
		font-weight: bold;
		background: #fff;
		border: 3px solid #aaa;
		border-radius: 20px;
		color: #272727;
		}
		.map-places .item:hover .number {
			background: #fff;
			}
	.map-places .item .name {
		overflow: hidden;
		float: left;
		width: 184px;
		padding-left: 5px;
		line-height: 16px;
		white-space:nowrap;
		}
		.map-places .item .name .title:hover,
		.no-places A:hover {
			text-decoration: none;
			background: url(/images/2.5.4/search/border.gif) repeat-x 0 12px;
			}
		.map-places .item .info .name DIV A {
			margin-right: 4px;
			}
		.map-places .item .info SMALL {
			display: block;
			font-size: 10px;
			}
/* Colors */
.map-places .place .number { border-color: #199900; }
.map-places .hotel .number { border-color: #ff7200; }
.map-places .excursion .number { border-color: #0078ff; }
.map-places .place .info SMALL { color: #199900; }
.map-places .hotel .info SMALL { color: #ff7200; }
.map-places .excursion .info SMALL { color: #0078ff; }
/* hover item */
.map-places .item:hover .number { color: #fff; }
.map-places .item.place:hover .number { background-color: #199900; }
.map-places .item.hotel:hover .number { background: #ff7200; }
.map-places .item.excursion:hover .number { background: #0078ff; }

/* Paging Block
------------------------------*/
.map-places-paging {
	padding: 10px;
	}
	.map-places-paging .btn-prev {
		padding: 0 5px 0 10px;
		}
	.map-places-paging .btn-next {
		float: right;
		}
	.map-places-paging UL {
		padding-top: 10px;
		}
		.map-places-paging LI {
			float: left;
			width: 14%;
			text-align: center;
			font-size: 15px;
			}

/* No Places Message
------------------------------*/
.no-places {
	padding: 20px;
	line-height: 17px;
	font-size: 12px;
	}
	.no-places .message {
		padding-bottom: 15px;
		color: #d20000;
		}

/* Map Area
------------------------------*/
.map-area {
	position: absolute;
	left: 250px;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #a7a7a7;
	}
	/* btn Close */
	.map-button-close {
		position: absolute;
		right: 20px;
		}
		.map-button-close .close-popup {
			display: inline-block;
			line-height: 22px;
			padding-left: 22px;
			background: url(/images/2.7.4/element/popup2-close.png) no-repeat;
			}

/* Place Popup
------------------------------*/
.map-popup {
	width: 396px;
	}
	.map-popup * {
		font-family: Arial, Helvetica, sans-serif !important;
		}
	.map-popup H3 {
		font-size: 16px;
		font-weight: bold;
		}
	.map-popup .category {
		font-size: 11px;
		color: #199900;
		}
.map-popup .meta {
	padding-top: 5px;
	}
.map-popup .photo {
	width: 225px;
	height: 123px;
	background: #efeff1;
	}
.map-popup .info {
	width: 160px;
	}
	.map-popup .info DIV SPAN {
		margin-right: 5px;
		}
	.map-popup .e-hotel-best {
		vertical-align: bottom;
		}
	.map-popup .e-rating {
		font-size: 11px !important;
		}
	.map-popup .info P {
		padding-top: 5px;
		}
	.map-popup H3 A:hover,
	.map-popup .info A:hover {
		text-decoration: underline;
		}
.map-popup .desc {
	padding-top: 10px;
	line-height: 16px;
	font-size: 12px;
	color: #8e8e8e;
	}
	.map-popup .desc A {
		color: #8e8e8e;
		}
	.map-popup .desc SPAN I {
		position: relative;
		}
		.map-popup .desc SPAN I I {
			position: absolute;
			top: -10px;
			left: -55px;
			width: 58px;
			height: 15px;
			background: url(/images/2.5.4/map/i1.png);
			}
	.map-popup .desc .more {
		margin-left: 5px;
		}

/* add cooperjohns 2013-06-14 */
.drop_down li.sub.lev1{
	padding-left: 20px;
}
.drop_down li.sub.lev2{
	padding-left: 36px;
}


