/*
  $Id: stylesheet.css,v 1.58 2003/12/04 14:12:16 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* original
.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: #70d250; text-decoration: underline; }
*/
.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: #FFFAF4; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #243F5A; text-decoration: underline; }


BODY {
  /* ergänzt */
  background-color: #FEF1E1;
  background-image: url(images/site_bgr.jpg);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-repeat: repeat-x;
  /* entfernt
  background: #ffffff;
  */
  color: #000000;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* Navigation */

#mainnavi {
font-size: 10px;
margin: 0px 0px 0px 7px;
padding: 0px;
list-style: url(none) none;

/*
list-style-image: url(images/icons/bullet_list.gif);
list-style-position: outside;
list-style-type: image;
*/
}

#mainnavi li {
	display: block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#mainnavi li a {
}

#mainnavi li a:hover {
}

#mainnavi img {
	position: relative;
	top: 0px;
	left: -1px;
}

#mainnavi table {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: -6px;
}

#mainnavi td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
/* Ende Navigation */


/* Neue Standardformatierungen /begin */
P {
  margin-top: 0px;
}

.alternativFontColor {
	color: #996C55;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #243F59;

}
h5 {
	font-size: 11px;
	font-weight: bold;
	color: #243F59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;

}
h6 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;

}

ul {
	font-size: 11px;
	margin: 0px 0px 11pt 20px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/icons/bullet_list.gif);
}

A.whitelink {
  color: #FFFFFF;
  text-decoration: none;
}

A.whitelink:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
/* Neue Standardformatierungen /end */

/* Neue Klassen 'Tee-Lexikon /begin */
.lexikon-buchstabe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.lexikon-buchstabe-gross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	position: static;
	margin-top: 10px;
	margin-left: 10px;


}
/* Neue Klassen 'Tee-Lexikon /end */

/* neue Klasse */
.bgr-maintable {
	background-image: url(images/bgr_maintable.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}

A {
  color: #243F5A;
  text-decoration: none;
}

A:hover {
  color: #243F5A;
  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;
  color: #243F5A;
  font-weight : normal;
  /* entfernt
  background: #bbc3d3;
  */
}

A.headerNavigation { 
  color: #243F5A; 
}

A.headerNavigation:hover {
  color: #243F5A;
}

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: #243F5A;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #243F5A;
  color: #fef1e2;
  font-weight: normal;
}

/* neue Klasse */
A.footer { 
  color: #fef1e2; 
}

/* neue Klasse */
A.footer:hover {
  color: #fef1e2;
}

.infoBox {
	background: #FEF1E2;
	/* Ergänzung */
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD8D72;
	border-right-color: #CD8D72;
	border-bottom-color: #CD8D72;
	border-left-color: #CD8D72;
}

/* neue Klasse */
.contentBox {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD8D72;
	border-right-color: #CD8D72;
	border-bottom-color: #CD8D72;
	border-left-color: #CD8D72;
}

.infoBoxContents {
  /* entfernt
  background: #f8f8f9;
  */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.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: #CD8D72;
  color: #ffffff;
  vertical-align: middle;
}

/* neue Klasse */
TD.infoBoxSolid {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #FEF1E2;
	vertical-align: top;
}

/* neue Klasse */
TD.infoBoxTransp {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}

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 {
  /* original
  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 {
  /* original
  background: #f8f8f9;
  */
}

TABLE.productListing {
  /* original
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  */
  border: 1px;
  border-style: solid;
  border-color: #CD8D72;
  border-spacing: 0px;
}

.productListing-heading {
  /* original
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
  */
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  background: #FEF1E2;
  color: #996C55;
  font-weight: normal;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /* Ergänzung */
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #CD8D72;
  border-right-color: #CD8D72;
  border-bottom-color: #CD8D72;
  border-left-color: #CD8D72;
}

A.pageResults {
  /* original
  color: #0000FF;
  */
  color: #243F5A;
}

A.pageResults:hover {
  /* original
  color: #0000FF;
  background: #FFFF33;
  */
  color: #243F5A;
  background: #FEF1E2;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CD8D72;
}

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;
}

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: #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 {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
/* original
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
*/
.moduleRowOver { background-color: #FFF5EA; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFFAF4; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.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; }

.messageStack {
  margin: 5px;
  font-size: 10px;
  color: #465584;
  background-color: #FFFCF5;
  border-width: 1px;
  border-style: dotted;
}


