/*
  $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-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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: #183AB6; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

/*TR.headerNavigation {
  background: #bbc3d3;
} */

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;*/
  color: #183AB6;
  font-weight : bold;
}

A.headerNavigation { 
  color: #183AB6;
}

A.headerNavigation:hover {
  color: #183AB6;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}
TD.plusinfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  background: #FFF2BB;
  color: #000000;
  font-weight: normal;
}

.dd_grey_bckg_box {
  background: #ffffff;
  border-left-width:0;
  border-top-width:0;
  border-right-width:0;
  border-bottom-width:0;
  border-right-color:#ffffff;
  border-left-color:#ffffff;
  border-left-style:solid;
  border-top-style:none;
  border-right-style:solid;
  border-bottom-style:none;
}
.dd_bckground {
  background: #fed65c;
}

.dd_black_bold {
	font-family: Verdana;
	font-size: 11px;
	color: 34332F;
	font-weight: bold;
	line-height: 18px;
}

.dd_black {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
}

.dd_white_bckg {
  background: #ffffff;
}

.dd_yellow_bckg {
  background: #FCF6DB;
}

.dd_lightgrey_bckg {
  background: #ffffff;
}
.dd_textarea {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-color: #7e9db9;
  border-style: solid;
  border-width: 1px;
}

.dd_priceBoxLg{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #FFF2BB;
}

.dd_priceBoxSml {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFF2BB;
}

.dd_white {
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.dd_grey {
  color: #494b4b;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.dd_absatz {
  font-family: Verdana, Arial, sans-serif;
  font-size: 4px;
}

.dd_grey_sml {
  color: #494b4b;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.dd_grey_bold {
  color: #494b4b;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.dd_selected_category {
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #b4b2b4;
}
.dd_selected_subcategory {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b4b2b4;
}

.dd_darkgrey_bold {
  color: #494b4b;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.dd_blue_bold {
  color: #183AB6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.dd_blue_bold_subCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #183AB6;
}

.dd_blue {
  color: #183AB6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}


.dd_blue_link {
  color: #183AB6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-decoration: underline;
}

.dd_blue_link_small {
  color: #183AB6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  text-decoration: underline;
}

.ddProductListing1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.ddProductListing2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBox {
  background: #fed65c;
  border-left-width:0;
  border-top-width:0;
  border-right-width:0;
  border-bottom-width:0;
  border-right-color:#bbbbbb;
  border-left-color:#bbbbbb;
  border-top-color:#bbbbbb;
  border-bottom-color:#bbbbbb;
  border-left-style:solid;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
}

.infoBoxYellow {
  background: #fed65c;
  border-left-width:0;
  border-top-width:0;
  border-right-width:0;
  border-bottom-width:0;
  border-right-color:#bbbbbb;
  border-left-color:#bbbbbb;
  border-top-color:#bbbbbb;
  border-bottom-color:#bbbbbb;
  border-left-style:solid;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
}

.mainPageBox {
  background: #ffffff;
  border-top-width:0;
  border-bottom-width:0;
  border:0;
}

.greyback {
  background: #FFF2BB; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.infoBoxContents {
  background: #ffffff; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsYellow {
  background: #fed65c; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxCart {
  background: #FF9933; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxCartTotal {
  background: #FF9933; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #183AB6;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #000000;
  color: #fed65c;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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: FFF2BB;
}

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: FFF9E3;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFF2BB;
  color: #183AB6;
  font-weight: bold;
}

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


A.pageResults {
  color: #0000FF;
}

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

.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #183AB6;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #183AB6;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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

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

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

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

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
  background: #ffcc33;
}

.MiniCartList {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  background: #ff9933;
}

TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccFFcc;
}



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

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #e4e4e4;
  border-color: #e4e4e4;
  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 {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

.moduleRow { }
.moduleRowOver { background-color: #fed65c; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FCF6DB; }

.checkoutBarTo { 
font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #CECECE; 
}

.checkoutFinished { 
font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #CECECE; 
}

.checkoutBarFrom {
  color: #183AB6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-decoration: underline;
}

.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

