/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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: 11px; line-height: 1.7; padding: 0px 1px 0px 10px;}
.boxText a:link, .boxtext a:visited { color: #000044; text-decoration: none;  padding: 3px 0px 3px 0px; }
.boxtext a:hover { color: #900; text-decoration: underline;  padding: 3px 0px 3px 0px; } 

SPAN.errorText a:link, SPAN.errorText a:visited { color: #900; text-decoration: none; padding: 3px 0px 3px 0px; }
SPAN.errorText a:hover  { color: #900; text-decoration: underline; padding: 3px 0px 3px 0px; }

.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: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
background: #182696 url('images/owgbg.jpg') repeat-x top center; 
  color: #444444;
  margin: 5px 0px 6px 0px;
  padding: 0px;
}

h1 {  font-family: Georgia, "New York", Times, serif;   font-size: 24px; color: #226; }
h2 {  font-family: Georgia, "New York", Times, serif;   font-size: 20px; color: #226;  }
h3 {  font-family: Georgia, "New York", Times, serif;   font-size: 16px; color: #226;  }
h4 {  font-family: Georgia, "New York", Times, serif;   font-size: 12px; color: #226;  }


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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

 
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  padding: 4px 0px 4px 15px;
  background: #000B63;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation  { display: block; float: left; margin: 0px 8px 0px 8px; padding: 4px 12px 4px 12px;  color: #FFFFFF; }
A.headerNavigation:hover { display: block; float: left; margin: 0px 8px 0px 8px; padding: 4px 12px 4px 12px; background-color: #005;  color: #900; }

TR.headerError {
  background: #900;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #5454a7;
}

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

.infoBox {
  background: #fff;
  border-bottom: 12px solid #fff;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt; 
border: 1px solid #333;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding: 5px 3px 5px 2px;
  font-weight: bold;
  background: #000B63;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;





}

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;
  padding: 7px;
  font-size: 10pt;
  background: #000B63;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
   font-weight: bold;
   padding: 22px 0px 0px 0px;
  font-family: Georgia, "New York", Times, serif;   font-size: 24px; color: #226;
}

TD.pageHeading img, DIV.pageHeading img{
	height: 20px;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  line-height: 1.5;
  padding: 6px 0px 0px 0px;
}

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

TD.smallText a:link, TD.smallText a:visited,   { color: #c00; }

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

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

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

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

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

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

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

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  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: 10pt;
  font-weight: bold;
}

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

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

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

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

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

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; color: #900; }

.toplinks { font-family: Verdana, Arial, sans-serif;  font-size: 9pt;  width: auto; text-align: right; padding: 6px 0px 7px 0px; }
 
a.toplinks:link { color: #ccc; text-decoration: none; }
a.toplinks:visited { color: #ccc; text-decoration: none; }
a.toplinks:hover { color: #900; text-decoration: underline; }
a.toplinks:active { color: #ccc; text-decoration: none; }

.alignright { display: block; float: right; text-align: right; }
.pagewrapper1 {
  width: 960px;
  border-top: 9px solid #008;
  border-right: 9px solid #182696;
  border-left: 9px solid #182696;
  background: #fff;
  color: #444;
}

.logo { text-align: top; width: 450px; padding: 0px; }

.cart { width: 460px;  font-size: 9pt; font-family: Verdana, Arial, sans-serif; color: #333;  padding: 6px 0px 8px 110px; text-align: right; }
.cart img { margin-right: -12px; }

p.cart { padding-top: 8px; margin: 0; padding-left: 14px; }
.cart p { padding-top: 8px; margin: 0; padding-left: 14px; }
 
.bottomfooter { font-size: 9pt; font-family: Verdana, Arial, sans-serif; color: #ccc; padding: 7px 0px; }
.bottomfooter a:link, .bottomfooter a:visited, .bottomfooter a:hover { color: #aaa; }

.pagewrapper2 {
  border: 1px solid #333;
  background-color: #fff;
  padding: 12px 40px 40px 40px;
}

.left-column {
  padding: 16px 30px 0px 0px;
}
  
 
span.catcount { font-size: 10px; }
