/*
  $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-size: 12px; }
.main { font-size: 12px; }
.errorBox { background: #ffb3b5; font-weight: bold; }
.stockWarning { color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
.leftradius {
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.rightradius {
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}

#header
{
  background-color: #4c6082;
  background-image: -moz-linear-gradient(top, #677d9d, #4c6082);
  background-image: -webkit-linear-gradient(top, #677d9d, #4c6082);
  background-image: -o-linear-gradient(top, #677d9d, #4c6082);
  background-image: -ms-linear-gradient(top, #677d9d, #4c6082);
  background-image: linear-gradient(top, #677d9d, #4c6082);
  height: 81px;
}

#headerLogo
{
  float: left;
  height: 41px;
  width:255px;
  margin: 20px 0 0 20px;
}

#headerLogo img
{
  border: 0;
}

#headerMenu
{
  float: right;
  margin: 52px 10px 0 0;
}

#headerMenu li, #breadcrumb li
{
  display: inline;
  text-align: center;
}

#headerMenu li
{
  min-width: 40px;
  padding-top: 40px;
  margin: 0 10px;
  position: relative;
}

#headerMenu li a, #headerMenu li a:hover
{
  padding-top: 40px;
  color: white;
  text-decoration: none;
}

li.help a
{
  background: url(images/Help.png) no-repeat top center;
}

li.account a
{
  background: url(images/Account.png) no-repeat top center;
}

li.cart a
{
  background: url(images/ShoppingCart.png) no-repeat top center;
}

li.checkout a
{
  background: url(images/Checkout.png) no-repeat top center;
}

li.logout a
{
  background: url(images/LogOut.png) no-repeat top center;
}

.notif:after
{
  display: block;
  position: absolute;
  width: 35px;
  height: 21px;
  top: 0;
  left: 27px;
  z-index: 5;
}

#breadcrumb ul
{
  margin: 0;
  padding: 0;
  background: url(images/Breadcrumb_Background.png);
  border-width: 1px 0;
  border-style: solid;
  border-color: #999;
}

#breadcrumb li
{
  padding: 0 30px;
  background: url(images/Breadcrumb_Triangle.png) no-repeat left center;
  height: 18px;
  line-height: 18px;
}

#breadcrumb li a, #breadcrumb li a:hover, #settings span
{
  color: #999;
  text-shadow: 0 1px rgba(255,255,255,0.5);
  font-weight: 500;
}

#breadcrumb li.first
{
  background: none;
}

#settings
{
  float: right;
  display: inline;
  height: 18px;
  width: 293px;
  margin-top: 1px;
}

#settings span
{
  display: inline-block;
  height: 18px;
  border-left: 1px solid #999;
  padding: 0 10px;
  line-height: 18px;
}

#settings .lsetting
{
  width: 121px;
}

#settings .rsetting
{
  width: 130px;
}

#settings span div
{
  float: right;
  height: 18px;
  display: inline;
}

#settings span div a
{
  margin-left: 5px;
}

img
{
  border: 0;
}

#contentBody
{
  background-color: #fff;
}

#footer
{
  margin-top: 10px;
  text-align: center;
  color: white;
}

#footer a, #footer a:hover
{
  color: #eee;
}

body, #header, #breadcrumb, #contentBody, #footer
{
  min-width: 1000px;
}

BODY {
  background: #4c6082;
  color: #000000;
  margin: 0px;
  font-size: 12px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  border: 1px 0;
  border-color: #3a434f;
  background-color: #224272;
  background-image: -moz-linear-gradient(top, #5a7296, #224272);
  background-image: -webkit-linear-gradient(top, #5a7296, #224272);
  background-image: -o-linear-gradient(top, #5a7296, #224272);
  background-image: -ms-linear-gradient(top, #5a7296, #224272);
  background-image: linear-gradient(top, #5a7296, #224272);
}

TD.headerNavigation {
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  border: 1px 0;
  border-color: #3a434f;
  background-color: #224272;
  background-image: -moz-linear-gradient(top, #5a7296, #224272);
  background-image: -webkit-linear-gradient(top, #5a7296, #224272);
  background-image: -o-linear-gradient(top, #5a7296, #224272);
  background-image: -ms-linear-gradient(top, #5a7296, #224272);
  background-image: linear-gradient(top, #5a7296, #224272);
}

TD.footer {
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #6D7C8F;
}

.infoBoxContents {
  background: #f8f8f9;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-size: 14px;
  font-weight: bold;
  background-color: #224272;
  background-image: -moz-linear-gradient(top, #5a7296, #224272);
  background-image: -webkit-linear-gradient(top, #5a7296, #224272);
  background-image: -o-linear-gradient(top, #5a7296, #224272);
  background-image: -ms-linear-gradient(top, #5a7296, #224272);
  background-image: linear-gradient(top, #5a7296, #224272);
  color: #ffffff;
}

TD.infoBoxHeading:first-child {
  padding-left: 11px;
}

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

.productListing-data {
  font-size: 13px;
}

.productListing-heading {
  background-color: #224272;
  background-image: -moz-linear-gradient(top, #5a7296, #224272);
  background-image: -webkit-linear-gradient(top, #5a7296, #224272);
  background-image: -o-linear-gradient(top, #5a7296, #224272);
  background-image: -ms-linear-gradient(top, #5a7296, #224272);
  background-image: linear-gradient(top, #5a7296, #224272);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 12px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  color: #5A7296;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-size: 13px; color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; font-size: 13px;}

/* message box */

.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 13px; color: #ff0000; }

