#mainpageHolder {
  background:url(../img/page/back_center_podstrona.jpg) top center no-repeat;
}

h1 {
  font-size: 18px;
  color: #273956;
  font-weight: normal;
  text-align: left;
  padding-bottom:3px;
  background: url(../img/page/h1_back.png) bottom repeat-x;
  padding-left: 3px;
  margin: 10px 0 20px;
  
}

#flashMainTop {
  width: 960px;
  height: 133px;
  background: url(../img/page/top_sub_flashBack.jpg) top no-repeat;
  clear: both;
}

/*SPIS z OBRAZKIEM - np AktualnoĹ�ci */

.listItem li{
  list-style: none;
  margin: 5px 12px 5px 0;
  padding-bottom: 6px;  
  overflow: hidden;
  clear: both;
}

      
  .listItem li img{
    border: 1px solid #969696;
    padding: 1px;
    float: left;
    margin: 10px 8px 4px 0;
  }
  
  .listItem li span{
    margin-top: 3px;
    float: right;
    font-size: 11px;
  }
  

  
/*PAGINACJA*/

  .pagination {
    font-size: 12px;
    text-align: center;
    padding-top: 3px;
    margin-bottom: 2px;
  }

  .pagination a, .pagination a:visited, .pagination a:active{
    color: #909090;
    border: 1px solid #fff;
    padding: 0 4px 2px;
  }
  
  .pagination a:hover, .paginActive {
    color: #223469;
    border-bottom: 1px solid #ccc;
    padding: 0 4px 2px;
  } 
  
  
/*NAWIGACJA*/

.navigation {
  margin: 15px 0 10px;
  text-align: center;
  font-size: 11px;
}
  
/* GALLERY */

.gallery {
  clear:both;
  float:right;
  margin:0pt 5px 5px 15px;
}

  .gallery img {
    border: 2px solid #cbcbcb;
    padding: 1px; 
    /* margin: 0 10px 10px 20px; */
    margin: 0pt 5px 5px;
  }


.contentBox p {
margin: 10px 10px 10px 0;
}

.products {
  list-style: none;
  overflow: auto;
}
  
  .products li {
    float: left;
    width: 135px;
    margin:0 27px 15px 0;
  }
  
  
  .products li a img {
    border: 1px solid #969696;
    padding: 1px;
  }
  
  .products li p {
    margin: 0 0 10px 0;
  } 
  
.price {
  color: #335fa6;
  text-decoration: underline;
  font-weight: bold;
}

.tableList {
  width: 600px;
  margin: 10px auto;
  border-collapse: collapse;

}
  
  .tableList td {
    padding: 8px;
    border-bottom: 1px solid #cbcbcb;
  }
  
  .tableList span {
    color:#273956;
    font-family:Tahoma;
    font-size:14px;
    font-weight:bold;
} 
  
  .tableListAdress {
    text-align: right;
  }
  
  .darkRow {
    background: #eee;
  }
  .lightRow {
    background: #fafafa;
  }

.tableContact {
  background: #fafafa;
  border-top: 1px solid #cbcbcb;
  padding: 15px;
  width: 290px;
}

.historyList td {
  vertical-align: top;
  padding: 3px;
}
.historyList td span {
  font-weight: bold;
}

.tableListName {
    border-right: 1px solid #cbcbcb;
} 
