/*
  $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 { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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; }

BODY, TD, P {
  font-size: 11px;
  color: #000000;
  margin: 0px;
}

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

A:link {
  color: #B2430C;
}
A:visited {
  color: #B2430C;
}
A:hover {
  color: #990000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #315b8b;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #315b8b;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation:link { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #FFFFFF;
}

A.headerNavigation:visited { 
  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;
}

.infoBox {
  background: #315b8b;
}

.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: 12px;
  font-weight: bold;
  background: #315b8b;
  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: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}
TR.productReviews-even {
	background: #FFFFFF;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
}
a.productListing-heading:hover {
  color: #990000;
  text-decoration: underline;
}
div.productListing-heading {
  color: #990000;
  text-decoration: none;
}

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 {
	background: #C7E264;
	padding: 5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #1F5384;
}

TD.price {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #558822;
  padding-right:20px;
}

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;
  padding: 20px;
}

TD.text {
	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: 11px;
}

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

SPAN.showy {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
  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: 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: #FF2626; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #78E166; }

/* input */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #B93C00; }

span.h5 {
	font-size: 11pt;
	font-family: verdana,arial,sans-serif;
	color: #225B90;
	font-weight: bold;
	margin:0;
	padding:0;
	margin-bottom: 2pt;
}
a.smallu {
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
}

a.cart-right {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.smallb {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a.category {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

a.cart-listing {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.search {
	width: 165px;
	max-width: 500px;
}

select.search {
	width: 550px;
	height: 19px;
	margin-top: 4px;
	margin-bottom: 4px;
	position:relative;
	overflow:visible;
	background: #fff;
}
div.search span {
	display:none;    
}
div.search:hover span {
	position:absolute;
	top:181px;
	left:187px;
	display:block;
	z-index:1;    
	padding:3px;
	width:120px;
	background:#fff;
	border:1px solid #000;
}
div.search {
	width: 165px;
	overflow: hidden; 
	background-color: transparent;
}

td.menu-indent {
	padding-left: 14px;
}

td.productsImage {
	padding:5px;
}

tr.order-confirmation {
	line-height: 24px;
}

.apriko-box {
	background: #FFCC66;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.black-link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.green-box {
	background: #C7E264;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

td.green-info {
	background: #C7E264;
	padding:3px;
	color:#225B90;
	font-size: 12px;
	font-weight: bold;
}

td.apriko-info {
	background: #FFCC66;
	padding:3px;
	color:#225B90;
	font-size: 12px;
	font-weight: bold;
}

td.aqua-info {
	background: #E1E2C2;
	padding:3px;
	color:#225B90;
	font-size: 12px;
	font-weight: bold;
}

td.grey-info {
	background: #E8E9EB;
	padding:3px;
	color:#225B90;
	font-size: 12px;
	font-weight: bold;
}

td.text-info {
	padding: 10px;
}

.special-price {
	font-size: 12px;
	font-weight: bold;
	color: #B93C00;
}

a.h-specials {
	font-size: 11pt;
	color: #225B90;
	text-decoration: none;
}

a.specials {
	font-size: 12px;
	color: #225B90;
	font-weight: bold;
	text-decoration: underline;
}

div.breadcrumb {
	font-size: 11px;
	font-weight: bold;
	color: #1F5384;
}

a.breadcrumb {
	color: #1F5384;
	text-decoration: underline;
}

span.price {
	font-size: 18 px;
	font-weight: bold;
	color: #B2430C;
	text-decoration: none;
}

span.nettoprice {
	font-size: 11px;
	font-weight: bold;
	color: #888888;
}

span.altteilpfand {
	font-size: 11px;
	font-weight: bold;
	color: #DD0000;
}

a.altteilpfand {
	font-size: 11px;
	font-weight: bold;
	color: #DD0000;
	text-decoration: underline;
}

span.products-title {
	font-size: 12px;
	font-weight: bold;
	color: #225B90;
}

td.order-main {
	padding-left: 2px;
	padding-right: 2px;
}

span.cart-netto {
	color: #999999;
}

td.cart-pre-price {
	padding-right: 5px;
	font-size: 14 px;
	font-weight: bold;
	color: #B2430C;
	text-decoration: none;
	line-height: 22px;	
}

td.form {
	padding: 20px;
	background: #FFFFFF;
}

td.message-stack {
	padding: 20px;
	padding-bottom: 0px;
}

a.cart-del {
	text-decoration: underline;
}

a.product-heading {
	color: #225B90;
}

a.small-form:link {
	color: #000000;
}
a.small-form:visited {
	color: #000000;
}
a.small-form:hover {
	color: #B2430C;
}

td.cart-sum {
	padding-left: 320px;
}

td.banner-line {
	background:url('images/spacer.gif') left center repeat-x;
}

td.categories {
	border-left: 1px solid #B6B7CB;	
}
ul.categories {
	padding: 0 0 0 20;
	list-style: circle outside;
}
li.categories {
	line-height: 15px;
}

#advanced_checkout_cart td {
	padding: 0 0 0 8px;
}

.pricelabel {
	font-weight: bold;
}

.abholprice {
	font-weight: bold;
	text-decoration: line-through;
}
