/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  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: 11px;line-height: 2.5;}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 11px; color: #3B2F20; font-weight: bold; }
.modifstock { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; font-weight: bold; }
.productsNotifications { background: #C9C1AC; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
.main { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #ffffff;}
.main1 { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #000000; font-weight: bold;}

BODY {
 	 background: #C9C1AC ;
 	 font-size: x-small;
 	 font-weight: normal;
	 font-family: verdana, sans-serif;
 	 color: #3B2F20;
 	 margin: 0px;
	scrollbar-face-color: #F3774C;
 	scrollbar-3dlight-color: #FFF;
	scrollbar-arrow-color: #FFF; 
	scrollbar-track-color: #FFD5A8;
	scrollbar-highlight-color: #F3774C;
	scrollbar-darkshadow-color: #999;
	scrollbar-shadow-color: #FFF;

}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #3b2f20;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #3b2f20;
  color: #c9c1ac;
  font-weight : bold;
}

TR.headerNavigation2 {
  background: #6c573d;
}

TD.headerNavigation2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #6c573d;
  color: #c9c1ac;
  font-weight : bold;
}
A.headerNavigation { 
  color: #c9c1ac; 
}

A.headerNavigation:hover {
  color: #F58761;
}

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;
}
A.footer {
	color:#3B2F20;
}
A.footer:hover {
	color:#3B2F20;
	text-decoration: underline;
}
TR.footer {
  background: #AB9C87 ;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #AB9C87 ;
  color: #3B2F20;
  font-weight: bold;
}

.infoBox {
  background: #6C573d;
  
}

.infoBoxContents {
   
  background: #6C573d;
  

  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #6c573d;
  
}

.infoBoxNoticeContents {
  background: #6c573d;
  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  }

TD.infoBoxHeading {
	width : 100%;
	height : 36px;
	font-variant: small-caps;
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0 5px 0 5px;
	
	/*border-left: solid #6C573d 1px;
	border-right: solid #6C573d 1px;*/
	background-image: url(images/fond_menu.gif);
	/*background: #3b2f20;*/
	color: #FFD5A8;
}

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: #6C573D;
 
}

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: #6C573D;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #3b2f20;
  border-spacing: 1px;
  }

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #3b2f20;
  color: #c9c1ac;
  font-weight: bold;
}
A.productListing-data {
	color:#ffffff;
}
A.productListing-data:hover {
	color:#3B2F20;
	text-decoration: underline;
}
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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;
}
*/
TD.pageHeading, DIV.pageHeading {
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	color: #C9C1AC;
	text-align: left;
	width: 100%;
	border-bottom: solid 2px #C9C1AC;
	padding-bottom: 5px;
	margin-bottom : 15px ;

}
TD.MAIN1, DIV.MAIN1 {
	font-family : Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	text-align: left;
	width: 100%;
	border-bottom: solid 1px #3B2F20;
	padding-bottom: 5px;
	margin-bottom : 15px ;

}

TD.MAINdeco, DIV.MAINdeco {
	font-family : Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFD5A8;
	text-align: left;
	width: 100%;
	border-bottom: solid 1px #c9c1ac;
	border-top: solid 1px #c9c1ac;
	padding-bottom: 5px;
	margin-bottom : 15px ;
	background : #3B2F20 ;

}

TR.subBar {
  background: #f4f7fd;
}

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: #aabbdd;
}

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: #f0551f;
}

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;
  	scrollbar-face-color: #F3774C;
	scrollbar-3dlight-color: #FFF;
	scrollbar-arrow-color: #FFF; 
	scrollbar-track-color: #FFD5A8;
	scrollbar-highlight-color: #F3774C;
	scrollbar-darkshadow-color: #999;
	scrollbar-shadow-color: #FFF;

}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  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;
}

TD.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  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: #f0551f;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #f0551f;
}

h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #C9C1AC;
 margin-bottom: 0;
 padding-bottom: 0;
 border-bottom: solid 2px #C9C1AC;
}

h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 color: #C9C1AC;
 margin-bottom: 0;
 padding-bottom: 0;
}


.moduleRow { }
.moduleRowOver { background-color: #4A350D; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #3B2F20; }

.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: #f0551f; }
