/* --- css stylesheet for print --- */
/* --- global --- */
html , html * , body , body * {
  color: #000000 !important;
  background: no-repeat none transparent !important;
}
/* --- common --- */
/* --- form --- */
/* --- mask --- */
div.web-all {
  width: auto;
  padding: 0px 0px 0px 0px;
}
div.print-header {
  display: block;
}
div.web-header {
  display: none;
}
div.top-menu {
  display: none;
}
div.web-main {
}
div.web-foot {
}
/* --- content --- */
div.content {
  width: auto;
  float: none;
}
div.content-top {
  width: auto;
  border: 0px none;
}
div.home-news {
  width: auto;
  margin: 0px;
}
div.home-news div.new {
  width: auto;
  float: none;
  padding: 0px;
}
/* --- right-block --- */
div.right-block {
  display: none;
}
/* --- footer --- */
div.bottom-menu {
  display: none;
}
div.okd-logo {
  display: none;
}
/* ---  --- */
