
#featuredLocations #MeatPackingMap {
	width:638px;
	height:510px;
	margin-left:60px;
}

#MeatPackingMap {
	width:520px;
	height:760px;
}

/* set icon category marker icons here
	if you change the name of the category, be sure to change the html too */
#meatMapTemplate .icons .eat {            
	background-image:url('../img/iconYellow.png');
}
#meatMapTemplate .icons .lodging {
	background-image:url('../img/iconPink.png');
}
#meatMapTemplate .icons .market {
	background-image:url('../img/iconPurple.png');
}

#meatMapTemplate {
	display:none;
} 

#MeatPackingMap {
	line-height:1;
}

#MeatPackingMap .tooltip img {
	border:none;
}
#MeatPackingMap .tooltip div {
	margin:0px;
}
#MeatPackingMap .tooltip a, #MeatPackingMap .tooltip a:hover, #MeatPackingMap .tooltip a:visited, #MeatPackingMap .tooltip a:active {
	color:#000000;
	text-decoration:none;
}
#MeatPackingMap .tooltip {
	z-index:10;
	padding:15px 16px 30px;
	margin:0px;
	background-image:url('../img/tooltipBG.png');
	background-repeat:no-repeat;
	width:221px;
	height:137px;
	position:absolute;
	left: -4px;
}
#MeatPackingMap .tooltip p {
	margin:0px;
	padding:0px;
	font-family:Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
#MeatPackingMap .tooltip .logo {
	overflow-x:hidden;
	overflow-y:hidden;
	text-align:center;
	width:220px;
	height:60px;
	margin-bottom:7px;
}
#MeatPackingMap .tooltip .logo img {
	height:60px;
	width:auto;
	max-width:220px;
}
#MeatPackingMap .tooltip .hr {
	width:220px;
	height:2px;
	background-color:#CCCCCC;
	margin-bottom:7px;
}
#MeatPackingMap .tooltip .info {
	width:220px;
}
#MeatPackingMap .tooltip .name {
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:5px;
}
#MeatPackingMap .tooltip .name a, #MeatPackingMap .tooltip .name a:hover, #MeatPackingMap .tooltip .name a:visited, #MeatPackingMap .tooltip .name a:active {
	color:#FF0000;
	text-decoration:underline;
}
#MeatPackingMap .tooltip .address {
	margin-right:10px;
	margin-bottom:7px;
	float:left;
}
#MeatPackingMap .tooltip .phone {
	margin-bottom:5px;
	float:left;
}
#MeatPackingMap .tooltip .url {
	margin-bottom:5px;
	clear:left;
}


#MeatPackingMap .marker {
	position:absolute;
	z-index: 100;
	
}

#MeatPackingMap .marker div {
	margin:0px;
	padding:0px;
}
#MeatPackingMap .marker .large {
	
}
#MeatPackingMap .marker.featured .large img {
	position: absolute;
	width:34px;
	height:34px;
}
#MeatPackingMap .marker.featured .small img {
	position: absolute; 
	left:4px;
	width:20px;
	height:20px;
}
#MeatPackingMap .marker .small img {
	position: absolute; 
	left:4px;
	width:20px;
	height:20px;
}
#MeatPackingMap .marker.featured .large .number p {
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	height:34px;
	width:34px;
}
#MeatPackingMap .marker .small .number p {
	font-size: 9px;
	line-height: 20px;   
	height:20px;
	width:20px;
}
/*
#MeatPackingMap .marker .number p {
	position:absolute;
	top:50%;
	left:0px;
	height:12px;
	margin-top:-6px;
	margin-bottom:0px;
	font-weight: bold;
} */

#MeatPackingMap .marker .number{
	position:absolute;
	top: 50%;
}
#MeatPackingMap .marker .small .number{
	left: 4px;
	font-weight: bold;
}

#MeatPackingMap .marker .number p {
	text-align:center;
	font-family:Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	padding:0px;
}
#MeatPackingMap .marker .overlay {
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}
