/*
// $Id: stylesheet.css by Art-Design 13. Juni 2007 $
// Für Zen-Cart Version 1.3.6
*/
BODY {
	scrollbar-3dlight-color: #F5F5F5;
	scrollbar-arrow-color: Maroon;
	scrollbar-base-color: #FFE6B3;
	scrollbar-darkshadow-color: #3C1E00;
	scrollbar-face-color: #FFBF3C;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: Gray;
	scrollbar-track-color: #FFE6B3;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
TABLE.headerNavigation {
	BACKGROUND-COLOR: #FFCF6A;
	BORDER: 1px solid #FFB928;
	width: 100% !important;
	height: 30px;
}
.headerNavigation {
	BACKGROUND-COLOR: #FFCF6A;
	width: 100% !important;
	height: 30px;
}
TD.headerNavigation {
	width: 100% !important;
	position: relative;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000099;
	padding: 5px;
	height: 30px;
}
TD.breadCrumb {
	font-size: 8pt;
	font-weight: bold;
	color: #9a9a9a;
	padding: 3px;
	border-bottom: 1px dotted #9a9a9a;
}
TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : #000099;
	text-decoration: none;
	cursor: hand;
}
TD.headerNavigation A:hover, td.footertop a:hover  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color: #996666;
	text-decoration: underline;
	cursor: hand;
}
a img {
	border: none;
}
a:link, #navEZPagesTOC ul li a {
	font-size: 10pt;
	color: #000099;
	text-decoration: none;
	cursor: hand;
}
a:visited, #navEZPagesTOC ul li a {
	font-size: 10pt;
	color: #000099;
	text-decoration: none;
	cursor: hand;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
	font-size: 10pt;
	color: #996666;
	text-decoration: underline;
	cursor: hand;
}
a:active, #navEZPagesTOC ul li a {
	font-size: 10pt;
	color: #CC0000;
	text-decoration: none;
	cursor: hand;
}
h1 {
	margin: 0.1em 3px 0.1em;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #708090;
}
h2 {
	margin: 0.1em 3px 0.1em;
	font-size: 14pt;
}
h3 {
	margin: 0.1em 3px 0.1em;
	font-size: 12pt;
}
h4 {
	margin: 0.1em 3px 0.1em;
	font-size: 10pt;
	font-weight: bold;
}
h5 {
	margin: 0.1em 3px 0.1em;
}
h6 {
	margin: 0.1em 3px 0.1em;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 10pt;
}
.biggerText {
	font-size: 10pt;
}
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}
FORM, SELECT, INPUT {
	display: inline;
	font-size: 8pt;
	margin: 1px;
}
TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	font-size: 8pt;
	width: 95%;
}
input:focus, select:focus, textarea:focus {
	background: #FFF7E6;
}
FIELDSET {
	padding: 5px;
	margin: 5px 0px;
	border: 1px solid #FFB928;
}
.banners {
  padding: 15px;
}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
}
LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}
LABEL.inputLabel {
	width: 11em;
	float: left;
}
LABEL.inputLabelPayment {
	width: 15em;
	float: left;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
}
P, ADDRESS {
	padding: 0.5em;
}
ADDRESS {
	font-style: normal;
}
.clearBoth {
	clear: both;
}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
}
.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
}
.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
}
/*wrappers - page or section containers*/
#MainWrapper {
/*	margin: auto;*/
	text-align: left;
	width: 100%;
	vertical-align: top;
	margin: 10px 0px 0px 0px;
	padding: 0em;
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
} 
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto {
	margin: 0;
	width: 47%;
}
#navEZPagesTOCWrapper {
	margin: 0;
	width: 20%;
}
.wrapperAttribsOptions {
	margin: 5px 0px 0px 0px;
	line-height: 10px;
}
/*navigation*/
.navSplitPagesResult {
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
.navSplitPagesLinks {
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
}
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #FFCF6A;
	font-weight: bold;
	color: #171760;
	height: 1%;
	width: 100%;
}
#navSuppWrapper  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1px;
}
#navMain ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#navMain ul li, #navCatTabs ul li {
	display: inline;
}
#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
}
#navEZPagesTOCWrapper {
	font-weight: bold;
	font-size: 10pt;
	float: right;
	height: 1%;
	border: 1px solid #FFB928;
	padding: 2px;
	margin-left: 10px;
	white-space: nowrap;
}
#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}
#navEZPagesTOC ul li {
	white-space: nowrap;
}
#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}
#navCategoryIcon, .buttonRow {
	margin: 0.5em;
}
#indexProductListCatDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#navMainSearch {
	float: right;
}
#navBreadCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0em;
	padding: 3px;
	color: #708090;
}
#navEZPagesTop {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	COLOR: #171760;
	background: #FFE6B3;
	BORDER: 1px solid #FFB928;
	text-align: center;
}
#navEZPagesTop a, #navEZPagesTop a:hover, #navEZPagesTop a:active, #navEZPagesTop a:visited{
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration: none;
}
#ezPagesTOCHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #171760;
}
#navBreadCrumb {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 5px 5px 5px 1px;
}
#navColumnOne {
	/*background-color: #FFFFFF;*/
	padding: 5px 10px 0px 0px;
}
#navColumnTwo {
	/*background-color: #FFFFFF;*/
	padding: 5px 0px 0px 10px;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}
