.product-item{
  float: left;
  position: relative;
  margin-top: 20px;
  width: 183px;
  height: 200px;
  margin-left: 2px;
  background-image: url(image-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
}

.product-item img{
  border: 0;
}

.list-bottom{
  background: #fff;
  color: #030f47;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  left: 3px;
  padding: 3px 0 3px 0px;
  position: absolute;
  top: 175px;
  width: 176px;

}

.list-image{
  width: 169px;
  margin:0;
  padding: 0;
  padding: 7px;
  position: absolute;
  left: 0;
  bottom: 33px;
}

.novinka{
  color: #e52575;
  font-weight: bold;
  position: absolute;
  bottom: 110px;
  left: 10px;
}


.list-name{
  font-weight: bold;
  padding: 0 10px 0 10px;
}


.list-name h2{
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.list-price{
  width: 120px;
}

.list-price-sk{
  color: #565254;
  font-size: 11px;
  margin-left: 10px;
  width: 90px;
}


.product-item a{
  color: #081758;
}

.right{
  margin: 0 0px 5px 5px;
}


a.to-detail{
  font-weight: bold;
  padding-left: 50px;
}

.product-item a:hover{
  color: #890407;
}

a.to-detail:hover{
  text-decoration: underline;
}

.page-line{
  background-color: #f5f5f5;
  float: left;
  padding: 5px;
  width: 555px;
  margin: 10px 0 10px 0;
  clear: both;
  text-align: center;

}


.page-line a, .active-page{
  margin-right: 3px;
  text-align: center;
  font-weight: bold;
  padding: 1px 5px 1px 5px;
  color: #818181;
  border: 1px solid #d5d5d5;
}


.page-line a:hover, .active-page{
  color: #000;
  background: #d5d5d5;
}


.active-page{
  margin-right: 6px;
}

