.fullBanner {
  position: absolute;
  display: none;
  z-index: 11000;
  top:219px;
  left: 208px;
}
  .fullBanner a.close:link, .fullBanner a.close:hover, .fullBanner a.close:focus, .fullBanner a.close:active, .fullBanner a.close:visited {
    position: absolute;
    right:10px;
    top:10px;
    display: block;
    width:76px;
    height:20px;
    background: url('/img/home/close_.png') no-repeat top left;
    text-decoration: none;
  }

#inSlide {
  text-align:center;
  margin-bottom:2px;
  position:relative;
  _height:282px;
  background:white;
  float:left;  
}
#slideBox {
  position:absolute;
  /* bottom:10px; */
  top:82px;
  left:10px;
  z-index:10000;
}
#slideContainer {
  position: absolute;
  top:0;left:0;
}
  #inSlide, #slideContainer {
    width:582px;
    height: 282px;
  }

#slideBox a:link, #slideBox a:visited {
  display:block;
  text-align:center;
  font-size:20px;
  font-family:verdana;
  
  width:86px;
  height:42px;
  
  margin:0;
  margin-top:4px;
  border:1px solid white;
  text-decoration:none;
  background:#fff;
}
  #slideBox a:hover, #slideBox a:visited.active, #slideBox a:link.active, #slideBox a:active {
    border:1px solid red;
  }
  
  #slideContainer div.item {
    position: absolute;
    top:0;
    left:0;
    display: none;
  }
        
        
#Note div.akcePics {
  float: left;
  margin-bottom:4px;
}
	#Note div.akcePics div.flash {
	  float:left;
	  width: 290px;
	  height: 280px;
	  margin-bottom: 4px;
	}
	#Note div.akcePics div.firstflash {
	  margin-right: 3px;
	}

#Note div.flashbanner {
  display: block;
  
}
	#Note div.flashbanner div{
	 _float: left;
	  /* margin-top:4px; */
	}

.bottonBanner {
  margin: 0;
}
 
 
.PB .d1 h2 {
  height: 27px;
  line-height: 27px;
}

.PB .d1 {
  height: 27px;
}

.newProduct {
  float:left;
  width:190px;
  _width:191px;
  /* padding:5px; */
  margin:0;
  height: 100%;
  text-align: center;
  background: #fff;
  position:relative;
  overflow: hidden;
}
  .newProduct .inNewProduct {
    margin:5px
  }

.newProduct.middle {
  margin: 0 6px;
  _margin: 0 5px;
}
.newProduct img{
  float:none;
  border:none;
  margin:0;
  _height: expression(this.height >= 125 ? (this.height > 125 ? "125px" : true) : 'auto');
  max-height: 125px;
}
.newProduct span.image {
  height: 130px;
  display: block;
  position: relative;
}


.newProduct .price {
  background: url('/img/produkt/cena.gif') no-repeat 0px 5px;
  padding: 0;
  margin:0;
  padding-top:2px;
  padding-left:48px;  
}
  .newProduct .price .bezdph {
    background: url('/img/produkt/price.gif') no-repeat 0px 0px;
    color:#fff;
    font-weight: bold;
    font-size: 18px;
    width: 131px;
    height: 38px;
    line-height: 38px;
    text-align: center;
  }
    .newProduct .price .bezdph span.p{
      font-size: 12px; 
    }
  .newProduct .price .bezdphtwo {
    /*color:#858585;*/
    color:#BC0000;
    color:#F00;
    font-weight: bold;
    font-size:12px;
    text-decoration: line-through;
    text-align: center;
    padding-left:5px; 
  }


.newProduct h2 {
  text-align: left;
  margin:0;
  padding:0;
  padding-left: 20px; 
  font-size: 110%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  background: url('/img/produkt/note.gif') no-repeat left center;
  
}
.newProduct h2 a:link, .newProduct h2 a:visited {
  color:#f00;
}
.newProduct img {
  margin-top:5px;
  max-height: 146px;
  max-width: 180px; 
  _height: expression( (this.height / 146)>= (this.width / 170)  ? ( this.height> 146 ? '146px' : true)  : 'auto');
  _width: expression(  (this.height / 146) < (this.width / 170) ? ( this.width> 170 ? '170px' : true) : 'auto');
  
  max-height: 124px;
  max-width: 160px;
  _height: expression( (this.height / 124)>= (this.width / 160)  ? ( this.height> 124 ? '124px' : true)  : 'auto');
  _width: expression(  (this.height / 124) < (this.width / 160) ? ( this.width> 160 ? '160px' : true) : 'auto'); 
  
}
.newProduct table {
  font-size: 75%;
  font-weight: normal;
}