table {padding-left: 8px;
       padding-right: 8px;
}
.shippingEstimatorWrapper {
	padding: 0.5em;
	width: 530px;
}
.content {
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	text-align: justify;
}
#productDescription {
	/*font-size: 1.2em;*/
	padding: 10px
}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
}
.advisory {}
.important {
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
}
.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
}
#bannerTwo {
	padding: 0px 0px 0px 0px;
	height: 60px;
	right: 0%;
	position: absolute;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}
/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #171760;
	margin: 1em;
	border: 1px solid #FFB928;
	padding: 1em;
}
.tableHeading TH {
	border-bottom: 1px solid #FFB928;
}
#cartSubTotal {
	background-color: #e9e9e9;
}
.tableHeading{
	background-color: #FFCF6A;
}
#cartSubTotal {
	background-color: #FFCF6A;
	border-top: 1px solid #FFB928;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}
#scUpdateQuantity {
	width: 2em;
}
.cartQuantity {
	width: 4.7em;
}
.cartNewItem {
	color: #CC0000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
	color: #171760;
	position: relative;   /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}
.cartRemoveItemDisplay {
	width: 3.5em;
}
.cartAttribsList {
	margin-left: 1em;
}
#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
}
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
}
#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
}
.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
}
.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}
.amount {
	width: 5.5em;
}
/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}
.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
}
/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
.attributesComments {}
/*list box contents*/
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}
/*sideboxes*/
.columnLeft {}
h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 10pt;
	color: #000099;
}
.leftBoxHeading, .centerBoxHeading {
	font-size: 10pt;
	font-weight: normal;
	color: #000099;
	padding: 2px;
	BACKGROUND-COLOR: #FFCF6A;
	BORDER: 1px solid #FFB928;
	text-align: center;
}
.leftBoxContent, .leftbox {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background: #FFE6B3;
	padding: 2px;
	margin-bottom: 1px;
	}
.leftBoxContent a, .leftbox a {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration: none;
}
.leftBoxContent a:active, .leftbox a:active {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration: none;
}
.leftBoxContent a:hover, .leftbox a:hover {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration: none;
}
.leftBoxContent a:visited, .leftbox a:visited {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration: none;
}
.leftBoxContainer {
	BORDER: 1px solid #FFB928;
	margin-top: 5px;
	}
.sideBoxContent {
	background: #FFE6B3;
	padding: 2px;
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.sideBoxContent a {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration: none;
}
.sideBoxContent a:active {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration: none;
}
.sideBoxContent a:hover {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration: none;
}
.sideBoxContent a:visited {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration: none;
}
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 10pt;
	color: #000099;
	}
.rightBoxHeading {
	font-size: 10pt;
	font-weight: normal;
	color: #000099;
	padding: 2px;
	BACKGROUND-COLOR: #FFCF6A;
	BORDER: 1px solid #FFB928;
	text-align: center;
}
.rightBoxContainer {
	BORDER: 1px solid #FFB928;
	margin-top: 5px;
}
h3.leftBoxHeading a:hover {
	color: #CC0000;
	text-decoration: none;
	}
