/* INTERACTIVE MAP */
#mqWrap  {
    background-color: #f9f9f0;
    border: 1px solid #339;
    clear: both;
}

#mqMap {
    float: left;
    width: auto;
}

/* -- TOP ROW : ne-n-nw pan bar -- */
#mqImapTop  {
    text-align: center;
    margin: 0;
    line-height: 11px;
}
#ne em,
#n em,
#nw em {
    display: none;
}
#ne,
#nw {
    display : block;
    height  : 12px;
    width   : 11px;
    float   : left;
    overflow: hidden;
    padding : 0;
}
#nw {
    background: #339 url(/images/map/nw.gif) 0 0 no-repeat;
}
#ne {
    background: #339 url(/images/map/ne.gif) 0 0 no-repeat;
}
#ne.selected,
#nw.selected {
    background-color: #ccf;
    background-position: 0 -11px;
}
#n {
    display: block;
    height: 12px;
    width: 98px;
    float: left;
    overflow: hidden;
    padding: 0;
    background: #339 url(/images/map/n.gif) center top no-repeat;
}
#n.selected {
    background-color: #ccf;
    background-position: 50% -11px;
}

/* -- CENTER ROW : e-map-w pan bar -- */
#mqImapMid {
    clear: both;
}
#e em,
#w em {
    display: none;
}
#e,
#w {
    display : block;
    height  : 98px;
    width   : 11px;
    float   : left;
    overflow: hidden;
    padding : 0;
}
#w {
    background: #339 url(/images/map/w.gif) left center no-repeat;
}
#e {
    background: #339 url(/images/map/e.gif) left center no-repeat;
}
#e.selected,
#w.selected {
    background-color: #ccf;
    background-position: -11px 50%;
}
#map  {
    float: left;
}

/* -- BOTTOM ROW : se-s-sw pan bar -- */
#mqImapBot   {
    text-align: center;
    clear: both;
    line-height: 11px;
    margin-bottom: 10px;
}
#se em,
#s em,
#sw em {
    display: none;
}
#se,
#sw {
    display : block;
    height  : 12px;
    width   : 11px;
    float   : left;
    overflow: hidden;
    padding : 0;
}
#sw {
    background: #339 url(/images/map/sw.gif) 0 0 no-repeat;
}
#se {
    background: #339 url(/images/map/se.gif) 0 0 no-repeat;
}
#se.selected,
#sw.selected {
    background-color: #ccf;
    background-position: 0 -11px;
}
#s {
    display: block;
    height: 12px;
    width: 98px;
    float: left;
    overflow: hidden;
    padding: 0;
    background: #339 url(/images/map/s.gif) center top no-repeat;
}
#s.selected {
    background-color: #ccf;
    background-position: 50% -11px;
}

/* MAP OPTIONS */
#mqOptions  {
    color: #000;
    clear: both;
    padding: 8px 0 8px 5px;
}
#mqOptions form {
    margin: 0;
}
#mqOptions form img {
    margin-right: 3px;
}
#mqOptions form label {
    margin-right: 20px;
    white-space: nowrap;
}

/* ZOOM CONTROLS */
#mqZoom {
    text-align: center;
    width: 55px;
    float: right;
    margin-top: 50px;
}
#mqZoom a.zoom,
#mqZoom a.selected {
    float: left;
    overflow: hidden;
    height: 0px;
    width: 22px;
    padding: 14px 0 0 0;
    margin-left: 13px;
    background: url(/images/map/zoom.gif) top left no-repeat;
}
#mqZoom a.zoom:hover,
#mqZoom a.zoom:active,
#mqZoom a.selected {
    background-position: 0 -14px;
}
#zoomout,
#zoomin {
    float: left;
    overflow: hidden;
    height: 0px;
    width: 40px;
}
#zoomin {
    padding: 44px 0 0 0;
    background: url(/images/map/zoomin.gif) top left no-repeat;
}
#zoomout {
    padding: 46px 0 0 0;
    background: url(/images/map/zoomout.gif) top left no-repeat;
}
#zoomin:hover,
#zoomin:active {
    background-position: 0 -44px;
}
#zoomout:hover,
#zoomout:active {
    background-position: 0 -48px;
}


/* LEGAL NOTICE AND VENDOR LOGO */
#mqLegal {
    color: #000;
    clear: both;
    height: 50px;
    width: 400px;
    padding-top: 5px;
}
#mqLegal img {
    float: right;
    margin-right: 20px;
}
