/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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, sans-serif; font-size: 14px}
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #330000; text-decoration: underline; vertical-align: 15%; }

BODY {
    background: #000000 url('images/SS_shop_background.jpg') repeat-x;
    color: #000000;
    text-align: center;
}


.main input, .main select  {  
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 1px;
	margin: 7px;
}  


#wrapper {
    margin: 0 auto;
    width: 850px;
    text-align:left;
    padding: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

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

h2 {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;  
  margin: 0 0 0px 0;
  padding: 0;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;  
  margin: 0 0 0px 0;
  padding: 0;
}

p {
  font-family: Arial, sans-serif;
  font-size: 16px;  
  margin: 2px 0 8px 0;
  padding: 0;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
  text-align : center;
}


TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 15.5px;
/*  Background: #131313; 
    border-bottom: 1px solid #000000; */
  color: #ffffff;
  font-weight : bold;
  padding: 8px 0 8px 5px;
}

A.headerNavigation { 
  color: #ffffff; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #333333;
}

TD.headerInfo {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #22222;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer{
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}

TR.footer a {
  color: #ffffff;
  text-decoration: underline;
}


.infoBox {
  border: 1px solid #330000;   
  background: #ffffff;
  padding: 0;
  margin: 0 0 10px 0;
}

.infoBoxContents {
  background: #ffffff;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.infoBoxNotice {
  background: #330000;
}

.infoBoxNoticeContents {
  background: #000000;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

td.infoBoxContents{
  padding: 5px;
  margin: 0;
}

TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #330000;
  color: #ffffff;
  padding: 0 0 0 5px;
}

TD.infoBox, SPAN.infoBox {
  font-family: 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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing {
  border: 1px solid #330000;
  margin: 1px 0 0 0;
  padding: 0 0 0 0;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 4px 2px 4px 2px;
  margin: 0px;
  background: #330000;
  color: #ffffff;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
  margin: 0px;
  background: #ffffff;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: "Arial Black", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #330000;
  padding: 10px 5px 10px 0px;
  margin: 0px;
}

TR.subBar {
  background: #222222;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #330000;
}

TD.mainHeader {
  background: #330000;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 0 5px;
}

TD.main, P.main {
  background: #ffffff;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.productsImage img {
	float: right;
	padding: 0px;
	margin: 4px 5px 5px 5px;
}

TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #aa0000;
}

SPAN.removeProduct {
  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 13px;
  color: #330000;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

INPUT.quantitybox {
  border: 0px;
  border-style: none;
  font-family: Arial, sans-serif;
  border-spacing: 0px; 
  border-color: #000000;
  font-size: 12px;
  font-weight: normal;
  width: 20px;

  background: #ffffff;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #330000;
  font-weight: bold;
}

TABLE.formArea {
  background: #000000;
  border-color: #330000;
  border-style: solid;
  border-width: 0px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { 
  background-color: #cccccc; 
  cursor: pointer; 
  cursor: hand; }
.moduleRowSelected { background-color: #ffffff; }

.modulerow b, .modulerowselected b, .modulerowover b {
  padding: 0 0 0 0px;
  margin: 0 0 0 5px;
}


.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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


	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0 0 -2px 0;
		list-style: none;
		float : left;
		width: 200px; }
	
	#nav li { /* all list items */
		padding: 5px;
		margin: 0;
    	font-family: Arial, sans-serif;
  		font-size: 14px;
  		font-weight: normal;
		border-bottom : 1px solid black; }
	
	#nav li a {
		display : block;
		text-decoration : none;
		color: #000000;
		padding : 0;
		margin: 0; }
	
	/* Menu items with subcategories */	
	#nav a.daddy { 
	}

	/* Selected items with subcategories */	
	#nav li.selected {
    	font-family: Arial, sans-serif;
  		font-size: 14px;
  		font-weight: bold; }

	#nav li a:hover { 
    	font-family: Arial, sans-serif;
  		font-size: 14px;
  		font-weight: bold; }
		
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	}


/* OTF contrib begins */
/* DDB - 041031 - Form Field Progress Bar */
.progress{
  width: 1px;
  height: 14px;
  color: white;
  font-size: 12px;
  overflow: hidden;
  background-color: navy;
  padding-left: 5px;}
}
/* OTF contrib ends */
