/*
  $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 {
}
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning {
	color: #cc0033;
	font: bold 16px Arial, sans-serif;
	background: #FFFF00;
	display: block;
	padding: 2px;
}
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

/*MY CODE*/
BODY {
  	background: #852C00 url(images/background.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#layout {
	width: 800px;
	margin: auto;
	/*border-right: 1px solid #3399ff;
	border-bottom: 1px solid #3399ff;
	border-left: 1px solid #3399ff;*/
	background: #252525;
	text-align: left;
}
#layout #header {
	white-space: nowrap;
}
#nav {
	background: url(images/nav_back.jpg) repeat-x;
	height: 43px;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	width: 800px;
}
#nav a {
	font: 22px/40px "Book Antiqua", "Times New Roman", serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
}
#nav #home {
	padding-left:12px;
}
#nav a:hover {
	color: #f7941d;
}
#main .left {
	background: #382d28 url(images/left_back.jpg) repeat-x;
	width: 180px;
	border-right: 1px solid #f7941d;
	padding: 10px;
	color: #FFFFFF;
	font-size: 14px;
}
#main .infoBoxHeading {
	font: normal 30px "Book Antiqua", "Times New Roman", serif;
	color: #f7941d;
	margin-bottom: 5px;
}
#main .infoBoxHeading img{
	display: none;
}
#main .left #categories {
	font-size: 16px;
}
#main .left a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 25px;
}
#main .left a:hover {
	color: #f7941d;
}
#main .content {
	color: #000000;
	font:  16px Arial, Helvetica, sans-serif;
	padding: 10px 20px 20px;
	background: #f0e0b8;
}
#main .content .main {
	color: #000000;
	font:  18px Arial, Helvetica, sans-serif;
}
#main  .content  .headline {
	font: bold 30px "Book Antiqua", "Times New Roman", serif;
	color: #0033CC;
}
#main  .content  h2 {
	color: #000000;
	font-size: 18px;
}
#main  .content  h3 {
	color: #000000;
	font-size: 18px;
	text-align: center;
}
#main .featured {
}
#main .featured .infoBoxHeading {
	background: #393939 url(images/featured_titleback.jpg) repeat-x;
	height: 23px;
	border-top: 1px solid #f7941d;
	border-bottom: 1px solid #f7941d;
	font: 18px "Book Antiqua", "Times New Roman", serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .featured .infoBoxHeading a {
	text-decoration: none;
	font-weight: bold;	
}
#main .featured .infoBox {
	background: #252525;
	padding: 5px;
	color: #FFFFFF;
	text-align: right;
}
#main .featured .infoBox a {
	font-size: 16px;
	color: #f7941d;
	text-decoration: underline;
}
#main .featured .infoBoxContents {
	text-align: center;
	margin-bottom: 10px;
}
#main  .featured  .infoBoxContents  img {
	border: 1px solid #f7941d;
}
#logos {
	background: #3A3A3A url(images/nav_back.jpg) repeat-x;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}

#footer {
	background: #CEA00F url(images/footer_back.jpg) repeat-x;
	height: 40px;
	padding: 6px 5px 2px;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}

.image_right {
	margin-bottom: 10px;
	margin-left: 10px;
}

/*END MY CODE*/

A {
	color: #0000FF;
	text-decoration: underline;
}

A:hover {
	color: #FF0000;
	text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
	background: #252525;
}

TD.headerNavigation {
	color: #FFFFFF;
	font: bold 12px Arial, sans-serif;
	padding: 2px;
	border-bottom: 1px solid #ff9900;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  /*background: #b6b7cb;*/
  	font-size: 14px;
	color: #FFFFFF;
}

.infoBoxContents {
	font-size: 14px;
	color: #FFFFFF;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {

}

TD.infoBoxHeading {
/*  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;*/
}

TD.infoBox, SPAN.infoBox {

}

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

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

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

.productListing-heading {
	font-family: Arial, sans-serif;
	font-size: 18px;
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font: bold 30px "Book Antiqua", "Times New Roman", serif;
	color: #0033CC;
}

TD.pageHeading img, DIV.pageHeading img {
	display: none;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}



TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

TD.tableHeading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 10px; color: #ff0000; }

.cat_indent{
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #930;
}
.cat_indent a {
	text-decoration: none;
	font-size: 14px !important;
	line-height: 18px !important;
	display: block;
}
.cat_top {
	margin-top: 15px;
}
.cat_top a {
	text-decoration: none;	
}
.caption {
	font-size: 10px;
}
.alert {
	font-weight: bold;
	color: #F00;
}
#top_msg {
	color: #FFF;
	background: #C00;
	padding: 5px;
	width: 250px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
	text-align: center;
}
#top_msg h3 {
	font-size: 18px;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
}
#top_msg a {
	color: #FF0;
	text-decoration: none;
}
/*** Begin Header Tags SEO ***/
h1 {
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/*** End Header Tags SEO ***/