/*
  $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: Verdana, Arial, sans-serif; font-size: 11px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size: 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size: 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size: 11px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffff00;
  color: #000000;
  margin: 0px;
  font-size: x-small;
  font-family: Verdana, Arial, sans-serif;

}

A:link {
  color: #000099;
  text-decoration: none;
}
A:visited {
  color: #000099;
  text-decoration: none;
}
A:hover {
  color: #FFFF00;
  text-decoration: underline;
  background: #0000cc;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: transparent;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #0000cc;
  font-weight : bold;
}

A.headerNavigation:link { 
  color: #0000cc; 
}
A.headerNavigation:visited {
  color: #0000cc;
}
A.headerNavigation:hover {
  color: #000000;
  background: transparent;
}

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

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #999999;
  font-weight: normal;
  font-style: italic;
}

.infoBox {
  background: transparent;
}

.infoBoxContents {
  background: transparent;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
/* added style for another box */
.infoBoxMAIN {
  background: #FFFFFF;
}

.infoBoxContentsMAIN {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
.infoBoxHeadingMAIN {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #ffffff;
  color: #000000;
  border-bottom: 1px dashed #0000cc;
}
/* EOF box style */

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: transparent;
  color: #0000cc;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

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: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #0000cc;
  font-weight: bold;
  border-bottom: 1px dashed #0000cc;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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



TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: medium;
  font-weight: bold;
  color: #0000cc;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
TD.smallTextHeader, SPAN.smallTextHeader, P.smallTextHeader {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #999999;
}

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

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: 11px;
  color: #ff0000;
}

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: #ff3300;
  font-weight: bold;
}

TABLE.formArea {
  background: #ffffff;
  border-color: #FFFF99;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
TD.paymentleft {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  border-color: #D4D4D4;
  border-left: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid; 
}
TD.paymentmiddle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  border-color: #D4D4D4;
  border-top: 1px solid;
  border-bottom: 1px solid; 
}
TD.paymentright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  border-color: #D4D4D4;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid; 
}
SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

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

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #ffff00; }

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

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #ff0000; }
/* FAQ */
span.faq_q {background-color: f0f0ff}
/* TN custom */
/* css menu */
.menulist {
	width: 150px;
}
.menulist ul {
	margin: 0 0 0px 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menulist li {
	margin: 0 0 1px 2px;
}
.menulist a {
	/*/*/display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #000099;
	width: 150px;
	background-color: #ffff00;
	/* */
}
.menulist a:link {
	color: #000;
	/*/*/color: #000099;
	text-decoration: none; /* */
	background-image:  url(images/menu_down_bg.gif);
}
.menulist a:visited {
	color: #000;
	/*/*/color: #000099;
	text-decoration: none; /* */
	background-image:  url(images/menu_down_bg.gif);
}
.menulist a:hover {
	border: 1px solid #333333;
	background-color: #0000cc;
	background-image:  url(images/menu_over_bg.gif);
	color: #ffffff;
}


#activelink a:link, #activelink a:visited, #activelink a:hover {
	/*/*/border: 1px solid #333;
	background-color: #0000cc;
	background-image:  url(images/menu_over_bg.gif);
	color: #fff;
	font-weight: bold;/* */
}



/*EOF css menu */
/* my own added styles */
table.maintable {width: 770px; background: #ffffff url(images/maintable_bg.jpg) repeat-y;}
td.leftcolumn {}
table.headertable {background: #ffff00;}
td.headerbackgroundimg {height: 146px;}
td.headerhomebackgroundimg {height: 28px; background: #ffffff url(images/header_home_racewipes_bg.jpg) no-repeat top left;}
table.footertable {height: 100px; background: #ffff00 url(images/footer_racewipes_bg3.jpg) repeat-y;}
#menu {position:absolute; width:150px; height: 20px; z-index:1000; left: 150; top: 124px;}
td.mainpadding { padding: 5px 20px 0px 15px; width: 620px;}
a.cleanimage:Link {background-color : transparent;}
a.cleanimage:Hover {background-color : transparent;}
.submitbuttons {cursor: url('images/icons/Hand.rw.cur');}
a.mapheader:Link {cursor: url('images/icons/Hand.rw.cur');}
.mapheader:Link {cursor: url('images/icons/Hand.rw.cur');}
a.designedby:link { color: #999999;}
a.designedby:visited { color: #999999;}
a.designedby:hover { color: #0000cc; background: transparent;}

.shipping {font-size: 10px; color: #000000;}
a.shipping:link {font-size: 10px; color: #000000; background: none; text-decoration: none; cursor: default}
a.shipping:visited {font-size: 10px; color: #000000; background: none; text-decoration: none; cursor: default}
a.shipping:hover {font-size: 10px; color: #000000; background: none; text-decoration: none; cursor: default}