/*
  $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: Verdana, Arial, sans-serif; font-size: 10px; }
/* .boxText2 { font-family: Verdana, Arial, sans-serif; size: 2; } */
.boxText2 { font-size: 11px; font-weight: bold; color: #5E5E5E;line-height:200% }
.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; }
.megamenu1 { font-family : Verdana, Arial, sans-serif; font-size : 13px; background: #d8d8d8; font-weight: bold; color: #70d250;}

.headerdiv {
  /* background-image: url("images/store_logo_right.gif"); */
  background-repeat: no-repeat;
  color: #000000;
  margin: 0px;
  margin-bottom: -4px;
  height : 225px;
  margin-left:auto;
  margin-right:auto;
}

.credits

{

color: #0175BE; 
	text-decoration:none;
 font-size:.4em;
valign: center;
font-weight : normal;
}

a.credits		{ color: #0175BE; text-decoration: none;}
a.credits:hover { color: #0175BE; text-decoration: none;}

BODY {
 background-image: url("images/background_grad.jpg"); 
 background-repeat: repeat-x;    /* AYS0 - causes skinny gradient to come across x-axis */
  color: #000000;
  margin: 0px;
}


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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  /* background:#007BC1; */
  background: #6f6f6f;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /* background: #6f6f6f;*/ /* grey */
  /* background: #007BC1; */ /* Nav Header blue */
  /* background: #105875;  */  /* Nav Header blue */
  /* background: #f97b3f; */   /* Nav Header Orange */
  background: #6f6f6f; /* Gray */
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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;  */
  background: #6f6f6f;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /* background:#105875; */ /* blue */
  /* background: #f97b3f; */ /* Orange */
  background: #6f6f6f; /* Gray */
  color: #ffffff; 
  font-weight: bold;
}

/*AYS - footer hyperlink override, This is the Default Hyperlink Style with black text and no underlines*/
TD.footer A {
color: #ffffff;
text-decoration: none;
}

/*AYS - footer hyperlink override, This is the Default Hyperlink Style with black text and no underlines*/
TD.footer A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

/*AYS - megamenu hyperlink override, This is the Default Hyperlink Style with black text and no underlines - 01-19-2012 */
TD.megamenu1 {
  text-align: center;
  vertical-align:bottom;
}

/*AYS - megamenu hyperlink override, This is the Default Hyperlink Style with black text and no underlines - 01-19-2012  */
TD.megamenu1 A {
  color: #535353;
  text-decoration: none;
}

/*AYS - megamenu hyperlink override, This is the Default Hyperlink Style with black text and no underlines - 01-19-2012 */
TD.megamenu1 A:hover {
  color: gray;
  text-decoration: none;
}

.infoBox {
 /* background: #034679; */ /* This gets rid of the blue lines around the infobox */

}

.infoBoxContents {
  background: #f8f8f9; /* light Grey */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

}

.infoBoxContents2 {
  /* background: #f8f8f9; */ /* light Grey */ 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
/*  background: #034679; */
  background-image: url("images/tableheaderbg.gif");
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, 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; */
  background: #e6e6e6;
}

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

.productListing-heading {
  /* Listing heading Product Name+, Price, Buy Now */
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /* background: Lightsteelblue; */ /* AYS0 - Product Listing Header */
  /* color: #FFFFFF; */
  background: #D5D6D0;
  /* color: #ffffff; */ /* white */
  color: #003399;
  
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  /* color: #4d6b00; */ /* Product listing category heading color - green */
  color: #666666; /* Product listing category heading color - dark gray */
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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: 10px;
  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: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  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 {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  /* color: #ff0000; */ /* AYS0 - oroginal red color  */
  color: #1E90FF; /* AYS0 - Categories - Currently selected category */
  /* color: #6f6f6f; */ 
}

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

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

/*BOF - Zappo - Option Types v2 - Progress Bar */
.progress{
  width: 1px;
  height: 12px;
  color: grey;
  font-size: 10px;
 /* overflow: hidden; */
  background-color: #bbc3d3;
  padding-left: 5px;
}
.bar{
  border-style: solid;
  border-width: 1px;
  border-color: #bbc3d3;
}
/*EOF - Zappo - Option Types v2 - Progress Bar */


/* AYS0 - Product Info Table Heading format  */
TH {
  height: 20px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

/* AYS0 - Product Thumbnail Listing */
.infoBoxProducts {
  text-align: center;
  border: solid 1 #999999; 

  border-style: solid;
  border-width: 1px;
  border-color: #bbc3d3;

  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  /* background-color: transparent; */
  background-color: transparent;
  color: #333333;
}

.infoBoxProducts a {
  color: #333333;
}

.infoBoxProductsNoBorder {
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  /* background-color: transparent; */
  background-color: transparent;
  color: #333333;
}

.headerIntroPage {
  text-align: left;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  /* background-color: transparent; */
  background-color: transparent;
  color: #333333;
}

.headerIntroPageHighligt {
  text-align: left;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  /* background-color: transparent; */
  background-color: #E8E8E8;
  color: #333333;
}


/* AYS0 - 01/2010 - Resize main page slideshow */
.slideshow {
    height:  202px;  
    width:   642px;  
    padding: 0;  
    margin:  0;  
    overflow: hidden; /* This crops the slidshow to fix within the width and height. Useful for browsers that have Javascript disabled. */
}
 
.slideshow img {  
    padding: 0px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  640px;
    height: 200px;
    top:  0;
    left: 0;
}    
    
/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px; /* Orig 20px AYS0 - changed to 14px */
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 /* color: #4d6b00; */ /* Original Black */ 
  color: #333333;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}

/*** End Header Tags SEO ***/

/*** Information Box Styles - 07/2010 ***/
/*
.style1 {color: #0066FF}
.style5 {font-size: x-small}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.mi-productBlock {  margin: 0;
  padding: 0px;
  color: #000000;
}
.mi-productDescription {  margin: 15px 0;
}
.mi-productInfowrap {  padding: 0;
}
.mi-text1 {  padding: 5px 10px;
  font-size: 1em;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000099;
}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	color: #000099;
}
.style13 {font-family: Arial, Helvetica, sans-serif; font-size: smaller; font-weight: bold; }
.style14 {font-family: Arial, Helvetica, sans-serif; font-size: smaller; font-weight: bold; color: #000099; }
.style15 {
	color: #000099;
	font-weight: bold;
}
 */


