/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.ediButton {
	font-weight: normal; 
	font-size: 10px; 
	color: navy; 
	text-decoration: underline; 
	background-color: #FF8080;	
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px #d0ffd0 solid;
	border-top: 1px #d0ffd0 solid;
	border-right: 1px #50a050 solid;
	border-bottom: 1px #50a050 solid;
}

.bewertung {
	display: none;
	position: absolute;
	left: 150px;
	border: 1px black solid;
	background-color: #e0e0e0;
	width: 300px;
	height: 200;
	padding: 10px;
	text-align: left;
	font-size: 12px;
}

body
{
	font-family: sans-serif;	
	font-size: 14px;	
}

td
{
	font-size: 14px;	
}

.opaque
{
	filter:alpha(opacity=140) !important; /* IE */ 
	-moz-opacity: 1.00 !important; /* Mozilla */ 
	opacity: 1.00 !important; /* Opera */ 
}

.darkLayer
{
	filter:alpha(opacity=60); /* IE */ 
	-moz-opacity: 0.60; /* Mozilla */ 
	opacity: 0.60; /* Opera */ 
	width: 100%; 
	height: 100%; 
	left: 0px; 
	top: 0px; 
/*	position: absolute;*/ 
/*	z-index: 2;*/ 
	background-color: black;
	text-align: center;
} 

#divEDI
{
	position: absolute; 
	display: none;
	width: 100%; 
	height: 100%; 
	top: 0px; 
}

#ediContent
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#divGewichtung
{
	position: absolute; 
	display: none;
	width: 100%; 
	height: 100%; 
	top: 150px; 
}

#gewContent
{
	position: absolute;
	top: 0px;
	left: 0px;
}


#divRating
{
	position: absolute; 
	display: none;
	width: 100%; 
	height: 100%; 
	top: 0px; 
}




.lieferbedingung
{
	border: 1px navy solid;
	background-color: #ffe0d0;
}

.lieferbedingung td
{
	text-align: left;
}

.lieferbedingung td
{
	font-size: 9px;
}

/*
a.textButton
{
	display: block;
 	font-size: 12px;
 	background-color: #ed6205;
 	padding-top: 5px;
 	padding-bottom: 5px;
 	width: 250px;
 	text-align: center;
 	border: 1px brown solid;
 	text-decoration: none;
 	color: black;
 	font-weight: bold;
}

a.textButton:hover
{
	background-color: #ffe055;
	text-decoration: none;	
	color: black;
}
*/
.matchcode_error {
	font-family: Verdana, Arial, sans-serif;
	color: black;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff4040;
	border: 1px black solid;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.checkoutBarInactive {
	font-family: Verdana, Arial, sans-serif;
	color: black;
	font-size: 10px;
	font-weight: bold;
}

.checkoutBarActive {
	font-family: Verdana, Arial, sans-serif;
	color: white;
	font-size: 10px;
	font-weight: bold;
}

.checkoutBarInactive a,.checkoutBarInactive a:hover {
	text-decoration: underline;
	color: black;
}

.preis {
	font-size: 14px;
	font-weight: bold;
	color: #404040;
}

/* Untergeordnet (KB, Kondition,...) */
.sub-preis {
	font-size: 10px; 
	font-weight: bold; 
	color: #606060;
}

.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.errorBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ffb3b5;
	font-weight: bold;
	padding: 3px;
}

.stockWarning {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #cc0033;
}

.productsNotifications {
	background: #f2fff7;
}

.orderEdit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: darkgreen;
	text-decoration: underline;
}

.stdlink {
	color: blue;
	text-decoration: underline;
}

.lagerbestandAnzeige {
	display: none;
	position: absolute;
	left: 400px;
	border: 1px black solid;
	background-color: #fff0a0;
	width: 200px;
	padding: 10px;
	text-align: left;
	font-size: 12px;
}

.lagerbestandAnzeige span {
	display: inline-block;
	width: 140px;
}

