/* Главная */
   #cat {
    min-width: 840px;
    position: relative;
    padding: 0 80px 0 80px;
   }
   #cat_left,
   #cat_right {
    position: absolute;
    top: 95px;
    left: 40px;
   }
   #cat_right {
    left: auto;
    right: 40px;
   }

   #cat_area {
    background: #1959AA url('/images/s/1600.jpg') no-repeat left top;
    position: relative;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    height: 244px;
   }
   #cat_table {
    height: 244px;
    position: absolute;
    z-index: 10;
    width: 100%;
   }
   #cat_list {
    width: 5000px;
    font-size: 12px;
   }
   #cat_list div.li {
    float: left;
    width: 100%;
    position: relative;
   }
   #cat_list div div.left,
   #cat_list div div.right {
    color: #8CB3DC;
    position: absolute;
    top: 105px;
    padding: 0 10px 0 10px;
    font-weight: bold;
   }
   #cat_list div div.d {
    top: 100px;
   }

   #cat_list div .right {
    text-align: right;
    right: 0;
   }
   #cat_list div div.image {
    text-align: center;
   }

