/******************************************************************************/
/* podstawowe */

body {
  
  margin: 0px;
  padding: 0px;

  /*background: url(images/img/tlos.jpg) top left repeat-x;*/
 /* background-color: #f9f9f9;*/
 /* background: url(templates/images/tlo.gif) #f9f9f9 top left repeat-x;*/
    
  color: #000;
  font-family: arial, tahoma;
  font-size: 11px;

}

#body_table{
  /*background-color: #fff;*/
}

#contener_table{

  width: 733px;

  background-color: #fff;
 /* border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;*/
  /*background: url(templates/images/tlo.gif) #fff top left repeat-x;*/

}

td{
  font-size: 11px;
}

a{
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

form {
	display: inline;
}

/******************************************************************************/
/* błówne boksy - head, center (left, right, center), footer */

/*******************************************/
/* header.php */

#header_table{
     
}

#header_td{
  height: 70px;
  padding-left: 8px;
}






/*******************************************/
/* ...... .php */

#center_table{

}

/************/
#left_table{
  padding: 0px;
  margin: 0px;
  width: 200px;
      
}


#left_td{

  padding: 8px;
}

/************/
#right_table{
  padding: 0px;
  margin: 0px;
  width: 200px;
  
        
}

#right_td{

  padding: 8px;
      
}

/************/
#center_td{

  /*padding: 8px;*/
}

/*******************************************/
/* footer.php */

#footer_table{
  margin-left: 7px;
  width: 734px;
}

#footer_td{
  
}


/******************************************************************************/
/* inne */

/* box left, right*/
#right_table td div.box_bottom{
  border-top: 1px dotted #ddd;
  margin-top: 5px;
  margin-bottom: 3px;
  line-height: 2px;
}

button{
  border: 1px solid #999;
  cursor:hand;
}

font{
  font-size: 11px;
}

table.productListing td{
  padding-top: 3px;
  border-bottom: 1px dotted #ddd;
}



/******************************************************************************/

p.akapit{
  text-indent: 20px;
  margin: 0px;
  padding: 0px;
}

