/*
  $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
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

TD.Top {
BACKGROUND-IMAGE: url(images/header/top.gif); BACKGROUND-REPEAT: repeat 
}


BODY {
  background: #ffffff; 
 /* background: #000000; */
  color: #000000;
  margin: 0px;
}

A {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /* color: #515f85; */
  /* color: #740004; */
  /*color: #1d3886; */
  
  /* 28.03.2007 sinimusta */
   color: #130d76; 
  text-decoration: none;
}


A:hover {
 /* color: #4c2328; */
 /* font-weight: bold; */
 /* text-decoration: underline; */
 
 /* 27.11.2006 */
 text-decoration: underline;
 color: #98051e;
  
}

FORM {
	display: inline;
}

