/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.2 2005/12/20 06:13:43 snake_peon Exp $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2003 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #4b7080}
.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; }

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

A {
  color: #4b7080;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: red;
}

	TD.headerNavigation {
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 10px;
	  background: #d0ebf6;
	  color: #4b7080;
	  font-weight : bold;
	  border-bottom: 1px solid;
	  border-color: #b6b7cb;
	}

	A.headerNavigation { 
	  color: #4b7080; 
	}
	
	A.headerNavigation:hover {
	  color: #4b7080;
	}

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

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

TR.footer {
  background: #d0ebf6;
}

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

.infoBox {
}

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

.infoBoxNotice {
  background: red;
}

.infoBoxNoticeContents {
  background: red;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
	/*	hier haben wir die dunklen balken links */
	TD.infoBoxHeading {
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 9px;
	  font-weight: bold;
	  background: #b0ccd8;
	  height:17;
	  color: #4b7080;
	  padding-left: 5px;
	}
	/*	hier haben wir die dunklen balken links */
	TD.infoBoxHeading_right {
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 9px;
	  font-weight: bold;
	  background: #b0ccd8;
	  height:17;
	  color: #4b7080;
	  padding-left: 5px;
	}
/*	hier die hellen bereiche links */
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d0ebf6; 
}
/*	hier die hellen bereiche rechts */
TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d0ebf6; 

}

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

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: red;
}
/*	achtung	*/
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: red;
  border-spacing: 1px;
}
/*background: #b6b7cb;*/
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: red;	
  color: #FFFFFF; 
  font-weight: bold;
}

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

	A.pageResults {
	  color: cyan;
	}

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

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

TR.subBar {
  background: red;	/*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;
  color: #4b7080;
}

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

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}
	/*	hier haben wir die sache mit der kategorie liste*/
	.moduleRow { 
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		/* line-height: 1.5; */
		background: #d0ebf6;
		color: #4b7080;
	}
	.moduleRowOver { 
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		/* line-height: 1.5; */ 
		color: #4b7080;
		background-color: #D0EBF6;
	}
/*.moduleRowSelected { background-color: #69A5BD;}*/

	/*	versandkostenlisten	*/
.moduleRowSelectedSend { 
		font-family: Verdana, Arial, sans-serif;
		  font-size: 11px;
		  line-height: 1.5;
		/* line-height: 1.5; */ 
		color: #ffffff;
		background-color: #69A5BD;
	}
	.moduleRowSelected { 
		font-family: Verdana, Arial, sans-serif;
		  font-size: 11px;
		  line-height: 1.5;
		/* line-height: 1.5; */ 
		color: #ffffff;
		background-color: #69A5BD;
	}

	
	
TD.send, P.send {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  
}	
.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: red; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: red; }

/* input requirement */

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

.tableShop {
background-color: #d0ebf6;
border-left: 1px solid;
border-right: 1px solid;
border-color: #808080;
}

	.navLeft {
		background-color: #d0ebf6;
	}
	.navRight {
	background-color: #d0ebf6;
	}
.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #5495b1;
  font-weight: bold;
}
