/* @group print view */

html, body {
  background: transparent;
  height: auto;
  overflow-y: auto;
  overflow: auto;
  width: auto;
}

#container, #wrapper, #inner, #center, #header, #top, #logo {
  background: transparent !important;
  width: auto !important;
}

#sidebar, #footer, #lefthand {
  display: none;
}

#sales, #form, #nav {
  display: none;
}

#header {
  height: auto !important;
  position: static !important;
  background: transparent;
}

.scrolling #top,
.scrolling #footer {
  position: static !important;
  z-index: auto !important;
}

.scrolling #center {
  margin-top: 0 !important;
  padding: 0 !important;
}

#content {
  widh: auto !important;
  float: none !important;
  display: block !important;
}

/* @end group print view */