/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.categoriesBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; }

A.categoriesBoxLink {
  color: #FFCC66;
  text-decoration: none;
}

A.categoriesBoxLink:hover {
  color: #FFCC66;
  text-decoration: underline;
}

A.categoriesBoxLinkSelected {
  color: #000000;
  text-decoration: none;
}

A.categoriesBoxLinkSelected:hover {
  color: #000000;
  text-decoration: underline;
}

TR.categoriesBoxRow {
  background: #1D174C;
  background-image: url(/images/csn/categoriesBox.jpg);
}

TR.categoriesBoxRowOver {
  background: #605C81;
  background-image: url(/images/csn/categoriesBoxOver.jpg);
  cursor: pointer;
}

TD.categoriesBoxLine {
  background: #FFCC66;
}

TR.categoriesBoxRowSelected {
  background: #FFE286;
  background-image: url(/images/csn/categoriesBoxSelected.jpg);
}

TR.categoriesBoxRowOverSelected {
  background: #FFEEB6;
  background-image: url(/images/csn/categoriesBoxSelectedOver.jpg);
  cursor: pointer;
}

TD.categoriesBoxLineSelected {
  background: #1D174C;
}
