.product-list{
  background-color: #E4E2D4;
  font-weight: bold;
  border: 1px solid black;
  padding: 6px;
}

.productspan{
  float: right;
  margin: 3px;
  cursor:hand;
  cursor:pointer;
  font-weight: bold;
}

.product-title-bar{
  background-color: #FFE899;
  font-weight: bold;
  border: 1px solid black;
  padding: 3px;
}

div.product-title-bar{
/* width: 500px; */
}

.productgroup{
/*  width: 500px;*/
}

.productdetails{
  font-weight: normal;
  font-size:10px;
}

.productdata{
  font-weight: normal;
  font-size:11px;
}
.productdescription{
  font-weight: normal;
  font-size:12px;
}

