/*
 *   $Id: stylesheet_english.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
 *           */
body { 
  color: #000000;
  margin: 0px;
  background: #ffffff; 
  font-family: Arial, sans-serif ;
  font-size: 10px; 
  padding-left: 0px;   /* LC width holy grail site*/
  padding-right: 0px;  /* RC width holy grail site*/
  color: black;
  width: 100%;

}

A {
  color: blue;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

SPAN.productSpecialPercent {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

/* BEGIN: CSS Buttons Everywhere */
.cssButton {
  background: #ccffcc;
  color: black;
  display: block;
  width: 132px;
  vertical-align: center;
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size: FONT_SIZE;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 3px;
  border: 1px;
  border-style: solid;
  border-color: #cc6600;
  border-spacing: 1px;
}
a.cssButton:hover {
  text-decoration: none;
}

/* END: CSS Buttons Everywhere */