#directionsPanel{
	font-size:73%;
}

div#link {
	background:transparent url(../images/link.gif) no-repeat scroll left top;
	font-size:0.75em;
	padding-top:1px;
}

div#link a{
	padding-left:20px;
}

.baloon{
	/*width:250px;*/
	max-width:250px;
	width: auto;
	font-size: 12px;
	font-family: sans-serif;
}

.baloon .title{
	font-weight:bold;
	font-style:justify;
	border-bottom:2px solid #cc0000;
	margin-bottom: 0.4em ;
	padding:0px 0px 0.3em 2px ;
	font-size: 1.1em;
}

div.directions{
	margin-top:8px ;
	padding-top:12px;
	padding-bottom: 5px;
	padding-left: 0px;
	/*font-size: 0.95em;*/
	color:#AAAAAA;
}

div.description img{
	float:left;
	margin-top:0px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-left:0px;
	padding-left:0px;
	padding-right:5px;
	margin-bottom:0px;
}

div.description{		
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-left:0px;
	/*FONT-SIZE:0.95em;*/
	color:#333;
	background-color:#f2f2f2;
}

small {color: grey;}

div.description ul,
div#thumbnail ul {
	padding-top: 0;	
	padding-left: 0; 
	padding-bottom:0.4em;	
	margin: 0 0 0 0;	
	line-height:1.8em; 
	list-style-type: none;
}
li.fax {
	background: url(../images/ico_fax.gif) no-repeat 0px 3px; 
	padding-left:24px;
}
li.tel {
	background: url(../images/ico_tel.gif) no-repeat 0px 3px;
	padding-left:24px;
}
li.mail {
	background: url(../images/ico_mail.gif) no-repeat 0px 3px; 
	padding-left:24px;
}
li.web {
	background: url(../images/website.gif) no-repeat 0px 3px;
	padding-left:24px;
}
div.description p{
	z-index:10;
	margin-bottom:1px;
	color:#333;
	padding-left:3px;
}


a.feed, a.feed:visited  {
	margin-top:50px;
	padding-bottom:15px;
	background:transparent url(../images/rss.gif) no-repeat scroll 0pt;
	background-position:right 0px;
	padding-right:18px;
	margin-left:0px;
	margin-left:0px;
	margin-right:8px;
}

a.feed:hover {
	color:#FF7500;
}

.error{
	color:red;
	font-size:80%;
	text-align:center;
}
.directionForm{
	margin-top:0px;
	padding-top:0px;
	padding-left:0px;
	margin-left:0px;
}
.info{
	background-color:#f9f9f9;
	border-bottom:1px solid #f2f2f2;
	border-top:1px solid #fff;
	margin-right:0px;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:0px;
	padding-right:5px;
	padding-left:7px;
}
.baloon p.people {
background-image:url(../images/user.gif);
background-position:left top;
background-repeat:no-repeat;
padding-left:1.9em;
margin-top:0.5em;
margin-left:0.4em;
padding-bottom:0.3em;
}

.clusterItem  {
	height:120px;
	overflow:auto;
	background-color:#fafafa;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:0.4em;
}

.clusterItem  ul {
	font-size:0.9em;	
	font-weight:normal;
	margin-left:0.3em;
	margin-top:0.8em;
	margin-bottom:0.3em;
	padding-left:0;
}

.clusterItem  li
{
	list-style:none;
	padding-bottom:1.6em;
	padding-left:0.4em;
	
}

.clusterItem li.item0,
.clusterItem li.item1,
.clusterItem li.item2,
.clusterItem li.item3,
.clusterItem li.item4,
.clusterItem li.item5,
.clusterItem li.item6,
.clusterItem li.item7,
.clusterItem li.item8,
.clusterItem li.item9{
	padding-left:2em;
	background-position:left 0px;
	background-repeat:no-repeat;
}

.clusterItem li.item0{
	background-image:url(../images/clusterA.gif);
}
.clusterItem li.item1{
	background-image:url(../images/clusterB.gif);
}
.clusterItem li.item2{
	background-image:url(../images/clusterC.gif);
}
.clusterItem li.item3{
	background-image:url(../images/clusterD.gif);
}
.clusterItem li.item4{
	background-image:url(../images/clusterE.gif);
}
.clusterItem li.item5{
	background-image:url(../images/clusterF.gif);
}
.clusterItem li.item6{
	background-image:url(../images/clusterG.gif);
}
.clusterItem li.item7{
	background-image:url(../images/clusterH.gif);
}
.clusterItem li.item8{
	background-image:url(../images/clusterI.gif);
}
.clusterItem li.item9{
	background-image:url(../images/clusterL.gif);
}
.clusterItem  li a
{
	text-decoration:none;
}

.clusterItem  li a:hover{
	text-decoration:underline;
}




.leaflet-container .popupTab {
    margin-top: 8px;
    position: relative;
    top: 1px;
}
    .leaflet-container .popupTab ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
    }

.leaflet-container .popupTab a {
    color: #000;
    text-decoration: none;
    padding: 0.4em 1em;
    display: block;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-right: 1px;
}

    .leaflet-container .popupTab a.active {
        font-weight: bold;
        background-color: #f2f2f2;
    }

    .leaflet-container .popupTab ~ .description {
        border-top: 1px solid #ddd;
    }