/*
    $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
*/

A {
    color: #333333;
    text-decoration: none;
}

A:hover {
    color: #000000;
    text-decoration: underline;
}

A.pageResults { 
	color: #0000FF;
}

A.pageResults:hover {
    color: #0000FF;
    background: #FFFF33;
}

BODY {
    background: #ffffff;
    color: #000000;
    margin: 0px;
}

CHECKBOX, INPUT, RADIO, SELECT {
/*	font-family: Courier New; */
    font-size: 10px;
}

FORM {
	display: inline;
}

TABLE {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

TABLE.formArea {
    background: #f1f9fe;
    border-color: #7b9ebd;
    border-style: solid;
    border-width: 1px;
}

TABLE.productListing {
    border: 1px;
    border-style: solid;
/*    border-color: #b6b7cb; */
	border-color: #ECECEC;
    border-spacing: 1px;
}

TD.accountCategory {
    font-size: 13px;
    color: #aabbdd;
}

TD.fieldKey {
    font-size: 12px;
    font-weight: bold;
}

TD.fieldValue { font-size: 12px; }

TD.formAreaTitle {
    font-size: 12px;
    font-weight: bold;
}

TD.headerInfo {
    font-size: 12px;
    background: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

TD.infoBoxHeading {
/*    background: #bbc3d3; */
    background: #C8C2A2;
    color: #FFFFFF;
    font-weight: bold;
}

TD.main, P.main {
    font-size: 11px;
    line-height: 1.5;
}

TD.productListing-data { }

TD.smallText, SPAN.smallText, P.smallText { }

TD.subBar { color: #000000; }

TD.tableHeading {
    font-size: 12px;
    font-weight: bold;
}

TEXTAREA {
    width: 100%;
    font-size: 11px;
}

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;
}

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.header { background: #ffffff; }
TR.headerInfo { background: #00ff00; }
TR.subBar { background: #f4f7fd; }



.boxText { }

.errorBox { 
	background: #ffb3b5;
	font-weight: bold;
}

.stockWarning { color: #cc0033; }
.productsNotifications { background: #f2fff7; }

.orderEdit { 
	color: #70d250; 
	text-decoration: underline;
}

.headerNavigation {
    background: #C8C2A2;
    color: #ffffff;
    font-weight : bold;
}

.headerNavigation:hover { color: #ffffff; }

.headerError {
    font-size: 12px;
    background: #ff0000;
    color: #ffffff;
    font-weight : bold;
	text-align : center;
}

.footer {
    color: #ECECEC;
    font-weight: bold;
}

.footer:hover { color: #FFFFFF; }

.footer_small {
    color: #ECECEC;
    font-size: 9px;
}

.infoBox {
/*    background: #b6b7cb; */
    background: #ECECEC;
}

.infoBoxContents { background: #f8f8f9; }

.infoBoxNotice { background: #FF8E90; }

.infoBoxNoticeContents { background: #FFE6E6; }

.pageHeading {
    font-size: 20px;
    font-weight: bold;
    color: #9a9a9a;
}

.productListing-heading {
/*    background: #b6b7cb; */
    background: #C8C2A2;
    color: #FFFFFF;
    font-weight: bold;
}

.productListing-heading:hover {
    color: #FFFFFF;
}

.moduleRow { }

.moduleRowOver { 
	background-color: #D7E9F7;
	cursor: pointer;
	cursor: hand;
}

.moduleRowSelected { background-color: #E9F4FC; }
.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }
.messageBox { }
.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }
.inputRequirement { color: #ff0000; }
.newItemInCart {
    font-size: 10px;
    color: #ff0000;
}

.greetUser {
    font-size: 12px;
    color: #f0a480;
    font-weight: bold;
}

.markProductOutOfStock {
    font-size: 12px;
    color: #c76170;
    font-weight: bold;
}

.productSpecialPrice { color: #ff0000; }
.errorText { color: #ff0000; }
