#main-column h3 {
  color: #1C2463;
  font-size: 0.75em !important;
  font-weight: bold;
  padding-left: 0px; 
  background: none;
}

/* styles */

ul#styles {
  margin-left: 10px !important;
  padding-bottom: 30px !important;
}

  ul#styles li {
    font-size: 0.75em !important;
    font-weight: normal;
    padding-left: 12px;
    background: url('/img/bullet_orange.png') 0px 5px no-repeat;
  }
  
    ul#styles li a {
      color: #000000;
    }

/* item */

div.style {
  position: relative;
  padding-bottom: 0px;
  margin: 0px 0px 15px 30px;
/*  border-bottom: 1px solid #C5D4DC; */    
}

div.style p{
    width: 790px;
}

.last {
  border-bottom: 0px !important;
}

  div.style h4 {
    position: relative;
    color: #1C2463;
    font-size: 0.85em;
    margin-bottom: 0px !important;
  }

    div.style h4 span {
      position: absolute;
      top: 0px;
      right: 0px;
      color: #000000;
      font-weight: normal;
    }

      div.style h4 span a {
        color: #DC2B19;
      }

  div.style p {
    text-align: justify;
  }
  
  div.style a.to-top {
    position: absolute;
    top: 9px;
    left: -27px;
    width: 9px;
    height: 17px;
    background: url('/img/bullet_to_top.png') no-repeat;
  }  
  
  
#main-column table {
  margin-top: 12px;
 _margin-top: 16px;
  border: 0px !important;
  margin-bottom: 0px !important;
  border-collapse: collapse !important;

}

td.detail span{
    padding: 0px 20px;
    display: block;
}

.table-zajezdy {
    margin: 45px 0px 15px !important;
}

span.head {
    margin-top: 10px;
    height: 30px !important;
}

tr#head th {
    padding-left: 20px !important;
    height: 30px;
}

  #main-column table tr th {
    padding: 0px !important;
    padding-left: 19px !important;
    text-align: left;
    width: 150px;
    background-image: none !important;
  }

    tr#head th span,
    tr th a {
        padding-left: 19px;
    }  
  
    #main-column .table-zajezdy table th {
      padding: 5px 3px !important;
    }

    #main-column table .odd th {
      background: #E8F7FE !important;
    }
  
    #main-column table th a {
      color: #1C2463 !important;
    }

  #main-column table td {
    padding: 7px 0px !important;
    text-align: left !important;
  }

  #main-column table td img {
    display: block;
    padding: 0px 8px;
  }  
  

