table {

  border-spacing: 0px;

  border-collapse: collapse;

  cell-padding: 0px;

//  width: 100%;

}

table.main {

  width: 760px;

  text-align: center;

  border-width: 2px 2px 2px 2px;

  border-style: solid solid solid solid;

  border-color: 000080 000080 000080 000080;

  background-position: top left;

  background-repeat: no-repeat;

}

table.paypal {

  text-align: right;

}

tr {

  height: 100%;

  vertical-align: top;

}

tr.paypal {

  vertical-align: bottom;

}

tr.cart {

  height: 15px;

}

tr.body {

  background-color: #b4b464; 

/*  height: 500px; */

  vertical-align: top;

}

tr.black {

  background-color: #000080; 

  height: 2px;

  vertical-align: top;

}

tr.top {

  background-image: url(/images/header.png);

  height: 135px;

  vertical-align: top;

}

td {

  width: 100%;

  text-align: center;

}

td.viewName

{

  width: 40%;

  text-align: left;

}

td.viewQty

{

  width: 15%;

  text-align: left;

}

td.viewPrice

{

  width: 15%;

  text-align: left;

}

td.item {

  width: 25%;

}

td.paypal {

  text-align: right;

}

td.cart {

  text-align: right;

}

td.link {

/*  background-color: #0080FF;  */

  width: 120px;

  text-align: left;

}

td.main {

/*  background-color: #0080FF;  */

  width: 100%;

  text-align: center;

}

td.itemDescrip {

  text-align: left;

}

td.itemImg {

  width: 150px;

}

td.sep {

  width: 7px;

  background-image: url(/images/sep.png);

  background-position: top left;

  background-repeat: repeat-y;

}

td.copy {

  font-size: 10px;

  width: 50%;

  text-align: right;

  background-color: #0080FF;

  border-collapse: collapse;

  padding: 10px;

}

td.about {

  font-size: 10px;

  width: 120px;

  text-align: left;

  background-color: #0080FF;

  border-collapse: collapse;

  padding: 10px;

}

//A:link    {color: black; font-weight: regular; text-decoration: underline; }

//A:visited {color: black; font-weight: regular; text-decoration: underline; }

//A:active  {color: black; font-weight: regular; text-decoration: underline; }

//A:hover   {color: white; font-weight: regular; text-decoration: underline; }

img {border: 0;}

A.about {

  text-decoration: none;

  color: black;

  font-size: 12px;

  font-weight: normal;

}

A:hover.about {

  text-decoration: underline overline; 

  color: black;

  font-size: 12px;

  font-weight: normal;

}

  