/*
  $Id: stylesheet.css,v 1.52 2003/02/13 13:54:41 project3000 Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
}

.boxText { color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.orangeHead { color:#ff9900; 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: #333333; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #FF9900; text-decoration: underline; }

BODY {
  background: black;
  color: #cccccc;
  margin: 0px;
}

A { 
  color: #ff9900; 
  text-decoration: none; 
}

A:hover { 
  color: white; 
  text-decoration: underline; 
}

FORM {
	display: inline;
}

TR.header {
  background: url(images/back2.gif);
}

TR.headerNavigation {
  background: #555555;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #555555;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #fd0396;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #fd0396;
  color: #222222;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #DF8500;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #DF8500;
  color: #fd0396;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #555555;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #555555;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #555555;
}

.infoBoxContents {
  background: #222222;
  color: #cccccc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #555555;
  color: #ffffff;
}

TD.infoBoxHeadingSml {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
  font-weight: bold;
  background: #555555;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-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: #555555;
}

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: #666666;
}

TR.productListing-heading {
  background: #555555;
}

TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #555555;
  font-weight: bold;
  color: #000000;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #333333;
}

A.pageResults { 
  color: #ff9900;
}

A.pageResults:hover { 
  color: #ffffff;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

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;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #DF8500;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #fd0396;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #DF8500;
  font-weight: bold;
}

TABLE.formArea {
  background: #222222;
  color: #cccccc;
  border-color: #555555;
  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: #fd0396;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #DF8500;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #DF8500;
}

.moduleRow { }
.moduleRowOver { background-color: #555555; cursor: hand; }
.moduleRowSelected { background-color: #777777; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FFFFFF; }


	.box {
		padding:0px;
		margin:0px;
	}

	.boxc {
		width: 150px;
		background-color: #222222;
		border: 1px;
		border-color: #505050;
		border-style: solid;
		padding: 0px;

		font-family: Trebuchet, Helvetica;
		font-size: 8pt;
		color: #cccccc;
	}

	.boxtitle {
		background: url(corner1.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-color: #444444;

		width: 85%;

		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 5px;

		font-weight: bold;
	}

	.boxcontent {
		padding: 7px;
	}

    .imagesBoxContents {
      font-family: Verdana, Arial, sans-serif;
      font-size: 10px;
    }

/* Start Category Box */
#button {
	padding: 0 0 0 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	  font-size:12px;
	
	background-color: #222222;
	font-weight:bold;
	color: #FFF;
	}

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border-top: 1px solid #888888;
		}
		
	#button li {
		border-bottom: 1px solid #333333;
		margin: 0;
		}

	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #777777;
		background-color: #c44800;
		color: #FFF;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		background-color: #ff9900;
		color: #000;
		}
        #button li.selected  a {
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		background-color: #ff9900;
		color: #000;
               }
/* End Category Box */

.productthumbnail {
	border : solid;
	border-color : Gray;
	border-width : 1px;
}
