
body {
  font-family: Arial, sans-sherif;
  font-size: 12px;
}

.pageHeading {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.smallText {
  font-size: 12px;
  color: #666;
}

.categories ul {
  list-style-type: none;
  margin:0px;
  padding:0px;  
} 

.categories li {
  margin:0px;
  padding:0px;  
} 

#product-inlist {
  padding: 5px;
  margin:5px;
  float: left;
}

.productListing-heading {
  background: #eee;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
}
