/*
  $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
*/
body {
	background: #ffffff;
	color: #000000;
	margin: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}
.errorbox {
	font-size: 0.9em;
	background: #ffb3b5;
	font-weight: bold;
}
.stockwarning {
	font-size: 0.9em;
	color: #cc0033;
}
.productsnotifications {
	background: #f2fff7;
}
.orderedit {
	font-size: 0.9em;
	color: #70d250;
	text-decoration: underline;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #AABBDD;
	text-decoration: underline;
}
form {
	display: inline;
}
tr.headererror {
	background: #ff0000;
}
td.headererror {
	font-size: 1em;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
tr.headerinfo {
	background: #00ff00;
}
td.headerinfo {
	font-size: 1em;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.infobox {
	background: #b6b7cb;
}
.infoboxcontents {
	background: #FFFFFF;
	font-size: 0.9em;
}
.infoboxnotice {
	background: #FF8E90;
}
.infoboxnoticecontents {
	background: #FFE6E6;
	font-size: 0.9em;
}
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: #fafafa;
}
table.productlisting {
	border: 1px;
	border-style: solid;
	border-color: #bbbbbb;
	border-spacing: 1px;
}
a.pageresults {
	color: #0000FF;
}
a.pageresults:hover {
	color: #0000FF;
	background: #FFFF33;
}
td.pageheading, div.pageheading {
	font-size: 1.2em;
	font-weight: normal;
	color: #9a9a9a;
}
tr.subbar {
	background: #f4f7fd;
}
td.main, p.main {
	font-size: 0.9em;
	line-height: 1.5;
}
h1 {
	font-size: large;
	font-weight: normal;
	color: #9a9a9a;
}
td.accountcategory {
	font-size: 1em;
	color: #aabbdd;
}
td.fieldvalue {
	font-size: 1em;
}
checkbox, input, radio, select {
	font-size: 0.9em;
}
textarea {
	width: 100%;
	font-size: 0.9em;
}
span.greetuser {
	font-size: 1em;
	color: #f0a480;
	font-weight: bold;
}
table.formarea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
td.formareatitle {
	font-size: 1em;
	font-weight: bold;
}
span.markproductoutofstock {
	font-size: 1em;
	color: #c76170;
	font-weight: bold;
}
.modulerow {
}
.modulerowover {
	background-color: #D7E9F7;
	cursor: pointer;
	cursor: hand;
}
.modulerowselected {
	background-color: #E9F4FC;
}
.checkoutbarfrom, .checkoutbarto {
	font-size: 0.9em;
	color: #8c8c8c;
}
/* message box */
.messagestackerror, .messagestackwarning {
	font-size: 0.9em;
	background-color: #ffb3b5;
}
.messagestacksuccess {
	font-size: 0.9em;
	background-color: #99ff00;
}
/* input requirement */
tr.header, 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: #ffffff;
}
tr.headernavigation, tr.footer {
	background: #bbbbbb;
}
a.headernavigation, a.headernavigation:hover {
	color: #FFFFFF;
}
td.subbar, .checkoutbarcurrent {
	font-size: 0.9em;
	color: #000000;
}
td.fieldkey, td.tableheading {
	font-size: 1em;
	font-weight: bold;
}
span.newitemincart, .inputrequirement {
	font-size: 0.9em;
	color: #ff0000;
}
span.productspecialprice, span.errortext {
	color: #ff0000;
}
td.headernavigation, td.footer, td.infoboxheading, .productlisting-heading {
	font-size: 0.9em;
	background: #bbbbbb;
	color: #ffffff;
	font-weight: bold;
}
td.productlisting-data, td.smalltext, span.smalltext, p.smalltext, .messagebox, .boxtext, td.infobox, span.infobox {
	font-size: 0.9em;
}
.klein_sort {
	font-size: 0.6em;
}

.body_text A{
	text-decoration: underline;
	color: blue;
}

.body_text A:hover {
	text-decoration: underline;
	color: gray;
}
