/*
  $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: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding-top:10px;
	color:#C7BAA3;
	padding-left: 2px;
	padding-right:2px;
	font-weight: normal;
	list-style-type: none;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px; 
	background: #ffb3b5;
	font-weight: bold;
}

.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #54433A;
	margin: 0px;
}

li {
	font-size: 12px;
	list-style-type: none;
	margin-top:1px;
	margin-bottom:1px;
}

a:link, a:visited {
	/*color: #efe8da;*/
	color:#C7BAA3; /* added Benny */
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a:hover, a:active {
  /*color:#54433A;*/
  color:#ffffff;  /* added Benny */
  text-decoration: none;
}

/* added Benny */
.learnabout-links, .learnabout-links a:link, .learnabout-links a:visited {
	color:#c7baa3;
	font-size:12px;
	text-align:left;
}

/* added Benny */
.learnabout-links a:hover, .learnabout-links a:active {
	color:#FFFFFF;
}

/* added Benny */
.learnabout-links2, .learnabout-links2 a:link, .learnabout-links2 a:visited {
	color:#ffffff;
	font-size:12px;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #C7BAA3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #C7BAA3;
  color: #54433A;
  font-weight : bold;
}

A.headerNavigation { 
  color: #54433A; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

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: #C7BAA3;
}

TD.footer {
	font-family: Arial, Helvetica, sans-serif;

  font-size: 10px;
  background: #54433A;
  color: #ffffff;
  font-weight: bold;
}
h3 {
  font-size: 15px;
}

.infoBox {
  background: #54433A;
}
.infoBox2 {
  background: #C7BAA3;
}

.infoBoxContents {
	background: #54433A;
	color: #C7BAA3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom:3px;
	list-style-type: none;
}

/* added Benny */
.infoBoxContents a:link, .infoBoxContents a:visited, .infoBoxContents a:active {
	color:#c7baa3;
	font-size:12px;
}

/* added Benny */
.infoBoxContents a:hover {
	color:#FFFFFF;
}

.dieBastard {
  background: #54433A;
  color: #C7BAA3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-top:3px;
	padding-bottom:3px;
	list-style-type: none;
}
.dieBastard2 {
  background: #54433A;
  color: #C7BAA3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
padding-top:3px;
	padding-bottom:3px;
list-style-type: none;
}

.infoBoxContents2 {
  background: #C7BAA3;
  color: #54433A;
	font-family: Arial, Helvetica, sans-serif;
list-style-type: none;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
	font-family: Arial, Helvetica, sans-serif;

  font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Arial, Helvetica, sans-serif;

  font-size: 14px;

	padding-left: 3px;
	padding-right:2px;
	font-weight: normal;

  background: #C7BAA3;
  color: #54433A;
}

TD.infoBox, SPAN.infoBox {
	font-family: Arial, Helvetica, 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: #C7BAA3;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
}

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: #C7BAA3;
	padding-left: 10px;
padding-top:10px;
	padding-bottom:10px;
}

td.productListing-odd, td.productListing-even {  /* added Benny */
	padding-right:30px;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #C7BAA3;
  border-spacing: 1px;
  width:424px; /* added Benny: important for consistency */
}

.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #C7BAA3;
  color: #54433A;
  font-weight: bold;
	padding-left: 8px;
	padding-right:10px;
padding-top:10px;
	padding-bottom:10px;
}

.productListing-heading2 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #C7BAA3;
  color: #54433A;
  font-weight: bold;
	padding-left: 15px;
	padding-right:10px;
padding-top:10px;
	padding-bottom:10px;
}
TD.productListing-data {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
	padding-left: 15px;
	padding-right:10px;
	padding-bottom:10px;
padding-top:15px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-size:15px;
	margin-left:82px;
	margin-top:50px;
	margin-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF4000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	color: #000000;
}

TD.main, P.main {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	padding-top:15px;
	margin-left:20px;
	margin-right:10px;
}

TD.main2, P.main2 {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
 

	padding-top:1px;
	margin-left:2px;
	margin-right:1px;



}


TD.smallText, TD.smallText a, TD.smallText a:active, SPAN.smallText, P.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top:5px;
}

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: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
}

