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

.b1ind { display: none; }
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #FFFFCC; border-color: #FFDB0D; border-width: 1px; border-style: dashed; 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; }
SPAN.MakeAnOffer {
  font-family: Verdana, Arial, sans-serif;
  color: #666000;
  font-size: 12px;
}

.maooffer {
  background: #0aa220;
  color: #fffffa;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  font-variant: small-caps;
  border: medium;
  border-style: outset;
}

.maolowoffer {
  background: #dd0000;
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-variant: small-caps;
  border: medium;
  border-style: ridge;
}

TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
}

TD.productPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccffcc;
}

.tax_info {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #758389;
}

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
        display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #77d21c;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #77d21c;
  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: #77d21c;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #77d21c;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #77d21c;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #77d21c;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  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: #77d21c;
  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.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
  border: 1px;
  border-style: solid;
  border-color: #3F5E8A;;
}

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: 1px;
  border-style: solid;
/*   border-color: #b6b7cb; */
  border-color: #3F5E8A;
  border-spacing: 1px;
}
TR.productListing-odd {
  border: 1px;
  border-style: solid;
/*   border-color: #b6b7cb; */
  border-color: #3F5E8A;;
  border-spacing: 1px;
}
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
  border: 1px;
  border-color: #3F5E8A;
}

TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccffcc;
}


TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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;
}

TABLE.main, TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.catText, SPAN.catText, P.catText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px #00000 solid;
}


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: 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: #77d21c;
  cursor: crosshair;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: dashed;
  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;
}

TR.tableHostHeading {
  background: #afcae4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #193a4d;
}
TD.tableHostPrice {
  background: #e6f0f9;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #6a4630;
}
TR.tableHostPrice {
  background: #e6f0f9;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #6a4630;
  line-height: 1.5;
}
/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
 }
.warningBox {
  background: #8B0000;
}
.warningBoxContents {
  background: #FF6347;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowOver2 { background-color: #A7B9C7; cursor: pointer; }
.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 */
.happy_price {
    font-size: 12pt;
    font-weight: bold;
    color: #D81F01;
}
.happy_button {
font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
	font-size: 10pt;
	color: #D81F01;
    background-color: #FFFFFF;
    border: 1px #F53302;
    border-style : solid solid solid solid;
    height: 20px;
    width: 130px;
    cursor : pointer;
}

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
/*change the menu hover color below*/
#thecategories a:hover {
	background-color: #ee4444;
	color: #000000;
	text-decoration: none;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
  font-size: 125%;
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.activelink {
	display: block;
	font-weight: bold;
	color: #BB0000;
}

#thecategories a {
	display: block;
	'padding-bottom: 7px;
	'padding-top: 3px;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

.topcat a {
padding-left: 5px;
}

.secondcat a {
	padding-left: 20px;
}

.thirdcat a {
	padding-left: 35px;
}

.fourthcat a {
	padding-left: 50px;
}

.fifthcat a {
	padding-left: 65px;
}
/* Advanced Searches infobox */

#quick_find select {width:12em; font-size:11px;}
#quick_find select option {width:auto;}

.phplmnormal {
  font-size: 11px;
  padding-right: 5px;
  font-weight: normal;
}

.phplmnormal a:hover {
  text-decoration: none;
  background-color: #77d21c;
  color: #ffffff;
}

.son {
  font-weight: normal;
}

#mainbox {
  max-width: 100%;
  margin-top: 2px;
}

.noborder img {
  border-width: 0;
}

#top {
  background-color: #FFFFFF;
  background-image: url(images/solarmodul.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  border: 1px #C0C0C0 solid;
  border-bottom: 1px #C0C0C0 dotted;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 0 auto;
}

#bottom {
  background-color: #FFFFFF;
  border-left: 1px #C0C0C0 solid; 
  border-right: 1px #C0C0C0 solid;
  border-bottom: 1px #C0C0C0 solid;
  margin: 0 auto 11px auto;
}

#contentbox {
  margin: 5px 0 0 10px;
}

.datentabelle {
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
  border: 1px #000000 solid;
}

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

.smallfont {
  font-size: 80%;
}

.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px
}

.table_bg0 {
  background-color: #E0E0E0;
}

.table_bg1 {
  background-color: #F0F0F0;
}

.noprint {
  display: none;
}

.simpleTable {
  font-size: 11px;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.simpleTable td {
  border: 1px #A0A0A0 solid;
  padding: 4px;
}
.simpleTable th {
  text-align: left;
  padding: 4px;
}

.simpleTableExt th {
  border: 1px #A0A0A0 solid;
}

.eList li {
  padding: 8px 0 0 0;
  font-size:10px;
}

.newForm input {
  border: 1px #C0C0C0 solid;
}