/* Uvodni stranka */
.home img {
  float:left;
  margin:10px;
  margin-bottom:0;
  border:1px solid black;
}
.home strong {
  color:#f07e00;
}
.home ul {
   padding:0;
   margin:0;
   margin-left:20px;
 }
 .home ul li {
  font-weight:bold;
  color:#000;
  font-size:90%;
  list-style: none;
  background: url('/img/li_notes.gif') 1px 1px no-repeat;
  padding-left:30px;
  margin:7px 0;
 }
/* Akce */
.home .action {
  margin:10px;
  height: 135px;
  display: block;
}
.home .action h2 {
  font-size: 140%;
  text-align: left;
}
.home .action h2 a:link, .home .action h2 a:visited{
  color: #f00;
}
.home .action .ActionImage {
  float:left;
  margin-top:10px;
  text-align: center;
  width: 160px;
}
.home .action .ActionImage span{
  display: block;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}
.home .action .ActionImage img {
  float: none;
  margin:0;
  border: none;
  _width: expression(this.width >= 125 ? (this.width > 125 ? "125px" : true) : 'auto');
  max-width: 125px;
}
.home .action .ActionInfo {
  margin-left:160px;
}
.home .action .parameters {
  margin-left:10px;
  color:#000;
}
.home .action .price {
  margin-top: 5px;
  font-size: 200%;
  font-weight: bold;
  color:#f00;
  text-align: center;
}
.PB.home {
	margin:0;
}
.actionStar1 {
  top:0px;
  right:-5px;
}
.action1 {
  top:59px;
  left:0;
}
.actionMobile1 {
  top:58px;
  left:5px;
  
  width:43px;
  height:64px;
  
  background-image: url('/img/produkt/action2/mobilzdarma01-small.png');
  filter:none;
}
.actionLowPrice1 {
  top:26px;
  left:0;
}
.actionLowPrice2 {
  background-image: url('/img/produkt/action4/likvidace1_home.png');
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=crop src='/img/produkt/action4/likvidace1_home.png');
  top:31px;
  left:91px;
}
.actionMoney1 {
  top:33px;
  left:99px;
}


.akcezbozi div.description .st_black {
  color:#000;
}
.akcezbozi div.description .st_red {
  color:red;
}
.akcezbozi div.description .st_dark_red {
  color:#a6240a;
}
.akcezbozi div.description .st_blue {
  color:blue; 
}
.akcezbozi div.description .st_orange {
  color:#f0961c;
}

.emptyHome {
	line-height: 4px;
}


.newsLeftPage {
  margin-left:4px;
}

.newsLeftPage a {
  text-decoration:none;
}

.newsLeftPage a:hover .title {
  text-decoration:underline;
}

.newsLeftPage .bunka {
  display:block;
  cursor:hand;
  width:180px;height:135px;
  margin-top:6px;
  padding:7px 10px;
  font-size:11px;
  font-weight:normal;
  background:url('/img/panel/panel_novinky_bunka.png') no-repeat;
  _background:none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/panel/panel_novinky_bunka.png',sizingMethod='scale');
  _width:200px;
}

.newsLeftPage .hlavicka {
  height:15px;
  overflow:hidden;
}

.newsLeftPage .datum {
  color:#3a3a3a;
}

.newsLeftPage .title {
  font-weight:bold;
  color:#d61412;
  font-size: 11px;
  display: inline;
  margin: 0;
  padding: 0;
}

.newsLeftPage .text {
  color:#6c6c6c;
  margin-top:3px;
  line-height:15px;
  height:120px;
  overflow:hidden;
}

.newsLeftPage .text img {
  vertical-align:middle;
}

.newsLeftPage .archiv {
  margin-top:6px;
  display:block;
}

.stamp1 {
  left:28px;
  top:1px;
  cursor:pointer;
}

#balonky {
  width:582px;
  height:564px;
  position:relative;
  background:url('/img/banner-balonky.jpg');
}

#balonky span {
  cursor:pointer;
  display:block;
  position:absolute;
}

#balonky-logo {
  left:120px;
  top:60px;
  width:345px;
  height:103px;
}

#balonky-vstup {
  left:0;
  bottom:0;
  width:100%;
  height:86px;
  background:url('/img/banner-balonky.jpg') 0px -478px;
}

#balonky-balonek {
  left:215px;
  top:230px;
  width:157px;
  height:208px;
}

#balonek-43 {
  left:20px;
  top:81px;
  width:91px;
  height:119px;
}

#balonek-40 {
  left:19px;
  top:292px;
  width:97px;
  height:130px;
}

#balonek-49 {
  left:117px;
  top:226px;
  width:86px;
  height:109px;
}

#balonek-34 {
  left:377px;
  top:298px;
  width:111px;
  height:144px;
}

#balonek-44 {
  left:464px;
  top:195px;
  width:99px;
  height:128px;
}

#balonek-69 {
  left:473px;
  top:81px;
  width:85px;
  height:108px;
}
