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

.boxText { 
	text-transform: lowercase;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
  color: #CC6881;
	background-color: #EDC9C9;
}

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: red; font-weight: bold; color:#FFFFFF; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }

.orderEdit { 
	text-transform: lowercase;
	font-size : 10px;
	color: #CC6881;
	font-style: italic;
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
	letter-spacing: 1px;
  color: #CC6881;
  margin: 0;
	text-align: center;
}

a,
a:visited {
  color: #CC6881;
  text-decoration: none;
}

a:hover {
  color: #CC6881;
  text-decoration: underline;
}

form {
	display: inline;
}



.infoBox {
}

.infoBoxContents {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	line-height: 16px;
}

.infoBoxNotice {
	text-transform: lowercase;
  background: #FF8E90;
}

.infoBoxNoticeContents {
	text-transform: lowercase;
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	line-height: 16px;
}

td.infoBoxHeading {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	line-height: 16px;
  font-weight: bold;
  color: #CC6881;
}

td.infoBox, 
span.infoBox {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	line-height: 16px;
}

tr.accountHistory-even, 
tr.addressBook-even, tr.alsoPurchased-even, tr.payment-even, tr.productListing-even, tr.productReviews-even, tr.upcomingProducts-even, tr.shippingOptions-even {
	text-transform: lowercase;
}

table.productListing {
	text-transform: lowercase;
}

.productListing-heading {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	padding: 4px;
  background: #CC6881;
  color: #FFF7EE;
  font-weight: bold;
	border-bottom: 8px solid #FFF7EE;
}

tr.accountHistory-odd, 
tr.addressBook-odd, 
tr.alsoPurchased-odd, 
tr.payment-odd, 
tr.productListing-odd, 
tr.productReviews-odd, 
tr.upcomingProducts-odd, 
tr.shippingOptions-odd,
td.productListing-data {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

a.pageResults {
	text-transform: lowercase;
  color: #CC6881;
  text-decoration: none;
}

a.pageResults:hover {
	text-transform: lowercase;
  color: #CC6881;
  text-decoration: none;
}

td.pageHeading,
div.pageHeading {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #CC6881;
	vertical-align: top;
}

tr.subBar {
  background: #f4f7fd;
}

td.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

td.main, 
p.main {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #CC6881;
}

td.smallText, span.smallText, P.smallText {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

td.accountCategory {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	line-height: 16px;
  color: #aabbdd;
}

td.fieldKey {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

td.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

td.tableHeading {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

span.newItemInCart {
}

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

TEXTAREA {
	text-transform: lowercase;
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

span.greetUser {
	text-transform: lowercase;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

td.formAreaTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

span.markProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	text-decoration: blink;
  font-weight: bold;
}

span.productSpecialPrice {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  color: #CC6881;
  font-weight: bold;
	text-decoration: blink;
}

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

.moduleRow {
}
.moduleRowOver {
	cursor: pointer;
	cursor: hand;
	background-color: #FCE8E3;
}

.moduleRowSelected {
	background-color: #FCE8E3;
}

.checkoutBarFrom, 
.checkoutBarTo { 
	text-transform: lowercase;
	font-size: 10px; 
	color: #CC6881;
}
.checkoutBarCurrent { 
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #CC6881;
}

/* message box */

.messageBox { 
	text-transform: lowercase;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
}
.messageStackError, 
.messageStackWarning {
	text-transform: lowercase;
	padding: 4px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
	line-height: 16px; 
	color: #FFFFFF;
	background-color: red; 
}
.messageStackSuccess { 
	text-transform: lowercase;
	padding: 4px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
	line-height: 16px; 
	color: #FFFFFF;
	background-color: red; 
}

/* input requirement */

.inputRequirement {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	line-height: 16px;
  font-weight: bold;
  color: #CC6881;
	text-align: left;
}


/* Neue Styles */

.mainTable {
	background-image: url(images/higru_logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFF7EE;
}

.productPrice {
	text-transform: lowercase;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
  color: #CC6881;
}

.productName {
	text-transform: lowercase;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
  color: #CC6881;
}


/* Headerangaben */

tr.header {
	background-color: #FFF7EE;
  color: #CC6881;
}

tr.headerNavigation {
	background-color: #FFF7EE;
  color: #000000;
}

td.headerNavigation {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	background-color: #FFF7EE;
  color: #CC6881;
  font-weight : bold;
}

a.headerNavigation { 
	text-transform: lowercase;
  color: #CC6881;
	text-decoration: none;
}

a.headerNavigation:hover {
	text-transform: lowercase;
  color: #CC6881;
}

tr.headerError {
  background: #ff0000;
}

td.headerError {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

tr.headerInfo {
	text-transform: lowercase;
  background: #00ff00;
}

td.headerInfo {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}



/* Footerangaben */


td.footer,
td.footer a,
td.footer a:visited,
td.footer a:hover {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	line-height: 16px;
  color: #FFF7EE;
	text-align: center;
	background-color: #CC6881;
	text-decoration: none;
}

/*td.footer a,
td.footer a:hover {
  color: #FFF7EE;
	text-decoration: none;
}*/

.bottomTable,
.bottomTable tr,
.bottomTable td {
	text-transform: lowercase;
	background-color: #CC6881;
	text-align: center;
	margin: 0;
	padding: 0;
}

.bottomTable img {
	margin: 0;
	padding: 0;
	border: 0;
}

.pageCategories {
	text-transform: lowercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
	text-align: center;
  font-weight: bold;
  color: #CC6881;
	vertical-align: top;
}
