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

#menu ul {
float: left;
font-family: Verdana;
font-size: 12px;
list-style-type: none;
line-height: 22px;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
text-decoration: none;
display: block;
border: 1px solid #ccc;
text-align: center;
color: #0000ff;
}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover {
color: #ff0000;
/* background: #00ff00; */
}

/*verhindert im Zusammenhang mit position absolute bei ul ul
*eine Höhenvergrößerung von #menu beim Hovern--
*/

#menu li {
position: relative;
}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
position: absolute;
z-index: 2;
display: none;
width: 180px;
}

/*--lässt die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
display: block;
}

/*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/
* html #menu ul li{
float: left;
width: 100%;
}

/*--nur für IE 7+ erkennbar--*/
*+ html #menu ul li {
float: left;
width: 100%;
}

/*--bewirkt Hover-Effekt für IE kleiner 7 auch für ul- und li-Elemente--
*html body {
behavior: url(csshover3-source.htc);
font-size: 100%;
}
*/

*html #menu ul li a {
height: 1%;
}

.topmenuitem {
  font-weight: bold;
}

.submenuitem {
  font-weight: normal;
  background: #ffffff;
}

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0;
/*  background-image:url(images/bodywrapgrad.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding:0;
	height:100%; *//* needed to display bkgnd2 at full height in IE */
}

A {
  color: #0000ff;
  text-decoration: none;
}

A:hover {
  color: #ff0000;
/*  text-decoration: underline; */
}

FORM {
  display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation { /* Navigation direkt unterm Logo */
/*  background: #e0e0e0; */
}

TD.headerNavigation {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
/*  background: #e0e0e0; */
  color: #0000ff;
  font-weight : bold;
}

A.headerNavigation {
  color: #0000ff;
}

A.headerNavigation:hover {
  color: #ff0000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, Tahoma, 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, Tahoma, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TD.topcategory, LI.topcategory {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #f0f0f0;
/*  background-image:url(http://www.tge-online.de/images/infobox/bg_table_heading_top.gif);
  background-repeat:repeat-x; */
}

TD.topcategoryselected, LI.topcategoryselected {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #e5e5e5;
/*  background-image:url(http://www.tge-online.de/images/infobox/bg_table_heading_top_selected.png);
  background-repeat:repeat-x; */
}

TD.currenttopcategory, LI.currenttopcategory {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
/*  background-image:url(http://www.tge-online.de/images/infobox/bg_table_heading_top_selected.png);
  background-repeat:repeat-x; */
  /*
  border: 1px;
  border-style: solid;
  border-color: #0000ff;
  */
  background: #e5e5e5;
  border: solid 1px #ff0000;
}

TD.subcategory , LI.subcategory {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 10px;
  background: #f5f5f5;
/*  background-image:url(http://www.tge-online.de/images/infobox/bg_table_heading_top.gif);
  background-repeat:repeat-x; */
}

TD.subcategoryselected, LI.subcategoryselected {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #e5e5e5;
/*  background-image:url(http://www.tge-online.de/images/infobox/bg_table_heading_top.gif);
  background-repeat:repeat-x; */
}

TD.currentsubcategory , LI.currentsubcategory {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 10px;
  font-weight: bold;
/*  background-image:url(http://www.tge-online.de/images/infobox/bg_table_heading_top_selected.png);
  background-repeat:repeat-x; */
  background: #e5e5e5;
/*  border: 1px;
  border-style: solid;
  border-color: #ff0000; */
  border: solid 1px #ff0000;
}

TR.footer {
/*  background: #e0e0e0; */
}

TD.footer {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 10px;
/*  background: #e0e0e0; */
  color: #000000;
  font-weight: bold;
}

.contentBox {
  border: 1px;
  border-style: solid;
  border-color: #e0e0e0;
/*   background: #ffffff; */
}

.infoBox {
  border: 1px;
  border-style: solid;
  border-color: #e0e0e0;
/*  background: #ffffff;*/
}

.infoBoxContents {   /* Hintergrundfarbe der Infobox */
/*  border: 1px;
  border-style: solid;
  border-color: #e0e0e0;*/
/*  background: #ffffff;*/
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, Tahoma, 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: #ffffff;*/
}

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: #f8f8f8;*/
/*  background: #ffffff; */

}

TD.productListing-data {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
}

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

.productListing-heading {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 10px;
/*  background: #e0e0e0; */
  color: #0000FF;
  font-weight: bold;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
}

A.pageResults {
  color: #0000FF;
}

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

h1, TD.pageHeading, div.pageHeading {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: bold;
  background: #ffffff;
  color: #222222;
}

h2 {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

TD.fieldValue {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
  vertical-align: middle;
}

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

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

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

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, Tahoma, 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, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productPrice {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  color: #000000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

SPAN.productSpecialPriceAmount {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  color: #ff0000;
  font-weight: bold;
}

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

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

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

/* message box */

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

/* input requirement */

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

TD.productDesc {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 10px;
  color: #000000;
  padding: 1px 7px 1px 7px;
}
