#product-list {

}

.product-list-box {
  position: relative;
  width: 405px;
  margin: 1em ;
}


.product-list-box-item {
  position: relative;
  width: 304px;
float: left;
background: #c6d3e3;
color: white;
}

.product-list-box-item h2 {
  border: 0;
  margin: 0;
background: #eeeeee;
color: #022078;
padding: 0 3px;
position: relative;
min-height: 23px;
}

.product-list-box-item img {
  border: 1px solid #00602E;
  float: left;
  width: 65px;
}

.product-list-box-item p {
  float: left;
  margin: 0;
padding: 0 5px;
text-indent: 0;
color: #022078;
}

.product-list-box-price {
  width: 90px;
  right: 0px;
  text-align: right;
background: #485fa2 url(/images/cenovka.gif) no-repeat right;
height: 23px;
color: white;
line-height: 23px;
padding: 0 5px;
float: right;
}


