
/* this is needed to make IE center the product catalog table */
body 
{
  text-align:center;
}


#main
{ 
  width:834px;
}


#content
{ 
  padding-left:20px;
}


.product_catalog_image
{ 
  width:150px;
  height:230px;
}


.product_catalog_item
{ 
  text-align:center;
  width:150px;
  float:left;
  margin-left:20px;
  margin-right:20px;
  margin-bottom:40px;
  background-color:#f0f0f0;
  padding-bottom:5px;
}

