/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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: #008800; text-decoration: underline; }

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

/*change the menu hover color below*/
#thecategories a:hover {
	background-color: #eeeeee;
	color: #000000;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 150px;
}

.activelink {
	display: block;
	font-weight: bold;
}

#thecategories a {
	display: block;
	padding-bottom: 0px;
	padding-top: 3px;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

.topcat a {
padding-left: 5px;
}

.secondcat a {
	padding-left: 20px;
}

.thirdcat a {
	padding-left: 35px;
}

.fourthcat a {
	padding-left: 50px;
}

.fifthcat a {
	padding-left: 65px;
}

/*changes the table of gift margin is that if there is more than one gift that they dont stick together*/	
.table.gifts
	{
	margin: 5px;
	}
/*changes the table of gift*/
TD.gift 
      {
	margin: 2px;
	padding: 18px;
  	font-family: Verdana, Arial, sans-serif;
  	text-align: right;
 	font-size: 12px;
      font-style: italic;
  	font-weight: bold;
  	letter-spacing: 0.1mm;
  	word-spacing: 0.4mm;
  	text-decoration: none;
      line-height: 0pt;
 	background: #ffffff;
 	border-style: none;
	}
/*changes "Please remove other gifts..."*/
span.gift1
	{
	margin-top: 2px;
	padding: 1px;
  	font-family: Verdana, Arial, sans-serif;
  	text-align: center;
 	font-size: 12px;
    font-style:oblique ;
  	font-weight: bold;
  	letter-spacing:0.1mm;
  	word-spacing:0.4mm;
  	text-decoration:none;
    line-height:14pt;
  	color: #FF0202;
 	background: #EBC800;
 	border-style: none;
	}
/*changes "(Maximum 1 gift per order)"*/
span.gift2
	{
  	font-family: Verdana, Arial, sans-serif;
  	text-align: center;
 	font-size: 12px;
    font-style:normal;
  	font-weight: bold;
  	letter-spacing:0.1mm;
  	word-spacing:0.4mm;
  	text-decoration:none;
    line-height:30pt;
  	color: #ffffff;
 	background: #FF0000;
	}
/*changes "By spending over %s you have qualified..."*/
span.gift3
	{
  	font-family: Verdana, Arial, sans-serif;
  	text-align: center;
 	font-size: 12px;
    font-style:normal;
  	font-weight: bold;
  	letter-spacing:0.1mm;
  	word-spacing:0.4mm;
  	text-decoration:none;
    line-height:14pt;
  	color: #006600;
 	background: #ffffff;
	}
/*changes "Spend just %s more to get ..."*/
span.gift4
	{
  	font-family: Verdana, Arial, sans-serif;
  	text-align: center;
 	font-size: 12px;
    font-style:italic;
  	font-weight: bold;
  	letter-spacing:0.1mm;
  	word-spacing:0.4mm;
  	text-decoration:none;
    line-height:14pt;
  	color: #FF0202;
 	background: #ffffff;
	}
/*changes the Name of gift*/
span.gift5
	{
  	font-family: Verdana, Arial, sans-serif;
  	text-align: center;
 	font-size: 20px;
      font-style:italic;
  	font-weight: bold;
  	letter-spacing:0.1mm;
  	word-spacing:0.2mm;
  	text-decoration:none;
    line-height:30pt;
  	color: #02023f;
 	background: #ffffff;
	}


BODY {

  background: #ffffff;
  /*background-image: url("images/testbackground2.gif");*/
  /*background: url("images/testbackground2.gif");   
  /*background-repeat: repeat;   */
  /*background-attachment: fixed;   */
  /*background-position: center;   */

  color: #000000;
  text-align:center;
  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;
  height: 18px;
  background: #02023f url(images/boxes/BoxHintergrund_Head.gif);
  color: #ffffff;
  font-weight : bold;
}

TD.headerNavigation2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  height: 27px;
  background: #02023f url(images/boxes/BoxHintergrund_Head_2.gif);
  color: #ffffff;
  font-weight : bold;
}

TD.headerNavigationNEW {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  height: 21px;
  background: #02023f url(images/boxes/Info_Ecke_Spacer.gif);
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #F8F8FF; 
}

A.headerNavigation:hover {
  color: #fffAf0;
}

TR.headerError {
  background: #DC143C;
}

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;
  height: 18px;
  background: #02023f url(images/boxes/BoxHintergrund_Head_2.gif);
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}


