/*
  $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
*/

html, body {
  background-color: white;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #330000;
}

body {
height: 100%;
background-image: url(http://www.filmbilder.de/m/s/pics/stripe.gif);
background-position: center center;
background-repeat: repeat-y;
}


.stockWarning {
color: #cc0033;
}
.productsNotifications {
background: #f2fff7;
}
.orderEdit {
color: #CC3300; text-decoration: underline;
}



table{
background-color: #ffcc00;
font-size: 10pt;
}


a {
color: #cc0000;
}

A.navi:link {
	text-decoration: underline;
}
A.navi:hover {
	text-decoration: underline;
}
A.navi:visited {
	text-decoration: underline;
	}
A.navi:active {
	text-decoration: underline;
	}


A:link {
	text-decoration: underline;
}
A:hover {
	text-decoration: underline;
}
A:visited {
	text-decoration: underline;
	}
A:active {
	text-decoration: underline;
	}


FORM {
	display: inline;
}

TR.header {
  background: #FFCC00;
}

TR.headerNavigation {
  background: #FFCC00;
}

TD.headerNavigation {
  background: #FFCC00;
  color: #CC3300;
 
}
tr.seperator {
	border-bottom: 1px solid;
	color: #cc0000;
}

A.headerNavigation { 
  color: #CC3300; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #FFCC00;
}

TD.headerInfo {
  background: #FFCC00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #EEAC0D;
}

TD.footer {
  background-color: #ffcc00;
  color: #660000;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
}
.infoBoxnews {
  background: #FFCC00;
}
.infoBoxNotice {
  background: #FF9900;
}

.infoBoxNoticeContents {
  background: #FF9900;
}

.infoBoxHeading {
  padding: 2px;
  background-color: #FF9900;
  color: #660000;
}
TD.cart_right{
margin-right: 0px;
}


TD.infoBox, SPAN.infoBox {
}
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: 0px;
  border-style: solid;
  border-color: #FFCC00;

}

.productListing-heading {
  background: #FFCC00;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 13px;
  background: #FFCC00;
}
A.productListing-data:link {
color: #CC3300;
	text-decoration: underline;
}
A.productListing-data:hover {
color: #CC3300;
	text-decoration: underline;
}
A.productListing-data:active {
color: #CC3300;
	text-decoration: underline;
}
A.productListing-data:visited {
color: #CC3300;
	text-decoration: underline;
}
A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-weight: bold;
  color: #FFCC00;
}

TR.subBar {
  background: #FFCC00;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
}

TD.accountCategory {
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO {
}

SELECT{
  width: 195px;
  }

TEXTAREA {
  width: 100%;
}

tr.greetUser {
  color: #006632;
  font-weight: bold;
}

TABLE.formArea {
  background: #EEAC0D;
  border-color: #EEAC0D;
  border-style: solid;
  border-width: 0px;
}

TD.formAreaTitle {
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #FFCC99; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFCC00; }

.checkoutBarFrom, .checkoutBarTo { color: #000000; }
.checkoutBarCurrent { color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement {  color: #ff0000; }

TD.productDesc { 
  color: #808080;

}