/*
  $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
*/

#force-scrollbar { position: absolute; top: 0; bottom: -1px; width: 1em; z-index: -1; } /* force scroll bar even when not needed on Gecko engines: ADD: <div id="force-scrollbar"></div> to each page */

.vislink { color: #3D5A98; font-family: Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none; }
.homeside { color: #3D5A98; font-family: Verdana, Arial, sans-serif; font-size: 10px; text-decoration: none; }
.homelink { font-family: Verdana, Arial, sans-serif; font-size: 12px; text-decoration: underline; }

.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 : 10px; color: #cc0033; }
.productsNotifications { /* background: #f2fff7; */ }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #2F070E;
  color: #C6BE8C;
  margin: 0px;
}
 
A {
  color: #97543E;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
/*  background: #ffffff; */
}

TR.headerNavigation {
/*  background: #3366CC; */
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #D0C292;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	margin: 0px 0px 0px 0px;
}

h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #D0C292;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	margin: 0px 0px 0px 0px;
}

h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #D0C292;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	margin: 0px 0px 0px 0px;
}

P { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #D0C292;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}

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: #3366CC; */
}

TD.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
/*  background: #3366CC; */
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
/*  background: #b6b7cb; */
}

.infoBoxContents {
/*  background: #f8f8f9; */
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
}

.infoBoxNotice {
/*  background: #FF8E90; */
}

.infoBoxNoticeContents {
/*  background: #FFE6E6; */
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
}

TD.infoBoxHeading,
/* BOF: Added for Links in Infobox Headings */
TD.infoBoxHeading A,
TD.infoBoxHeading A:hover
/* EOF: Added for Links in Infobox Headings */
{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  font-weight: bold;
/*  background: #3366CC; */
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Georgia, "Times New Roman", Times, 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: #F3F7FC; */
}

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: #E8EFF9; */
}

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

/* added to pad the top of the Column Product Listing 2.3 MS2 Contrib */
TABLE.productListingPadded {
/*	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;   */
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

TABLE.productListing-pagecount {
/*  background: #E8EFF9; */
}

.productListing-heading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
/*  background: #3366CC; */
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom:8px;
}

