/*
  $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
*/

BODY {
  background: #000 url(sv/header.jpg) no-repeat scroll top center;
  color: #F5F5F5;
  font: 100% Arial, Helvetica, Verdana, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	font-size:14px;
	line-height:1.2;
}

#header {
	width:100%;
	height:235px;
	text-align:center;
	padding:0;
	margin:0;
}

#topNav {
	width:90%;
	padding:220px 0 0 0;
	text-align:center;
	margin:0 auto;
}

#container {
	width: 934px;  
	margin: 0 auto; 
	text-align: left; 
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent url(sv/mainContent.jpg) no-repeat scroll top center;
}

.centerpage {
  width: 934px;
  position: absolute;
  left: 50%;
  top: 5px;
  margin-left: -467px;
 } 

.boxText { 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: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }



A {
  color: #00FF00;
  text-decoration: none;
}

A:hover {
  color: #FFFF00;
}

FORM {
	display: inline;
}


TR.header {
/*  background: #ffffff; */
}

TR.headerNavigation {
  background: transparent url(sv/grid.gif) repeat scroll top left; 
}

TD.headerNavigation {
  font-size: 16px;
  color: #ffffff;
  font-weight : bold;
  text-transform:uppercase;
}

A.headerNavigation { 
  color: #00FF00; 
}

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

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;
}

TR.footer {
/*  background: #bbc3d3; */
}

TD.footer {
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 10px;
}

.infoBox {
/*  background: #313030; */
}

.infoBoxContents {
  background: #2b0f0d url(sv/mahogany.jpg) repeat scroll top left;
  font-size: 10px;
}

.infoBoxNotice {
/*  background: #313030; */
}

.infoBoxNoticeContents {
/*  background: #313030; */
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
/*  background: #313030; */
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  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: transparent;
  border:#383838 1px dotted;
}

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: transparent url(sv/grid.gif) repeat scroll top left;
  border:#383838 1px dotted;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #383838;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  background: transparent url(sv/grid.gif) repeat scroll top left;
  border:#383838 1px dotted;
  font-size:12px;
}

A.pageResults {
  color: #00FF00;
}

A.pageResults:hover {
  color: #FFFF00;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 14px;
  line-height: 1.2; 
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, RADIO, SELECT {
  font-size: 10px;
  background: #f7e6d7;
  color: #000;
}

INPUT {
  font-size: 10px;
/*  background: #f7e6d7; */
  color: #000;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
  background: #595757;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #313030;
  border-color: #7b9ebd;
  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: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #003300; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #000; }

.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; }

/* input requirement */

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

/*
------------Boxes Section for css-------------
Format each info box according to you liking
*/


.LeftBox {
  background: #2b0f0d url(sv/mahogany.jpg) repeat scroll top left;
   border-width:0 1px 1px 1px;
   border-color:#b28764;
   border-style:solid;
}

.LeftBoxNotice {
/*   background: #313030; */
}

.LeftBoxNoticeContents {/*   background: #313030; */
  font-size: 11px;
}
.LeftBoxContents {/*   background: #313030; */
  font-size: 12px;
  color: #F5F5F5;
}

TD.LeftBoxHeading {
  font-size: 12px;
  font-weight: bold;
  background: #313030 url(images/LeftBox/corner_right_left.gif);
  color: #000;
  text-align: center;
}

.RightBox {
  background: #2b0f0d url(sv/mahogany.jpg) repeat scroll top left;
   border-width:0 1px 1px 1px;
   border-color:#b28764;
   border-style:solid;
}

.RightBoxNotice {
/*   background: #313030; */
}

.RightBoxNoticeContents {
/*   background: #313030; */
  font-size: 10px;
  color: #99FF00;
}

.RightBoxContents {
/*   background: #313030; */
  font-size: 12px;
  color: #F5F5F5;}
  
TD.RightBoxHeading {
  font-size: 12px;
  font-weight: bold;
  background: #313030 url(images/RightBox/corner_right_left.gif);
  color: #000;
 text-align: center;
}

.contentBox {
/*   background: #313030; */
}

.contentBoxContents {
/*   background: #313030; */
  font-size: 10px;
  color: #7E7E7E;
}
TD.contentBoxHeading {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
 background: #464545 url(images/contentBox/corner_right_left.gif);
}

 hr {color: #000; background-color: #000; border: 1px dotted #00FF00; border-style: none none dotted; }