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


/* event calendar sytle sheet */
@import url("events_calendar.css");



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

h1 { 
 font-family: Tahoma, Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
/* color: #000000; */
 color: #3C4A68;


}

h2 { 
 font-family: Arial, Verdana, sans-serif;
 font-size: 12px;
 line-height: 1.5;
/* color: #0e5e16;  */
 font-weight: bold;
  color: #3C4A68;
  }
  
h3 { 
 font-family: Arial, Verdana, sans-serif;
 font-size: 12px;
 line-height: 1.5;
 font-weight: normal;
/* color: #0e5e16;  */
  color:  #3C4A68;
}

h4 {
font-family: Arial, Verdana, sans-serif;
 font-size: 12px;
 line-height: 1.5;
 font-weight: normal;
/* color: #0e5e16;  */
  color: #3C4A68;
}
BODY {
  background: #f5efe9  ;
/*  color: #000000; */
  color: #3C4A68;
  margin: 1px;
}

.imgnobrd {
border: 0px;
}

A {
font-family:  Tahoma, Verdana, Arial, sans-serif;
  color: #3C4A68;
  text-decoration: none;
font-size: 12px;
font-weight: bold;
 line-height: 2;
}

A:hover {
 /* color: #330033; */
 /*  color: #330033; */
 font-family:  Tahoma, Verdana, Arial, sans-serif;
 color: #224433;
 text-decoration: underline;
font-size: 12px;
font-weight: bold;
 line-height: 2;
}



FORM {
	display: inline;
}

TR.header {
/*background: #f5efe9 ; */
background: #f5efe9;
}

TR.headerNavigation {
  background: #f5efe9   ;
line-height: 2;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f5efe9;
  color: #3C4A68;
  font-weight : bold;
}

TD.smallBUText{

  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
   line-height: 2;


}

.my_img {
	max-width: 400px;
	/* Resize the image for IE6 */
	width: expression(this.width > 400 ? 400: true);
}


A.headerNavigation { 
  color: #3C4A68; 
}

A.headerNavigation:hover {
  color: #3C4A68;
}

 

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.hdr {
  background: #71AB78;
  }

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #def7e5;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #f1d1ca;
}

TD.footer {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #f1d1ca;
 /* color: #000000; */
  color: #330033;
  font-weight: bold;
}

.infoBox {
  background: #208011;
}

.infoBoxContents {
  background: #e0d2c8;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 10px;  
 padding: 4px 2px 4px 2x;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  background: #136007;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 10px 2px 10px 2x;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd, TR.productListing-odd1, TR.productListing-1 {
 /*  background: #f8f8f9; */
background: #CDBDBD;   
}

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: #f8f8f9; */
background: #CDBDBD;   
}


TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #136007;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #000000;
  font-weight: bold;
}



TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #62370c;
  font-size: 14px;
}

A.pageResults:hover {
  color: #c7792d;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
 color: #333344;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #3C4A68;
}

TD.mainplusyellow {
background: #f7fb7c;
font-family:  Arial, Verdana, sans-serif;
font-size: 12px;
}

TD.smallText, SPAN.smallText, P.smallText, TR.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.smallBUText{

  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;

}
TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.mainred, P.mainred {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #000000;
}


SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}



TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/* BOF osC reCAPTCHA */
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color: #A3C499 !important; /* reCaptcha widget background color */
}

#recaptcha_table {
   border-color: #A3C499 !important;     /* reCaptcha widget border color */
}

#recaptcha_response_field {
   border-color: #A3C499 !important;     /* Text input field border color */
   background-color:#ffffff !important;  /* Text input field background color */
   color: #000000                        /* Text input field font color */
}
/* EOF osC reCAPTCHA */


SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #bd0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}


.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.art-table {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
