body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

body {
  margin: 0;
  font-size: 12px;
  overflow: hidden;
  padding: 31px 0 0;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

div#body {
  margin: 0;
  padding: 0;
  width: 100%;
}

a {
  color: #54493f;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

.m {
  background-color: #FEFADE;
}

#bar {
  background-position: 0 -174px;
  background-repeat: repeat-x;
  width: 100%;
  min-width: 950px;
  height: 31px;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}

iframe#listingFrame {
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
}

@media screen {
  body {
    padding: 31px 0 0 0;
  }

  iframe#listingFrame {
    padding-bottom: 31px;
  }
}

#bar #back {
  color: #555;
  padding: 6px;
  line-height: 18px;
}

#bar #back img {
  float: left;
  margin-right: 5px;
}

#bar #back a.round {
  background-position: -5px -105px;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 6px;
  left: 6px;
}

#bar #home {
  top: 0;
  left: 30%;
  padding: 4px;
  position: absolute;
}

#bar #home img {
  float: left;
  margin-right: 5px;
}

#bar #question {
  top: 0;
  left: 35%;
  padding: 6px;
  position: absolute;
}

#bar #tools {
  top: 0;
  right: 0;
  padding: 6px;
  position: absolute;
}

#bar #tools a {
  float: left;
}

#bar #tools a.close {
  display: block;
  margin-left: 5px;
}

#panels {
  background-color: #fff;
  width: 100%;
  height: 0;
  min-width: 950px;
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
}
