/*
  $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, Helvetica, sans-serif; font-size: 10px; }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #000000;
  background-image: url(images/BG2.gif);
  color: #000000;
  margin: 0px;
  margin-bottom: 0px; margin-left:0px; margin-right:0px; margin-top: 0px;
}

A{text-decoration:underline}

A:link {
	color: #008000;
}

A:visited {
	color: #FF9900;
}

A:hover {color:#FFCC00; text-decoration:underline}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: red;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #000000;
  color: #ffffff;
  font-weight : bold;
  /*padding-left:50px;*/
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #FFCC00;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #063715;
  font-family: Arial, Helvetica, sans-serif;
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #063715;
  color: #ffffff;
  
}

.infoBox {
  background: #006600;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: red;
}

.infoBoxNoticeContents {
  background: red;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #FFFFFF;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, 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: #FFFFFF;
}

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: #FFFFFF;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #006600;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  color: #006600;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #E40000;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #E40000;
  padding-top: 3;
}

TD.pageHeading2, DIV.pageHeading2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #3300CC;
  padding-top: 3;
}
TD.pageHeading3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #FF6600;
  padding-top: 3;
}
TD.productName {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #E40000;
  padding-top: 3;
}

TD.productLabel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #006633;
  padding-top: 10;
}

TR.subBar {
  background: red;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.productOptions {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight:bold;
  line-height: 2.0;
  color:#7D9B3D;
  margin:0px auto;
  width:100%;
  filter:shadow(color:#000000,strength:3, direction:135,);
  padding:0px 0px;
  line-height:70px;
}
TD.productOptionsDropDown {
  line-height: 5.0;
  color:#E40000;
  filter:shadow(color:red,strength:5, direction:135,);
  padding:0px 0px;
  line-height:20px;
}

P.info {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #FFFFFF;
}

A.smallText { 
  color: #006600; 
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.mequip {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color:#FFFFFF;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#FF0000;
  font-weight: bold;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }

TD.price {margin:0px auto;
width:125px;
filter:shadow(color:#FFA41A,strength:3, direction:135,);
color:#008000;
font-family: CityDMed;
font-size:23pt;
font-weight:bold;
padding:0px 30px;
line-height:100%;
}
TD.pricenew {margin:0px auto;
width:100%;
filter:shadow(color:#FFA41A,strength:3, direction:135,);
color:#008000;
font-family: CityDMed;
font-size:23pt;
font-weight:bold;
padding:0px 0px;
line-height:100%;
text-align:center;
}
TD.projackprice {margin:0px auto;
width:100%;
filter:shadow(color:#FFA41A,strength:3, direction:135,);
color:#008000;
font-family: CityDMed;
font-size:23pt;
font-weight:bold;
padding:0px 125px;
line-height:100%;
text-align:center;
}
TD.twprice {margin:0px auto;
width:100%;
filter:shadow(color: #000000,strength:5, direction:235,);
color: #006666;
font-family: CityDMed;
font-size:23pt;
font-weight:bold;
line-height:100%;
text-align:center;
}
TD.eprice {margin:0px auto;
width:100%;
filter:shadow(color: #000000,strength:5, direction:235,);
color: #3300CC;
font-family: CityDMed;
font-size:23pt;
font-weight:bold;
line-height:100%;
text-align:center;
}
TD.sprice {margin:0px auto;
width:100%;
filter:shadow(color: #000000,strength:5, direction:235,);
color: #FF0000;
font-family: CityDMed;
font-size:23pt;
font-weight:bold;
line-height:100%;
text-align:center;
}

TD.staticPrice {margin:0px auto;
width:125px;
filter:shadow(color:#000000,strength:3, direction:135);
color:#E40000;
font-family: CityDMed;
font-size:20pt;
font-weight:bold;
padding:0px 0px;
line-height:100%;
}

TD.optionalPrice {margin:0px auto;
width:100%;
filter:shadow(color:#000000,strength:3, direction:135);
color:#E40000;
font-family: CityDMed;
font-size:20pt;
font-weight:bold;
padding:0px 0px;
line-height:100%;
}

.mlaccess {margin:0px auto;
	width:100%;
	filter:shadow(color:#FF0000,strength:2, direction:135,);
	color:#000000;
	font-family: Benguiat BK BT;
	font-size:12pt;
	font-weight:bold;
	padding:0px 0px;
	line-height:100%;
	text-align:left;
	padding-bottom:5px;
	padding-top:10px;
}

.style1 {color: #FFFFFF; font-size: 12px; }

.style2 {font-size: 10px;
         color: #000000;
}

.style3 {
	color: #006633;
	font-weight: bold;
}

.style5 {font-weight: bold; color: #999999;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
}

.style7 {
	color: #008000;
	font-size: 18px;
}
.style9 {font-weight: bold; color: #008000; font-size: 16px; }

.style10 {font-weight: bold; color: #008000; font-size: 12px; }

.style11 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099CC;
}

.style12 {font-weight: bold; color: #0099CC;}

.style13 {color: #FF0000;}
.style14 {font-size: 14px;
	font-weight: bold;
	color: #063715;
}
.style15 {
	font-size: 18px;
	color: #339933;
}
.style16 {
	font-size: 12px;
	color: #000000;
}
.style17 {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099CC;
}
.style18 {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099CC;
}
.style19 {font-weight: bold; color: #FF0000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration:underline;
}
.style20 {font-family: Arial, Helvetica, sans-serif;
		font-weight: bold; color: #336666;
		font-size: 16px;
}
.style21 {font-weight: bold; color: #FF0000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
}
.style21_2 {font-weight: bold; color: #008000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
}
.style22 {font-weight: bold; color: #000099;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration:underline;
}
.style23 {font-weight: bold; color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
}
.style24 {font-weight: bold; color: #3300CC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
}
.style25 {font-weight: bold; color: #FF6600;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
}
.style26 {font-weight: bold; color: #008000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
}
.style27 {font-weight: bold; color: #FF0000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
}

.style28 {
	font-size: 20px;
	font-weight: bold;
	color: #009900;
}

.style29 {font-weight: bold; color: #000066;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
}

.style30 {color: #FFFFFF}

.ul {	font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
}

.border { margin-bottom:5px;}
.enlarge {	font-weight: bold; 
			color: #008000; 
			font-size: 10px;
			font-family: Arial, Helvetica, sans-serif; }
.table { border:solid 1px #009900;
		 padding-left:5px; padding-right:5px; }
.nationwide {font-weight: bold; color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		padding-top:10px;
		padding-bottom:7px;
		padding-left:5px;
}
.img-padding { margin:2px;
		border: solid 1px #999999;
}
.opt-model {
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}
.model {
	font-size: 24px;
	font-weight: bold;
	color: #009900;
}
H2 {font-size: 20px;
}

/* Left Content Menu Style */
A.menulink {
display: block;
width: 175px;
text-align: left;
text-decoration: none;
font-family:Arial;
font-size:13px;
font-weight:bold;
color: #CCFF00;
border: none;
border-top: 0px;
border-bottom: solid 1px #000000;
/*border: solid 1px #00FF00;*/
padding-top:9px;
padding-bottom:9px;
text-indent: 3px;
/*padding:5px;*/
}

A.menulink:hover {
border-top: 0px;
border-bottom: solid 1px #000000;
/*border: solid 1px #00FF00;*/
background-color: #FF1400;
text-decoration:none;
color: #CCFF00;
}

A.menulink:visited {
border-top: 0px;
border-bottom: solid 1px #000000;
text-decoration:none;
color: #CCFF00;
}

td.top-menu-bk {
background-color:#063715;
}
span.blue-menu-indent {
text-indent: 6px;
}
/* End Left Menu Style */
