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

#header { background-image: url('51/header.png'); background-repeat: repeat-x; background-color: #18481b; }
#header a { color: #FFF; }
#header-tabs { background-image: url('51/selected-tab-middle.png'); color: #FFF; border-width: 1px; }
#header-right-links { color: #FFF; }
#header-tabs li { background: #520f0f; background-image: url('unselected-tab-middle.png'); padding: 3px 10px 5px 8px; -moz-border-radius: 0px; border-width: 0px; }
#header-tabs a { color: #216325; font-weight: bold; }
#header-tabs .selected-tab { background-image: url('51/selected-tab-middle.png'); color: #FFF; font-weight: bold; padding: 0; }

#main_categories .MegaMenuLink.active,
#main_categories .mainCatLink.active,
.SubCatLinkTable tbody tr td.SubCatLink.active {
  background-color: #A0E483;
  background-image: url('51/selected-gradient.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  background-image: -moz-linear-gradient(#A0E483,#216325);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#A0E483), to(#216325));
}
.SubCatLinkTable .currentCat { background: none; }
#main_categories .MegaMenuLink.active a,
#main_categories .MegaMenuLink.active,
#main_categories .mainCatLink.active table tbody tr td a,
#main_categories .mainCatLink.active,
.SubCatLinkTable tbody tr td.SubCatLink.active a,
.SubCatLinkTable tbody tr td.SubCatLink.active { color: #FFF; }

/* text color */
.infoBoxContentsCat,
.fixcenter,
a:hover,
a.thisone,
.addr_box caption
	{ color: #18481b; }

.orderEdit
	{ color: #B4E6B7; }

/* background color */
#products_upsells caption,
#products_upsells table
.headerNavigation,
.infoBox
.infoBoxBorder,
.infoBoxHeading,
.infoBoxNotice,
tr.headerNavigation,
td.headerNavigationBig,
tr.footer,
.productListingGroupHeader,
.productListingSubgroupHeader,
.productListing-heading,
#new_cust caption,
#create_account caption,
#new_coupon,
#shipping_address caption,
.vendor_shipping_box caption,
.vendor_shipping_box_single caption,
#inhand_date caption,
#rush_order_processing caption,
#shipping_info caption,
#billing_address caption,
#payment_method caption,
#conf_delivery_info caption,
#conf_billing_info caption,
#conf_payment_info caption,
#conf_agree caption,
.vendorHeading,
.productListing-headingnobackground,
td.service_options_type_selection:hover,
td.service_options_type_selection:hover img
	{ background-color: #18481b; }

/* tiny header background image */
.infoBoxHeading,
#products_upsells caption,
.productListing-heading,
.productListingGroupHeader
	{ background-image: url('default/header_tiny.png'); }

/* border color */
.infoBox,
#products_upsells table,
.productListing,
.formArea,
#password_recovery,
#new_cust table,
#returning_cust table,
#create_account table,
#new_coupon,
#shipping_address,
#vendor_shipping_cont,
.vendor_shipping_box,
#inhand_date,
#rush_order_processing,
#shipping_info,
#billing_address,
#payment_method,
.addr_box,
#conf_delivery_info,
#conf_all_products,
#conf_billing_info,
#conf_billing_address,
#conf_payment_info,
#conf_order_comments,
#conf_agree #confirm-click,
.multiVendorWarning,
.relatedProducts,
.relatedProductsProduct,
.quantity_break_upsell,
#conf_agree
	{ border-color: #18481b; }


