/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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 : 12px;
	color: #cc0033;
}
.productsNotifications { background-color: #EEE9D6; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	color: #333333;
	margin: 0px;
	background-color: #565D31;
}

A {
	color: #999;
	text-decoration: none;
}

A:hover {
	color: #666;
	text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation { background-color: #F2E8CD; }

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #A48A77;
	font-weight : bold;
	background-color: #F2E8CD;
}

A.headerNavigation { color: #660; 
}

A.headerNavigation:hover { color: #030; 
}

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;
}

TR.footer { background-color: #A48A77; }

TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	background-color: #EEE9D6;
}

.infoBox { background-color: #A48A77; }

.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #EEE9D6;
}

.infoBoxContents_price {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #DFD7B3;
	font-weight: bold;
	color: #666;
}

.infoBoxContents_bold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #EEE9D6;
	font-weight: bold;
	color: #666;
	border: 1px solid #660;
}
.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;
	color: #A48A77;
	background-color: #F2E8CD;
}

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-color: #EEE9D6; }

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-color: #EEE9D6; }

TABLE.productListing {
	border: 1px solid #A48A77;
	border-spacing: 1px;
	background-color: #EEE9D6;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A48A77;
}

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-color: #EEE9D6; }

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: 11px;
  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: #F2E8CD;
}

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: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
	background-color: #EEE9D6;
	border: 1px solid #A48A77;
}

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: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.bg_1 {
	/* background-image: url(images/bg_1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	*/
}

.bg_2 {
	/*
	background-image: url(images/bg_2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	*/
}

.bg_3 {
	/*
	background-image: url(images/bg_3.jpg);
	background-repeat: repeat-y;
	background-position: -143 -79;;
	*/
}

.bg_4 {
	/*
	background-image: url(images/bg_3.jpg);
	background-repeat: repeat-y;
	background-position: -950 -79;
	*/
}
.shopping_headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.shopping_prize {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: right;
}

.shopping_description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: justify;
}

.shopping_description_small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

.shopping_description_small_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
}

.Rahmen { border: 1px solid #999; }
.Rahmen_Top {
	border: 1px solid #999;
	background-color: #FFF;
}
.Rahmen_boxes {
	border-style: solid;
	border-color: #656556;
	border-size: 1px;
	border-width: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	background-color: #F2E7CB;
}
	
#menucss UL { margin: 0px; padding: 0px; }
#menucss UL LI { list-style-type: none; margin: 0px; padding: 0px; }
#menucss UL UL { padding-bottom: 23px; }
#menucss A { display: block; }

#menucss UL LI.categorie_top A {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
#menucss UL LI.categorie_top_on A {
	font-weight: bold;
	/* font-style: italic; */
	color: #660;
}
#menucss UL UL LI.categorie A { padding-left: 8px; font-weight: normal; font-style: normal; color: #000000;}
#menucss UL UL LI.categorie_on A {
	margin-left: 8px;
	font-weight: normal;
	/* font-style: italic; */
	color: #630;
}

#menucss UL LI A:hover {
	color: #630;
	text-decoration: none;
}
#menucss UL UL LI A:hover { color: #0C14FA; text-decoration: none; }

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 

#menu8 {
	width: 180px;
	margin: 1px;
	border-style: solid;
	border-color: #A48A77;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu8 li a {
	height: 34px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu8 li a:link, #menu8 li a:visited {
	color: #656556;
	display: block;
	background:  url(images/menue8.gif);
	padding: 8px 1px 1px 15px;
	}
	
#menu8 li a:hover {
	color: #474739;
	background:  url(images/menue8.gif) 0 -34px;
	padding: 8px 1px 1px 15px;
	}
	
	
#menu9 {
	width: 180px;
	margin: 1px;
	border-style: solid;
	border-color: #A48A77;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu9 li a {
	height: 34px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #656556;
	display: block;
	background:  url(images/menue8.gif);
	padding: 8px 1px 1px 15px;
	}
	
#menu9 li a:hover {
	color: #474739;
	background:  url(images/menue8.gif) 0 -34px;
	padding: 8px 1px 1px 15px;
	}
	
.Product_listing_LFI {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

.bg_1 table tr td table tr td table tr td .Rahmen_boxes tr td table {
	height: 100%;
	width: 100%;
}

.linktexte_s0 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #846C35;
	font-weight: bold;
}

.linktexte_s1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #D6C49A;
	font-weight: bold;
}

.linktexte_s2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #D6C49A;
}

.linktexte_s3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #D6C49A;
}

.linktexte_s4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #91773C;
}

.linktexte_s5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #D6C49A;
}
.finger {  
	cursor: pointer
	}

