/******************************************************************/
/* The Ninja Corporation                                          */
/******************************************************************/
BODY
  {
  margin: 0;
  border: 0;
  padding: 0;
  }

A, A:VISITED
  {
  color: navy;
  text-decoration:none
  }

A:ACTIVE, A:HOVER
  {
  color: blue;
  text-decoration:underline;
  }


A.front, A.front:VISITED
  {
  color: #E75229;
  text-decoration:none
  }

A.front:ACTIVE, A.front:HOVER
  {
  color: blue;
  text-decoration:underline;
  }
INPUT.modern, TEXTAREA.modern, INPUT.sitesearch
  {
  border: solid black 1px;
  } 

/******************************************************************/
/* Side Menu                                                      */
/******************************************************************/
TD.sidebar
  {
  width: 210px;
  font-family: arial;
  font-size: 10pt;
  line-height: 133%;
  }

DIV.sectionbar
  {
  color: white;
  font-size: 10pt;
  font-weight: bold;
  background: #E75229;
  padding: 4px 4px 4px 16px;
  margin-top: 4px;
  }

DIV.submenu
  {
  padding-top: 4px;
  padding-bottom: 8px;
  }

A.menu, A.menu:VISITED
  {
  display: block;
  width: 188px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 4px 4px 4px 16px;
  font-size: 10pt;
  text-decoration: none;
  color: #878787;
  }

A.menu:ACTIVE, A.menu:HOVER
  {
  color: #FF6600;
  background: #FDDCC8;
  text-decoration: none;
  }

A.nospacemenu, A.nospacemenu:VISITED
  {
  display: block;
  width: 188px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 4px 4px 4px 16px;
  font-size: 10pt;
  text-decoration: none;
  color: #878787;
  }

/******************************************************************/
/* Main body of document                                          */
/******************************************************************/
TD.main
  {
  padding: 10px 15px 20px 15px;
  }

TD.main, TD.main TD
  {
  font-family: arial;
  font-size: 10pt;
  line-height: 150%;
  }

H1
  {
  font-family: arial;
  font-size: 18pt;
  font-weight: normal;
  color: #E75229;
  line-height: normal;
  }

/******************************************************************/
/* List of product brands                                         */
/******************************************************************/
TABLE.brandlist TD
  {
  padding-top: 8px;
  padding-bottom: 12px;
  }

P.brandlistheader
  {
  border-bottom: solid black 1px;
  padding-bottom: 5px;
  margin-bottom: 0;
  }

P.brandlistnotes
  {
  margin-top: 5px;
  padding-right: 60px;
  }

A.brandlist, A.brandlist:VISITED, A.brandlist:ACTIVE, A.brandlist:HOVER
  {
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  color: #E75229;
  text-decoration: none;
  }

A.brandlist:ACTIVE, A.brandlist:HOVER
  {
  text-decoration: none;
  color: red;
  }

A.brandlisting, A.brandlisting:VISITED, A.brandlisting:ACTIVE, A.brandlisting:HOVER
  {
  text-decoration: none;
  color: black;
  }

IMG.brandlistimg
  {
  border: solid black 1px;
  }

/******************************************************************/
/* Individual product information                                 */
/******************************************************************/
TD.productphotos
  {
  width: 540px;
  text-align: center;
  line-height: 4px;
  }

IMG.thumbnail
  {
  padding: 4px;
  border: solid gray 1px;
  }

SPAN.infoheading
  {
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  color: #E75229;
  }

/******************************************************************/
/* Newsfile                                                       */
/******************************************************************/
A.newsfile, A.newsfile:VISITED, A.newsfile:ACTIVE, A.newsfile:HOVER
  {
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  color: #E75229;
  }

A.newsfile:ACTIVE, A.newsfile:HOVER
  {
  color: red;
  }

UL.newslinks
  {
  margin-left: 1em;
  padding-left: 1em;
  }

UL.newslinks LI
  {
  font-size: 9pt;
  line-height: 150%;
  padding-bottom: 2px;
  padding-right: 4px;
  }

UL.newslinks A, UL.newslinks A:VISITED
  {
  color: black;
  text-decoration: none;
  }

UL.newslinks A:ACTIVE, UL.newslinks A:HOVER
  {
  color: navy;
  text-decoration: underline;
  }

/******************************************************************/
/* Online Shop                                                    */
/******************************************************************/
TABLE.brandlistheader 
  {
  border-bottom: solid black 1px;
  padding-bottom: 1px;
  margin-bottom: 0px;
  }

TABLE.basket
  {
  background: #FDDCC8;
  }

TR.basketheader TD
  {
  font-weight: bold;
  background: #F19F87;
  }

TR.basketline TD
  {
  border-bottom: solid #F19F87 1px;
  }

TABLE.basket A, TABLE.basket A:VISITED
  {
  color: black;
  text-decoration: none;
  }

TABLE.basket A:HOVER
  {
  text-decoration: underline;
  }

INPUT.basket, TEXTAREA.basket
  {
  border: solid black 1px;
  width: 400px;
  } 

/******************************************************************/
/* Printing                                                       */
/******************************************************************/
@media print
  {
  BODY
    {
    background: none;
    }

  TD.sidebar
    {
    display: none;
    }
  }
