/*
  $Id: stylesheet.css,v 2 2007/04/30 20:04:02 hpdl Exp $

  Nicolas Bienz
  nico (at) photoniceye.ch
*/

.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; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family:Verdana;
  font-size:8px;
scrollbar-face-color: #5b8096 ;
scrollbar-track-color: #abc0cc ;
scrollbar-arrow-color: #FFFFFF ;
scrollbar-shadow-color:  ;
scrollbar-highlight-color:  ;
scrollbar-3dlight-color:  ;
scrollbar-darkshadow-color:  ;

}

.header {
  padding-top:10;
  color: #5b8096;
  font-family:Verdana;
  font-size:18px;
}
.content {
  
  font-family:Verdana;
  font-size:12px;
}
.division{
	height:420px;
	width:940px;
	overflow:auto;

}

