/*
  $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
*/

img {
	border: 0;
}
body {
	background: #290021;
	scrollbar-arrow-color: #281D1C;
	scrollbar-face-color: #EDF747;
}

html, body {
      height: 100%;                                                                   /* Make sure the document takes up the whole window. */
      margin: 0;                                                                      /* Get rid of any default margins, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
      padding: 0;                                                                     /* Get rid of any default padding, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
}

iframe {
	scrollbar-arrow-color: #281D1C;
	scrollbar-face-color: #EDF747;
}

table.main {
	margin-left:auto; 
	margin-right:auto;
}

table.frame {
	margin-left:auto; 
	margin-right:auto;
	width: 750px;
	height: 540px;
}

div.frame {
	scrollbar-arrow-color: #281D1C;
	scrollbar-face-color: #EDF747;
	width: 750px; 
	height: 540px;
	overflow-Y: auto;
	overflow-X:hidden;
}

#footer 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #EDF747;
	line-height:18px;
}

#footer a {
	color: #EDF747;
	text-decoration:none;
}

a {
	color: #281D1C;
}

.pageName{
	font: 14px Arial;
	color: #281D1C;
	line-height:22px;
	}

.price {
	font: 14px Arial;
	color:#EDF747;
	line-height:22px;
	font-weight: bold;
}

.error { 
	color: #cc0000; 
	font: 8px; 
	font-size:12px;
	font-family: 
	verdana, geneva, arial; 
}

.prodText{
	font: 14px Arial;
	color: #281D1C;
	line-height:22px;
	font-size:13px;
	line-height:150%;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #281D1C;
}

TD.pageHeading img {
  display:none;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #281D1C;
}

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;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.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; }

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;
}

.border {
	border-width: 2px; 
	border-style: dotted; 
	border-color: #EDF747;
	position:absolute;
	padding:7px;
}

.bordertop {
	border-width: 2px;
	border-style: dotted; 
	border-left: none; 
	border-right: none; 
	border-color: #009FC9;
	position:absolute;
	padding:2px;
}

.border-press {
	border-width: 2px; 
	border-style: dotted; 
	border-color: #009FC9;
	position:absolute;
	padding:7px;
}

.border-prod {
	border-width: 2px; 
	border-style: dotted; 
	border-color: #281D1C;
	position:absolute;
	padding:18px;
}
.bordertop-prod {
	border-width: 2px;
	border-style: dotted; 
	border-left: none; 
	border-right: none; 
	border-color: #281D1C;
	position:absolute;
	padding:2px;
}