TEXTAREA {
  width: 100%;
	font-family: Arial, Helvetica, sans-serif;

  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #047F53;
  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 {
  font-family: Verdana, Arial, sans-serif;
  color: #ff4000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #C7BAA3; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #C7BAA3; }

.checkoutBarFrom, .checkoutBarFrom a, .checkoutBarTo, .checkoutBarTo a { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	padding: 5px; 
	color: #8c8c8c;
}

.checkoutBarCurrent {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px; 
	padding:5px; 
	color: #54433A; 
}

/* 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: #FFB3B5; font-weight:bold; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: FF4000; }




/********************************** Amazen Stuff **************************************/

.goof{
color: #54433A;
	text-decoration: none;
}


.mustard{
	color:#BF9700;
}

.mustard a:hover{
	color:#BF9700;
}

span.goof2 {
	font-size:15px;
}

span.goof2 a:link {
	list-style-type: none;
	color: #BF9700;
	width: 9em;
	padding: .2em .8em;
}

span.goof2 a:visited {
	list-style-type: none;
	color: #BF9700;
	width: 9em;
	padding: .2em .8em;
}

span.goof2 ul {
	margin: 0;
	color: #BF9700;
	padding: 0;
	list-style-type: none;
}

#goof2 li { margin: 0 0 .2em 0; color: #BF9700; list-style-type: none;}

span.goof2 a {
	list-style-type: none;
	color: #BF9700;
	width: 9em;
	padding: .2em .8em;
}

span.goof2  a:hover {
	list-style-type: none;
	color: #54433A;
}

.goof a:link:hover  {
	color: #54433A;
	text-decoration: none;
}

.goof ul li a {
	display: block;
	text-decoration: none;
	padding: 1px ;
	color: #efe8da;
}

/* CSS Document */
html, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #54433A;
}
/* rollover light-beige to brown  */
a:link, a:visited, .myaccount_links a:link, .myaccount_links a:visited {
	color: #efe8da;
	text-decoration: none;
	font-size:13px;
}

a:hover, .myaccount_links a:hover, .myaccount_links a:active  {
	color:#FFFFFF;
	text-decoration: none;
}

/* formatting styles*/
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.lineheight{
	line-height: 28px;
}
/* side menus */
.menu {
	font-size: 12px;
	text-decoration: none;
	list-style-type: none;
	padding-top: 10px;
	padding-left: 2px;
	padding-right:2px;
	font-weight: normal;
	list-style-type: none;
}

.menu ul, .menu ul li
{
	margin: 0;
	padding:0;
	list-style-type: none;
	display: block;
	width:100%;
	list-style-type: none;
}

.menu ul {
	list-style:none;
	margin:0;
}

.menu ul li {
	padding:0;
	list-style-type: none;
}

.menu ul li a {
	display: block;
	text-decoration: none;
	padding: 1px ;
	color:#C7BAA3;
}

.menu ul li a:link:hover {
	color:#FFFFFF;
}
.menu ul li a:visited:hover {
	color:#FFFFFF;
	list-style-type: none;
}

/* Hide from IE-mac \*/
* html .lmenu ul li a/* hide from IE 5.0 */ {height: 1%;}
/* End hide */

/* set menu link for current page to active color(white)  */
#currentpg a#activelink{
	color:  #ffffff;
}

/* menu headings */
/*.menuhead {
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	color:#54433A;
	background-color:#C7BAA3;
	padding-left:3px;
}

.menuhead ul li a:link {
	margin-top:10px;
	margin-bottom:10px;
	font-size: 14px;
	color:#54433A;
	background-color: #C7BAA3;
	padding-left: 3px;
}*/

.menuhead1{
	margin-top:4px;
	margin-bottom:10px;
	font-size: 14px;
	color:#54433A;
	background-color: #C7BAA3;
	padding-left: 3px;
}

.menuarticle {
	font-style:italic;
	font-size: 11px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:3px;
}

/* added Benny */
.menuarticle a:link, .menuarticle a:visited, .menuarticle a:active {  
	text-align:left;
	font-size:11px;
	color:#c7baa3;
}

/* added Benny */
.menuarticle a:hover {
	color:#FFFFFF;
}

/* centered text in menu, ie "tell a friend about this product" */
.menutext {
	margin-left: 20px ;
	font-size: 11px;
	color:#C7BAA3;
}

.menutext a:link, .menutext a:active, .menutext a:visited {
	text-align:center;
	color:#c7baa3;
	font-size:11px;
}

.menutext a:hover {
	color:#FFFFFF;
}

.menutext2 {
	padding-top:11px;
	margin-left: 30px ;
	font-size: 11px;
	color:#C7BAA3;
}

.terra {
	font-size:15px;
	margin-left:78px;
	margin-top:50px;
	margin-bottom:20px;

	color:#9F220B;
}




/* menu forms*/
.textinput {
	margin-left:22px;
	margin-top:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 100px;
	color:#C7BAA3;
	background-color: #54433A;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #C7BAA3;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #C7BAA3;
	}
.textinput2 {
	margin-left:22px;
	margin-top:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 100px;
	color:#C7BAA3;
	background-color: #54433A;


	border-top-color: #C7BAA3;
	}

.subscribe{
	margin-top:8px;
	margin-left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #54433A;
	width: 65px;
	}
	
