/*
  $Id: stylesheet.css,v 1.52 2003/02/13 13:54:41 project3000 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: #E046A4; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #88B822; text-decoration: underline; }

BODY {
  background: url(../images/bk.gif);
  color: #333333;
  margin: 0px;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#7A4291;
  scrollbar-base-color:#CC99CC;
  scrollbar-dark-shadow-color:#9999CC;
  scrollbar-face-color:#DED1E2;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#CC99CC}

A { 
  color: #333333; 
  text-decoration: none; 
}

A:hover { 
  color: #AABBDD; 
  text-decoration: underline; 
}

FORM {
	display: inline;
}

TR.header {
  background: #E9EFF3;
}


A.headerNavigation { 
  color: #336699; 
}

A.headerNavigation:hover {
  color: #336699;
}

TR.headerError {
  background: #CC66CC;
}


TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


.infoBox {
	background: #CCCCCC;
}

TABLE.infoBox {
	background: #FFFFFF;
	border-color: #bbc3d3;
	border-style: solid;
	border-width: 0px;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents1 {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #D298C0;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.Listing-odd {
  background: #E9E4FA;
}

TR.Listing-even {
  background: #F0EDFC;
}

A.pageResults { 
  color: #660066;
  text-decoration: none; 
}

A.pageResults:hover { 
  color: #660066; 
  text-decoration: none; 
}

TD.pageHeading, DIV.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000080;
    vertical-align: top;	
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  vertical-align: top;	  
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}


TABLE.formArea {
	background: #0099CC;
	border-color: #bbc3d3;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF
}


.moduleRow { }
.moduleRowOver { background-color: #F3FBE1; cursor: hand; }
.moduleRowSelected { background-color: #EBEFFF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #333333; }

/*	input /select / and textarea boxes						*/

input,select,textarea {  background-color: #F1F4FA;  color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}

input:disabled { background-color : lime }

/*	Scroll Bars							*/

.form-droplist
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: verdana,arial,helvetica,swiss,sans-serif;
	WIDTH: 600
}

.form-droplist_m
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: verdana,arial,helvetica,swiss,sans-serif;
	WIDTH: 509
}

.form-droplist_s
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: verdana,arial,helvetica,swiss,sans-serif;
	WIDTH: 61
}
