/************************/

/* Shipping Map */

/************************/


/* get rid of those system borders being generated for A tags */

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#maptip {
	display:none;
	z-index:10;
	background:transparent url(../graphics/fedex_ground_map.png);
	font-size:1px;
	height:452px;
	width:550px;
	border:1px solid #000;
	margin-top:25px;
	color:#cdcdcd;	
}

/* style the trigger elements */
#map img {
	border:1px solid #000;
	cursor:pointer;
	margin-left:34px;
}