/* Learn About rollover button in left menu*/
.la_button {
	margin-top: 13px;
	margin-bottom: 13px;
	padding-left:6px;
}
/* menu photos*/
.menuphoto_nprod{
	padding-left:14px;
	padding-top:11px;
	padding-bottom:12px;
}
.menuphoto{
	padding-left:14px;
	padding-top:6px;
	padding-bottom:8px;
}
/* payment method logos*/
#weaccept{
	margin-top:8px;
	padding-left:9px;
	padding-bottom:10px;
	margin-bottom:10px;
}

/* main content area */
/* amazen logo */
#logo{
	margin-bottom:50px;
}

/* content headings */
.headsize{
	font-size:15px;
}

#viewcart-title {
	color:#ff4000;
}

#featureproducts-title {
	color:#007d7f;
}

#newproducts-title, #specialoffers-title {
	color:#54433a;
	font-size:15px;
	font-weight:normal;
}

.contenthead{
	font-size:15px;
	margin-left:82px;
	margin-top:50px;
	margin-bottom:20px;
}

.contacthead{
	font-size:15px;
	margin-left:78px;
	margin-top:50px;
	margin-bottom:20px;
}
/* content heading colours*/
.green{
	color:#047F53;
}
.orange{
	color:#FF4000;
}
.price{
	font-size:13px;
	color:#FF4000;
	margin-top:10px;
	margin-right:20px;
}
.price2{
	font-size:13px;
	color:#FF4000;
	margin-top:10px;
	margin-right:60px;
}
.terracotta{
	
	color:#990000;
}

A.terracotta{
	
	color:#990000;
}


/* Welcome page text*/
#quote{
	color:#047F53;
	font-size:21px;
	font-style: italic;
	padding-top:15px;
	margin-left:80px;
	margin-right:80px;
	text-align:center;
}
#philosopher{
	margin-left:200px;
	margin-right:80px;
	color:#047F53;
	font-size: 13px;
	padding-bottom:17px;
	text-align:right;
}
.welcomep{
	margin-left:125px;
	margin-top:35px;
	padding-bottom:100px;
	
}
.articlehead{
	font-weight: bold;
	font-style: italic;
	margin-left:30px;
}

.article{
	margin-left:30px;
	margin-right:23px;
	font-style: italic;
	padding-bottom:95px;
}

.learn_about_h{
	background-image: url("images/learnabout.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}



.welcomebg{
	background-image: url("images/laby_c.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* About amazen Concepts- paragraph text*/
.aboutp{
	margin-left:125px;
	margin-top:35px;
	padding-bottom:240px;
}

.aboutbg{
	background-image: url("images/laby_o.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}
/* About amazen Products- paragraph text*/
.aboutprp{
	margin-left:125px;
	margin-top:35px;
	padding-bottom:45px;
}
/* Contact Us- paragraph text*/
.contactp{
	/*padding-top:345px;
	padding-bottom:200px;*/
	padding-top:0px;  /* modified - Benny */
	text-align: left;
}

.contactbg{
	margin-top:25px;
	margin-bottom:100px;  /* added Benny */
	background-image: url("images/laby_h.gif");
	background-repeat: no-repeat;
	background-position:top left;
	height:456px;  /* added Benny */
	}
/* credits-left column text*/
.creditstitle{
	padding-top:45px;
	padding-bottom:340px;
	text-align: left;
}

/* credits-right column text*/
.creditsp{
	padding-top:45px;
	padding-bottom:340px;
	text-align: left;
	color:#EBE3C5;
}
	
.creditsbg{
	margin-top:10px;
	background-image: url("images/laby_o.gif");
	background-repeat: no-repeat;
	background-position:bottom right;
	}
/* heading and text with wide column format */
/* for Privacy Policy, Conditions of Use and Shipping & Returns pages */
.privacyhead {
	margin-top:15px;
	margin-left:33px;
	font-weight: bold;
}

.privacysubhead {
	font-weight:bold;
	font-size:12px;
}

.privacyp {
	margin-left:33px;
	margin-right:33px;
}

.condition_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left:40px;
	margin-right:25px;
	padding-left:25px;
	padding-right:5px;
	text-align:justify;
	width:380px;
}

.condition_list li {
	list-style-type:lower-alpha;
	padding-top:3px;
	padding-bottom:3px;
}

.condition_sub_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left:25px;
	margin-right:25px;
	padding-left:25px;
	padding-right:5px;
	text-align:justify;
	width:300px;	
}

.condition_sub_list li {
	list-style-type:lower-roman;
	padding-top:3px;
	padding-bottom:3px;
}

/* footer*/
.footer {
	font-size: 11px;
	padding-bottom:10px;
}

#bottom-submenu-separator {
	padding-left:30px;
	padding-right:30px;
}