TD.productListing-data {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.productListingCols-data {
  padding-top: 4px;
  padding-bottom: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #D0C292;
	padding-right: 10px;
	padding-left: 10px;
}

TR.subBar {
/*  background: #f4f7fd; */
}

TD.subBar {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.mainCenter, P.mainCenter, DIV.mainCenter {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 1.5;
  padding-right: 10px;
  padding-left: 10px;
}

TD.main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #124989
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
}

/* BOF: Open Featured Products */
TD.featuredProducts, TD.featuredCategories, TD.featuredManufacturers, TD.featuredManufacturerWP {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.featuredProducts A, TD.featuredCategories A, TD.featuredManufacturers A, TD.featuredManufacturerWP A {
  color: #000000;
  text-decoration: none;
}

TD.featuredProducts A:hover, TD.featuredCategories A:hover, TD.featuredManufacturers A:hover, TD.featuredManufacturerWP A:hover {
  color: #AABBDD;
  text-decoration: underline;
}
/* EOF: Open Featured Products */

TD.accountCategory {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  background-color: #2F070E;
  color: #C6BE8C;
  border-color: #C6BE8C;
}

TEXTAREA {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  background-color: #2F070E;
  color: #C6BE8C;
  border-color: #C6BE8C;
  width: 100%;
}

SPAN.greetUser {
  font-family: Georgia, "Times New Roman", Times, 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;
}

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

SPAN.productSpecialPrice {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #642c29; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #2F070E; }

.checkoutBarFrom, .checkoutBarTo { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; /* background-color: #ffb3b5; */ }
.messageStackSuccess { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; /*background-color: #99ff00; */ }

/* input requirement */

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

/* BOF: Additional Images */
.imagesBoxContents {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
}
/* EOF: Additional Images */

IMG.sort
{
border: 0;
height: 9;
width: 16;
margin-bottom: -2;
}

/*################################################
##################################################
##################################################
##################################################
## HOME content
##################################################
##################################################
##################################################
##################################################*/

td.outsideborder {
/*	background-color: #5B84D7; */
}

td.insideborder {
/*	background-color: #3366CC; */
}

/*################################################
## infoboxes column format
##################################################*/
table.columnformatbox {
/*  background-color: #3366CC; */
}

table.columnformatboxinner {
/*  background-color: #3366CC; */
}

td.columnformatbox {
	padding-top: 0px;
	padding-bottom: 0px;
/*	background-color: #3366CC; */
}

td.boxseptop {
/*	background-color: #7D9DDF; */
}

td.boxsepbottom {
/*	background-color: #24478E; */
}
/* end spacer */

/*################################################
## menubox content
##################################################*/
td.menucolumnformatbox {
/*  background-color: #E9E9E9; */
}

table.menubox {
/*  background-color: #E9E9E9; */
}

table.menuboxinner {
/*  background-color: #E9E9E9; */
}

td.menubox {
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 2px;
  vertical-align: top;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 150%;
  vertical-align:top;
/*  background-color: #E9E9E9; */
}

td.menuboxbullet {
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 10px;
  vertical-align: top;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 150%;
  vertical-align:top;
  font-weight: bold;
  color: #804040;
/*  background-color: #E9E9E9; */
}

td.menuboxcontents {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 150%;
}

td.menuboxheading {
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #B5B5B5;
/*	background-color: #E9E9E9; */
}

td.menuboxheading A,
td.menuboxheading A:hover {
	color: #B5B5B5;
}

td.menubox select {
/*	background-color: #E9E9E9; */
}
/* end menubox */

/*################################################
## info content
##################################################*/
table.homeinfobox {
/*  background-color: #3366CC; */
}

table.homeinfosubboxborder {
/*  background-color: #2B55AC; */
}

table.homeinfoboxinner {
/*  background-color: #3366CC; */
}

td.homeinfobox {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  vertical-align: top;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 150%;
  color: #FFFFFF;
/*  background-color: #3366CC; */
}

td.homeinfoboxcontent {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 150%;
  color: #FFFFFF;
}

td.homeinfobox li {
	color: #FFFFFF;
	line-height: 150%;
}

td.homeinfoboxheading {
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #B5B5B5;
/*	background-color: #3366CC; */
}

td.homeinfoboxheading A,
td.homeinfoboxheading A:hover {
	color: #B5B5B5;
}

td.homeinfobox a:link,
td.homeinfobox a:visited,
td.homeinfobox a:active {
	color: #FFFFFF;
}
td.homeinfobox a:hover {
	color: #AABBDD;
}
/* end info content */

/*################################################
## newsbox content
##################################################*/
td.newscolumnformatbox {
/*  background-color: #FCFCFC; */
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #D5D5D5;
}

table.newsbox {
/*  background-color: #FCFCFC; */
}

table.newsboxinner {
/*  background-color: #FCFCFC; */
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
}

td.newsbox {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333; 
	line-height: 150%;
}

span.title {
	color: #c64934;
	font-weight: bold;
	font-size: 12px;
}

span.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #909090; 
}

td.newsboxheading {
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #B5B5B5;
/*	background-color: #FCFCFC; */
}

td.newsboxheading A,
td.newsboxheading A:hover {
	color: #B5B5B5;
}

td.newsbox a:link.more,
td.newsbox a:visited.more,
td.newsbox a:active.more {
	color: #c64934;
}

td.newsbox a:hover.more {
	color: #900;
}
/* end newsbox */

/*################################################
## mainbox content
##################################################*/
td.maincolumnformatbox {
/*  background-color: #FFFFFF; */
}

td.maincolumnformatbox h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

table.mainbox {
/*  background-color: #FFFFFF; */
}

table.mainboxinner {
/*  background-color: #FFFFFF; */
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
}

td.mainbox {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	vertical-align: top;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
	line-height: 150%;
}

td.mainboxheading {
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #B5B5B5;
/*	background-color: #FCFCFC; */
}

td.mainboxheading A,
td.mainboxheading A:hover {
	color: #B5B5B5;
}

td.mainbox h1.product {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #B5B5B5;
}
/* end mainbox */

/*################################################
## productsbox content
##################################################*/
td.productscolumnformatbox {
	padding-top: 0px;
	padding-bottom: 0px;
/*	background-color: #F5F5F5; */
}

table.productsbox {
/*  background-color: #F5F5F5; */
}

table.productsboxinner {
/*  background-color: #F5F5F5; */
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
}

td.productsbox {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
/*	background-color: #F5F5F5; */
	line-height: 150%;
}

td.productsboxheading {
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #B5B5B5;
/*	background-color: #F5F5F5; */
}

td.productsboxheading A,
td.productsboxheading A:hover {
	color: #B5B5B5;
}
/* end productsbox */

/*################################################
## copyrightbox content
##################################################*/
td.copyrightbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
/*	background-color: #E9E9E9; */
}

td.copyrightnotebox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	color: #B5B5B5;
}
/* end menubox */

/*################################################
##################################################
## end HOME content
##################################################
##################################################*/

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.copyr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #804040;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #97543E;
	font-style: italic;
	letter-spacing: 1px;

}
.scripty {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 1pt;

}
.minihead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #944B36;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.BigTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #D0C292;
	font-style: italic;

}
