/*
html {
  scrollbar-face-color: #FFBBFF;
  scrollbar-arrow-color: black;
  scrollbar-highlight-color: #FFEEFF;
  scrollbar-shadow-color: #9999CC;
  scrollbar-3dlight-color: #FFFAFF;
}
*/


body {
  margin: 2px 1px 2px 3px;
  padding: 0px;
  color: black;
  background: #98AABF;       /* Background color and image */
/*background: #98AABF url(/images/snowfall.gif);       /* Background color and image */
  font-family: Verdana, Arial, Helvetica, sans-serif;
/*margin: 0px auto;          /* auto -> everything center for firefox */
/*text-align: center;        /* everything center for IE */
/*width: 990px;              /* everything center for firefox, need to match .t-top-level below */
}

H3 {                         /* Product name in right column */
  font-size: 1.4em;
}

.price {                     /* Price of products enlarged with red font */
  font-size: 1.2em;
  color: #FF0000;
}

.white-font {
  color: #FFFFFF;
}

.emp {                       /* Emphasis on words (free priority mail shipping) */
  color: #008000;
}

.title {                     /* Emphasis on words (Product Description, Click on images below to see larger scans.) */
  font-weight: bold;
}

.line {
  background-color: #0000FF; /* Dark color for border of left column (separates items) */
  height: 1px;
}

TR {
  font-size: .80em;
}



TD {
  padding: 0px;              /* CELLPADDING="0" */
}

TD.menu-separator-h {
  height: 3px;
}

TD.menu-separator-h2 {         /* separate tiger from the rest of the menu items */
  height: 20px;
}

TD.divide-by-six {
  width: 16%
}

TD.divide-by-five {
  width: 20%
}

TD.divide-by-four {
  width: 25%
}

TD.divide-by-three {
  width: 32%
}

TD.divide-by-two {
  width: 50%
}

.menu-separator-v {
background-image: url(/images/line-separator.gif);
background-repeat: repeat-x;
background-repeat: repeat-y;
height: 1px;
}

A {                          /* link style */
  color: #003399;
  text-decoration: underline;
}



A:hover {
  color: #CC0000;            /* mouse over link style */
  text-decoration: underline;
}

A.link-menu         {color: #000000; text-decoration: none; }
A.link-menu:hover   {color: #CC0000; text-decoration: none; }

IMG {
  border:0;
}

IMG.align-left {
  margin:0 3px 3px 0;
  float:left;

}


TABLE {                      /* <TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" BGCOLOR="FFFFFF">  See TD for CELLPADDING="0" */
  border-spacing: 0px;       /* CELLSPACING="0" for Mozilla */
  border-collapse: collapse; /* CELLSPACING="0" for IE6 */

}

TABLE.table-center {         /* <BGCOLOR="#FFFFFF"> */
  width: 975px;
  background-color: #FFFFFF;
/*  margin-left: auto; margin-right: auto;  /* CENTER TABLE for firefox and opera NOT IE */
}

TABLE.table-maxwidth {       /* <WIDTH="799"> */
  width: 975px;
}

TABLE.table-menu {
  width: 263px;
  background-color: #FFFFFF;
}

TABLE.table-product {
  width: 710px;
  background-color: #FFFFFF;
  float: right;              /* align table to right (cannot find better way) */
}

FORM.nomargins{
/*    margin-bottom: 0px;        /* works in opera and firefox but not IE6 */
    display: inline;
    margin: 0px;
}



.t-tiger-specs {
  width:  100%;
}

.t-bg-top----left {                                        /* "#" is for ID (only 1) , "." is for class (many) */
background-image: url(/images/white-top-left.gif);
background-repeat: no-repeat;
width: 10px;
height: 8px;
min-width: 10px;
}

.t-bg-top----center {
background-image: url(/images/white-top-center.gif);
background-repeat: repeat-x;
height: 8px;
}

.t-bg-top----right {
background-image: url(/images/white-top-right.gif);
background-repeat: no-repeat;
width: 10px;
height: 8px;
min-width: 10px;
}



.t-bg-middle-left {
background-image: url(/images/white-middle-left.gif);
background-repeat: repeat-y;
width: 10px;
}

.t-bg-middle-right {
background-image: url(/images/white-middle-right.gif);
background-repeat: repeat-y;
width: 10px;
}



.t-bg-bottom-left {
background-image: url(/images/white-bottom-left.gif);
background-repeat: no-repeat;
height: 10px;
width: 10px;
}

.t-bg-bottom-center {
background-image: url(/images/white-bottom-center.gif);
background-repeat: repeat-x;
}

.t-bg-bottom-right {
background-image: url(/images/white-bottom-right.gif);
background-repeat: no-repeat;
height: 10px;
width: 10px;
}


