@charset "utf-8";
/* CSS Document */



/* Relative positioning*/
		#wrapper_map, #wrapper_map1 {
			position: relative;
			margin: 0 0;
			background:#DD1317;
			/*border:1px solid #ccc;*/
		
		}
		
		
		/* Hide the original tooltips contents */
		.pin {
			display: none;
		}
		
		/* Begin styling the tooltips and pins */
		.tooltip-up, .tooltip-down {
			position: absolute;
			background: url(../images/1.png) no-repeat;
			width: 12px;
			height: 12px;
		}
		
		.tooltip-down {
			/*background-position: 0 -52px;*/
		}
		
		.tooltip {
			display: none;
			width: 200px;
			cursor: auto;
/*			text-shadow: 0 1px 0 #fff;
*/			position: absolute;
			top: 20px;
			left: 50%;
			z-index: 999;
			margin-left: -100px;
			padding:5px;
			color: #fff;
			border:1px solid #1583c6;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			/*-moz-box-shadow: 0 3px 0 rgba(0,0,0,.7);
			-webkit-box-shadow: 0 3px 0 rgba(0,0,0,.7);
			box-shadow: 0 3px 0 rgba(0,0,0,.7);*/
			
-moz-box-shadow: 4px 4px 6px #dbdbdb;
-webkit-box-shadow: 4px 4px 6px #dbdbdb;
box-shadow: 4px 4px 6px #dbdbdb;
			
			background:#1583c6;
			text-align:left;
		
			}		
		
		.tooltip p{font-size:10px; color: #fff; margin-bottom:0;}
		.tooltip a{color:#bbb;}
		.tooltip a:hover{color:#fff;}
		.tooltip hr{ margin:5px 0; border:0px; background:#bbb; height:1px;}
		
		
		.tooltip::after {
			content: '';
			position: absolute;
			top: -10px;
			left: 50%;
			margin-left: -10px;
			border-bottom: 10px solid #1583c6;
			border-left: 10px solid transparent ;
			border-right :10px solid transparent;
			
		}
		
		.tooltip-down .tooltip {
			bottom:15px;
			top: auto;

		}
		
		.tooltip-down .tooltip::after {
			bottom: -10px;
			top: auto;
			border-bottom: 0;
			border-top: 10px solid #000;
			
	
		}
		
		.tooltip h2 {
			font:  14px 'Trebuchet MS', Tahoma, Arial;
			margin: 0 0 0px;
			text-transform:uppercase;
			color:#fff;
			font-weight:bold;
			
		}
		
		.tooltip ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		

		