table.CatNavBar {
  border-style: none;
  margin: 0px;
  background-color: white;
  padding: 0px;
  vertical-align: top;
}

table.CatNavBar td {
  border-style: none;
  padding: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0px;
  margin-right: 0px;
  vertical-align: top;
}

table.ProductContent {
  margin: 0px;
  padding: 0px;
  border-style: none;
}

table.ProductContent td {
  margin: 0px;
  padding: 0px;
  border-style: none;
}

/*======================================================*/
/* Breadcrumb Class*/
/*======================================================*/
.BreadCrumb
{
	text-align:left;
	font-size:large;
}

a.BreadCrumbWithProduct:link
{
	text-decoration:none;
	color:Gray;
}

a.BreadCrumbWithProduct:visited
{
	text-decoration:none;
	color:Gray;
}

a.BreadCrumbWithProduct:hover
{
	color:DarkSlateGray;
	text-decoration:underline;
}

a.BreadCrumbWithProduct:active
{
	text-decoration:none;
	color:Gray;
}


/*======================================================*/
/* Products Class
	 Used to format the product browser menu, which arranges
	 all of the products related to the currently selected
	 category in a grid.*/
/*======================================================*/
table.Products {
  margin: 0px;
  padding: 0px;
  border-style: none;
}

table.Products td {
  padding: 10px;
  /*width: 100px;*/
  width: 125px;
  height: 150px;
  border-style:none;
  font-size:smaller;
}

table.Products img
{
	width: 125px;
	height: 125px;
	border-style: solid;
	border-width: 1;
	border-color: DarkSlateGray;
}

table.Products a
{
	text-decoration: none;
}


/*======================================================*/
/* Overview Class
	 Used to format the product overview section, which
	 includes the image slideshow, product overview text and
	 specifications.*/
/*======================================================*/
table.Overview {
  margin: 0px;
  padding: 10px;
  border-style: none;
  width: 100%
}

table.Overview td {
  padding: 0px;
  margin: 40px;
  /*width: auto;
  height: auto;*/
  border-style:inset;
  border-width:1px;
  font-size:smaller;
}

table.Overview img
{
	width: 260px;
	height: 195px;
	border-style: solid;
	border-width: 0;
	border-color: DarkSlateGray;
}

table.OverviewDetails
{
	width:100%;
	padding:0px;
	border-style:none;
}

table.OverviewDetails td
{
	padding:0px;
	border-style:none;
}

