/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  #2F5258

  Released under the GNU General Public License
*/

BODY
{
 background: #FFFFFF;
 font-family : Arial, David : 10px;
 color: #000000;
 margin: 0px;
}

A
{
 font-family : Arial, David : 10px;
 color: #000000;
 text-decoration: none;
}

A:hover
{
 color: #AABBDD;
 text-decoration: underline;
}

FORM
{
 font-family : Arial, David : 10px;
 display: inline;
}

.boxText
{
 font-family : Arial, David : 10px;
 font-size: 10px;
}

.errorBox
{
 font-family : Arial, David : 10px;
 background: #FFB3B5;
 font-weight: bold;
}

.stockWarning
{
 font-family : Arial, David : 10px;
 font-size : 10px;
 color: #CC0033;
}

.productsNotifications
{
 background: #F2FFF7;
}

.orderEdit
{
 color: #70D250;
 text-decoration: underline;
}

TR.header
{
 background: #FFFFFF;
}

TR.headerNavigation
{
 background: #2F5258;
}

TD.headerNavigation
{
 font-family : Arial, David : 10px;
 font-size: 13px;
 background: #2F5258;
 color: #ffffff;
 font-weight : bold;
}

A.headerNavigation
{
 color: #FFFFFF; 
}

A.headerNavigation:hover
{
 color: #FFFFFF;
}

TR.headerError
{
 background: #FF0000;
}

TD.headerError
{
 font-family : Arial, David : 10px;
 font-size: 13px;
 background: #FF0000;
 color: #FFFFFF;
 font-weight : bold;
 text-align : center;
}

TR.headerInfo
{
 background: #00FF00;
}

TD.headerInfo
{
 font-size: 13px;
 background: #00FF00;
 color: #FFFFFF;
 font-weight: bold;
 text-align: center;
}

TR.footer
{
 background: #2F5258;
}

TD.footer
{
 font-size: 12px;
 background: #2F5258;
 color: #FFFFFF;
 font-weight: bold;
}

TD.columnRight
{
 background: #A5AAB4;
}

TABLE.mainTable
{
 background: #FFFFFF;
}

TD.columnLeft
{
 background: #A5AAB4;
}

.infoBox
{
 background: #2F5258;
}

.infoBoxContents
{
 background: #FFFFFF;
 font-size: 10px;
}

.infoBoxContents2
{
 background: #CEE4A3;
 font-size: 12px;
 font-weight: bold;
}

A.infoBoxContents2
{
 font-size: 12px;
 font-weight: bold;
}

.infoBoxNotice
{
 background: #FF8E90;
}

.infoBoxNoticeContents
{
 background: #FFE6E6;
 font-size: 10px;
}

TD.infoBoxHeading
{
 font-size: 12px;
 font-weight: bold;
 background: #2F5258;
 color: #FFFFFF;
}

TD.infoBox, SPAN.infoBox
{
 font-family : Arial, David : 10px;
 font-size: 10px;
}

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: #2F5258;
 border-spacing: 1px; 
}

.productListing-heading
{
 font-family : Arial, David : 10px;
 font-size: 13px;
 background: #2F5258;
 color: #FFFFFF;
 font-weight: bold;
}

TD.productListing-data
{
 font-family : Arial, David : 10px;
 font-size: 10px;
 background: #FFFFFF;
 border-width=2;border-style:double;border-color:F8F8F9;
 padding: 10px;
 vertical-align: top;
}

A.pageResults
{
 color: #0000FF;
}

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

A.pageHeading:visited, TD.pageHeading, DIV.pageHeading
{
 font-family : Arial, David : 10px;
 font-size: 20px;
 font-weight: bold;
 color: #9A9A9A;
}

TR.subBar
{
 background: #F4F7FD;
}

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

TD.main, P.main
{
 font-family : Arial, David : 10px;
 font-size: 11px;
 line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText
{
 font-family : Arial, David : 10px;
 font-size: 10px;
}

TD.accountCategory
{
 font-family : Arial, David : 10px;
 font-size: 13px;
 color: #AABBDD;
}

TD.fieldKey
{
 font-family : Arial, David : 10px;
 font-size: 12px;
 font-weight: bold;
}

TD.fieldValue
{
 font-family : Arial, David : 10px;
 font-size: 12px;
}

TD.tableHeading
{
 font-family : Arial, David : 10px;
 font-size: 12px;
 font-weight: bold;
}

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

CHECKBOX, INPUT, RADIO, SELECT
{
 font-family : Arial, David : 10px;
 font-size: 11px;
}

TEXTAREA
{
 width: 100%;
 font-family : Arial, David : 10px;
 font-size: 11px;
}

SPAN.greetUser
{
 font-family : Arial, David : 10px;
 font-size: 12px;
 color: #F0A480;
 font-weight: bold;
}

TABLE.formArea
{
 background: #F1F9FE;
 border-color: #2F5258;
 border-style: solid;
 border-width: 1px;
}

TD.formAreaTitle
{
 font-family : Arial, David : 10px;
 font-size: 12px;
 font-weight: bold;
}

SPAN.markProductOutOfStock
{
 font-family : Arial, David : 10px;
 font-size: 12px;
 color: #C76170;
 font-weight: bold;
}

SPAN.productSpecialPrice
{
 font-family : Arial, David : 10px;
 color: #FF0000;
}

SPAN.errorText
{
 font-family : Arial, David : 10px;
 color: #FF0000;
}

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

.moduleRowSelected
{
 background-color: #E9F4FC;
}

.checkoutBarFrom, .checkoutBarTo
{
 font-family : Arial, David : 10px;
 font-size: 10px;
 color: #8C8C8C;
}

.checkoutBarCurrent
{
 font-family : Arial, David : 10px;
 font-size: 10px;
 color: #000000;
}

/* message box */

.messageBox
{
 font-family : Arial, David : 10px;
 font-size: 10px;
}

.messageStackError, .messageStackWarning
{
 font-family : Arial, David : 10px;
 font-size: 10px;
 background-color: #ffb3b5;
}

.messageStackSuccess
{
 font-family : Arial, David : 10px;
 font-size: 10px;
 background-color: #99ff00;
}

/* input requirement */

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

.news_title
{
 color: #EC008C;
 font-size: 16px;
 font-weight: bold;
}

.news_text
{
 color: #231F20;
 font-size: 13px;
 font-weight: bold;
}

DIV.news_image
{
 border: 2 solid #C0C0C0; padding: 3;
 font-size: 10px;
}

.product_name, A.product_name, A.product_name:hover, A.product_name:visited
{
 color: #EC008C;
 font-size: 14px;
 font-weight: bold;
}

.product_model
{
 color: #A90049;
 font-size: 12px;
 font-weight: bold;
}

.product_description
{
 color: #231F20;
 font-size: 11px;
}

.link, A.link, A.link:visited, A.link:hover
{
 color: #231F20;
 font-size: 13px;
 text-decoration: underline;
}