/*
  $Id: stylesheet.css,v 1.3 2003/02/15 21:47:10 wilt Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/

.contentLinks { 
  position:absolute; 
  left:0px; 
  top:-640px; 
  width:640px; 
  height:640px; 
  z-index:1
}

.boxText { font-family: Arial, Verdana, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, Verdana, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Verdana, sans-serif; font-size : 10px; color: #cc0033; }
 
SPAN.errorText {
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000;
}


BODY {
  background: #cccccc;
  color: #000000;
  margin: 0px;
  background-image: url(../../../../images/iface/pagebg.gif);
}

A {
  color: #A60303;
  text-decoration: underline;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
        display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #A60303;
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background: #A60303;
  color: #ffffff;
  font-weight : bold;
}

SPAN.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
  color: #A60303;
}

A.headerNavigation:hover {
  color: #000000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: ##A60303;
}

TD.headerInfo {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #A60303;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #A60303;
}

TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background: #A60303;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {  
  background: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  background-image: url(../../../../images/iface/contentbg.gif);
  background-repeat: repeat-x;
  font-size: 11px;
}

.contentBoxContents {  
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

.prod_desc {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  border-top: 1px solid #cccccc;
  padding: 10px;
}

li {
  color: #000000;
  list-style: square;
  list-style-image: url(../../../../images/iface/pointer.gif);
}

TD.infoBoxHeading, span.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #D4D2D2;
  background-image: url(../../../../images/iface/boxbg.gif);
  color: #A60303;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TD.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TD.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

.productSeperator {
  border-top: 1px dashed #cccccc;
  background-repeat: repeat-x;
  height: 10px;
}

TR.productListing-heading {
  background: #d2e9fb;
}

TD.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background: #d2e9fb;
  color: #000000;
  font-weight: bold;
  font-variant: small-caps;
}

TD.productListing-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

select {
  font-size: 11px;
}

.step1 {
  background-color: #f1f1f1;
  font-weight: bold;
  color: #A60303;
  font-size: 11px;
  border-bottom: 1px solid #cccccc;
}  

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #A60303;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main, TD.cat_description {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.4;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #A60303;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #A60303;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000;
}

SPAN.productPrice {
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
  color: #A60303;
}

TD.checkoutBar {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #aabbdd;
}

SPAN.checkoutBarHighlighted {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}
TD.pollBoxRow {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px; 
}
TD.pollBoxText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px; 
}
TR.pollOptRow {
  background: #f1f1f1;
}
TR.pollFooter {
  background: #f1f1f1;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: hand; }
.moduleRowSelected { background-color: #DEDCDC; }
.orderEdit { font-family : Arial, Verdana, sans-serif; font-size : 10px; color: #A60303; text-decoration: underline; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #000000; }

h1 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.4;
}


TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccffcc;
}

.reviewSquare {
  position: relative;
  width: 180px;
  height: 210px;
  background: #ffffcc;
  float: left;
  border: 1px solid #000;
  padding: 5px;
}

.ebooksquare {
  position: relative;
  width: 560px;
  height: 150px;
  background: #ffffcc;
  float: left;
  border: 1px solid #000;
  padding: 5px;
  margin: 3px;

}

#purchasedBoxContents ul {
  margin-left: 10px;
  padding-left: 10px;
  text-align: left;
}

.shipping_error {
	padding: 10px;
	background: #ffe5e5;
	border: 1px solid #ff2b2b;
	font-weight: bold;
}