.csstest{
width: 123px;
}

#mapwidget{
margin: 0 0 20px 0;
float: left;
width: 100%;
}

.map{
background: white url("/darfen/images/map.png");
width: 225px;
height: 350px;
float: left;
 position:relative; 
margin: 0 15px 0 0;
}

/* the panel next to the map generated by JavaScript */
#infopanel{
float:left;
width: 28em;
}
#infopanel .fn { font-weight: bold; }

.branchdetails{
clear: both;
margin: 10px 0 10px 0;
padding: 10px 0;
border-top: 1px solid #000;
}



/*
.branchdetails .fn { display: none; }
.branchdetails .org { display: none; }
.branchdetails h2 { margin: 30px 0 0 0; }
#main_content .branchdetails p { margin: 7px 0; }
*/
.maplogo{
position: absolute;
cursor: pointer;
}



#main_content .branchdetails *{
padding: 0;
margin: 0;
}

.branchdetails{
/* width: 40em; */
}

.logo{
float: right;

}

/* the panel(s) to the right of the map */
.panelDiv{
clear: left;
float: left;;
width: 300px;
border: 1px solid;
margin-left: 0;
margin-bottom: 15px;
padding: 5px;
}
.panelDiv img{
float: right;
}

.morelink{
display: block;
margin-top: 10px;
}
