
.envelope {
  width: 163px;
  height: 212px;
  float: left;
  margin: 5px 23px 10px 0;
  _margin-right: 25px;
  border: 1px solid gray;
  background: white;
  position: relative;
  overflow: hidden;
}

.envelope div.inside {
  padding-top: 8px;
  margin-left: 4px;
  _margin-left: 2px;
  margin-right: 4px;
  height: 210px;
  position: relative;
}
.inside-img{height: 160px; overflow: hidden; margin: 0; padding: 0; text-align: center;}

.3rd-product{
  margin-right: 0;
}


/*  product name and store */
.product-name{
  text-align: center;
  font-size: 75%;
  display: block;
  position: absolute;
  bottom: 35px;
  line-height: 150%;
  width: 100%;
  /*left: -163px;*/
}

.product-name strong, .product-name span{
  position: relative;
}


.product-bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 98px;
  width: 100%;
  backgroud: white;
  padding-top: 3px;
}

.product-bottom-lower{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 105px;
  width: 100%;
  padding-top: 3px;
}



.envelope div.inside a{
  color: black;
}

.p-type{
  text-align: center;
  font-size: 80%;
  background: white;
  color: #005284;
}

.p-type span{
  font-size: 90%;
  color: rgb(204,204,204);
  display: block;
  text-decoration: line-through;
}

div.avaible{
  color: white;
  font-weight: normal;
  position: absolute;
  top: 0px;
  right: 5px;
  width: 50px;
  text-align: right;
}


.product-description{
  padding-top: 0.2em;
  background: white;
  text-align: left;
  padding-left: 0.5em;
  position: relative;

}


.product-price{
  font-weight: bold;
  vertical-align: middle;
  text-align: right;
  padding-top: 6px;
  font-size: 80%;
  border-top: 1px solid #B3B3B3;
  position: absolute;
  width: 100%;
  bottom: 10px;
  _bottom: 5px;
  left: 0;
  text-align: left;
  padding-left: 2px;
}

.product-price div{
  position: relative;
}

.old-price{
  color: #CDCDCD;
  text-decoration: line-through;
  padding-right: 0.5em;
  font-size: 80%;
}

.action-price{
  color: #FD7A11;
}

.action-price span{
  font-size: 80%;
  color: #B3B3B3;
}

/* icon for adding to cart */
.cart {
  width: 17px;
  height: 15px;
  margin-right: 5px;
}


.add2cart{
  float: right;
  border: 0;
}

.add2cart img{
  border: 0;
}



.product-novinka{
  background: #FFFFFF;
  padding: 0.3em;
  margin-bottom: 0.5em;
  font-size: 85%;
  color: #535252;
  min-height: 110px;
  _height: 110px;
  float: left;
}

.product-novinka a.image{
  width: 158px;
  float: left;
}


.product-novinka .top, .product-novinka .middle, .product-novinka .bottom{
  width: 579px;
  margin-right: 2px;
  margin-left: 160px;
}

.product-novinka .top{
  border-bottom: 1px solid #E4E4E4;

}

.product-novinka .top, .product-novinka .middle{
    line-height: 150%;
}

.product-novinka .top a{
  color:
}

.product-novinka .action-price{
  width: 170px;
  float: right;
  text-align: right;
  font-weight: bold;
}

.product-novinka .middle a{
  color: #535252;
  text-decoration: none;
  text-align: right;
}

.product-novinka .middle .cartik{
  width: 170px;
  float: right;
}

.product-novinka .bottom{
  text-align: justify;
  margin-top: 0.5em;
}
.akce{
  /*background: url('http://apache/www.battery.cz/img/akce.png') no-repeat;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://apache/www.battery.cz/img/akce.png',sizingMethod='scale');
  _behavior: url(http://apache/www.battery.cz/scripts/iepngfix.htc);
  */
  position: absolute;
  left: -4px;
  _left: -2px;
  top: 0px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: block; height: 100px; width: 100px;

  background: url('../img/akce.png') no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.battery.cz/img/akce.png',sizingMethod='scale');
}

.ukoncen {
  position: absolute;
  left: -4px;
  _left: -2px;
  top: 0px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: block; height: 100px; width: 100px;

  background: url('../img/ukoncen.png') no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.battery.cz/img/ukoncen.png',sizingMethod='scale');
}

