

.shop{
  width: 100%;
}

.shop .title{
  color: #034778;
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
}

.shop td{
  color: #034778;
  font-family: arial;
  font-size: 11pt;
}

.shop .product{
  float: left;
  margin: 5px;  
}

.shop .imageCaption{
  color: #034778;
  font-family: arial;
  font-size: 11pt;
}

.shop img{
  border: 1px solid #000000;
}

