/**** Styles for the Category Listing Page ****/

/* Table Styles */
table.products td { padding:3px; }

/* Thumbnail Link */
a.thumb:link, a.thumb:visited, a.thumb span
{
  display:block;
  height:98px;
  width:129px;
  overflow:hidden;
}
a.thumb:link, a.thumb:visited
{
  position:relative;
  z-index:1;
  text-decoration:none;
}
a.thumb img, a.thumb span
{
  position:absolute;
  left:0;
  top:0;
}
a.thumb img { z-index:2; }
a.thumb span
{
  z-index:3;
  background:url(/catalog/images/category-thumb-background.png) no-repeat top left;
}

/* Text Link */
table.products div
{
  padding:5px 0;
  text-align:center;
}
table.products div a:link, table.products div a:visited
{
  text-decoration:none;
  color:#4a1f00;
}

