#map_container {
	position:relative;
	width:998px;
	height:815px;
	margin-left:-291px;
}

#loadmap, #map {
	width:100%;
	height:100%;
	position:absolute;
}

#loadmap {
	margin-top:70px;
}

#loadmap, #loadmap > div {
	text-align:center;
	vertical-align: middle !important;
	font-size:22px;
	line-height:26px;
	color:#000000;
}

#loadmap #percents {
	width:55px;
	text-align:right;
}

#map_bg {
	background:url(/images/stories/map/bg.png);
	display: none;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#map_left {
	margin: -75px 0px 0px 26px;
	z-index: 20;
}

.tt {
	background:url(/images/stories/map/tooltip1-1.png);
	width:400px;
	height:250px;
	position:absolute;
	display: none;
	z-index: 50;
}

.tt.down 					{ background:url(/images/stories/map/tooltip1-2.png); }
.tt.left					{ background:url(/images/stories/map/tooltip1-3.png); }
.tt.down.left				{ background:url(/images/stories/map/tooltip1-4.png); }
.tt.right					{ background:url(/images/stories/map/tooltip1-5.png); }
.tt.down.right				{ background:url(/images/stories/map/tooltip1-6.png); }

.tt.with_price 				{ background:url(/images/stories/map/tooltip2-1.png); height:350px; }
.tt.with_price.down			{ background:url(/images/stories/map/tooltip2-2.png); }
.tt.with_price.left			{ background:url(/images/stories/map/tooltip2-3.png); }
.tt.with_price.down.left	{ background:url(/images/stories/map/tooltip2-4.png); }
.tt.with_price.right			{ background:url(/images/stories/map/tooltip2-5.png); }
.tt.with_price.down.right	{ background:url(/images/stories/map/tooltip2-6.png); }

.tt.down div.tt_content {	margin-top: 20px; }


.tt div.tt_content, .tt div.tt_content_price {
	height: 215px;
	overflow: hidden;
	padding:10px 10px 0px 10px;
	font-size:13px;
	position: relative;
	z-index:100;
}

.tt div.tt_content .tt_close {
	background:url(/images/stories/map/close.png);
	width:15px;
	height:15px;
	position:absolute;
	right: 5px;
	top: 5px;
}
.tt div.tt_content .tt_close:hover {
	background:url(/images/stories/map/close-h.png);
	cursor:pointer;
}

.tt div.tt_content div.images, .tt div.tt_content div#loadimage {
	position: relative;
	width: 240px;
}

.tt div.tt_content div.images div {
	position: absolute;
	z-index: 10;
}

.tt div.tt_content div.images div:first-child {
	position: absolute;
	z-index: 20;
}

.tt div.tt_content div.images img {
	width: 240px;
	max-height: 180px;
	display:none;
}

.tt div.tt_content div.images div#loadimage {
	position: absolute;
	z-index: 15;
	width: 240px;
	height: 180px;
}
.tt div.tt_content div#loadimage img {
	position:absolute;
	display:block;
	width: auto;
	max-height: auto;
	left:50%;
	top:50%;
	margin-left:-16px;
	margin-top:-24px;
}

.tt div.tt_content div.images+div {
	margin-left: 8px;
	width:130px;
	text-align: left;
	line-height: 14px;
}

.tt div.tt_content div.images+div p {
	margin-bottom: 11px;
}

.tt div.tt_content  h1 {
	margin-top: 0px;
	margin-bottom: 8px;
	color:#034B7B;
	font-size: 18px;
}

.tt div.tt_content p, .tt div.tt_content_price p  {
	margin-top: 0px;
}