.infoBoxLink {
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

.navButton {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-image: url('images/navButton.gif');
	display: block;
	width: 195px;
	height: 55px;
	padding-top: 0px; /* 10 */
	padding-left: 0px; /* 50 */
	border-left: 1px black solid;
	border-top: 1px black solid;
	border-right: 1px black solid;
}

.navButton div,.navButtonSelected div {
	padding-top: 10px;
	padding-left: 50px; /* 50 */
}

.navButton:hover,.navButton:active {
	background-image: url('images/navButton_light.gif');
	color: white;
	text-decoration: none;
}

.navButtonSelected {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-image: url('images/navButton_light.gif');
	display: block;
	width: 195px;
	height: 55px;
	padding-top: 0px; /* 10 */
	padding-left: 0px; /* 50 */
	border-left: 1px black solid;
	border-top: 1px black solid;
	border-right: 1px black solid;
}

BODY {
	background: #f0afafa;
	color: #000000;
	margin: 0px;
}

A {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: red;
	text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
	background: #ffffff;
}

TR.headerNavigation {
	background: #5783a1;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 22px;
	background: #393939;
	background-image: url('images/headerNav_bg.gif');
	color: #ffffff;
	font-weight: bold;
}

A.headerNavigation {
	color: #FFFFFF;
}

A.headerNavigation:hover {
	color: #ffffff;
}

TR.headerError {
	background: #ff0000;
}

TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
	background: #5783a1;
}

TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #5783a1;
	color: #ffffff;
	font-weight: bold;
}

.infoBox { /*  background: dfdfdf;*/
	
}

.infoBoxContents { /*  background: #f0f0ff;*/
	background: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 1px #404040 solid;
	margin-bottom: 20px;
}

.infoBoxNotice {
	background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

DIV.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	height: 22px;
	font-weight: bold;
	background: #032f79;
	color: #ffffff;
	background-image: url('images/r+l/box_title_bg.gif');
	background-repeat: repeat-x;
	padding-left: 15px;
	text-align: left;
	padding-top: 2px;
}

.infoBoxHeading td {
	font-size: 12px;
	height: 18px;
	font-weight: bold;
	color: #ffffff;
}

DIV.infoBox {
	background-color: white;
	border: 2px #032f79 solid;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
}

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 22px;
	font-weight: bold;
/*	background: #032f79;*/
	background: #404040;
	color: #ffffff;
/*	background-image: url('images/r+l/box_title_bg.gif');*/
	padding-left: 15px;
}

TD.infoBox,SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

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: #e9e9f0;
}

TR.productListing-odd td
{
	padding-top: 4px;
	padding-bottom: 4px;
}

TR.productListing-even td
{
	padding-top: 4px;
	padding-bottom: 4px;
}

TR.productListing-odd-top td
{
	background: #e9e9f0;
	border-top: 2px red solid;	
	border-bottom: 1px silver dotted;	
	padding-top: 3px;	
	padding-bottom: 3px;	
}

TR.productListing-odd-bottom td
{
	background: #e9e9f0;
	border-bottom: 2px red solid;
	padding-top: 3px;	
	padding-bottom: 3px;	
}

TR.productListing-even-top td
{
	background: #white;
	border-top: 0px white solid;
	border-bottom: 1px silver dotted;
	padding-top: 3px;	
	padding-bottom: 3px;	
}

TR.productListing-even-bottom td
{
	background: #white;
	border-top: 0px white solid;	
	border-bottom: 0px white solid;	
	padding-top: 3px;	
	padding-bottom: 3px;	
}




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: white;
}

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #032f79;
	border-spacing: 1px;
}

.productListing-heading a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #032f79;
	color: #FFFFFF;
	height: 22px;
	font-weight: bold;
	background-image: url('images/r+l/box_title_bg.gif');
	background-repeat: repeat-x;
}

TD.productListing-data {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*  background: #e9e9f0;*/
}

TD.plist-data {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 40px; 
	padding-top: 0px; 
	border-bottom: 1px gray solid;
}


A.pageResults {
	color: #0000FF;
}

A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}

TD.pageHeading,DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}

TR.subBar {
	background: #f4f7fd;
}

TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

TD.main,P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

TD.calc,P.calc {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: navy;
	line-height: 1.5;
}

TD.smallText,SPAN.smallText,P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

TD.accountCategory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}

TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

TD.tableHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}

CHECKBOX,INPUT,RADIO,SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

TEXTAREA {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

SPAN.greetUser {
	font-family: Verdana, Arial, 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: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}

.bigText {
	font-size: 11px;
}

td.label { /*	width: 100px;*/
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	color: gray;
	font-size: 12px;
	vertical-align: top;
	padding-top: 3px;
}

.smallText {
	font-size: 12px;0
}

SPAN.errorText {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}

.moduleRow {
	
}

.moduleRowOver {
	background-color: #D7E9F7;
	cursor: pointer;
	cursor: hand;
}

.moduleRowSelected {
	background-color: #E9F4FC;
}

.checkoutBarFrom,.checkoutBarTo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
}

.checkoutBarCurrent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* message box */
.messageBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.messageStackError,.messageStackWarning {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #ffb3b5;
}

.messageStackSuccess {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #99ff00;
}

/* input requirement */
.inputRequirement {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}
