/* INTERACTIVE MAP */
#mqWrap  {
    float: right;
}

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

/* -- TOP ROW : ne-n-nw pan bar -- */
#mqImapTop  {
    text-align: center;
    margin: 0;
    line-height: 27px;
}
#ne em,
#n em,
#nw em {
    display: none;
}
#ne,
#nw {
    display : block;
    height  : 27px;
    width   : 27px;
    float   : left;
    overflow: hidden;
    padding : 0;
}
#nw {
    background: transparent url(../images/nw.gif) center center no-repeat;
}
#ne {
    background: transparent url(../images/ne.gif) center center no-repeat;
}
#n {
    display: block;
    height: 27px;
    width: 98px;
    float: left;
    overflow: hidden;
    padding: 0;
    background: transparent url(../images/n.gif) center top no-repeat;
}

/* -- CENTER ROW : e-map-w pan bar -- */
#mqImapMid {
}
#e em,
#w em {
    display: none;
}
#e,
#w {
    display : block;
    height  : 98px;
    width   : 27px;
    float   : left;
    overflow: hidden;
    padding : 0;
}
#w {
    background: transparent url(../images/w.gif) left center no-repeat;
}
#e {
    background: transparent url(../images/e.gif) right center no-repeat;
}
#map  {
    float: left;
}

/* -- BOTTOM ROW : se-s-sw pan bar -- */
#mqImapBot   {
    text-align: center;
    line-height: 27px;
    margin-bottom: 10px;
}
#se em,
#s em,
#sw em {
    display: none;
}
#se,
#sw {
    display : block;
    height  : 27px;
    width   : 27px;
    float   : left;
    overflow: hidden;
    padding : 0;
}
#sw {
    background: transparent url(../images/sw.gif) center center no-repeat;
}
#se {
    background: transparent url(../images/se.gif) center center no-repeat;
}
#s {
    display: block;
    height: 27px;
    width: 98px;
    float: left;
    overflow: hidden;
    padding: 0;
    background: transparent url(../images/s.gif) center bottom no-repeat;
}

/* 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: left;
    height: 22px;
    padding: 0 77px 0 77px;
}
#zoomout {
    float: right;
}
#zoomin {
    float: left;
}


/* LEGAL NOTICE AND VENDOR LOGO */
#mqLegal {
    color: #000;
    padding-top: 5px;
    float:right;
}
#mqLegal img {
    float: right;
    text-align:middle;
}


/* RESULTS OVERRIDES FOR REDESIGN */
#aDiv, #resultsTbl {
	width: 193px;
}
.en_map_disp, .es_map_disp, .fr_map_disp  {
	width: 460px;
    float: right;
}

#resultsTbl TD {
	vertical-align: top;
	padding: 5px 3px 5px 0;
}
#resultsTbl TD.resultAddr A {
	padding: 0 0 0 16px;
	background-image: url(../images/btn_arrow.gif);
	background-repeat: no-repeat;
}

/* DDIR OVERRIDES FOR REDESIGN */
#endLoc, #startLoc {
    padding: 0;
}
#startLoc, #startMap {
    width: 320px;
}
#endMap, #startMap {
    padding: 0px 0px 0px 0px;
}
#endMap IMG, #startMap IMG {
    border: 1px solid black;
}

#maneuvers, #timeDist {
    width: 630px;
    padding: 0;
}
#timeDist {
    padding: 10px 0 0 0;
}

#overview {
	width: 420px;
	float: none;
}
#overview IMG {
	border-color: black;
	border-width: 1px;
	border-style: solid;
}
#overview A#reverse IMG {
	border-width: 0;
	padding: 0 0 0 30px;
	float: left;
}
#overview A#print IMG {
	border-width: 0;
	padding: 0 30px 0 0;
	float: right;
}
IMG#vendor {
	padding: 0 25px 0 10px;
	float: right;
}
EM {
	font-weight: bold;
	font-style: normal;
}

/* PRINT OVERRIDES FOR REDESIGN */
BODY.print H1 {
	font-size: 24px;
}


/* ERROR OVERRIDES FOR REDESIGN */
#errDisp {
    width: 620px;
    margin-top: 20px;
    border: 1px solid black;
    background-color: #ededed;
}
#errDisp p {
    margin: 5px 10px 5px 10px;
    font-size: 1.1em;
    padding-top: 16px;
}
.errDisp img, .errDisp a, #errDisp img {
    float: left;
    margin:10px;
}
.errDisp p {
    margin-left: 3px;
    margin-top: 10px;
}
.errDisp div, #errDisp div {
    clear: both;
    height: 0;
}
