/* NicePopups */

.nicepopup{
	z-index: 15;
}

.nicepopup .outline{
  border: 1px solid #002C79;
  background-color: #fff;
  padding: 16px;
  position: relative;
}

.nicepopup a.close{
  line-height: 16px;
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  text-indent: -124px;
  overflow: hidden;
  text-decoration: none;
  width: 16px;
  height: 16px;
  background: url('close.png') no-repeat 100% 0;
} html>body .nicepopup a.close{ top:0;right:0; }

.nicepopupHover a.close{
  background-position: 100% -16px;
}
.nicepopup a.close:hover{
  background-position: 100% -32px;
}

.nicepopupLoading .outerImage{
  border: 1px dotted silver;
  width: 100px;
  height: 100px;
  background: url('chwileczke.png') no-repeat 50% 50%;
}

.nicepopup .prevNextBar{
  padding-top: 7px;
  text-align: center;
}

/** cienie: **/

html>body .SdwTL{ background: url('sdw_tl.png') no-repeat 0 0; }

.SdwT{ padding-top: 8px; height: 8px; }
html>body .SdwT{ background: url('sdw_t.png') repeat-x 0 0; }

html>body .SdwTR{ background: url('sdw_tr.png') no-repeat 0 0; }

.SdwR{ padding-left: 8px; width: 8px; }
html>body .SdwR{ background: url('sdw_r.png') repeat-y 0 0; }

html>body .SdwBR{ background: url('sdw_br.png') no-repeat 0 0; }

.SdwB{ padding-top: 8px; height: 8px; }
html>body .SdwB{ background: url('sdw_b.png') repeat-x 0 0; }

html>body .SdwBL{ background: url('sdw_bl.png') no-repeat 0 0; }

.SdwL{ padding-left: 8px; width: 8px; }
html>body .SdwL{ background: url('sdw_l.png') repeat-y 0 0; }
