/**** By Tag ****/

/* main page heading */
h1
{
  height:49px;
  width:786px;
  overflow:hidden;
  border-bottom:1px solid #c2e2f1;
  background:url(/images/shopping-carts/heading.png) no-repeat top left;
  text-indent:-1000px;
}

/**** By Class ****/

/* add some extra padding at the bottom of the content area */
div.content { padding-bottom:96px; }

/* category boxes */
div.category
{
  padding:10px 5px;
  min-height:111px;
  height:auto !important;
  height:111px;
  border-top:1px solid #c2e2f1;
  background:url(/images/product-list/category-background.gif) repeat-x top left;
}

/* tables thumbnail links */
table.thumbs td { vertical-align:middle; }
table.thumbs td.thumb { padding-right:5px; }
table.thumbs td.link { padding-right:30px; }

/**** By ID ****/

/* introduction paragraph */
#intro { padding-bottom:15px; }
