/*
  $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
*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

body{
	color: White;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	background: url(../images/content/patt2.jpg);
	text-align: center;
}

a { color: White; text-decoration: underline; font-weight: bold; }
a:hover {  }
a.categoryImg {	}

.boxText { vertical-align: top; }
.errorBox { color: Black; background: White; font-weight: bold; }
.stockWarning { color: White; }
.productsNotifications {  }
.orderEdit { color: White; text-decoration: underline; }

TR.header {  padding-top: 2px;}
TR.headerNavigation {}
TD.headerNavigation {  color: #ffffff;  font-weight : bold;}

A.headerNavigation {   color: White; }

TR.headerError {  background: #DC143C;}
TD.headerError {
  background: #DC143C;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {}
TD.headerInfo {
  font-weight: bold;
  text-align: center;
}

TR.footer { }
TD.footer { }
TD.footer a {	text-decoration: underline;}
TD.footer a:hover {	text-decoration: none;}
TD#footerLogo { width: 197px; height: 80px; background: url(../images/footer/melvil-logo.gif) no-repeat; text-align: center; vertical-align: top;	}
TD#footerMenu { width: 293px; height: 80px; background: url(../images/footer/menu.gif) no-repeat; }
TD#footerMenuEn { width: 450px; height: 80px; background: url(../images/footer/patt2.gif) repeat-x; }
TD#footerBackground { height: 80px; background: url(../images/footer/patt1.gif) repeat-x;	}
TD.footerBackground { height: 80px; background: url(../images/footer/patt1.gif) repeat-x;    }
TD#footerBack { width: 74px; }

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: #920001;*/
}
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: #920001;*/
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #920001;
  border-spacing: 1px;
  margin: 3px;
  width: 98%;
  text-align: left;
}
.productListing-heading {
  font-weight: bold;
  background: #920001;
  color: #FFFFFF;
  padding: 2px;
}
TD.productListing-data {  padding: 2px; }

A.pageResults {  color: White; text-decoration: underline; }
A.pageResults:hover {  color: White;  text-decoration: none;}

TD.pageHeading, DIV.pageHeading {
  text-align: left;
  font-weight: bold;
  padding: 3px;
}
TD.pageHeading H1, DIV.pageHeading H1 { display: inline;}

TD.mainIndex {
  padding: 5px;
  text-align: left;
  height: 100%;
}
TD.main, P.main {  line-height: 1.5;  padding: 5px; text-align: left; }
TD.mainRight, P.mainRight {  line-height: 1.5;  padding: 5px; text-align: right;}
TD.smallText, SPAN.smallText, P.smallText {  font-size: 90%;}
TD.accountCategory {  color: White;}

TD.fieldKey { font-weight: bold;}
TD.fieldValue {  }
TD.tableHeading { font-weight: bold;}

CHECKBOX, INPUT, RADIO, SELECT { border: 1px solid #920001; background-color: #eeeeee; }
INPUT.inputTester { border: 1px solid #920001; background-color: #eeeeee; }
INPUT.inputTesterOrdered { font-weight: bold; border: 2px solid #920001; background-color: #eeeeee; }
INPUT.inputProduct { border: 1px solid #920001; background-color: #eeeeee; }
INPUT.inputProductOrdered { font-weight: bold; border: 2px solid #920001; background-color: #eeeeee; }
TEXTAREA {  width: 100%;  border: 1px solid #920001; background-color: #eeeeee;}

SPAN.greetUser {  color: White;  font-weight: bold;}
TABLE.formArea {
  border-color: #920001;
  border-style: solid;
  border-width: 1px;
}
TD.formAreaTitle {  font-weight: bold;}

SPAN.markProductOutOfStock {  color: White;  font-weight: bold; }
SPAN.productSpecialPrice {  color: White;}
SPAN.errorText {  color: #ff0000;}

.moduleRow { }
.moduleRowOver { background-color: #920001; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #920001; }

.checkoutBarFrom, .checkoutBarTo { color: White; text-align: center; }
.checkoutBarCurrent { color: White; text-align: center; }

/* message box */

.messageBox { }
.messageStackError, .messageStackWarning { background-color: Red; color: White; padding: 3px; }
.messageStackError img { width: 10px;}
.messageStackSuccess { color: Black; background-color: #99ff00; padding: 3px; }
.messageStackSuccess img { width: 10px;}

/* input requirement */

.inputRequirement { color: White; }
