//
// +----------------------------------------------------------------------+
// |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 277 2004-09-10 23:03:52Z wilt $
*/
BODY {
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
   font: 12px Verdana, Arial, Helvetica, sans-serif;/*11*/
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 854px !important;
}

TD.main, P.main, TD.product-description {
	font-size: 12px;/*11*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
  /* line-height: 1.5; */
}

A {
  color: #666666;
  text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

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

/*HEADER CSS*/

TABLE.header {
  background-color: #ffffff;
/*  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a; */
}

TABLE.headerNavigation {
  background-color: #ffffff;
/*  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a; */
  width: 100% !important;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color:#000000;
  /* letter-spacing:1px; */
  /* padding: 5px; */
}

TD.breadCrumb {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
  /* padding: 3px; */
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: normal;
  color: #000000;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #ff0000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

/*SIDEBOX CSS*/

.column_left, .column_right, .column_single {
  background: #ffffff;
  padding-top: 6px;
}

.boxText {
  font-size: 11px;
  /* line-height: 125%; */
}
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #ffffff;
  /* border: 1px solid #9a9a9a; */
  /* margin-bottom: 15px; */
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  /* background-color: #abbbd3; */
  font-size: 10px;
  font-weight: bold;
  color: #666666;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #666666;
}
TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  /* line-height: 125%; */
  /* padding: 4px; */
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  /* background-color: #abbbd3; */
  margin-bottom: 15px;
}

.plainBox, .plainbox-description {
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;/*11*/
  background: #ffffff;
  /* border:1px solid #9a9a9a; */
  /* padding: 5px; */
}
.plainBoxHeading, TD.tableHeading {
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  /* padding: 11px 5px 5px; */
}
.productListing-heading {
  background-color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  /* padding: 3px; */
}
TD.productlisting {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;/*10*/
  color: #666666;
  /* border:1px solid #9a9a9a; */
}

TD.productListing-data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;/*10*/
  /* padding: 5px; */
}


/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
/*  padding-top: 5px; */
}

.center_column {
  padding: 4px;
 /* background-color:#00CCFF;*/
  width:100%;
}
.main_page{
  width: 854px !important;
  background-color: #ffffff;
/*  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a; */
/*  padding: 5px; */
}

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

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 10px;
/*  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a; */
}

TR.footertop {
	/* background: #abbbd3; */
  font-size: 11px;
}

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

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
/*   background: #eff4f8; */
   font-size: 11px;/*10*/
/*   padding: 3px; */
/*   border: 1px dotted #ff5900; */
}

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

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

td.pageresults a {
  color: #428dff;
}

td.pageresults a:hover {
  background: #FFFF33;
}

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

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
	color: #666666;
}

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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #f0a480;
   font-weight: bold;
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.product
SpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}
.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-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffff00; }

/* checkout totals */
TD.ot-cod-fee-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-cod-fee-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-subtotal-Amount {
	border-top: solid #BBBBBB 1px;
}
TD.ot-subtotal-Text {
	border-top: solid #BBBBBB 1px;
	font-weight: bold;
}
TD.ot-total-Amount {
	border-top: solid #BBBBBB 1px;
	border-bottom: solid #BBBBBB 1px;
}
TD.ot-total-Text {
	border-top: solid #BBBBBB 1px;
	border-bottom: solid #BBBBBB 1px;
	font-weight: bold;
}
TD.ot-tax-Text {
	font-weight: normal;
}

/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 11px;
  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: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;/*11*/
  background: #FFFFFF;
  /* border:1px solid #9a9a9a; */
}

TD.categoriesdescription {
  font-size:14px;/*11*/
  /* line-height: 1.0; */
  color:#666666;
}

/* categories box parent and child categories and extra links */
A.category-top, A.category-links {
  color: #666666;
  text-decoration: none;
}

A.category-top:hover {
  color: #ff5f00;
  text-decoration: none;
}

A.category-top-selected {
  color: #FF5F00;
  text-decoration: none;
}
A.category-selected {
	color: #FF5F00;
	text-decoration: none;
	font-weight: bold;
}

SPAN.category-subs-parent {
	color: #FF5F00;
	text-decoration: none;
}

