/*
  $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: #eee; }
.orderEdit {  font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  color: #000000;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
	margin: 0;
}
CHECKBOX, INPUT, RADIO, SELECT {
  
  font-size: 10px;
}

TEXTAREA {
  width: 98%;
  font-size: 11px;
}
INPUT.border, SELECT.border {
  border: 1px solid #777;
}

.orangetext {
 color: #F54C00;
}
.bluetext {
 color: #09357A; 
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FF9900;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}
TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #5976a5;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
table.picTable {
  /*background: blue;*/  
}
table.picTable img {
  border: 1px solid #000;
}
table.picTable td {
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}
table.picTable a {
  font-size: 11px;
  font-weight: normal;
  color: #09357A !important;
}



table.roundedBox td.content {
  padding: 2px 2px 10px 2px;
}
table.roundedBox td.tl { background: url('/_images/rounded/tl.gif') top left no-repeat ; line-height: 0px;}
table.roundedBox td.tm { background: url('/_images/rounded/tm.gif') top left repeat-x ;  line-height: 0px;}
table.roundedBox td.tr { background: url('/_images/rounded/tr.gif') top left no-repeat ; line-height: 0px;}
table.roundedBox td.ml { background: url('/_images/rounded/ml.gif') top left repeat-y ; }
table.roundedBox td.mr { background: url('/_images/rounded/mr.gif') top left repeat-y ; }
table.roundedBox td.bl { background: url('/_images/rounded/bl.gif') top left no-repeat ; line-height: 0px;}
table.roundedBox td.bm { background: url('/_images/rounded/bm.gif') top left repeat-x ;  line-height: 0px;}
table.roundedBox td.br { background: url('/_images/rounded/br.gif') top left no-repeat ; line-height: 0px;}

table.roundedSmallBox table.content {
  border: 1px solid #000;
  text-align: left;
  font-size: 10px;
}
table.roundedSmallBox table.contentGrey {
  background: #d3d3d3;
  text-align: left;
}
table.roundedSmallBox table.contentGrey td {
  padding: 0 6px 0 6px;
}
table.roundedSmallBox td.tl { background: url('/_images/rounded/stl.gif') top left no-repeat ; line-height: 0px;}
table.roundedSmallBox td.tm { background: url('/_images/rounded/stm.gif') top left repeat-x ;  line-height: 0px;}
table.roundedSmallBox td.tr { background: url('/_images/rounded/str.gif') top left no-repeat ; line-height: 0px;}
table.roundedSmallBox td.ml { background: url('/_images/rounded/sml.gif') top left repeat-y ; }
table.roundedSmallBox td.mr { background: url('/_images/rounded/smr.gif') top left repeat-y ; }
table.roundedSmallBox td.bl { background: url('/_images/rounded/sbl.gif') top left no-repeat ; line-height: 0px;}
table.roundedSmallBox td.bm { background: url('/_images/rounded/sbm.gif') top left repeat-x ;  line-height: 0px;}
table.roundedSmallBox td.br { background: url('/_images/rounded/sbr.gif') top left no-repeat ; line-height: 0px;}


table.cat_buffer {
  margin: 5px 0 0 0;
}
table.cat_buffer td {
  padding: 0 13px 0 13px;
}
table.cat_buffer p {
  margin: 20px 8px 0 8px;
}
.infoBox {
  background: #000;
}

.infoBoxContents {
  background: #fff;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #000;
  color: #ffffff;
}


.categoryBox {
  background: #ffbd59;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
.categoryBox TD {
  font-size: 11px;
  text-align: right;
  padding: 4px 15px 6px 2px;
}
.categoryBox TD.boxText {
  border-bottom: 1px dotted #000;
}
.categoryBox TD.boxTextLast {
  border-bottom: 1px solid #000;
}
TD.categoryBoxHeading {
  font-size: 11px;
  font-weight: bold;
  background: #000;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 5px 15px 2px 0;
}
TD.categoryBoxHeading a {
  color: #FFF;
}

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;
}
div.prod_div {
  text-align: center;
  height: 45px;
}
a.p_title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 9px !important;
  text-decoration: underline;
  color: #000 !important;
}
a.p_order {
  font-weight: bold;
  font-size: 8px !important;
}
span.p_price {
  font-size: 12px;
  color: #09357A;
}
TABLE.product {
  width: 100px;
  border: 1px solid #000;
}
TABLE.product td {
  padding: 2px;
}
TABLE.product img {
  border: 1px solid #000;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #000;
  border-spacing: 1px;
  width: 725px;
}

.productListing-heading {
  
  font-size: 10px;  
  background: #d3d3d3;
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: bold;
}

TD.productListing-data {
  
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  
  font-size: 12px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #AAA;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}
TH.main {
  font-size: 11px;
  line-height: 1.5;
  font-weight: normal;
  text-align: right;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

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 {
  font-size: 10px;
  color: #ff0000;
}

SPAN.greetUser {
  font-size: 12px;
  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: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #ffbd59; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }
