/* Правила для экранной версии представления данных. */

  /* ================== Общие установки для страницы =================== */
  html, body, table, img {
    margin: 0;
    padding: 0;
    border: 0;
  }
  body {
    color: #666;
    background: #fc0;
    font-size: 12px;
    font-family: Geneva, sans-serif;
  }

  /* "Носитель" всей страницы */
  #support {
    width: 768px;
    background: #fff;
    margin: 0 auto;
  }

  /*============================= "Меню" ===============================*/
  #menu-swf {
    width: 768px;
    height: 100px;
    clear: both;
    margin-bottom: 10px;
  }
  #footer-swf {
    width: 768px;
    height: 80px;
    margin-top: 10px;
  }
  #menu-top {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    background: #f90;
  }
  #menu-top div {
    width: 256px;
    background: #f90;
    white-space: nowrap;
    padding: 10px 0;
    float: left;
  }
  #menu-bottom {
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
    border-top: solid 2px #fc0;
    border-bottom: solid 2px #fc0;
    margin-top: 10px;
  }
  #menu-bottom a, #menu-bottom span {
    font-weight: bold;
    white-space: nowrap;
  }

  /* Оформления ссылок в меню: */
  #menu-top a {
    color: #fff;
    text-decoration: none;
  }
  #menu-top a.current:link, #menu-top a.current:visited, #menu-top span {
    color: #e1191f;
  }
  #menu-top a:hover, #menu-top a.current:hover {
    color: #777;
  }
  #menu-bottom a {
    color: #f90;
    text-decoration: none;
  }
  #menu-bottom a.current:link, #menu-bottom a.current:visited, #menu-bottom span {
    color: #777;
  }
  #menu-bottom a:hover, #menu-bottom a.current:hover {
    color: #e1191f;
  }

  /*========================= Основной текст ===========================*/
  #textsupport {
    min-height: 400px;
    margin: 0;
    padding: 0;
    border: 0;
    clear: both;
  }
  #text, .td-text {
    padding: 0 20px;
    margin: 0;
  }
  h1, h2 {
    color: #f90;
    font-weight: bold;
  }
  h1 {
    font-size: 16px;
  }
  h2 {
    font-size: 14px;
  }

  /* Заголовки на главной странице: */
  .first {
    text-align: center;
    padding: 60px 0;
    margin: 0;
  }
  h1.first {
    font-size: 18px;
  }
  h2.first {
    font-size: 16px;
  }

  /* Выделение текста: */
  .nwr {
    white-space: nowrap;
  }
  .upp {
    text-transform: uppercase;
  }

  /* Представление списков в основном тексте: */
  ul, ol {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* Оформление ссылок в основном тексте: */
  #textsupport a:link {
    color: #f90;
  }
  #textsupport a:visited
  {
    color: #f90;
  }
  #textsupport a:hover {
    text-decoration: none;
  }
  #textsupport a:active {
    color: #f00;
  }

  /* Оформление новостей: */
  .news {
    clear: both;
    border-bottom: dotted 1px #666;
  }
  .newsdate {
    color: #666;
    font-weight: normal;
  }
  .newsimg {
    float: left;
  }
  .newstext {
    margin-left: 170px;
  }

  /*======================== Оформление таблиц ===========================*/
  table.intext {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #000;
    margin: 20px 0;
  }
  table.intext th {
    background: #f90;
  }
  table.intext td, table.intext th {
    padding: 2px 5px;
    border: solid 1px #000;
  }
  table.intext th, table.intext td.cbn {
    color: #555;
    text-align: center;
    font-weight: bold;
  }

  /*============================= "Подвал" ===============================*/
  #footer {
    background: #f90;
    padding: 5px 20px;
    margin: 0;
    clear: both;
  }
  #footer #fdiv {
    text-align: right;
    float: right;
    clear: right;
  }

  /* Оформление счетчиков: */
  #footer img {
    vertical-align: middle;
  }

  /* Оформление ссылок в "подвале": */
  #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    color: #808080;
    text-decoration: none;
  }
  #footer a:hover {
    text-decoration: underline;
  }

  #footer #devel {
    white-space: nowrap;
  }
  #footer #devel a {
    font-size: 9px;
    color: #f90;
  }

  /*============================= "Баннеры" ==============================*/
  #banner468-index {
    text-align: center;
    padding-top: 30px;
    margin-bottom: -20px;
  }
  #banner468 {
    text-align: center;
    margin: 20px 0;
  }
  #banner468-index img, #banner468 img {
    width: 468px;
    height: 60px;
  }

