/*
  $Id$

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
  
  GREY: 0E0C0F
*/

.boxText { }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #ccc; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #0E0C0F;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 0;

}

#container {
    text-align: left;
    color: white;
    width: 900px;
    margin: auto;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
  background: transparent;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 2;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  background: transparent;
  color: #ffffff;
  padding: 2px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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: transparent;
}

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: transparent;
}

TABLE.productListing {
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: transparent;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: "Comic Sans MS", "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    background-color: #eee;
    padding: 10px;
    color: black;
    border: 2px solid red;
}
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

.menu {
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: #484A4A;
    background: #0E0C0F;
    color: white;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
}

.menu a {
    color: white;
}

.menu a:hover {
    text-decoration: underline;
}


.menusearch {
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: #484A4A;
    background: url(images/tpl/searchleft.gif) left no-repeat #0E0C0F;
    color: white;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
}

#searchme {
    background: #484A4A;
    border: none;
    color: white;
}

.cartheader {
    width: 150px;
    background: #0E0C0F;
    color: white;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 12px;
}

.cartheader A {
    color: white;
    text-decoration: underline;
}

.logoheader {
    background: #0E0C0F;
}

.boxed {
    border: 2px solid #484a4a;
    padding: 2px;
    background: transparent;
    width: 230px;
    min-height: 170px;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}

#footerbar {
    background: #484A4A;
    border-top: 3px solid white;
    border-bottom: 3px solid black;
    color: white;
}

#footerbar .infoBoxHeading {
    color: #484A4A;
    font-size: 14px;
    text-align: left;
    color: white;
}

#footerbar .infoBoxHeading A {
    color: white;
}

#footerbar .infoBoxContents {
    color: white;
    font-size: 10px;
    text-align: left;
}

#footerbar .infoBoxContents A {
    color: white;
}

.paypal {
    text-align: center;
    color: white;
    font-size: 12px;
}

.paypal A {
    color: white;
    font-family: "Trebuchet MS", Verdana;
}

ul.col-list {
    list-style: none;
	margin-left: 0;
    padding-left: 1em;
	text-indent: -1em;
}

li.col-list {
    list-style-type: none;
    background: pink;
}

#leftcol .infoBox {
    border: 2px solid #ccc;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    background: #484A4A;

}

#leftcol .infoBoxHeading {
    text-align: center;
}

