/* Disable header/footer/sidebar */

#html {
  background-color: white;
}

#hd {
  display: none;
}

#sidebar {
  display: none;
}

#ft {
  display: none;
}

#top-menubar {
  display: none;
}

#print-button {
  display: none;
}

.eyeturner-t1 #yui-main .yui-b {
	margin-left: 10em;
	*margin-left: 10em;
}


/* And print full page */

#main {
  position: static;
  height: auto;
}

#main .tabs {
  display: none;
}

#ajax-content > .node,
#ajax-content > form,
.main-content {
  height: auto;
  overflow: visible;
}

#block-eclipse-market-id {
  position: static;
}


/* products */

#product-tab-content {
  height: auto;
}


/* when fancybox is open */

body.fancybox #eyeturner {
  display: none;
}

body.fancybox #fancy_overlay {
  background-color: white !important;
  opacity: 1 !important;
}

body.fancybox #fancy_outer {
  position: static;
  width: 100% !important;
  height: 100% !important;
  padding: 0;
}

body.fancybox #fancy_close {
  display: none !important;
}

body.fancybox #fancy_panel .buttons {
  display: none;
}

body.fancybox #fancy_bg {
  display: none;
}

body.fancybox #fancy_img_wrapper {
  height: auto !important;
  width: auto !important;
  max-width: 75%;
  position: static;
  float: left;
  overflow: visible;
}

body.fancybox #fancy_img {
  width: auto;
  height: auto;
  max-width: 75%;
}

body.fancybox #fancy_panel {
  position: static;
  float: right;
  max-width: 18%;
}
