/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

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

   Copyright (c) 2004 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; 
color: #a5a792; 
font-size: 11px; 
text-align: left;
}

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

BODY {
  background : #ffffff;
  color : #000000;
  margin : 0 0 0;
  padding : 0 0 0;
}
img{
	border:0;
}
A {
  color : #333333;
  text-decoration : none;
}
A:hover {
  color : #990000;
  text-decoration : none;
}

A.cblink {
  color : #333333;
  text-decoration : none;
}

A.cblink:hover {
  color : #333333;
  text-decoration : none;
}
.cblink {
  color : #333333;
  text-decoration : none;
}


.box_left {
    display : block;
    width : 180px;
}

FORM {
	display : inline;
}

TR.header {
  background : #ffffff;
}

TR.headerNavigation {
  background : #F6F6F6;
}

TD.headerNavigation {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  background : #F6F6F6;
  color : #333333;
  font-weight : normal;
  border-bottom : 1px solid;
  border-color : #b6b7cb;
}

TD.LineRed {

  border-bottom : 2px solid;
  border-color : #990000;
}
td.Abst {
border-top: 0px solid #003300;
border-right: 0px solid #FFFFFF;
border-bottom: 1px solid #cccccc;
border-left: 0px solid #FFFFFF;
  padding-top : 4px; 
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom: 4px;

}

td.Linie {
border-top: 0px solid #003300;
border-right: 0px solid #FFFFFF;
border-bottom: 1px solid #cccccc;
border-left: 0px solid #FFFFFF;
  padding-top : 0px; 
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom: 2px;
}

td.LinieOben {
border-top: 1px solid #cccccc;
border-right: 0px solid #FFFFFF;
border-bottom: 0px solid #cccccc;
border-left: 0px solid #FFFFFF;
  padding-top : 2px; 
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom: 2px;
}

td.LinieUnten {
border-top: 0px solid #003300;
border-right: 0px solid #FFFFFF;
border-bottom: 1px solid #cccccc;
border-left: 0px solid #FFFFFF;
  padding-top : 0px; 
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom: 2px;
}

td.LinieUntenAbst {
border-top: 0px solid #003300;
border-right: 0px solid #FFFFFF;
border-bottom: 1px solid #cccccc;
border-left: 0px solid #FFFFFF;
  padding-top : 0px; 
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom: 0px;
}
td.LinieUntenAbst2 {
border-top: 0px solid #003300;
border-right: 0px solid #FFFFFF;
border-bottom: 1px solid #cccccc;
border-left: 0px solid #FFFFFF;
  padding-top : 0px; 
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom: 4px;
}

td.Abstand{
border-top: 0px solid #003300;
border-right: 0px solid #FFFFFF;
border-bottom: 0px solid #cccccc;
border-left: 0px solid #FFFFFF;
  padding-top : 2px; 
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom: 2px;
}

td.AbstandOben{
  padding-top : 2px; 
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom: 0px;
}
td.AbstandOben4{
  padding-top : 8px; 
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom: 8px;
}
td.AbstandUnten{
  padding-top : 0px; 
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom: 2px;
}
A.headerNavigation { 
  color : #333333; 
}

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

    A.cb_Top_Navigation { 
    color : #333333; 
    word-spacing : 2px;
    vertical-align : 3px;
}

    A.cb_Top_Navigation:hover {
    color : #990000;
    word-spacing : 2px;
    vertical-align : 3px;
}



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

.headLineRot {

  color : #990000;

}

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

.infoBox {
}

.infoBoxContents {
font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #333333;
}

.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 : 11px;
  font-weight : bold;
 background : #990000;
  height :14px;
  color : #FFFFFF;
  padding-left : 6px;
}
TD.infoBoxHeading2 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
 background-image: url(img/field_holz2.gif);
  height :14px;
  color : #FFFFFF;
  padding-left : 6px;
}

TD.infoBoxHeading_right {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : bold;
  background : #C4C4C4;
  height :14px;
  color : #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  background : #FFFFFF; 
  border-color : #FFFFFF;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
  background : #E6E6E6; 

}

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 : #f8f8f9;
}

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 : #f8f8f9;
}

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

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

A.pageResults {
  color : #0000FF;
}

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

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

DIV.pageHeadingnormal {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 18px;
  font-weight : normal;
  color : #333333;
}

TD.pageHeading21, DIV.pageHeading21 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 21px;
  font-weight : bold;
  color : #333333;
}
TR.subBar {
  background : #f4f7fd;
}


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

TD.main, P.main, DIV.main {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #333333;
}

a.main {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  text-decoration: none;
  color : #333333;
}
a.main:hover {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  text-decoration: underline;
  color : #990000;
}
.mainHL {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #333333;
  font-weight : bold;
}

.mainREbold {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 9px;
  color : #000000;
  font-weight : bold;
}

TD.mainRE, P.mainRE {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #000000;
}




TD.main12, P.main12 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #333333;
}

TD.main_cb, P.main_cb {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #333333;
}

TD.main_copy_gr, P.main_copy_gr {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 13px;
  color : #333333;
}

a.main_copy_gr {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 13px;
  color : #333333;
  text-decoration : none;
}
a.main_copy_gr:hover {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 13px;
  color : #333333;
  text-decoration : underline;
}

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

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 : #66514c;
  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 {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 11px;
 line-height : 1.5;
 color : #333333;
}
.moduleRowOver { 
	background-color : #D7E9F7; 
	cursor : hand;
	border : 1px solid;
	border-color  #ffffff;
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    line-height : 1.5; 
	}
	
.moduleRowSelected { background-color : #E9F4FC; }


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

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

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family : Arial, Helvetica, sans-serif; font-size : 7pt; }
.heading2 { font-family : Arial, Helvetica, sans-serif; font-size : 9pt; }
.heading3 { font-family : Arial, Helvetica, sans-serif; font-size : 10pt; }
.heading4 { font-family : Arial, Helvetica, sans-serif; font-size : 12pt; }
.heading5 { font-family : Arial, Helvetica, sans-serif; font-size : 16pt; }

/* Sitemap Tables */
.sitemap_heading {
    font-family : Arial, Helvetica, sans-serif; 
    font-size : 10pt; 
    color : #FFFFFF; 
	background-color : #666666; 
	padding-top : 2px; padding-bottom: 2px;
	}
	
.sitemap_heading a {color :#FFFFFF;}

.sitemap_heading a:hover {color :#CCCCCC; text-decoration :none;}

.sitemap_sub {
    font-family : Arial, Helvetica, sans-serif; 
    font-size : 9pt; 
    color : #000000; 
    background-color : #E6E6E6; 
    padding : 2px 2px;}
    
.sitemap_sub a {color :#000000;}
.sitemap_sub a:hover {color :#999999; text-decoration :none;}


/* message box */

.messageBox { font-family : Arial, sans-serif; font-size : 10px; }

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

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

/* input requirement */

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

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

.navLeft {
border-right : 1px solid;
border-color : #b6b7cb;
}
.navRight {
border-left : 1px solid;
border-color : #b6b7cb;
}
.tableBody {
padding: 5px;
}

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

TD.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  color : #666666;
}
A.copyright {
  color: #990000;
}
A.copyright:hover {
 color: #0000ff;
  text-decoration: underline;} 
 
.iframe { padding-left: 0px; }
.onepxwidth {
width: 1px;
}
.abst1{ line-height: 3px; }
.abst2{ line-height: 2px; }
.contentsTopics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	} 