/*
  $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: 11px; }
.errorBox {font-size: 11px; font-weight: bold; }
.stockWarning {font-size: 11px; color: red; }
.productsNotifications {}
.orderEdit {font-size: 11px; text-decoration: underline; }

body {
background: #ffcc66;
color: black;
margin: 0 0 0 0;
padding: 0 0 0 0;
font-family: Georgia, "Times New Roman", Arial, sans-serif;
font-size:11px;
}


a {
color: black;
text-decoration: underline;
}

a:hover {
color: #ff0000;
text-decoration: underline;
}
a.osastot {color:white;}
a.osastot:hover {color: red;font-weight: bold;}

h2 {text-decoration: underline;}
h3 {text-decoration: underline;}

form {
display: inline;
}

TR.header {
}

TR.headerNavigation {
/* display: none; */
margin-top: 6px;
margin-bottom: 4px;
}

TD.headerNavigation {
padding-top:10px;
padding-bottom:7px;
padding-left: 6px;
font-size: 12px;
font-weight : bold;
color: #663300;
}

A.headerNavigation { color:black;
}

A.headerNavigation:hover { color: red;
}

TR.headerError {
}

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

TR.headerInfo {
}

TD.headerInfo {
display: none;
border: 2px solid green;
font-family: Georgia, Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
}

TR.footer {
display: none;
}

TD.footer {
   
  font-size: 11px;
  font-weight: bold;
}

.infoBox {
color: #ffcc66;
background: #663300;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
}

.infoBoxContents {
width: 190px;
margin-left: 4px;
font-size: 11px;
color: #ffcc66;
line-height: 18px;
}

.infoBoxNotice {
}

.infoBoxNoticeContents {
  font-size: 11px;
}

TD.infoBoxHeading {
border-top: 1px solid black;
background: #663300;
font-size: 13px;
font-weight: bold;
color: white;
padding-left: 4px;
padding-top: 3px;
}

TD.infoBox, SPAN.infoBox {
line-height: 30px;
  font-size: 11px;
  color: black;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}

/*TR.productListing-odd {background:white;} */
/*TR.productListing-even {background: #FFFFCC;} */

TABLE.productListing {
  border: 0px solid transparent;
  border-spacing: 0px;
  color: #ffcc66;
  background: #663300;
  padding-top: 4px;
  padding-bottom: 10px;
}

.productListing-heading {
padding-top: 8px;
padding-bottom: 4px;
background: black;
font-size: 13px;
font-weight: bold;
color: white;
}

TD.productListing-data {
padding-left: 8px; padding-top:8px; padding-bottom: 8px;
font-size: 12px;
}

A.pageResults {
color: #663300;
}

A.pageResults:hover {
color: red;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 17px;
  font-weight: bold;
}

TR.subBar {
}

TD.subBar {
   
  font-size: 11px;
}

TD.main, P.main {
   
  font-size: 12px;
  line-height: 16px;
}

A.P.main {color: black;}

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

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

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

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

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

SPAN.newItemInCart {
   
  font-size: 11px;
}

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

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

SPAN.greetUser {
font-size: 12px;
font-weight: bold;
}

TABLE.formArea {
  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;
font-weight: bold;
}

SPAN.productSpecialPrice {
 
}

SPAN.errorText {
 
}

.moduleRow { }
.moduleRowOver { }
.moduleRowSelected { }

.checkoutBarFrom, .checkoutBarTo {   font-size: 11px; }
.checkoutBarCurrent {   font-size: 11px; }

/* message box */

.messageBox {   font-size: 11px; }
.messageStackError, .messageStackWarning {   font-size: 11px; }
.messageStackSuccess {   font-size: 11px; }

/* input requirement */

.inputRequirement {   font-size: 11px; }