.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-spacing: 2px;
  border-collapse: separate;
  *border-collapse: expression('separate', cellSpacing = '2px');
}

.infoBox_new {
  background: #b6b7cb;
}

.infoBoxContents_new {
  background: #FAFDE1;
  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: #ffffff url(images/boxes/BoxHintergrund.gif);
  color: #ffffff;
}

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: #F4F4FF;
}

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: #fffff0;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff url(images/boxes/BoxHintergrund.gif);
  height: 25px;
  color: #ffffff;
  font-weight: bold;
}

TD.productListing-data {
border-top: 1px;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
border-style: solid;
border-color: #000000;
padding: 6px;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}


TD.productListing-data_p {
margin:2px;
padding:5px;
text-align:center;
border-top: 0px;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
border-style: solid;
border-color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}

TD.productShopping-data {
border-top: 0px;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
border-style: solid;
border-color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #02023f;
}

TR.subBar {
  background: #f8f8f9;
}

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;
}

SPAN.smallTextH0{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #aa585d;
}

SPAN.smallTextH1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}

SPAN.priceTextH0{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #0F015A;
}

SPAN.priceTextH1{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

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;
}


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;
}

TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color: #000000;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f8f8f9;
  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.productListingPrice {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #0F015A;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.tax_info {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #758389;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.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; }

/* MTC BEGIN */

h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #0F015A;
  margin-top: 1px;
  padding-top: 0px;
  width: 100%;
  border-bottom: solid 1px #004BB9; 
}
/* MTC END */

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #150185;
}

h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

h4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #0F015A;
}

DIV.productlistingprice {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #0F015A;
}

TABLE.productinfoBox1 {

/*  background-image: url('images/osc_bg.gif');*/

  background: #fafaFf;

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;
}

TABLE.categ {
  border: 0px;
  border-spacing: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f8f8f9;
  color: #000000;
}

TD.categ {
     vertical-align: top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* // Base Price Insert */
.base_price { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #758389; }
/* // Base Price End */

/* Hintergrundfarben für linke und rechte Tabellenspalte sowie Hauptinnenbox */

TABLE.leftBox {

}



TD.leftBox {

 background: #ffffff;

}



TABLE.rightBox {

}



TD.rightBox {

 background: #ffffff;

}



TD.middleBox {

 background: #ffffff;

}

.star-product-title {
  font-family: Verdana, Arial, sans-serif;
  text-align : center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.star-product {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
.star-product-price{
  font-family: Verdana, Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #004BB9;
}

/*DIV zur Shopzentrierung*/
#center {
      width: 1000; margin: auto;
      border: 1px solid #000;
      text-align:center;
      background-color: #fff;    /*Erzeugt eine Hintergrundfarbe, ggf. löschen*/
}

/*Bild Tabelle Hintergrund Produktinfo Menge und Kaufen*/
.header-bgimagered {
background: url("includes/languages/german/images/buttons/button_leiste_zoomer_red.gif");
background-repeat: repeat-x;
}

HRBLUE {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: 1px solid;
  width: 100%;
  color: #000000;
  background-color: #10519D;
  height: 1px;
}

/***** Begin Sitemap_SEO *****/ 
ul.sitemap {
color: #004BB9;
}
.sitemap {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapProducts {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #f000ff;
  font-weight : normal;
}
A.sitemap { 
  color: #000000; 
}
A.sitemap:hover {
  color: #ff0000;
}
/***** End Sitemap_SEO *****/ 

TD.mainred{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#FF0000;
  font-weight:bold;
}

   #Videobox {
      height:419px;
      margin: 0;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      border: none;
      text-align: center;
      vertical-align: middle;
      width: 550px;
      background-image: url("flowplayer/Video_Hintergrund.gif");
   }

/* Preis fuer Prozente */ 
SPAN.pricesavings{ 
 font-family: Verdana, Arial, sans-serif;
 color: #ff0000;
 font-weight: bold; 
 font-size: 11px; 
 
} 

/* Preis fuer Prozente */ 
SPAN.pricesavingsstarproduct{ 
 font-family: Verdana, Arial, sans-serif;
 color: #ff0000;
 font-weight: bold; 
 font-size: 14px; 
 
} 

SPAN.pricesavingstext{ 
 font-family: Verdana, Arial, sans-serif;
 color: #000000;
 font-weight: bold; 
 font-size: 11px; 
 
}
