﻿.OfficeMapCountry
{
    float:none !important;
}
.OfficeMapSearch,.OfficeMapCountry
{
    width: 100% !important;
    height:257px !important;
}
.OfficeMapSearch .active
{
        position:relative;
        left:270px;
}
.officesMap
{
	width:671px;
	float:left;
}
.mapContainer
{
	background-color:#e6e4e4;
	float: left;
    width:100%;
    height:329px;
}
.OfficeMapSearch h2 {
    padding-right:0.5rem;
}
.OfficeMapSearch .action {
    display:none;
}
#pkfmap
{
	display: block;
	float: left;
	height: 257px;
	width:100%;
	background-color:#e6e4e4;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.memberMap #pkfmap, .memberMap .mapContainer {
    height: 339px;
}
#pkfmap .locationInfoBox
{
	font-family: Arial,sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	overflow: hidden;
    background-color:white;
    padding:3px;
}
#pkfmap .locationInfoBox p
{
     line-height:1.2em;
     padding:0 0 8px 0;
}
#pkfmap .locationInfoBox img
{
    float:right;
    padding:0 8px;
}
#pkfmap .locationInfoBox div
{
	overflow: hidden;
}

#pkfmap .locationInfoBox h5
{
	font-weight: bold;
	font-size:1.2em
}

#pkfmap .locationInfoBox a:Link
{
	font-size: 10px;
}
.officesMap .mapContainer .viewAll
{
	margin-top:16px;
	float:left;
	width:200px;
	clear:both;
}

.officesMap .mapContainer .viewAll .action
{
	font-size:1.2em;
}

.officesMap .mapContainer .legend
{
	float:right;
	font-size:1.2em;
	margin-top:8px;
}
.officesMap .mapContainer .legend ul li
{
	display:inline;
	float:left;
	margin-left:14px;
}
.officesMap .mapContainer .legend ul li.single
{
	background:url('../images/googleIcons/pkf_single.png') left center no-repeat;
	padding-left:40px;
}
.officesMap .mapContainer .legend ul li.group
{
	background:url('../images/googleIcons/pkf_number.png') left center no-repeat;
	padding-left:50px;
}