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

BODY {
  /*background: #ffffff;*/
  color: #000000;
  margin: 0px;
  font-size: 10pt;
}

p {
	font-size: 10pt;
}

ul {
font-size: 10pt;
text-align: left;
}

A {
  color: green;
  text-decoration: underline;
}

A:hover {
  color: #0000FF;
  text-decoration: none; FONT-WEIGHT: bold; color: #ff0000; font-style: normal; position: relative; top: 2px; left: 2px; text-decoration: underline ;
}

FORM {
	display: inline;
	font-size: 8pt;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #075002;
}

TD.headerNavigation {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  background: #075002;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, 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, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #638E6B;
}

TD.footer {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  background: #638E6B;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #FFFFFF; /* changed to #ffffff to eliminate border-original color = #638E6B */
  border: solid 1 #638E6B;
}

.infoBoxContents {
  background: #ffffff; /*changed to #ffffff to eliminate gray backround-original color = #f8f8f9 */
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}

TD.infoBoxHeading {
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  background: #075002;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}

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

.productListing-heading {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  background: #638E6B;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  line-height: 1.5;
}

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

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

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

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

TD.tableHeading {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
/*ADDED FOLLOWING STYLE FOR THE CATEGORY DESCRIPTION MODULE */
TD.category_desc {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  line-height: 1.5;
}
/*END ADDED STYLE */

SPAN.newItemInCart {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
}

SPAN.greetUser {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

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

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

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

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

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

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

/* message box */

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

/* input requirement */

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

/* all below are added styles -Randy */
.toplink a {font: normal 10pt Verdana, sans-serif; color: #FFFFFF; text-decoration: none}
.toplink a:link {font: normal 10pt Verdana, sans-serif; color: #FFFFFF; text-decoration: none}
.toplink a:visited {font: normal 10pt Verdana, sans-serif; color: #FFFFFF; text-decoration: none}
.toplink a:hover {font: normal 10pt Verdana, sans-serif; color: #FFFFFF; text-decoration: underline}
.toplink a:active {font: normal 10pt Verdana, sans-serif; color: #FFFFFF; text-decoration: none}

.indexlink a {font: normal 8pt Verdana, sans-serif; color: #FFFF00; text-decoration: underline}
.indexlink a:link {font: normal 8pt Verdana, sans-serif; color: #FFFF00; text-decoration: underline}
.indexlink a:visited {font: normal 8pt Verdana, sans-serif; color: #FFFF00; text-decoration: underline}
.indexlink a:hover {font: normal 8pt Verdana, sans-serif; color: #FFFFFF; text-decoration: underline}
.indexlink a:active {font: normal 8pt Verdana, sans-serif; color: #FFFF00; text-decoration: underline}

.footerlink  {font: normal 7pt Verdana, sans-serif}
.footerlink a {font: normal 7pt Verdana, sans-serif; color: #FFFFFF}
.footerlink a:link {font: normal 7pt Verdana, sans-serif; color: #FFFFFF}
.footerlink a:visited {font: normal 7pt Verdana, sans-serif; color: #FFFFFF}
.footerlink a:hover {font: normal 7pt Verdana, sans-serif; color: yellow}
.footerlink a:active {font: normal 7pt Verdana, sans-serif; color: #FFFFFF}

.moreinfo  {font: normal 8pt Verdana, sans-serif}
.moreinfo a {font: normal 8pt Verdana, sans-serif; color: #0000FF}
.moreinfo a:link {font: normal 8pt Verdana, sans-serif; color: #0000FF}
.moreinfo a:visited {font: normal 8pt Verdana, sans-serif; color: #0000FF}
.moreinfo a:hover {font: normal 8pt Verdana, sans-serif; color: green}
.moreinfo a:active {font: normal 8pt Verdana, sans-serif; color: #0000FF}

#nav, #nav ul {
	padding: 2 2;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none; 
	font: bold 8pt Verdana, sans-serif;
	display: block;
	text-align: left;
	z-index: 5000;
} 

#nav a {
	display: block; 
	color: white;
	text-decoration: underline;
	z-index:5000;
}

#nav li {
	float: left; 
	text-align: center;
		z-index: 5000;
}

/*the first drop down layer */
#nav li ul {
	position: absolute;
	width: 175px;
	left: -999em;
	background-color: #FFFFE7;
	color: green;
	line-height: 2;
	border: solid 1px green;
	margin-left: -5em;
	z-index: 5000;
}

#nav li ul li {
text-align: left;
position: relative;
width: 175px;
border: 1 solid #FFFFE7;
z-index: 6000;
}

#nav li ul a{
	color: green;
	font: normal 8pt Verdana, sans-serif;
	line-height: 2;
	width: 175px;
	margin: 0 0;
	z-index:5000;
	}
	

#nav li ul a:hover{
	color: green;
	font: normal 8pt Verdana, sans-serif;
	line-height: 2;
	width: 175px;
	background-color: yellow;
	margin: 0, 0;
	z-index:5000;
	}

#nav li:hover ul {
	left: auto;
	z-index:5000;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:5000;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	z-index:5000;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	z-index:5000;
}

#nav li ul ul {
	margin: -2.5em 0 0 17.25em; /*sets the placement of the side menu*/
	position: absolute;
	background-color: #FFFFE7;
	z-index:5000;

}

/* added by Michael W. Temple Jr. (June 24th, 2009) */

/* handle the yellow links on the front page */
a.yellow {color:yellow;}
a:hover.yellow {color:yellow;}

/* handle the "special" div on the main page */
div.special {width:600;border:double 2pt green;text-align:center;margin-left:50px;font:bold 12pt Verdana, sans-serif;color:yellow; }

/* handle the main text div on the main page */
div.mainText {width:95%;text-align:left;font:normal 10pt Verdana, sans-serif;color:white;padding:5px;}


#leftnav {width: 100%; background: url('images/sb_main_bg.gif'); display: block; padding-left: 2; margin-left: 0; margin-top: -2.5; height: 100%; font:normal 10pt Verdana, sans-serif;}
.leftcategory {color: white; font-size: 9pt}
.leftcategory a {color: white; font-size: 9pt}
.leftcategory a:link {color: white; font-size: 9pt}
.leftcategory a:hover {color: #003300; font-size: 9pt; background-color: #638E6B}
.leftcategory a:active {color: white; font-size: 9pt}
.leftcategory a:visited {color: white; font-size: 9pt}

.leftsubcategories {margin-left: 5px; line-height: 12pt}
.leftsubcategories a {color: white; font-size: 7pt}
.leftsubcategories a:link {color: white; font-size: 7pt}
.leftsubcategories a:hover {color: #003300; font-size: 7pt; background-color: #638E6B}
.leftsubcategories a:active {color: white; font-size: 7pt}
.leftsubcategories a:visited {color: white; font-size: 7pt}

.leftspecials {margin-left: 9px; line-height: 12pt}
.leftspecials a {color: yellow; font-size: 7pt}
.leftspecials a:link {color: yellow; font-size: 7pt}
.leftspecials a:hover {color: yellow; font-size: 7pt; background-color: #638E6B}
.leftspecials a:active {color: yellow; font-size: 7pt}
.leftspecials a:visited {color: yellow; font-size: 7pt}