/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 290 2004-09-15 19:48:26Z wilt $
*/
BODY {
	background: #ffffff;
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.kunstdruckeshop {
	background: #ffffff;
	width: 1000px;
}
.centershop {
	background: #ffffff;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 773px !important;
}
.side-banner {
	background: #ffffff;
	width: 224px;
}


TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

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

A:hover {
  color: #330000;
  text-decoration: none;
}

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/

TABLE.header {
  background-color: #990000;
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  padding-left: 5px;
  padding-right: 5px;
}

TABLE.headerNavigation {
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  padding: 0px;
}

TR.headerNavigation {
  font-size: 10px;
  color:#000000;
}

TD.headerNavigation{
  padding-left: 1px;
  padding-right: 0px;
}

/* Den alten Pfad ausblenden, und einen neuen erstellen */
.breadCrumb{
display:none;
}

.breadCrumb-line {
  font-size: 10px;
  color: #990000;
  padding: 5px;
}
.breadCrumb-in-line{
  text-decoration: underline;
}
TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
}

TD.header A, TD.headerNavigation A {
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}

TD.headerNavigation A:hover{
  color: #330000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.column_left{
  background: transparent;
  border-right: 1px solid #cccccc;
  padding: 2px;
}
TABLE.column_left{
  border-right: none;
}
.column_right{
  background: transparent;
  border-left: 1px solid #cccccc;
  padding: 2px;
}
TABLE.column_right{
  border-left: none;
}
.column_single {
  background: #ffffff;
  padding: 2px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  background: transparent;
  font-size: 11px;
  border: 1px solid #9a9a9a;
  margin-bottom: 15px;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  background-color: #990000;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
}
TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  background: transparent;
  font-size: 10px;
  line-height: 125%;
  padding: 4px;
}

.sideBoxContents{
  background: transparent;
  color: #990000;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background: transparent;
  margin-bottom: 15px;
}

.plainBox, .plainbox-description {
  font-size: 11px;
  font-height: 120%;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}

.plainBoxHeading SPAN {
  font-size: 10px;
  font-weight: normal;
  padding: 11px 0px 0px;
}

.checkout_completeHeading {
  color: #990000;
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  background-color: #990000;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
}
TD.productlisting {
  border:1px solid #9a9a9a;
}

TD.productListing-data {
  font-size: 10px;
  padding: 5px;
}

TD.productListing-price {
  font-size: 14px;
  color: #990000;
  padding: 5px;
}

TD.productListing-price SPAN {
  font-size: 10px;
  color: #990000;
  padding: 5px;
}

/* categories box parent and child categories and extra links */
#categories-table{
border:1px solid #676767;
}
#categories-heading-tr {
  background: transparent;
}
#categories-heading-td {
  background: transparent;
  padding: 0;
}
#categories-content {
}
#categories-footer{
}

A.category-top, A.category-links {
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}
A.category-subs, A.category-products {
}
SPAN.category-subs-parent {
}
SPAN.category-subs-selected {
}


#seach-table{
}
#search-heading-tr {
  padding: 0px;
  height: 0px;
  padding-left: 0px;
}
#search-heading-td {
  background-color: #ffffff;
  font-size: 0px;
  padding: 0px;
  height: 0px;
}
#search-content {
  background-color: #e9e9e9;
  color: #000000;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
  height: 20px;
}
#search-footer{
  padding: 0px;
  height: 0px;
  padding-left: 0px;
}


#infopages-table{
  border-style: none;
}
#infopages-heading-tr {
  padding: 0px;
  height: 0px;
}
#infopages-heading-td {
  background: transparent;
  font-size: 0px;
  padding: 0px;
  height: 0px;
}
#infopages-content {
  font-size: 10px;
}
#infopages-footer{
  padding: 0px;
  height: 0px;
}


#tellafriend-table{
border-style: none;
}
#tellafriend-heading-tr {
  padding: 0px;
  height: 0px;
}
#tellafriend-heading-td {
  border-bottom: 1px solid #990000;
  background-color: #ffffff;
  padding: 0px;
  height: 0px;
}
#tellafriend-content {
  font-size: 10px;
}
#tellafriend-footer{
  padding: 0px;
  height: 0px;
}


#specials-table{
  border-style: none;
}
#specials-heading-tr {
  padding: 0px;
  height: 0px;
  }
#specials-heading-td {
  border-bottom: 1px solid #990000;
  background-color: #ffffff;
  padding: 0px;
  height: 0px;
}
#specials-content {
  font-size: 10px;
}
#specials-footer{
  padding: 0px;
  height: 0px;
}


#shoppingcart-table{
border:1px solid #343434;
}
#shoppingcart-heading-tr {
  background: transparent;
}
#shoppingcart-heading-td {
  background: transparent;
  padding: 0;
}
#shoppingcart-content {
}
#shoppingcart-content SPAN{
  color: #000000:
}
#shoppingcart-footer{
}


#loginbox-table{
  border:1px solid #676767;
}
#loginbox-heading-tr {
  background: transparent;
}
#loginbox-heading-td {
  background: transparent;
  padding: 0;
}
#loginbox-content {
  padding-left: 3px;
}
#loginbox-content-cell1{
  line-height: 15px;
  background: transparent;
  font-size: 11px;
}
#loginbox-content-cell2{
  background-color: #990000;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}
#loginbox-content-cell3{
  line-height: 15px;
  background-color: #e9e9e9;
  font-size: 11px;
}
#loginbox-content-cell4{
  background-color: #e9e9e9;
  font-size: 9px;
}
#loginbox-footer{
  padding: 0px;
  height: 0px;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 15px;
  font-weight: bold;
  color: #990000;
}

.center_column {
  padding: 8px;
}
.main_page{
  width: 773px !important;
  height: 400px;
  background-color: #ffffff;
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 1px;
}

/* footer
--------------*/

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 10px;
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
}

TABLE.footertop{
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  color: #990000;
  font-size: 11px;
}
TR.footertop {
  background: #cccccc;
}

TD.footertop, TD.footerbottom {
  padding-left: 5px;
  padding-right: 5px;
}

#footertop-left{
  border-right: 1px solid #333333;
  background: #ffffff;
}
#footertop-right{
  background: #cccccc;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #ffffff;
   font-size: 10px;
   padding: 0;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #ffffff;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  background: #eff4f8;
}

td.pageresults a {
  color: #990000;
}

td.pageresults a:hover {
  color: #330000;
}

SPAN.newItemInCart {
  color: #990000;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
   color: #000000;
   font-weight: bold;
   font-size: 10px;
}

SPAN.greetUser {}

SPAN.markProductOutOfStock {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

span.normalprice 
{
	font-size: 11px;
	color: #000000;
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
	color: #990000;
}

span.productSpecialPriceSale {
	font-size: 15px;
    font-weight: bold;
	color: #000000;
	text-decoration: line-through;
}

TD.productInfoPriceLine{
  font-size: 35px;
  font-style: italic;
  font-weight: bold;
  color: #990000;
  padding-right: 5px;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #990000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-size: 10px; background-color: #ffff00; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text, TD.ot-discounts-Text {
  font-weight: bold;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-total-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount, TD.ot-discounts-Amount {}

/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font-size: 11px;
}

/* categories_description */
TABLE.categoriesdescription {
  font-size: 11px;
  background: #ffffff;
  border:1px solid #9a9a9a;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* attribute images table */
TABLE.products-attributes-images {
  float: left;
  padding: 2px;
}
