/*
  $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, .boxtext a:link, .boxtext a:active, .boxtext a:visited, .boxtext a:hover 
{ 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: normal;
}
.errorBox { font-family: Arial; font-size : 10pt; background: #FFFFFF; font-weight: bold; }
.stockWarning { font-family: Arial; font-size : 10pt; color: #CC3399; }
.productsNotifications { background: #FFFFFF; }
.orderEdit { font-family: Arial; font-size : 10pt; color: #CC3399; text-decoration: underline; }

body
{
	margin: 0;
    background-color: FFF2F2;
    scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#CC3399;
	scrollbar-track-color:#FFF2F2;
	scrollbar-shadow-color:#FFF2F2;
	scrollbar-highlight-color:#CC3399;
	scrollbar-3dlight-color:#FFF2F2;
	scrollbar-darkshadow-Color:FFF2F2;
}
td, p
{
    font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	text-align: justify
}
a:link
{
    font-family: Arial;
	color: #CC3399; 
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none
}
a:visited
{
    font-family: Arial;
	color: #CC3399; 
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none
} 
a:hover 
{
    font-family: Arial;
	color: #CCCCCC;
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none
}
a:active 
{
    font-family: Arial;
	color: #CC3399;
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none
}
h1
{
    font-family: Arial;
	color: #CC3399;
	font-size: 18pt;
	font-weight:bold
}
h2
{
    font-family: Arial;
	color: #CC3399;
	font-size: 14pt;
	font-weight:bold
}
h3
{
    font-family: Arial;
	color: #CCCCCC;
	font-size: 10pt;
	font-weight: bold;
}
h4
{
    font-family: Arial;
	color: #CC3399;
	font-size: 10pt;
	font-style: normal;
}
h5
{
    font-family: Arial;
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
}
h6
{
	margin:0; 
    font-family: Arial;
	color: #FFFFFF;
	font-size: 16pt; 
	font-weight: bold;
	text-align: left;
}
.maintable
{
	background-color: #FFFFFF;
	border-top:1px solid #CC3399;
	border-bottom:1px solid #CC3399;
	border-left:1px solid #CC3399;
	border-right:1px solid #CC3399;
}
.testamonial-header
{
	background-color: #cccccc;
	border:1px solid #cccccc;
}
.testamonial
{
	background-color: #ffffff;
	border:1px solid #cccccc;
}

.form
{
	border:1px solid #CC3399;
	color: #000000;
	background-color:#FFFFFF;
}
.images-right
{
	margin-left: 10;
	float: right;	
}
.images-left
{
	margin-right: 10;
	float: left;	
}
span.tests
{
    font-family: Arial;
	color: #000000;
	font-size: 8pt; 
	font-weight: normal;
}
span.headers
{
    font-family: Arial;
	color: #CC3399;
	font-size: 10pt; 
	font-weight: normal;
}
span.stronger
{
    font-family: Arial;
	color: #CC3399;
	font-size: 10pt; 
	font-weight: bold;
}
FORM {
	display: inline;
}


TR.headerError {
  background: #000000;
}

TD.headerError {
  font-family: Arial;
  font-size: 12pt;
  color: #000000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #FFFFFF;
}

TD.headerInfo {
  font-family: Arial;
  font-size: 12pt;
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #FFFFFF;
}

TD.footer {
  font-family: Arial;
  font-size: 10pt;
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
}

.infoBox {
  background: #FFFFFF;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Arial;
  font-size: 10pt;
}

.infoBoxNotice {
  background: #CC3399;
}

.infoBoxNoticeContents {
  background: #CC3399;
  font-family: Arial;
  font-size: 10pt;
}

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  background: #CC3399;
  color: #FFFFFF;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  font-size: 10pt;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFFFFF;
}

TABLE.productListing {
  float: right;
  border: 1px solid #CC3399;
  border-spacing: 1px;
  padding: 5;
}

.productListing-heading {
  font-size: 10pt;
  background: #CC3399;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10pt;
}

A.pageResults {
  color: #CC3399;
}

A.pageResults:hover {
  color: #CCCCCC;
  background: #FFFFFF;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #CC3399;
}

TR.subBar {
  background: #FFFFFF;
}

TD.subBar {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial;
  font-size: 10pt;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial;
  font-size: 10pt;
}

TD.accountCategory {
  font-family: Arial;
  font-size: 11pt;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial;
  font-size: 12pt;
}

TD.tableHeading {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial;
  font-size: 10pt;
  color: #CC3399;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial;
  font-size: 12pt;
  color: #CC3399;
  font-weight: bold;
}

TABLE.formArea {
  background: #FFFFFF;
  border-color: #CC3399;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial;
  font-size: 12pt;
  color: #CC3399;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial;
  color: #CC3399;
}

SPAN.errorText {
  font-family: Arial;
  color: #CC3399;
}
TD.productPriceInListing {
  background: #FFFFFF;
  border: 0;
}

TD.productPriceInBox {
  background: #FFFFFF;
  border: 0;
  border: 1px solid #CC3399;
}

TD.productPriceInProdInfo {
  background: #FFFFFF;
}
.moduleRow { }
.moduleRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFFFFF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial; font-size: 10pt; color: #CCCCCC; }
.checkoutBarCurrent { font-family: Arial; font-size: 10pt; color: #000000; }

/* message box */

.messageBox { font-family: Arial; font-size: 10pt; }
.messageStackError, .messageStackWarning { font-family: Arial; font-size: 10pt; background-color: #FFFFFF; }
.messageStackSuccess { font-family: Arial; font-size: 10pt; background-color: #CC3399; }

/* input requirement */

.inputRequirement { font-family: Arial; font-size: 10pt; color: #CC3399; }