/*
  $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, Verdana, sans-serif; font-size: 12px; color: #999999}
.errorBox { font-family : Arial, Verdana, sans-serif; font-size : 10px; background: #333333; font-weight: bold; }
.stockWarning { font-family : Arial, Verdana, sans-serif; font-size : 10px; color: #333333; }
.productsNotifications { background: #666666; }
.orderEdit { font-family : Arial, Verdana, sans-serif; font-size : 10px; color: #333333; text-decoration: underline; }

BODY {
  background: #151515;
  color: #999999;
background-image:url('http://d3viant-d3signs.com/product%20page/images/bg.gif'); background-repeat: repeat;

  margin: 0px;
  scrollbar-face-color: #323232; 
  scrollbar-shadow-color: black;
  scrollbar-highlight-color: black; 
  scrollbar-3dlight-color: black;
  scrollbar-darkshadow-color:black; 
  scrollbar-track-color: black;
  scrollbar-arrow-color: black;
}

A {
  color: #caab60;
  text-decoration: none;
}

A:hover {
  color: #ffffff;
  text-decoration: none;
}



FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #333333;
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #000000;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #666666; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #666666;
}

TD.headerError {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  background: #666666;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #333333;
}

TD.headerInfo {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  background: #666666;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #000000;
}

TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #333333;
  font-weight: bold;
}

.infoBox {
  background: #000000;
}

.infoBoxContents {
  background: #111111;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #666666;
}

.infoBoxNoticeContents {
  background: #666666;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Verdana sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #666666;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}



/*CATAGORIES BOX*/

/*change the menu hover color below*/
#thecategories a:hover {
	color: #ffffff;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 140px;
}

.activelink {
	//display: block;
	font-weight: bold;
}

#thecategories a {
	//display: block;
	//padding-bottom: 7px;
	//padding-top: 7px;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a {
padding-left: 0px;
}

#secondcat a {
	padding-left: 0px;
}

#thirdcat a {
	padding-left: 0px;
}

#fourthcat a {
	padding-left: 0px;
}

#fifthcat a {
	padding-left: 0px;
}

/*END CATAGORIES BOX*/





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: #cebe9b;
}

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: #cebe9b;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #C0C0C0;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #000000;
  color: #666666;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #333333;
}

A.pageResults {
  color: #999999;
}

A.pageResults:hover {
  color: #ffffff;
  //background: #666666;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #999999;
}

TR.subBar {
  background: #ffffff;
}

TD.subBar {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #333333;
}

TD.fieldKey {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #333333;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}

TABLE.formArea {
  background: #333333;
  border-color: #C0C0C0;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  color: #c85a10;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, sans-serif;
  color: #ffffff;
}

SPAN.errorText {
  font-family: Arial, Verdana, sans-serif;
  color: #666666;
}

.moduleRow { }
.moduleRowOver { background-color: #333333; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #333333; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #999999; }
.checkoutBarCurrent { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #ffffff; }

/* message box */

.messageBox { font-family: Arial, Verdana, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #000000; font-weight: bold; background-color: #870000; }
.messageStackSuccess { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #333333; }

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #ffffff; }
