/*
  $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
*/

BODY{font-family: arial,helvetica,sans-serif ; font-size: 11px; line-height: 15px; } 
UL{font-family: arial,helvetica,sans-serif ; font-size: 11px; line-height: 15px; }
P{font-family: arial,helvetica,sans-serif ; font-size: 11px; line-height: 15px; margin-bottom:10px; margin-top:0px;  } 
TABLE{ font-family: arial,helvetica,sans-serif ; font-size: 11px; line-height: 15px; } 
TD{ font-family: arial,helvetica,sans-serif ; font-size: 11px; line-height: 15px;} 
BIG{ font-family: arial,helvetica,sans-serif ; font-size: 12px; line-height: 24px; } 
SMALL{ font-family: arial,helvetica,sans-serif ; font-size: 10px; line-height: 12px;}
H1{ font-family: arial,helvetica,sans-serif ; font-size: 13px; line-height: 15px; color: #666666; font-weight: bold; } 
H2{ font-family: arial,helvetica,sans-serif ; font-size: 12px; line-height: 15px; color: #666666; font-weight: normal; } 
H3{ font-family: arial,helvetica,sans-serif ; font-size: 11px; line-height: 15px; color: #666666; font-weight: normal; } 
H4{ font-family: arial,helvetica,sans-serif ; font-size: 10px; line-height: 15px; color: #666666; font-weight: normal; } 
H5{ font-family: arial,helvetica,sans-serif ; font-size: 10px; line-height: 15px; color: #666666; font-weight: normal; } 
H6{ font-family: arial,helvetica,sans-serif ; font-size: 10px; line-height: 15px; color: #666666; }

A:link.nav { color: #990000; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 15px; }
A:visited.nav { color: #990000; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 15px; }
A:active.nav { color: #FFFFFF; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 15px; }
A:hover.nav { color: #FFFFFF; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 15px; }

A.t1:link { color: #CC0000; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 13px; }
A.t1:visited { color: #CC0000; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 13px; }
A.t1:active { color: #000000; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 13px; }
A.t1:hover { color: #000000; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 13px; }

A.t2:link { color: #333366; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 13px; }
A.t2:visited { color: #333366; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 13px; }
A.t2:active { color: #000000; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 13px; }
A.t2:hover { color: #000000; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 13px; }

A.t3:link { color: #FF3300; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 13px; }
A.t3:visited { color: #FF3300; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 13px; }
A.t3:active { color: #000000; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 13px; }
A.t3:hover { color: #000000; text-decoration: none; font-size: 11px; font-weight: normal; line-height: 13px; }


A:link { color: #990000; text-decoration: none; font-size: 11px; font-weight: normal; }
A:visited { color: #990000; text-decoration: none; font-size: 11px; font-weight: normal; }
A:active { color: #FF00CC; text-decoration: none; font-size: 11px; font-weight: normal; }
A:hover { color: #FF00CC; text-decoration: none; font-size: 11px; font-weight: normal; }
.selected { color: #FFFFFF; text-decoration: none; font-size: 11px; font-weight: normal; }

.boxText { font-family: arial,helvetica,sans-serif; font-size: 11px; }
.errorBox { font-family : arial,helvetica,sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : arial,helvetica,sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : arial,helvetica,sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

/*
BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
*/

A {
  color: #990000;
  text-decoration: none;
}

A:hover {
  color: #990000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: arial,helvetica,sans-serif ;
  font-size: 10px;
  background: #ffffff;
  color: #990000;
  font-weight : bold;
}

A.headerNavigation { 
  color: #990000; 
}

A.headerNavigation:hover {
  color: #FF00CC;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


TD.footer {
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  background: #BEBEBE;
  color: #990000;
}

.infoBox {
  /*
  background: #BEBEBE;
  */
}

.infoBoxContents {
  /*
  background: #f8f8f9;
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  */
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  /*
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  */
}

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: #BEBEBE;
  border-spacing: 1px;
}
*/

.productListing-heading {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #990000;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FF00CC;
}

TD.pageHeading, DIV.pageHeading,SPAN.pageHeading {
  font-family: arial,helvetica,sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #990000;
  padding-bottom: 10px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: arial,helvetica,sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
}

TD.tableHeading {
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.category_desc {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

SPAN.category_desc {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

SPAN.newItemInCart {
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
}

TEXTAREA {
  width: 100%;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
}

SPAN.greetUser {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  color: #FF00CC;
  font-weight: bold;
}

TABLE.formArea {
  background: #f8f8f9;
  border-color: #BEBEBE;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: arial,helvetica,sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: arial,helvetica,sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: arial,helvetica,sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: arial,helvetica,sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: arial,helvetica,sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: arial,helvetica,sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: arial,helvetica,sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: arial,helvetica,sans-serif; font-size: 11px; color: #ff0000; }

.ImageBorder {
  border: 1px;
  border-style: solid;
  border-color: #990000;
  border-spacing: 1px;
}


.search_box{
 width:95;
 height:25;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
}