h3.rightBoxHeading a:hover {
	color: #CC0000;
	text-decoration: none;
}
.rightBoxContent, .rightbox {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background: #FFE6B3;
	padding: 2px;
	margin-bottom: 1px;
}
.rightBoxContent a {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration: none;
}
.rightBoxContent a:active {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration: none;
}
.rightBoxContent a:hover {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration: none;
}
.rightBoxContent a:visited {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-decoration: none;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
}
#siteinfoIP, #siteinfoLegal {
	text-align: center;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
}
#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
}
#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
}
#bannerboxHeading {
	BACKGROUND-COLOR: #FFCF6A;
}
#upProductsHeading {
	text-align: left;
}
#upDateHeading {
	text-align: right;
}
/*misc*/
.back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	float: left;
	font-style: normal;
	color: #171760;
}
.forward {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #171760;
}
.alertforward {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
.bold {
	font-weight: bold;
	font-size: 10pt;
}
.rowOdd {
	background-color: #FFECC6;
	height: 1.5em;
	vertical-align: top;
}
.rowEven {
	background-color: #FFFAF0;
	height: 1.5em;
	vertical-align: top;
}	
.productListing-odd {
	background-color: #FFECC6;
}				  
.productListing-even {
	background-color: #FFFAF0;
}					  
.listingProductImage {
	padding: 4px;
}
CAPTION {
	/*display: none;*/
}
#myAccountGen li, #myAccountNotify li {
	margin: 0;
} 
.accountTaxDisplay {
	width: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #171760;
	font-weight: bold;
}
.accountTotalDisplay{
	width: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: bold;
	color: #171760;
	vertical-align: top;
	text-align: right;
}
.accountQuantityDisplay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #171760;
	width: 10%;
	vertical-align: top;
	}
.accountProductDisplay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #171760;
	vertical-align: top;
}
.checkoutSuccessOrderLink	 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #171760;
	vertical-align: top;
}
TR.tableHeading {
	BACKGROUND-COLOR: #FFCF6A;
	BORDER: 1px solid #FFB928;
	height: 2em;
}
.tableheading	 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #171760;
	vertical-align: middle;
	font-weight: bold;
}
#siteMapList {
	width: 90%;
	float: right;
}
.ratingRow {
	margin: 1em 0em 1.5em 0em;
}
LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #ffffff;
}
/* This is the CSS needed for the Order Step Edition 2 contribution */
div.order_steps {       /* Is needed for the centering in IE */
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: center;
}
table.order_steps {
    margin-left: auto;
    margin-right: auto;
    width: 100%;       /* Here you can set the total width of this contrib */
    padding-bottom: 10px;
    background-color: transparent;      /* Here you can change the background-color of the whole contrib */
}
tr.order_steps_line_2 {
    height: 5px;        /* Is a part in determining the height of the line */
    padding: 0px;
    margin: 0px;
}
tr.order_steps_line_3 {
    height: 1px;        /* Is a part in determining the height of the line shadow */
    padding: 0px;
    margin: 0px;
}
td.progressbar_active {
	background-color: #FFBF3C; /* Determines the active color of the completed part of the line */
	width: 4%;
	padding: 0px;
	margin: 0px;
}
td.progressbar_inactive {
    width: 4%;
    background-color: #9A9A9A;    /* Determines the non-active color of the uncompleted part of the line */
    padding: 0px;
    margin: 0px;
}
td.progressbar_active_shadow {
    background-color: #956500;     /* Determines the non-active color of the completed part of the line shadow */
    width: 4%;
    padding: 0px;
    margin: 0px;
}
td.progressbar_inactive_shadow {
    width: 4%;
    background-color: #666666;   /* Determines the non-active color of the uncompleted part of the line line*/
    padding: 0px;
    margin: 0px;
}
td.order_steps_text {
   text-align: center;
   vertical-align: top;
   color: #A7A7A7;        /* Determines the non-active color of the text */
   padding-bottom: 5px; /* Determines the distance between the text and the line */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
td.order_steps_text_completed {
	text-align: center;
	vertical-align: top;
	color: #517B54; /* Determines the non-active color of the text steps that have been completed*/
	padding-bottom: 5px; /* Determines the distance between the text and the line */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
td#active_step_text {       /* These are the styles for the active text */
    color: #593D00;
	 font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14pt;
}
/* End Order Steps contribution CSS */
.instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #216940;
}
.account {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #171760;
}
.account a, .account a:visited, .account a:active, .account a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #CC0000;
	text-decoration: underline;
}
#myAccountStatus {
	width: 250px;
}
.mehrwertsteuer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #2F4F4F;
	text-align: center;
}
.mehrwertsteuer A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #2F4F4F;
	cursor: hand;
	text-decoration: underline;
}
.mehrwertsteuer A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #2F4F4F;
	cursor: hand;
	text-decoration: underline;
}
.mehrwertsteuer A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #2F4F4F;
	cursor: hand;
	text-decoration: underline;
}
.mehrwertsteuer A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #2F4F4F;
	cursor: hand;
	text-decoration: underline;
}
.checkboxLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #FF4500;
}
.wishlist-odd {
	background-color: #FFECC6;
	vertical-align: top;
}
.wishlist-odd h3 a {
	text-decoration: underline;
}
.wishlist-even h3 a {
	text-decoration: underline;
}
.wishlist-odd h3 a:visited {
	text-decoration: underline;
}
.wishlist-even h3 a:visited {
	text-decoration: underline;
}
#moreNewsHeading {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #708090;
}
#indexCategoriesHeading {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #708090;
}
#productListHeading {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #708090;
}
#productName {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #708090;
}
#reviewsInfoDefaultHeading {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #708090;
}
#productReviewsDefaultHeading {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #708090;
}
.boxText {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
TABLE.header {
	width: 100%;
	background-color: #FFF7E6;
	border-right: 1px solid #FFB928;
	border-left: 1px solid #FFB928;
	/*border-bottom: 1px solid #FFB928;*/
}
.header {
	width: 100%;
	background-color: #FFF7E6;
	border-top: 1px solid #FFB928;
	border-right: 1px solid #FFB928;
	border-left: 1px solid #FFB928;
	padding: 0px 0px 0px 10px;
}
TR.headerError {
  background: #ff0000;
}
TD.headerError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.headerInfo {
  background: #00ff00;
}
TD.headerInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.leftbox, .rightbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: #FFE6B3;
	border-bottom-color: #FFB928;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFB928;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #FFB928;
	border-right-style: solid;
	border-right-width: 1px;
	margin-bottom: 5px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #CE8B00;
}
.copyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #CE8B00;
	text-decoration: none;
	cursor: hand;
}
.copyright a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #CE8B00;
	text-decoration: none;
	cursor: hand;
}
.copyright a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #CE8B00;
	text-decoration: none;
	cursor: hand;
}
.copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #CE8B00;
	text-decoration: none;
	cursor: hand;
}
.hinweis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CC0000;
	text-align: justify;
}
#un {
	line-height: 15px;
	padding-left: 2px;
	padding-top: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : #000099;
	}
