@charset "utf-8";
/* CSS Document */

div.sklep {
  clear: both;
  margin-left: 55px;
}

div.sklep .nazwa {
  font-weight: bold;
}

div.sklep .telefon {
}

div.sklep .adres {
}

div.sklep .opis {
  margin-top: 10px;
  font-style: italic;
  width: 600px;
}

div.sklep .galeria {
  clear: both;
  margin-left: -70px;
  margin-bottom: 10px;
}

div.sklep .zdjecie {
  float: left;
  margin-right: 20px;
}

div.sklep .spacer {
  clear: both;
  height: 20px;
}
