/*
  $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
*/
/*
Grautöne:
5%				F2F2F2
8%				EBEBEB
20%			CCCCCC
dunkelblau	302263
*/


.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
div#divBoxTextLink { padding: 2px 0 4px 0; border-bottom: 2px white solid; }
div#divBoxTextLinkSubLevel1 { padding: 2px 0 2px 8px; border-bottom: 2px white solid; }
div#divBoxTextLinkSubLevel2 { padding: 2px 0 2px 16px; border-bottom: 2px white solid; }
div#divBoxTextLinkSubLevel3 { padding: 2px 0 2px 24px; border-bottom: 2px white solid; }
div#divBoxTextLinkSubLevel4 { padding: 2px 0 2px 32px; border-bottom: 2px white solid; }
div#divBoxTextLinkSubLevel5 { padding: 2px 0 2px 40px; border-bottom: 2px white solid; }
div#divBoxTextLinkSubLevel6 { padding: 2px 0 2px 48px; border-bottom: 2px white solid; }
div#divBoxTextLinkSubLevel7 { padding: 2px 0 2px 56px; border-bottom: 2px white solid; }
div#divBoxTextLinkSubLevel8 { padding: 2px 0 2px 64px; border-bottom: 2px white solid; }
div#divBoxTextLinkSubLevel9 { padding: 2px 0 2px 72px; border-bottom: 2px white solid; }
div#divBoxTextLinkSubLevel10 { padding: 2px 0 2px 80px; border-bottom: 2px white solid; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.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: #70d250; text-decoration: underline; }

.BOXshoppingCartQuantity, .BOXshoppingCartText {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
}
.BOXshoppingCartQuantity {
	border: 1px;
	border-style: solid;
	border-color: #EBEBEB;
	color: yellow;
	background-color: #c62e29;
	vertical-align: middle;
	text-align: center;
}
.BOXshoppingCartText {
	padding: 0 0 0 5px;
}

BODY {
	background: #ffffff;
	color: #000000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666699;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px 0;
}
H2 { font-size: 16px; padding-bottom: 10px; }
H3 { font-size: 15px; padding-bottom: 8px; }
H4 { font-size: 14px; padding-bottom: 6px; }
H5 { font-size: 13px; padding-bottom: 4px; }
H6 { font-size: 12px; padding-bottom: 2px; }

P {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

UL {
	padding: 2px 0 2px 8px;
	margin: 2px 0 2px 8px;
}
LI {
	padding-bottom: 4px;
	color: #666699;
}

A {
  color: #000000;
  text-decoration: underline;
}

A:hover {
  /*color: #AABBDD;*/
  color: #666699;
  background: #ffddbb;
  text-decoration: none;
}

FORM {
	display: inline;
}

TABLE TD{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TR.header {
	background: #ffffff;
}

TR.headerNavigation {
	background: #bbc3d3;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #666699;
	color: #fff;
  font-weight : bold;
}

A.headerNavigation, A.headerNavigation:visited {
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
}

A.headerNavigation:hover {
	color: #666699;
	background-color: #fff;
}

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: #bbc3d3;
}

TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #666699;
	color: #fff;
}

.infoBox {
	background: #b6b7cb;
}

.infoBoxContents {
	background: #FFFFCC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.infoBoxNotice {
	background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
  background: #666699;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

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: #ffffcc;*/
}

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: #ffffcc;*/
}

TABLE.productListing {
	/*border: 1px;
	border-style: solid;
	border-color: #302263;
	border-spacing: 1px;*/
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
  background-color: #b6b7cb;
  color: #FFFFFF;
	font-weight: bold;
}

TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

A.pageResults {
	color: #0000FF;
}

A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}

/* Überschrift der Seiten */
TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	/*color: #9a9a9a;*/
	color: #666699;
}

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: 11px;
	line-height: 1.5;
}

TD.smallText, TR.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

TD.smallTextNarrow, TR.smallTextNarrow, SPAN.smallTextNarrow, P.smallTextNarrow {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

TD.normalText, TR.normalText, SPAN.normalText, P.normalText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

TD.bigText, TR.bigText, SPAN.bigText, P.bigText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

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;
}

TD.category_desc {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

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: 11px;
}

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;
}

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: 14px;
	font-weight: bold;
	color: #ff6600;
}

/* 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;
}

/* in eigener Sache ;) */

img.imgBildRahmen {
	border-top: 1px #c0c0c0 solid;
	border-left: 1px #c0c0c0 solid;
	border-bottom: 1px #808080 solid;
	border-right: 1px #808080 solid;}

LI.normalText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.textfield {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

TD.TD1pxRightGrey{
	border-right: 1px #CCCCCC solid;
}

TD.tableData, TD.tableData A {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

DIV#footerCopyright, DIV#footerCopyright A, DIV#footerCopyright A:visited {
	font-size: 10px;
	color: #acacac;
}
DIV#footerCopyright A:hover {
	color: #0066cc;
	background-color: #ffffff;
}

TABLE#tableFooterBanner A, TABLE#tableFooterBanner A:visited, TABLE#tableFooterBanner A:hover {
	background-color: #ffffff;
}

a.naviTop, a.naviTop:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}
a.naviTop:hover {
	color: #c52b26;
}

DIV#divNaviHome {
	padding: 0 25px 0 0;
}

a.naviHome, a.naviHome:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #666666;
	background-color: transparent;
}
a.naviHome:hover {
	color: #c52b26;
}

/* start - Extra Fields ################################################################################################# */

TABLE#tableExtraFields {
	background-color: #ebebeb;
	border: 1px solid #cccccc;
}

TD#tdExtraFieldsName {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	vertical-align: top;
}

TD#tdExtraFieldsValue {
	font-size: 12px;
	color: #000000;
}

/* ende - Extra Fields ################################################################################################# */

.MsoNormal {
	display: inherit;
}

#paypalHint {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	color: #ff6600;
	background-color: #e1e1e1;
	padding: 5px;
	margin-top: 5px;
	border: 1px red solid;
}
#paypalHint LI {
	padding: 2px 0 2px 0;
}

#spanTextHeadOrderProcess1{
	font-family : Verdana, Arial, sans-serif;
	font-size : 16px;
	font-weight: bold;
	color: red;
}

#spanTextHeadOrderProcess2{
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #ff6600;
}

