/*
  $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-family: Verdana, Arial, sans-serif; font-size: 12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #FF6600; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; font-weight: bold; color: #B5D11A; }
.productsNotifications { background: #FF6600; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #FF6600; text-decoration: underline; }

BODY {
  background-image: url(images/siteback.jpg);
  /*background: #B6D21B;*/
  color: white;
  margin: 0px;
  font-family: sans-serif;
  font-size: 12px;
}

P {
	margin: 0;
	padding: 0 0 10px 0;
}


H3 {
	margin: 0;
	padding: 0;
}

A {
  font-weight: bold;  
  color: #ffffff;
  text-decoration: none;
}

A:hover {
  font-weight: bold;
  color: #FF6600;
  text-decoration: underline;
}

FORM {
	display: inline;
}
TR {font-size: 12px;}
TR.header {
 font-size: 12px;
  /*background: #ffffff;*/
}

TR.headerNavigation {
  background: #000000;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #FF6600;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #FF6600;
  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 {
  vertical-align: top;
  background: #757575;
}

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

.infoBox {
  border: 1px solid #FF6600;
}

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

.infoBoxNotice {
/*background: #FF8E90;*/
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: black;
  color: #ffffff;
}

TD.infoBoxHeadingHome {
  border-top: 3px solid black;  
  font-family: Verdana, Arial, sans-serif;  font-size: 12px;
  font-weight: bold;
  background: black;
  color: #ffffff;
  text-align:center;
}

a.infoBoxHeading{
 font-family: Verdana, Arial, sans-serif;  font-size: 12px;
  font-weight: bold;
  background: black;
  color: #ffffff;	
}

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

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: #b6b7cb;
  border-spacing: 1px;*/
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
/*  background: #b6b7cb;*/
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

TR.subBar {
  background: #f4f7fd;
}

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

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


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

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: 12px;
  color: #FF6600;
}

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

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

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FF6600;
  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: 14px;
  color: #B5D11A;
  font-weight: bold;
}

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

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

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

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

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #FF6600; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

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




/*Simon's Styles*/

.mainframe { font-size: 12px; vertical-align: top; border-left: 10px solid white; border-right: 10px solid white; height: auto;}
.mainbackground {font-size: 12px;  background: #757575 url(images/background.jpg); background-position: top left; background-repeat: no-repeat;}
.navback {font-size: 12px;  background-image: url(images/nav-back.jpg); background-position: top left; background-repeat: no-repeat;}
.footerbackground {font-size: 12px;  vertical-align: top; height: auto; background: #757575;}
.boxheader {font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; background-color: black; color: white; text-align: left; padding: 0px 0px 0px 11px; height: 25px;}
.boxborder {font-size: 12px;  color: white; font-family: Verdana, Arial, sans-serif;  border: 1px solid #ff6600; padding: 5px 5px 5px 5px;} 
.boxfill {font-size: 12px;  color: white; font-family: Verdana, Arial, sans-serif; background: url(images/login.gif) no-repeat bottom right; padding: 5px 5px 10px 5px;}
.boxfill2 {font-size: 12px;  color: white; font-family: Verdana, Arial, sans-serif; background: url(images/createnew.gif) no-repeat bottom right; padding: 5px 5px 10px 5px;} 
h1 { font-size: 20px; font-weight: bold;}
th {margin: 0 0 10px 0; height: 25px; background: black; color: white;}
.profile td {border: 1px solid black;}
.tenpx {font-size: 10px;}
.bordimg {float: right; margin-left: 5px; padding: 5px;}

/* CJC - style inserts */
h2.cjc_h2 {
  color: #ffffff;
  background: transparent;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  font-family: arial, sans-serif;
  font-size: 150%;
  letter-spacing: .05em;
}

h3.cjc_h3 {
  color: #ffffff;
  background: transparent;
  padding: 0px;
  margin: 10px 0px 5px 0px;
  font-family: arial, sans-serif;
  font-size: 125%;
  font-style: italic;
}

p.cjc_p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

a.cjc_a:link {
  color: #ffe166;
  background: transparent;
  text-decoration: underline;
}

a.cjc_a:visited {
  color: #ffe166;
  background: transparent;
  text-decoration: underline;
}

a.cjc_a:hover {
  color: #ffff00;
  background: transparent;
  text-decoration: underline;
}

.cjc_indent_l_10 {
  padding-left: 10px;
}

