/*
  $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
*/
@media all{

.boxText { font-family: Arial, Verdana, sans-serif; font-size: 12px; }
.errorBox { font-family : Arial, Verdana, sans-serif; font-size : 10px; background: #ffb3b5; color:#FFFFFF; font-weight: bold; }
.stockWarning { font-family : Arial, Verdana, sans-serif; font-size : 12px; font-weight: normal; background: #FFFFFF; color: #001E4F;/*#333333; */ }
.productsNotifications { background: #f2fff7; color:#FFFFFF; }
.orderEdit { font-family : Arial, Verdana, sans-serif; font-size : 10px; background: #FFFFFF; color: #70d250; text-decoration: underline; }

	
	/* */
.tdstyleBorder {
  border-top: solid 1px #abcdff; padding-bottom: 5px; padding-top: 5px;
}

.tdstyleFirst {
  padding-bottom: 5px; padding-top: 5px;
}

.div1 {
  background-color: #dc0000 ; color: #ffffff; position: absolute; left:-9999px; top:0px; width: 13px; z-index: 9999;
}

.div2 {
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px 10px 5px #888;
  border: solid 1px #abcdff;
  width: 450px;
  padding:0px 0px 0px 0px;
  background-color: #ffffff;
  position: absolute; top: 0px; left: -9999px;
  z-index: 9999;
   /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666');
  background: #ffffff;
}

a.a_subcategory:hover {
	color: #dc0000;
	text-decoration: none;
}

BODY {
  background: #DBE8FF; /*#ABCDFF;   #FFFFFF; WB */
  color: #001E4F; /* #333333; */       /* Body Text*/
  margin: 0px;
  text-align: center; /* WB: fuer .fixcenter feste Breite hinzugefügt, deshalb center */
  background-image: url(images/verlauf_site.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.headerBox {
  width: 100%;
  background: #D40000;
  color: #FFFFFF;/* #333333; */
  margin: 0;
  text-align: left;
  background-image: url(images/header_bg.png);
  background-position: top;
  background-repeat: repeat-x; 
}
	
.fixcenter { /* WB: feste Breite */
  width: 1000px;
  background: #ffffff;
  border: none; border-width: 1px; /*border-color: #939393;*/
  color: #001E4F;/* #333333; */
  margin: auto;
  text-align: left;
}
	
A{text-decoration:none;color: #001E4F}
A:hover{text-decoration:underline;}
A:visited{color: #001E4F; background: transparent;}

FORM {
   display: inline;
}
} /* Ende Media all */

@media screen{

FONT {
font-size:16px;
font-weight: normal;
}

H3 {
 font-size: 14px;
 font-family: Arial, Verdana;
 font-style:normal;
 font-weight:bold;
 line-height: 1;
 margin: 5px;
}

H4 {
font-size:18px;
font-weight: normal;
}

H1.header2{
 color:#FFFFFF; /* #D20000; */
 font-family: Arial Black, Arial;
 font-size:38px;
 font-style:normal;
 font-weight:bold;
 margin-top:0em;
 margin-bottom:-0.2em;
 background: transparent;
}

H1.firstLine {
	display: inline; padding: 0; margin-left: 2px;margin-right: 0;margin-top: 0; margin-bottom: 0;font-weight:bold; font-family: Arial;background:transparent; color: #FFFFFF; font-size: 12px;
}
	
SPAN.firstLine{
	padding: 0; margin-left: 2px;margin-right: 0;margin-top: 0; margin-bottom: 0;font-weight:bold; font-family: Arial;background:transparent; color: #FFFFFF; font-size: 12px
}
	
font.header2{
 color: #FFFFFF;/* #D20000;*/
 font-family:Arial, Verdana;
 font-size:18px;
 font-style:normal;
 font-weight:bold;
 background: transparent;
}
	
TR.header {
  background: transparent; /* #ffffff; */
  color: #001E4F;
  margin: 0;
  /*background-image: url(images/header_bg.png);
  background-position: center;
  background-repeat: repeat-x;*/ 
}

H4.header {
  background: transparent;
  color: #FFFFFF;
}	

TR.headerNavigation {
  background: #FFFFFF;/* #D20000; */
  color:  #001E4F; /* #333333; */ /* #DFDFDF; */
}

/*TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  FONT-WEIGHT: bold;
  background: #D20000;
  color: #FFFFFF;
  height: 20px;
  BACKGROUND-IMAGE: url(images/infoboxheading20.gif);
  background-position: center;
  background-repeat: repeat-x;
}*/
	
/* WB neues Hintergrundbild eingebaut. */	
TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  FONT-WEIGHT: bold;
  background: #FFFFFF;/* #D20000; */
  color: #001E4F;/* #333333; */
  height: 20px;
  /* background-image: url(images/redbar_bg.jpg);
  background-position: center;
  background-repeat: repeat-x; */
}
	
TR.searchNavigation {
  background: transparent;
}

TD.searchNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: transparent; /* #ABCDFF; WB: wenn man das nimmt erscheint ein Rand unten !!!*/
  color: #001E4F;/* #333333; */
  height: 20px;
  background-image: url(images/suche_bg.png);
  background-position: center;
  background-repeat: repeat-x; 
}

A.searchNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: transparent;
  color: #001E4F; /* #333333; */
  height: 20px;
}
	
A.searchNavigation:visited {
	background: transparent;
}	
	
A.headerNavigation {
  background: transparent;
  color:  #001E4F; /* #333333; *//*#FFFFFF;*/
}

A.headerNavigation:hover {
  background: transparent;
  color: #001E4F;/* #333333; */ /* #FFFFFF; */
  text-decoration:underline;
}
A.headerNavigation:visited { 
  background: transparent;
  color: #001E4F; /* #FFFFFF; */ 
}

TR.headerError {
  background: #DC0000;
  color: #FFFFFF;
}

TD.headerError {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #DC0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
  color: #FFFFFF;
}

TD.headerInfo {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #3333cc;
  font-weight: bold;
  text-align: center;
}

SPAN.colorBlue {
  color: #ABCDFF;
}
	
SPAN.colorRed {
  color: #DC0000;
}
	
.colorBlue {
  color: #ABCDFF;
}
	
HR.colorBlue {
  color: #ABCDFF;
  background: #ABCDFF;
}

	
TR.footer {
  background: #DC0000; /* #D20000; */
  color: #FFFFFF;
}

/*TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #D20000;
  color: #FFFFFF;
  font-weight: bold;
  height: 20px;
  BACKGROUND-IMAGE: url(images/infoboxheading20.gif);
  background-position: center;
  background-repeat: repeat-x;
}*/
	
/* WB: neues Hintergrundbild */
TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #DC0000; /* #D20000; */
  color: #FFFFFF;
  font-weight: bold;
  height: 20px;
  background-image: url(images/redbar_bg.jpg);
  background-position: center;
  background-repeat: repeat-x;
  text-align: center;
}
	
A.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: transparent;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
A.footer:visited {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: transparent;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.infoBox {
  background: #ABCDFF; /* #D20000;*/        /* Hintergrund der Boxenüberschrift, Rahmenfarbe*/
  color: #001E4F;/* #333333; */
}

.infoBoxContents {
  background: #FCFCFF;        /* Hintergrund der Boxen*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  margin: 0;
  color: #001E4F; /* #333333; */        /*Preise auf der Übersichtsseite + teilweise Beschreibungen der Boxen*/
}
.infoBox2 {
  background: #FFFFFF; /* #333333; */ /* #D20000; WB war vorher rot, bestimmt den Rahmen um die Box*/
  color: #DFDFDF;
  /*border-bottom: dotted 1px #ABCDFF; */
}
.infoBox2Border {
  background: #FFFFFF; /* #333333; */ /* #D20000; WB war vorher rot, bestimmt den Rahmen um die Box*/
  color: #DFDFDF;
  border-bottom: dotted 1px #ABCDFF;
}

.infoBoxContents2 {
  background: #FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #001E4F; /* #333333; */
}
.infoBoxNotice {
  background: #DFDFDF;
  color: #001E4F; /* #333333; */
}

.infoBoxNoticeContents {
  background: #DFDFDF;
  color: #001E4F; /* #333333; */
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;

}
	
ul {
margin-left: 20px;
margin-bottom: 0;
padding-left: 0;
list-style-type: square;
}

li {
margin: 0;
padding: 0;
list-style-type: square;
color: #ABCDFF;
}


/*
TD.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #D20000;
  color: #FFFFFF;
}
*/

/*TD.infoBoxHeading {
  PADDING-LEFT:2px;
  FONT-WEIGHT: bold; 
  FONT-SIZE: 12px;  
  COLOR: #FFFFFF; 
  background: #D20000;
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  height: 20px;
  BACKGROUND-IMAGE: url(images/infoboxheading20.gif);
  background-repeat: repeat-x;
  background-position: center;
}*/
	
/* WB neues Hintergrundbild eingebaut */
TD.infoBoxHeading {
  PADDING-LEFT:2px;
  FONT-WEIGHT: bold; 
  FONT-SIZE: 12px;  
  COLOR: #FFFFFF; 
  background: #DC0000;
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  height: 20px;
  BACKGROUND-IMAGE: url(images/redbar_bg.jpg);
  background-repeat: repeat-x;
  background-position: center;
}	
	

A.infoBoxHeading{
  background: transparent;/* #D20000; */ 
  color: #FFFFFF;
  text-decoration:none;
}
A.infoBoxHeading:hover{
  background: transparent;/* #D20000; */
  color: #FFFFFF;
  text-decoration:underline;
}
A.infoBoxHeading:visited { 
  background: transparent;/* #D20000; */
  color: #FFFFFF;
  }

/*TD.infoBoxHeading2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #D20000;
  color: #FFFFFF;
  height:20px;
  BACKGROUND-IMAGE: url(images/infoboxheading20.gif);
  background-repeat: repeat-x;
  background-position: center;
}*/

/* WB neues Hintergrundbild eingebaut. */
TD.infoBoxHeading2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #001E4F; /* #333333; */
  height:20px;
  background: #FFFFFF;
  border-top: dotted 1px #ABCDFF;
  padding-top: 10px;
  /*BACKGROUND-IMAGE: url(images/greybar_bg20.jpg);
  background-repeat: repeat-x;
  background-position: center;*/
}
	
TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, 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;
  color: #001E4F;/* #333333; */
}

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: #FFFFFF;
  color: #001E4F;/* #333333; */
}

TABLE.productListing {
  /* border: 1px;
  border-style: solid;
  border-color: #DC0000;
  border-spacing: 1px;  WB: ohne Rand*/
}

/*.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #D20000;
  color: #FFFFFF;
  font-weight: bold;
  BACKGROUND-IMAGE: url(images/infoboxheading20.gif);
  background-repeat: repeat-x;
  background-position: center;
}*/

.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #DC0000;
  color: #FFFFFF;
  font-weight: bold;
  BACKGROUND-IMAGE: url(images/redbar_bg.jpg);
  background-repeat: repeat-x;
  background-position: center;
}

A.productListing-heading {
  background: transparent;
  color:  #FFFFFF;
}

A.productListing-heading:hover {
  background: transparent;
  color: #FFFFFF;
  text-decoration:underline;
}
A.productListing-heading:visited { 
  background: transparent;
  color: #FFFFFF; 
}

TD.productListing-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #001E4F;/* #333333; */
  background: transparent;
  text-decoration:none;
}

A.pageResults:hover {
  color: #001E4F;/* #333333; */
  background: transparent;
  text-decoration:underline;
}

A.pageResults:visited { color: #001E4F; /*#333333; */background: #FFFFFF;}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  background:#ffffff;
  color: #001E4F; /* #333333; */
}

TR.subBar {
  background: #f4f7fd;
  color: #001E4F; /* #333333; */
}

TD.subBar {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #3333cc;
}
*.Details {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

*.StaffelpreiseHead {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

TD.main, P.main {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.mainBold, P.mainBold {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  background: #ffffff;
  color: #0000E1;
}

TD.fieldKey {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}


TD.category_desc {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 1px;
}
SPAN.newItemInCart {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #DC0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #DC0000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  color: #001E4F; /* #333333; */
  border-color: #cdcdff;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #FF0000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, sans-serif;
  background: #ffffff;
  color: #001E4F; /* #333333; */
}

SPAN.errorText {
  font-family: Arial, Verdana, sans-serif;
   background: #ffffff;
  color: #DC0000;
}

TD.productPriceInListing {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  background: #FFFFFF;
  color: #001E4F; /*#333333; */
}

TD.productPriceInBox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  background: #FFFFFF;
  color: #001E4F; /* #333333; */
  /*border-top: 1px solid #ABCDFF;*/
}

TD.productPriceInProdInfo {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  background: #FFFFFF;
  color: #DC0000;
}

SPAN.productTextNameBox {
  display:block;
  height: 27px;
  text-align:center;
  overflow:hidden;
}

SPAN.angebotBildText1{
  right:10px;
  font-size:14px;
  font-weight:bold;
  font-family:Arial,Verdana,sans-serif;
  color:#FFFFFF;
  position:absolute;
  z-index:3;
  margin-top:10px
}

SPAN.angebotBildText2{
  right:10px;
  font-size:10px;
  font-weight:normal;
  font-family:Arial,Verdana,sans-serif;
  color:#FFFFFF;
  position:absolute;
  z-index:3;
  margin-top:25px
}


.moduleRow { }
.moduleRowOver { background-color: #D7E9F7;  color: #001E4F;/* #333333; */ cursor: pointer; cursor: auto; }
.moduleRowSelected { background-color: #E9F4FC; color: #001E4F; /* #333333; */}

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #E9F4FC; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #E9F4FC; color: #3333cc; }

/* message box */

.messageBox { font-family: Arial, Verdana, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #ffb3b5; color: #ffffff; }
.messageStackSuccess { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #FFFFFF;/*#99ff00*/; color: #DC0000; }

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #DC0000; background-color: #ffffff;}

} /* Ende media scren */


@media print{

FONT {
font-weight: normal;
}

.headerBox {
  width: 100%;
  background: #D40000;
  color: #FFFFFF;/* #333333; */
  margin: 0;
  text-align: left;
  background-image: url(images/header_bg.png);
  background-position: top;
  background-repeat: repeat-x; 
}	

TR.header {
  background: transparent;
}

TR.headerNavigation {
  background: #DC0000;

}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #DC0000;
  color:#FFFFFF;
  font-weight : bold;
}

A.headerNavigation {
  background: #DC0000;
  color: #FFFFFF;
}

A.headerNavigation:hover {
  background: #DC0000;
  color: #FFFFFF;
}
TR.headerError {
  background: #DC0000;
  color: #DFDFDF;
}

TD.headerError {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #DC0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
  color: #DFDFDF;
}

TD.headerInfo {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #3333cc;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #DC0000;
}

TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #DC0000;
  color: #FFFFFF;
  font-weight: bold;
}

.infoBox {
  background: #DC0000;        /* Hintergrund der Boxenüberschrift*/

}

.infoBoxContents {
  background: #FFFFFF;        /* Hintergrund der Boxen*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #333333;        /*Preise auf der Übersichtsseite + teilweise Beschreibungen der Boxen*/

}
.infoBox2 {
  background: #FFFFFF;/* #DC0000; */
  border-bottom: dotted 1px #ABCDFF;
}

.infoBoxContents2 {
  background: #FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #333333;
}
.infoBoxNotice {
  background: #DFDFDF;

}

.infoBoxNoticeContents {
  background: #DFDFDF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;

}

TD.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #DC0000;
  color: #DFDFDF;
}
A.infoBoxHeading{
  background: #DC0000;
  color: #DFDFDF;
}
A.infoBoxHeading:hover{
  background: #DC0000;
  color: #DFDFDF;
}
TD.infoBoxHeading2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #DC0000;
  color: #DFDFDF;

}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, 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: #FFFFFF;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #DC0000;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #DC0000;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #333333;
}

A.pageResults:hover {
  color: #333333;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #3333cc;
}

TD.main, P.main {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #0000E1;
}

TD.fieldKey {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}


TD.category_desc {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
SPAN.newItemInCart {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #DC0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #BA0000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #cdcdff;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, sans-serif;
  background: #ffffff;
  color: #DC0000;
}

SPAN.errorText {
  font-family: Arial, Verdana, sans-serif;
  background: #ffffff;
  color: #DC0000;
}

TD.productPriceInListing {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  background: #000000;
}

TD.productPriceInBox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  background: #FFFFFF;
}

TD.productPriceInProdInfo {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  background: #000000;
}



.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #3333cc; }

/* message box */

.messageBox { font-family: Arial, Verdana, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, sans-serif; font-size: 10px; background: #ffffff; color: #DC0000; }

} /*-------------- Ende media print ------------- */

h2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px; /* 19px WB */
  font-weight: bold;
  background:#ffffff;
  color: #001E4F; /* #333333; */
  display: inline;
}

.sup {
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  background:#ffffff;
  color: #001E4F; /* #333333; */
  display: block;
}

.prod_desc {
font-size:14px; /* 18px WB */
font-weight: bold;
}

