/* Do not edit this file edit main.sass */
@import url(reset.css);
li.active_category {
  background: url(/images/nav_items/li_element.gif) no-repeat 0px 3px; }

body {
  width: 955px;
  margin: 0 auto; }
  body a {
    line-height: 120%;
    text-decoration: none; }

#header {
  background: transparent;
  padding-bottom: 42px;
  height: 87px; }
  #header a.home_link {
    float: left;
    margin: 59px 0 0px; }
  #header #navigation {
    float: left;
    width: 200px;
    margin: 18px 19px 0 104px; }
    #header #navigation li {
      margin-bottom: -1px;
      padding-left: 17px; }
    #header #navigation li.active {
      background: url(/images/nav_items/li_element.gif) no-repeat 0px 3px; }

ul#articles {
  margin: 0 0 -45px 0; }
  ul#articles li {
    float: left;
    width: 201px;
    height: 180px;
    margin: 0 50px 21px 0;
    overflow: hidden; }
    ul#articles li img {
      position: absolute;
      z-index: 1;
      width: 201px;
      height: 101px;
      margin: 0!important;
      padding: 0!important; }
    ul#articles li div.article_short_description {
      margin-top: 107px; }
    ul#articles li p {
      position: absolute;
      margin-top: -1px;
      width: 201px;
      color: #555555;
      font-size: 11px;
      line-height: 1.12; }
    ul#articles li h5.article_title {
      color: #555555;
      font-size: 11px;
      margin: 116px 0 0px 0;
      font-weight: bold;
      height: 16px;
      overflow: hidden; }
    ul#articles li p.type_title {
      margin: 11px 0 2px 0;
      font-weight: bold;
      height: 12px;
      overflow: hidden; }
    ul#articles li a {
      color: #b3b3b5;
      text-decoration: none; }
    ul#articles li a.more {
      position: absolute;
      margin-top: 59px; }

div#header:first-of-type a.home_link {
  margin-top: 60px!important; }

div.lightbox_container {
  background: #000;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  display: none;
  text-align: center; }
  div.lightbox_container img.lightbox_image {
    margin-top: 100px;
    max-width: 1100px; }

li.grey_box div.img {
  width: 201px;
  height: 101px;
  background: #EDEDED; }

div.pagination {
  position: absolute;
  top: 710px;
  width: 955px;
  margin: 0; }
  div.pagination .prev_page {
    color: #7DA0C3;
    float: left; }
  div.pagination .prev_page:hover {
    font-weight: bold; }
  div.pagination .next_page {
    color: #7DA0C3;
    float: right; }
  div.pagination .next_page:hover {
    font-weight: bold; }

.mceContentBody {
  background: #000!important;
  font-family: "Courier New"!important;
  font-size: 12px!important; }

#lightbox-container-image {
  border: 10px solid white; }

.disabled {
  display: none; }