A.category-subs, A.category-products {
  color: #666666;
  text-decoration: none;
}
A.category-subs:hover {
  color: #ff5f00;
  text-decoration: none;
}
TD.category-top {
	/* padding: 2px; */
	background-color: #FFFFFF;
}
TD.category-top-selected {
/*	padding: 2px;
	background-color: #DEDEDE;
*/
	color: #FF5F00;
}
TD.category-sub {
	/* padding: 2px; */
	/* background-color: #DEDEDE; */
}
HR.category-separator {
	color: #666666;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}
A.grey {
	color:#666666;
}
A.greyBold {
	color:#666666;
	font-weight: bold;
}
IMG.productlist {
	border: 1px solid #666666;
}
IMG.productinfo {
	border: none;
/*	border: 1px solid #666666; */
}
TD.grey {
	color:#666666;
}
TD.paymentMethod {
	border: dotted 1px #666666;
}
IMG.category-sub-arrow {
	padding-right: 2px;
/*	border: 1px solid #666666; */
}
TD.cartstep-current {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF5F00;
	text-decoration: none;
	font-weight: bold;
}
TD.cartstep {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* categories */

UL#navi {
	list-style:none;
	border-right-width:1px;
	border-right-color:#666666;
	border-right-style:solid;
	padding-right:6px;
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	width:207px;
	float:left;
	color:#666666;
	padding-top:0xp;
	margin-top:0px;
	/*background-color:#33FF33;*/
	

}

UL#navi li {
	/*border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;*/
	padding-bottom:6px;
	padding-top:6px;
	padding-left:16px;
}

UL#navi li a,
UL#navi li span {
	width:192px;
	display:block;
}

UL#navi li a {
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:1px;
	padding-top:4px;
}

UL#navi li.current a,
UL#navi-sub li.current a,
UL#navi-subsub li.current a {
	color:#FF5F00;
}

UL#navi li.current {
	vertical-align:middle;
	padding-left:16px;
	background-image:url(/includes/templates/kaamyo/images/arrow_new.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
}

UL#navi li.home a {
	border-top:none;
	padding-top:0px;
}

UL#navi li.home {
	
	background-position:0px -4px;
	padding-top:0px;

}

UL#navi-sub {
	list-style:none;
	margin-top:-30px;
	margin-left:190px;
	display:block;
	position:absolute;
	padding-left:9px;
	/*background-color:#FF6600;*/
	width:130px;
}

UL#navi-sub li a,
UL#navi-sub li span {
	color:#666666;
	width:90px;
	display:block;
	border:none;
	margin:0px;
	padding:0px;
}

UL#navi-sub li.nc a {
	color:#666666;
	font-weight:normal;

}

UL#navi-sub li {
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-top:10px;
}

UL#navi-sub li.current {
	border:none;	
	padding-left:10px;
	background-image:url(/includes/templates/kaamyo/images/arrow_7.gif);
	background-position:0px 13px;
	background-repeat:no-repeat;
	margin:0px;
	font-weight:bold;
}


	
UL#navi-subsub {
	list-style:none;
	padding:0px;
	margin:0px;	
}

UL#navi-sub li a,
UL#navi-sub li span {
	width:97px;
	display:block;
	border:none;
	margin:0px;
	padding:0px;
}

UL#navi-subsub li {
	margin:0px;
	padding:0px;
	padding-left:10px;
}

UL#navi-subsub li.current {
	margin:0px;
	padding:0px;
	background-image:url(/includes/templates/kaamyo/images/arrow_7.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:10px;
	margin-left:0px;
}


UL#korbpfad {
	list-style:none;
	margin-top:-30px;
	margin-left:190px;
	display:block;
	position:absolute;
	padding-left:9px;

}

UL#korbpfad li {
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:10px;


}


UL#korbpfad li.current {	
	border:none;	
	padding-left:10px;
	background-image:url(/includes/templates/kaamyo/images/arrow_7.gif);
	background-position:0px 13px;
	background-repeat:no-repeat;
	margin:0px;
	font-weight:bold;

}

UL#korbpfad li span {
	color:#666666;
	width:90px;
	display:block;
	border:none;
	margin:0px;
	padding:0px;
}

DIV#breadcrumb {
  font-size:10px;
  color: #666666;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height:35px;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
/*  padding-top: 5px; */
}

h2 {
	font-size:10px;	
  color: #666666;

}

td.pageHeading h2 {
	font-size:16px;
}

DIV#trustedShops {
	width:120px;
	float:right;
	padding-top:400px;
	margin-right:10px;
}




ul.sitemap li a {
	padding-left:6px;
}

ul.sitemap li a.category {
	padding-left:0px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:2px;
}

/*r:none;
	padding:0px;
	margin:0px;

}*/

DIV#breadcrumb {
  font-size:10px;
  color: #666666;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height:30px;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin-bottom:8px;
/*  padding-top: 5px; */
}

h2 {
	font-size:12px;	
	color: #666666;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;

}

td.pageHeading h2 {
	font-size:16px;
}


ul.sitemap li a {
	padding-left:6px;
}

ul.sitemap li a.category {
	padding-left:0px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:2px;
}

P {
	margin-top:8px;
	margin-bottom:2px;
	
}

IMG {
	border:none;
}