/*
	$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
*/
h1 {margin: 0px;padding: 0px;}
form {margin: 0px; padding: 0px;}

.moduleRow {background-color: #eacfa1;}
.moduleRowOver {background-color: #e3bc7c;}
.moduleRowSelected {background-color: #d9a24a;}

.pageHeading {padding-bottom: 10px; font-family: verdana, arial, sans-serif;	font-weight: bold;	font-size: 14px;	color: #CA7C01;}
.sectionHeading {font-weight: bold;padding: 2px; background-color: #eacfa1;}
.sectionContent {vertical-align: top;}

.orderTotal .label {font-weight: bold;text-align: right;padding: 0px 10px 5px 0px;}
.orderTotal .value {font-weight: bold;text-align: right;padding: 0px 0px 5px 0px;}
.orderTotal td {padding-bottom: 5px;}

#shoppingCart {padding-bottom: 20px;}
#shoppingCart td.sectionHeading {font-size: 10px;}
#shoppingCart td.sectionContent {padding: 6px, 0px, 6px, 0px;}

#billingAddressForm .label {}
#billingAddressForm .labelRequired {font-weight: bold;}
#shippingAddressForm .label {}
#shippingAddressForm .labelRequired {font-weight: bold;}

#createAccountPage {}
#createAccountForm .sectionHeading {font-weight: bold;padding-top: 15px;}
#createAccountForm td {padding: 0px 10px 5px 0px;}
#createAccountForm .textbox {width: 190px;}

#productPage .productAttributes td {padding-right: 5px;padding-bottom: 5px;}

#orderConfirmationPage {}
#orderConfirmationPage #shoppingCart td.sectionContent {border-bottom: solid 1px #cccccc;}

#shippingPage {}

#loginPage {}
#loginPage td.sectionHeading {font-family: verdana, arial, sans-serif;	font-weight: bold;	font-size: 14px;	color: #CA7C01;padding-left: 0px;}
#loginPage td.sectionContent {padding-left: 0px;}

#accountPage {}
#accountPage td.sectionHeading {}
#accountPage td.sectionContent ul {}
#accountPage td.sectionContent ul li {padding-left: 0px; margin-left: 0px;}

div.messageBox {padding: 2px 12px 4px 12px; margin-bottom: 10px; background-color: #af0b38; font-weight: bold; color: #ffffff;}
div.messageBox ul {list-style-type: none; margin: 0px; padding: 0px; list-style-image: none;}