.tt a.more_photos 		{ border-bottom:1px dashed #528DB4; line-height: 18px;}
.tt a.more_photos:hover	{ border-bottom:none;}

.tt div.tt_content .order {
	position: absolute;
	right:10px;
	bottom:0px;
	text-align:right;
}

.tt .order a 			{ color:#D00; border-bottom:1px dashed #D00; line-height: 18px; letter-spacing:1px; }
.tt .order a:hover	{ color:#F00; border-bottom:none;}

.tt div.tt_content_price {
	height:100px;
	padding-top:0px;
}

.tt div.tt_content_price .column {
	border-left:1px solid #ffe067;
	padding:0px 5px 6px 5px;
}
.tt div.tt_content_price .column:first-child {
	border-left:none;
}

.tt div.tt_content_price p {
	margin-bottom: 3px;
}

.tt div.tt_content_price .cost {
	font-size: 16px;
	color:green;
}
.tt div.tt_content_price .cost.cross-discount {
	color:#FF3A25;
	text-decoration:line-through;
	margin-bottom: 0px;
}

.tt_content_price.stretch .column p:first-child, .tt_content_price.stretch .column p.cost, .tt_content_price.stretch .column div.order {
	margin:10px 0px;
}


.alloc {
	color: #034B7B;
}

#map .img_normal, #map .img_hover, #map .img_opacity {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor:pointer;
}
#map .img_hover		{ z-index:30; }
#map .img_normal		{ z-index:20; }
#map .img_opacity		{ z-index:10; }
#map .img_normal img, #map .img_hover img, #map .img_opacity img {
	display: none;
}

#d_filter_container {
	position:absolute;
	right:0px;
	top:40px;
	display: none;
	z-index:30;
}

#d_filter div+div {
	margin-top:22px;
	margin-left: 40px;
	width:275px;
	text-align: left;
}

#tbl_filtermap td {
	padding:4px 0px;
	font-style: italic;
}
#tbl_filtermap td:first-child, #tbl_filtermap td:first-child + td {
	padding:4px 0px 4px 0px;
}

#tbl_filtermap td:first-child + td 	{ padding-left:  3px; }
#tbl_filtermap td+td+td+td+td			{ padding-right: 3px; }

#tbl_filtermap tr.header td {
	border-bottom: 1px solid #CCC;
	color:gray;
}
#tbl_filtermap tr.header td:first-child {
	border-bottom: none;
}

#tbl_filtermap td span {
	padding: 0px 3px;
	margin: 0px 3px;
	border-bottom:1px dashed;
	cursor: pointer;
}
#tbl_filtermap td:first-child + td span {
	padding: 0px 0px 0px 0px;
}
#tbl_filtermap td span:hover {
	border-bottom:none;
	color:red !important;
}

#tbl_filtermap tr.economy td span	{ color:#007300; border-bottom-color:#007300; }
#tbl_filtermap tr.standard td span	{ color:#009DD2; border-bottom-color:#009DD2; }
#tbl_filtermap tr.comfort td span	{ color:#DB9200; border-bottom-color:#DB9200; }
#tbl_filtermap tr.coast td span		{ color:#DB9200; border-bottom-color:#DB9200; }
#tbl_filtermap tr.winter td span		{ color:#034B7B; border-bottom-color:#034B7B; }
#tbl_filtermap tr.lux td span		{ color:red; border-bottom-color:red; }

#tbl_filtermap span.active {
	border-bottom: none;
}


#hints_container {
	margin-top:15px;
	width:184px;
	position:absolute;
	right:0px;
}

#hints_container > div {
	position:absolute;
	top:0px;
	display:none;
}

#hints_container .hint_top {
	position:absolute;
	top:0px;
	width:100%;
	height:16px;
}
#hints_container .hint_middle {
	position:absolute;
	top:16px;
	bottom:16px;
	width:100%;
	min-height:1px;
}
#hints_container .hint_bottom {
	position:absolute;
	bottom:0px;
	width:100%;
	height:16px;
}
#hints_container .hint_content {
	position:relative;
	padding:6px 10px;
	text-align:left;
}

#hints_container .economy .hint_top 		{	background:url(/images/stories/map/hint_economy_top.png);		}
#hints_container .economy .hint_middle 	{	background:url(/images/stories/map/hint_economy_middle.png);	}
#hints_container .economy .hint_bottom	 	{	background:url(/images/stories/map/hint_economy_bottom.png);	}

#hints_container .standard .hint_top 		{	background:url(/images/stories/map/hint_standard_top.png);		}
#hints_container .standard .hint_middle	{	background:url(/images/stories/map/hint_standard_middle.png);	}
#hints_container .standard .hint_bottom 	{	background:url(/images/stories/map/hint_standard_bottom.png);	}

#hints_container .comfort .hint_top 		{	background:url(/images/stories/map/hint_comfort_top.png);		}
#hints_container .comfort .hint_middle 	{	background:url(/images/stories/map/hint_comfort_middle.png);	}
#hints_container .comfort .hint_bottom 	{	background:url(/images/stories/map/hint_comfort_bottom.png);	}
