/*
  $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-size: 11px; 
}
.errorBox { font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 11px; color: #70d250; text-decoration: underline; }

* {
	font-family: Tahoma;
	margin: 0;
	padding: 0;
	border: 0;
}

html, BODY {
	margin: 0px;
	background-color: #faaf3c;
	height: 100%;
}
#bg1 {
	background-image: url(images/design/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /*IE */
	position: relative;	
}
#bg2 {
	background-image: url(images/design/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 1000px;
	height: 30px;
	text-align: center;
	
}
#main {
	width: 876px;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
ul#menutop {
	width: 500px;
	list-style: none;
}
ul#menutop li {
	margin: 0px auto 5px;
	padding: 0;
	float: left;
}
ul#menutop li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 3px;
	text-decoration: none;
	text-align: center;
	color: #a04820;
	font-size: 12px;
	font-weight: bold;
	width: 94px;
	float: none;
}
ul#menutop li a:hover {
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/design/button_hover.jpg);
}
ul#menutop li a.active {
	font-weight: bold;
	background-image: url(images/design/button_active.jpg);
	color: #e3cabe;
}

ul#shopmenu {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#shopmenu li {
	padding: 0;
	margin: 0;
}
ul#shopmenu li a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	text-decoration: none;
	color: #a04820;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a04820;
	width: 153px;
}
ul#shopmenu li.level1 a {
	padding-left: 35px;
	width: 143px;
	background-color: #f6e6b3;
}

ul#shopmenu li a:hover {
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #c7662d;
}
ul#shopmenu li.level1 a:hover {
	padding-left: 25px;
	text-decoration: none;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #c7662d;
}

ul#shopmenu li a.active {
	font-weight: bold;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
	color: #FF8000;
	text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
}

TR.headerNavigation {
}

TD.headerNavigation {
  font-family: Tahoma;
  font-size: 10px;
  color: #e3cabe;
  font-weight : bold;
  padding-top: 2px;
  padding-bottom: 4px;
}

A.headerNavigation { 
  color: #e3cabe; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox, .infoBoxCategory {
  background: #fbf3c2;
  margin-bottom: 25px;

}
.infoBoxContentsCategory {
  font-size: 11px;
}
.infoBoxContents {
  margin: 5px 10px 5px 10px;
  font-size: 11px;
}
.cartBoxContents {
}
.informationBox{
  padding-left: 15px;
}
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 11px;
}

TD.infoBoxHeading {
	font-size: 11px;
	background: #f6e6b3;
	color: #a04820;
	padding: 5px 4px 4px 25px;
	vertical-align: bottom;
}

TD.infoBoxHeading #search {
	position: absolute;
	left: 80px;
}


TD.infoBoxHeading #shoppingCart {
	position: absolute;
	left: 790px;
}


TD.infoBox, SPAN.infoBox {
  
  font-size: 11px;
}

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: #f6e6b3;
}

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: #fbf3c2;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #a04820;
  border-spacing: 1px;
}

.productListing-heading {
  
  font-size: 11px;
  background: #a04820;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  
  font-size: 11px;
}

A.pageResults {
  color: #000000;
  text-decoration: none;
}

A.pageResults:hover {
	color: #FF8000;
	text-decoration: none;
}

TD.pageHeading, DIV.pageHeading {
  padding-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #a04820;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size: 11px;
  color: #000000;
}
.main P {
	padding-bottom: 10px;
}

TD.main, P.main {
	font-size: 11px;
	line-height: 1.5;
	list-style-position: inside;
}
TD.productInfo {
	border: solid 1px #a04820;
	padding: 10px;
}

TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 10px;
}
.footerText, .footerText a {
	font-size: 10px;
	color: #a04820;
}

TD.accountCategory {
  
  font-size: 13px;
  color: #aabbdd;
  
}

TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  
  font-size: 12px;
}

TD.tableHeading {
  
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 12px;
	padding: 3px;
	border: 1px solid #a04820;
	vertical-align: bottom;
}

TEXTAREA {
  width: 100%;
	border: 1px solid #a04820;
  font-size: 11px;
}

SPAN.greetUser {
  
  font-size: 12px;
  color: #b8274c;
  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 {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {  font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 11px; color: #000000; }

/* message box */

.messageBox {  font-size: 11px; }
.messageStackError, .messageStackWarning {  font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {  font-size: 11px; color: #ff0000; }
