/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.1 2003/09/11 19:05:05 fanta2k 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 : Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color : #f9f9f9;
	padding-left : 8px;
}

.boxText2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color : #f9f9f9;
}

errorBox { font-family :  Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :  Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif ; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY, TABLE,TD,P {
	font-family : Arial, Helvetica, sans-serif;
}

H1 {
	font-size : 20px;
}
H2 {
	font-size : 16px;
}
H3 {
	font-size : 18px;
}
H4 {
	font-size : 14px;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #cccccc;
}

TD.headerNavigation {
	background-color : #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : 600;
	padding-left : 20px;
	padding-top : 4px;
	padding-bottom : 4px;
}

A.headerNavigation { 
  color: Navy;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	background: #0044cc;
	color: white;
	border-bottom: 3px solid #BCBCBC;
	border-right: 2px solid #bcbcbc;
	padding-left : 20px;
	border-top : 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}

TD.infoBoxHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	background: #0044cc;
	color: white;
	border-bottom: 3px solid #bcbcbc;
	border-left: 2px solid #bcbcbc;
	padding-left : 20px;
	border-top : 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

TD.infoBox, SPAN.infoBox {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 13px;
}

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

.productListing-heading {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
}

TD.login{
	background-color : #F9F9F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.navText{
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 13px;
}

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

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

TD.fieldValue {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
}

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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
}

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

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

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

SPAN.productSpecialPrice {
  font-family:  Arial, Helvetica, sans-serif;
  color: #ff0000;
}

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

SPAN.productDiscountPrice {
  font-family:  Arial, Helvetica, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

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

.checkoutBarFrom, .checkoutBarTo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
	padding-right : 10px;
}
.checkoutBarCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-right : 10px;
}
.checkoutBarOk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Lime;
	font-weight : bold;
	padding-right : 10px;
}
/* message box */

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

/* input requirement */

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

.tableBody {
padding: 5px;
background-color: White;
}

IMG{
	border : none;
}

TABLE {
	background-color : #FFFFFF;
}

TABLE#WzTiTlTb {
	background-color : transparent;
}

TABLE.neu {
	border : thin solid #0044cc;
}

TABLE.cart {
	border : 1px solid Silver;
	margin-top : 8px;
	margin-bottom : 8px;
}

TD.nav1 {
	background-color : #0044cc;
	font-size : 16px;
	color : White;
}

TD.nav2 {
	background-color : #cccccc;
	font-size : 16px;
} 
A {
	Color: Navy;
	text-decoration : underline;
}

A.back{
	Color: Black;
	text-decoration : none;
}
A.nav1 {
	color : White;
	text-decoration : none;
}
A.nav2 {
	color : Black;
	text-decoration : none;
}
A.klein {
	font-size : 12px;
}
A:HOVER {
	color : blue;
	background-color: #CCCCCC;
}

P.klein  {
	font-size : 14px;
}

P.klein2  {
	font-size : 12px;
}

TD.rand {
	background-color : #ffcc00;
}

TD.content {
	background-color : White;
	color : Black;
	font-size : 16px;
	padding: 10px 10px 0 15px;
}
P.infos {
	text-indent : -8px;
	margin-left : 6px;
	margin-bottom : 0px;
	margin-top : 5px;
	font-size : 13px;
}

P.infos2 {
	margin-left : 6px;
	margin-bottom : 0px;
	margin-top : 5px;
	font-size : 13px;
}

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

.auswahl{
	width:130px;
}

TD.einzug{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	padding-left : 20px;
}

TD.productinfo1{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color : #F0F0F0;
}

TD.productinfo2{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
}

DIV.box3 {
	font-family:  Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	font-size : 13px;
	border-color:black;border-width:1px;border-style:solid;
	margin-top : 30px;
}

LI.abst {
	margin-top : 5px;
}

