/* =reklama: boks reklamowy z naglowkiem
----------------------------------------------------------------------------- */

div.adBoks {
  border-top: 1px solid #ccc;
  text-align: center;
  font-size: 11px;
  width: 100%;
}

div.adBoks span {
  margin: 2px 0;
  color: #999;
  text-align: center;
  display: block;
}

div.adBoks div {
  clear: both;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 1;
}

/* =reklama: boks tekstowy-poziomy
----------------------------------------------------------------------------- */

div.adTekstPoziom {
  border: 1px solid #cecece;
  clear: both;
  margin: 5px 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 747px;
  height: 100px;
  position: relative;
}

div.adTekstPoziom div {
  width: 185px;
  float: left;
}

/* =reklama: boks tekstowy-pionowy
----------------------------------------------------------------------------- */

div.adTekstPion {
  border: 1px solid #cecece;
  clear: both;
  margin: 5px 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  position: relative;
  width: 100%;
}
div.adTekstPionTrescWtorny {
  border: 1px solid #cecece;
  clear: both;
  margin: 5px 0px 0px 0px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  position: relative;
  width:284px;
}


a.txtBoks {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 11px;
  text-align: left;
  margin: 5px;
  padding: 3px;
}

span.tytulik {
  float: right;
  color: #c0c0c0;
  font-size: 11px;
  right: 5px;
  bottom: 0;
  position: absolute;
}

span.adTekstNaglowek {
  color: #369;
  font-weight: bold;
  text-decoration: underline;
  font-size: 11px;
}

span.adUrl {
  color: #008000;
  text-decoration: none;
}

/* =reklama: billboard, skyscraper
----------------------------------------------------------------------------- */

div.adBillboard {
  clear: both;
  display: block;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

div.adBillboard div {
  margin: 0 auto;
}

div#ad-skyscraper {
  position: absolute;
  display: none;
  top: 0;
  left: -300px;
}
