
/**
* @ID         default.css 10000
* @location   includes\stylesheet\default.css
* @version    1.00
* @package    macs-Commerce
* @date       2009-08-18 03:05:45
* @author     
* @copyright  (c) 2009 macs-it
* @license    GNU/GPL, see LICENSE.php
* based on:
*   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
*   (c) 2002-2003 osCommerce; www.oscommerce.com
*   (c) 2003  nextcommerce ; www.nextcommerce.org
*   (c) 2006  XT-Commerce ; www.xt-commerce.com
*/
DIV#body {
}
/*** Footer Div ***/
DIV#copyright {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
DIV#copyright a  {
  color: #666666;
}
DIV#copyright a:hover {
  color: #fe9f12;
  text-decoration: underline;
}
/*** gnu copyright ***/
DIV#gnu_copy {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
DIV#gnu_copy a {
        color: #999999;
}
DIV#gnu_copy a:hover {
        text-decoration: underline;
}
DIV#gnu_copy span {
        color: #fe9f12;
}

/* Parse Time */
DIV#parsetime {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
}