#un ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#un li {
	line-height: 15px;
	padding-left: 2px;
	padding-top: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : #000099;
}
#un li a, #un li a:hover, #un li a:active, #un li a:visited {
	line-height: 15px;
	padding-left: 2px;
	padding-top: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : #000099;
	text-decoration: underline;
	cursor: hand;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
li {
	line-height: 15px;
	padding-left: 2px;
	padding-top: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #000099;
}
li a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #000099;
	text-decoration: none;
}
li a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #996666;
	text-decoration: none;
}
li a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #CC0000;
	text-decoration: none;
}
li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}
#navSupp {
	padding: 2px;
	BACKGROUND-COLOR: #FFCF6A;
	BORDER: 1px solid #FFB928;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12pt;
	font-weight: bold;
}
#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12pt;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	cursor: hand;
}
#navSupp ul li a:hover {
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12pt;
	font-weight: bold;
	text-decoration: underline;
		list-style-type: none;
	cursor: hand;
}
#navSupp ul li a:visited {
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12pt;
	font-weight: bold;
	text-decoration: underline;
		list-style-type: none;
	cursor: hand;
}
#navSupp ul li {
	display: inline;
}
#navSupp ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
.rightboxfooter {
	background-color: #FFE6B3;
}
.centerColumn {
	background-color: #FFFFFF;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #171760;
	vertical-align: top;
}
.centershop {
	width: 100%;
}
#informationContent, #information-content, #information-table, #categoriesContent {
	background: #FFE6B3;
}
#cartBoxEmpty, #cartBoxVoucherBalance {
  font-weight: bold;
}
.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
}
.wnImage {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.newsflash {
	font-size: 8pt;
	COLOR: #171760;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
#ezpagesContent {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.floatingBox2 {
	float: left;
	margin: 0px 0px;
	width: 100%;
	}
.floatingBox3 {
	float: left;
	margin: 0px 0px 20px 80px;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #708090;
}
#productDetailsList {
	float: left;
	margin: 0px 0px 20px 80px;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #708090;
}
#productDetailsList ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;
}
#productDetailsList li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #708090;
}
.Produktanfrage  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #708090;
	text-align: center;
}
.Produktanfrage a, .Produktanfrage a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #708090;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.Produktanfrage a:active, .Produktanfrage a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #CC0000;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.floatingBox4 {
	float: left;
	margin: 0px 0px;
	width: 100%;
	font-size: 8pt;
	text-align: right;
}
.productGeneral h1 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #708090;
	text-align: center;
}
/*.productGeneral {
	text-align: justify;
}*/
.attribsSelect {
	line-height: 10px;
}
/* Login Page */
#logpage{margin: 5px; padding: 8px; /*border: 1px solid #66006B;*/ height: 265px;}
#returncus {
	margin-bottom: 1.5em;
	margin-left: 45px;
	padding: 0;
	width: 500px;
	float: left;
	border-right: 1px solid #FFB928;
	border-left: 1px solid #FFB928;
	border-bottom: 1px solid #FFB928;
}
#returncusheading {
	margin: 0;
	padding: 0.5em 0;
	font-size: 10pt;
	background-color: #FFB928;
	color: #000099;
	width: 500px;
	text-align: center;
}
#returncus label.inputLabel {
width: 200px;	float: left;
}
.logcontent {
	padding: 0 5px;
	background-color: #FFF7E6;
}
#newcusheading {
	margin: 0;
	padding: 0.5em 0;
	font-size: 10pt;
	background-color: #FFB928;
	color: #000099;
	width: 500px;
	text-align: center;
}
#newcus legend, #returncus legend  {
	margin: 0;
	padding: 0.3em 0;
	font-weight: bold;
	color: #000099;
}
#newcus {
	margin-bottom: 1.5em;
	margin-left: 45px;
	padding: 0;
	width: 500px;
	float: left;
	border-right: 1px solid #FFB928;
	border-left: 1px solid  #FFB928;
	border-bottom: 1px solid #FFB928;
}
/* End Login Page */
.greetUser {
   font-size: 10pt;
   padding-top: 5px;
   padding-bottom: 5px;
}
SPAN.greetUser {
   color: #CC0000;
   font-weight: bold;
}
.greeting {
   font-size: 10pt;
   padding-top: 5px;
   padding-bottom: 5px;
}
SPAN.greeting {
   color: #f0a480;
   font-weight: bold;
}
.greeting a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : #000099;
	text-decoration: none;
	cursor: hand;
}
.greeting a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color: #996666;
	text-decoration: underline;
	cursor: hand;
}
.greeting a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color: #CC0000;
	text-decoration: underline;
	cursor: hand;
}
.greeting a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	cursor: hand;
}
.itemTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
.itemTitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	cursor: hand;
}
.itemTitle a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	cursor: hand;
}
.itemTitle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	cursor: hand;
}
.itemTitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	cursor: hand;
}
#productsListingBottomNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
#productsListingListingBottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	cursor: hand;
}
#productsListingTopNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
#productsListingListingTopLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	cursor: hand;
}
.Lieferzeit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CC0000;
	text-align: justify;
}
.affiliate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
#categoryDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
}
.newsInfo {
  text-align: left;
  font-style: normal;
}
.newsContent {
	font-size: 10pt;
}
.pageHeading h1 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #708090;
}
#loginDefaultHeading {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #708090;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
.plainBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
}
.plainBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
.privacyconditions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
}
.privacydescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
.privacyagree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #CC0000;
}
.inputRequirement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC0000;
}
.affiliate ul {
	list-style: square;
	font-size: 8pt;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 0px;
}
.affiliate ul li {
	font-size: 8pt;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.affiliate ol {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	list-style: decimal;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 0px;
}
.affiliate ol li {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.affiliateSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
}
#newsArchivTitleHeading {
	text-align: left;
}
#newsArchivDateHeading {
	text-align: right;
}
.PicLeft {
	float: left;
	margin: 1em;
}
.PicRight {
	float: right;
	margin: 1em;
}