/*img, div {behavior:url("iepngfix.htc");}*/

a:link {color: #205B8D;}
a:visited {color: #205B8D;}
a:hover {color: navy;}
a:active {color: red;}

body{padding:0px;margin:0;border:0px; font-family: Verdana;}
div{padding:0px;margin:0px;border:0px;}
img{padding:0px;margin:0px;border:0px;}
#topbar{text-align: right;margin:0 15px 3px 6px;padding-top:2px;position:absolute; right:0; top:0; z-index:2}
#topbar a {font-size:12px; font-family: Verdana, sans-serif;}
#topbar span {color: #d1d1d1}
#topContainer {width:100%; height:70px; margin: 0; padding: 7px 0 0 0; z-index:1;}
#topContainer span {color: blue;margin-left:2px;margin-right:8px;}
#topBanner {margin:22px 0 0 10px}
#topBanner img {border:0;margin-right:2px;}
#topBanner ul {
    float: left; 
    list-style-type: none; 
    margin: 8px 0 0 10px; 
    padding: 0; 
    font-size: 0.7em;
}

/* ---------- SEARCH ----------- */

#szukajButton {
    margin:3px 0 0 -2px;
    vertical-align:top;
    outline: none;
}

#searchDescription {
    border: none; 
    font-size: 11px;
    color: #aaa;
    text-indent: 8px;

    /* IE HACK */
    background-color: #fff; 
    /* END IE HACK */
}

/* ---------- END SEARCH ----------- */


#dodajPunkt {
    font-size:9px;
    color:#aaa;
    font-family:Verdana;
    /*width: 325px;*/
}

#dodajPunkt img {
    cursor: pointer;
    float: left;
    margin: 0 7px 0 0;
}

#dodajPunkt .dodajPunktLink {
    display: block; 
    font-size: 26px;
    line-height: 0.9em; 
    margin-bottom: 3px;
    outline: none;
    font-family: Arial, sans-serif;
}

#tableMapa {
    margin-top: 0px;
    clear: both;
}

#mapa {width:0px; height:0px; border: 1px #bcbcbc solid;clear:both;}

#logo {margin:0 2px 5px 0; float: left;}

#mleft {top:96px;}

/* ------ RoundedWindow: ALERT, CONFIRM, MESSAGE ------------ */

/* IE6 FIX */
* html #wroundedwindow {
    width: expression(document.getElementById('wroundedwindowContent').offsetWidth+37+'px');
}

/* IE7 FIX */
*:first-child+html #wroundedwindow {
    width: expression(document.getElementById('wroundedwindowContent').offsetWidth+37+'px');
}

/* ------ END RoundedWindow -------- */

/* overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/katalog/public/images/overlay.png?rev=3571);
    z-index: 9999;
}

#overlay {
  display: none;
}

#overlay #window {
  display: table-cell;
  vertical-align: middle;
}

#overlay #inner {
  width: 50%;
  margin: 0 auto;
  padding: 15px;
  background-color: #fff;
}

#overlay #inner {
  max-height: 510px;
  overflow: auto;
  text-align: right;
}

ul#comments_list li {
    overflow: hidden;
}

/* style CSS zwiazane z nowymi oknami (zakladkami) punktu; reszta stylow jest inline */

/* IE7 FIX */
*:first-child+html #overlay #window {
  position: absolute;
  top: 50%;
}

*:first-child+html #overlay #inner {
  position: relative;
  top: -50%;
}

/* END IE7 FIX */

* html #overlay #window {
  position: absolute;
  top: 50%;
}

/* IE6 FIX */
* html #overlay #inner {
  position: relative;
  top: -50%;
}


* html #overlay {
  position: absolute;
  width: expression(document.documentElement.clientWidth + 'px');
  height: expression(document.documentElement.clientHeight + 'px');
  top: expression(
    offset = 0 + parseInt(document.body.currentStyle.paddingTop) + parseInt(document.body.currentStyle.marginTop),
    document.documentElement.scrollTop + offset + 'px'
  );
}

* html #overlay #inner {
  height: expression(this.scrollHeight > 350 ? '350px' : 'auto' );
}

/* END IE6 FIX */


/* IE6 FIX */
* html ul#comments_list li,
* html #descriptions_pagination_block,
* html #showdescription_navigate,
* html #comments_pagination_block,
* html #images_pagination_block {
    clear: both;
    height: 1%;
}

/* IE6 FIX */
* html ul#comments_list li {
    overflow: visible;
}
/* koniec stylow CSS zwiazanych z nowymi oknami (zakladkami) punktu */
