/* INTERACTIVE MAP */
table.showingmap {

width:100%; 
margin-top:10px
}

table.showingmap, table.showingmap td {
border:0;
padding:0;
}

td.zoomarea { vertical-align:middle }

td.maparea #map { 
width:600px; 
height:324px; 
overflow:hidden
}

#n, #s, #e, #w {
display:block;
float:left;
overflow:hidden;
padding:0;
height:12px;
width:100%;
background:#339 url(/images/map/n.gif) center top no-repeat;
text-indent:-999px;
}

#e, #w {
height:324px;
width:12px
}
 
#s { background-image: url(/images/map/s.gif) }

#e, #w { background: #339 url(/images/map/e.gif) left center no-repeat }
#w { background-image: url(/images/map/w.gif) }

#n:hover, #s:hover, #e:hover, #w:hover {
background-color:#ccf;
background-position:50% -11px
}

#e:hover, #w:hover { background-position:-11px 50% }

/* ZOOM CONTROLS */
#mqZoom { width:155px }
#mqZoom ul, #mqZoom li { 
	padding:0;
	margin:0;
	}
#mqZoom ul { margin-left:-80px }
#mqZoom li { 
	list-style:none; 
	line-height:22px 
	}
#mqZoom a.zoom, #mqZoom a.selected {
	padding:2px 2em 3px 0;
	background:transparent url(/staples/images/zoom.gif) no-repeat top right;
	}
#mqZoom a.zoom:hover, #mqZoom a.zoom:active, #mqZoom a.selected { background-position:bottom right }

/* MAP OPTIONS */
#mqOptions {
clear:both;
color:#000;
padding:8px 0 8px 5px
}

#mqOptions form { margin:0 }
#mqOptions form img { margin-right:3px }

#mqOptions form label {
margin-right:20px;
white-space:nowrap
}

#zoomout, #zoomin {
float:left;
height:0;
overflow:hidden;
width:40px
}

#zoomin {
background:url(/images/map/zoomin.gif) top left no-repeat;
padding:44px 0 0
}

#zoomout {
background:url(/images/map/zoomout.gif) top left no-repeat;
padding:46px 0 0
}

#zoomin:hover, #zoomin:active { background-position:0 -44px }
#zoomout:hover, #zoomout:active { background-position:0 -48px }

/* LEGAL NOTICE AND VENDOR LOGO */
#mqLegal {
clear:both;
color:#000;
height:50px;
padding-top:5px;
width:400px
}

#mqLegal img {
float:right;
margin-right:20px
}

