.odd {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background: #CCC;
  cursor: hand;
}

.even {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background: #EEE;
  cursor: hand;
}

.gray
{
  font-weight: bold;
  background: gray;
}

.yellow
{
  font-weight: bold;
  background: yellow;
}

TD.shoppingCartSmall {
  font-family: sans-serif, Arial, Verdana;
  font-size: 12px;
}

BODY {
/*  background: #ffffff;;*/
  background-image:url(images/paws2.jpg);
  color: #000000;
  margin: 0px;
}

TABLE {
	page-break-inside: avoid;
}

A.regular {
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
/*  background: #bbc3d3;*/
  color: red;
  font-weight : bold;
}

A.announcment {
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
/*  background: #bbc3d3;*/
  color: red;
  font-weight : bold;
}

A {
  color: #000000;
  text-decoration: none;
}

/*
A:hover {
  color: #AABBDD;
  text-decoration: underline;
}
*/

A:hover {
  color: red;
  text-decoration: underline;
}

FORM {
	display: inline;
}

.infoBox {
  background: #b6b7cb;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.infoBoxCategoriesHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #009966;
  color: #ffffff;
}

.infoBoxCategoriesContents {
  background: #88ffCC;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}

.infoBoxCategoriesHeadingRed {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #FF0000;
  color: #ffffff;
}

.infoBoxError {
  background: #f8f8f9;
  color: #ff0000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.shoppingCartListing {
  font-family: sans-serif, Arial, Verdana;
  font-size: 14px;
  font-weight: bold;
  background: #f8f8f9;
}

.productViewTitle{
  vertical-align: top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #336633;  
}

.productView{
  vertical-align: top;
}

.categoryViewText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  color: #336633;
  font-weight: bold;
  text-align : center;
  vertical-align: top;
}


.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

.main{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.smallText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}