/*
  $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: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

.section_title
{
	font-family: Arial, Verdana, sans-serif; 
	font-size: 14px;
	font-weight: bold; 
	color: #000000;
}

.errorBox 
{ 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	background: #ffb3b5; 
	font-weight: bold; 
}

.stockWarning 
{ 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	color: #cc0033; 
}

.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Arial, Verdana, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

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

a 
{
  color: #000000;
  text-decoration: none;
}

a:hover 
{
  color: #AABBDD;
  text-decoration: none;
}

FORM 
{
	display: inline;
}

TR.header 
{
	/*background: #ffffff;*/
    background: #924430;
}

TR.headerNavigation 
{
	background: #bbc3d3;
}

TD.headerNavigation 
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  
  /*background: #bbc3d3;*/
  background: #924430;
  
  /*color: #ffffff;*/
  color: #f4f4b4;
  font-weight: bold;
  height: 29px;
}

td.LeftNavigation
{
	background: #4e6c74;	
}

td.RightNavigation
{
	background: #4e6c74;	
}

#categories_box_contents
{
	line-height: 23px;
}

a.headerNavigation 
{ 
  /*color: #FFFFFF;*/
  color: #f4f4b4;
}

a.headerNavigation:hover 
{
  color: #ffffff;
}

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.headerInfo 
{
  background: #00ff00;
}

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

TR.footer 
{
  background: #bbc3d3;
}

TD.footer 
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox 
{
  background: #b6b7cb;
}

.infoBoxContents 
{
  /*background: #f8f8f9;*/
  background: #6dabb8;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
}

.infoBoxContents a:link, .infoBoxContents a:visited
{
  color: #f4f4b4;
  font-size: 12px;
  height: 23px;
}

.infoBoxNotice 
{
  background: #FF8E90;
}

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

TD.infoBoxHeading 
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;

  /*background: #bbc3d3;*/
  background: #498e9d;
  color: #ffffff;
  height: 29px;
  text-indent: 5px;
}

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

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: #f8f8f9;
}

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

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

.productListing-heading, .new_products_box_heading 
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  padding: 3px;

  /*background: #b6b7cb;*/
  background: #108163;
  
  color: #FFFFFF;
  font-weight: bold;
  z-index: 1;
}

TD.productListing-data  
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #ace5d6;
  
  border-top: 1px dashed #000000;
}

.product_list_item, .specials_list
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #ace5d6;
  padding: 10px;  
}

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

.new_products_box
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #ace5d6;
}

.specials_item
{
	padding: 5px;
}

.new_products_box a:link, .new_products_box a:visited, TD.productListing-data a:link, TD.productListing-data a:visited, .product_list_item a:link, .product_list_item a:visited, .specials_list a:link, .specials_list a:visited
{
	text-decoration: none;
	color: #003399;
}

A.pageResults 
{
  color: #0000FF;
}

A.pageResults:hover 
{
  color: #0000FF;
  background: #FFFF33;
}

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

a.textlink
{
  color: #0000FF;
}

.pageAuthor
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar 
{
  background: #f4f7fd;
}

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

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

.main a:link, .main a:visited
{
	text-decoration: none;
	color: #003399;
}

#arrow_row
{
  line-height: 2.4em;
}

.view_img
{
	margin-top: 4px;
}

.edit_img
{
	margin-top: 6px;
}

.delete_img
{
	margin-top: 6px;
}

.product_img
{
	border: 1px solid #000000;
	margin: 10px;
}

.add_to_cart_img
{
	padding: 10px;
}

.continue_img
{
	padding-top: -5px;
}

.review_img
{
	border: 1px solid #000000;
}

.category_name
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;  
}

.category_name a
{
	text-decoration: none;
	color: #003399;
}

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

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

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

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

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

SPAN.newItemInCart 
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #0000FF;
}

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

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

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

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

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

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

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

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

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

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

/* message box */

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

.messageStackError, .messageStackWarning 
{ 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	background-color: #ffb3b5; 
}

.messageStackSuccess 
{ 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	background-color: #99ff00; 
}

/* input requirement */

.inputRequirement 
{ 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	color: #0000FF; 
}