/*
  $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: 10px; 
}
.errorBox { 
font-size : 10px; 
background: #ffb3b5; 
font-weight: bold; 
}
.stockWarning { 
font-size : 10px; 
color: #cc0033; 
}
.productsNotifications { 
background: #f2fff7; 
}
.orderEdit {
font-size : 10px; 
color: #70d250; 
text-decoration: underline; 
}

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 10px;
}

A {
  color: #000000;
  text-decoration: none;
  font-family: Arial, Verdana, sans-serif; 
}

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

FORM {
  display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
  padding:5px;
}

TD.headerNavigation {
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
  padding:5px;
}

A.headerNavigation { 
  color: #ffffff;
  padding:5px;
}

A.headerNavigation:hover {
  color: #ffffff;
  padding:5px;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  background: #ff0000;
  color: #000000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {

}

table.infoBoxContents {
  padding-left: 20px;
}
.infoBoxContents {
font-size:10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-size:14px;
  padding-left: 20px;
  padding-top: 8px;
    background-image: url(images/layout_images/bulletpoint.gif);
  background-repeat: no-repeat;
  background-position: 5px 12px;
}
TD.address {
  font-size:12px;
  padding-left: 20px;
}

TD.infoBox, SPAN.infoBox {
  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: #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 {
  background: #669AFF;
  color: #FFFFFF;
  font-weight: bold;
  font-size:12px;
}


TD.productListing-data a img.moreinfo {
  padding-top: 15px
}
TD.productListing-data {
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 5px;
  padding-bottom: 3px;
  font-size: 12px;
  color: #666666;
  vertical-align:top;
}
TD.productListing-data .product_price {
  font-size: 16px;
  font-weight:bold;
  color: #666666;
  vertical-align:top;
}
TD.productListing-data a {
  font-weight:normal;
  font-size: 14px;
  color: #666666;
}

A.pageResults {
  color: #ffffff;
}


TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #15265F;
  padding-top:8px;
  padding-bottom:8px;
  padding-left:10px;
  padding-right:10px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  font-size: 12px;
  color: #666666;
  padding-left: 10px;
}

TD.smallText, SPAN.smallText, P.smallText {

}

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

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

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

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

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {

}

TEXTAREA {
  width: 100%;
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo {
 color: #8c8c8c;
}
.checkoutBarCurrent { 
color: #000000; 
}

/* message box */

.messageBox { 
}
.messageStackError, .messageStackWarning {
 background-color: #ffb3b5; 
}
.messageStackSuccess {
 background-color: #99ff00; 
}

/* input requirement */

.inputRequirement { 
color: #ff0000; 
}

.categoryLink {
  padding-left: 8px;
  padding-bottom: 6px;
}
.categoryLink A {
  color: #FFFFFF;
  font-size: 16px;
}
.categoryLink A img {
  color: #FFFFFF;
  font-size: 16px;
  margin-left: -8px;
  margin-bottom: 6px;
}
.breadcrumb {
font-size:10px;
padding-left:10px;
color:#669AFF;
}
ul {
  list-style-type: none;
  margin-left: 5;
    margin-bottom: 0;
  padding: 0;
}
li {
  background-image: url(images/layout_images/bulletpoint.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  list-style:none;
}
.topnav {
  padding-left: 0;
  margin-left: -8px;
  margin-right: 15px;
  display: inline;
  font-size: 14px;
  color: #FFFFFF;
}
.topnav a {
  color: #FFFFFF;
}
.topnav li {
  margin-left: 15px;
  margin-bottom: 10px;
  display: inline;
}
.leftmenu a {
  color: #000000;
  font-size:14px;
}
.leftmenu li {
  margin-top: 6px;
    margin-bottom: 6px;
}
.smallText {
  color: #666666;
  font-size: 10px;
}

TD.searchResults .smallText {
  background-color: #15265F;
  color: #FFFFFF;
}
.pageHeading .smallText {
  color: #FFFFFF;
}

/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
.bullet {background-position: left top;}
}
/*** End Header Tags SEO ***/