/*
  $Id: stylesheet.css,v 1.57 2003/07/23 15:31:35 dgw_ Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

  Shoppe Enhancement Controller - Copyright (c) 2003 WebMakers.com
  Linda McGrath - osCommerce@WebMakers.com

  Original settings are commented
*/
BODY {
/* WebMakers.com Added: Shoppe Enhancement Controller */
/* To avoid the white flash set the color of the background to match your Outter BGColor */
/* If not using Center Shop then reset background color to #ffffff */
/* background-image: url(images/bg.jpg); 
/*  background: #ffffff; */
 	font-family: Arial, Helvetica, sans-serif;
	color:#103046;
	color:#20608C;
	font-size:12px;
	margin:0;
	padding:0;
  background: #ffffff; 
}

.boxText { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; color:#000000; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #3393BB; text-decoration: underline; } /* Edit button on checkout_confirmation.php */
  .orderEdit a:hover   { color:#FFB500;  }
  .orderEdit a:active  { color:#FFB500;  }


FORM { display: inline; }

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;	
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

a           { color: #3393BB; text-decoration:none; }
  a:link    {  }
  a:visited {  }
  a:hover   { color:#FFB500;  }
  a:active  { color:#FFB500;  }



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

/**
 *	"header Navigation" formats the cart navigation "log in ... checkout"
 *
 */

TR.headerNavigation {
/*	BACKGROUND-IMAGE: url(images/header_bar_bluelines.gif) repeat; */
/*   background: #408080; */
  background: #ffffff;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
/*   background: #408080; */
  background: #ffffff; 

/*	BACKGROUND-IMAGE: url(images/header_bar_bluelines.gif); BACKGROUND-REPEAT: repeat */
  color: #339933;

/*  color: #000000; */
  font-weight : bold;
}


A.headerNavigation {
  color: #339933;
/*  color: #000000; */
}
  a.headerNavigation:link { color: #339933; }
  a.headerNavigation:visited { color: #339933; }
  a.headerNavigation:hover { color:#33CCFF;}
  a.headerNavigation:active { color:#33CCFF;}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 12px; */
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #FFCC99;
}

TD.headerInfo {
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 12px; */
  font-size: 11px;
  background: #FFCC99;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/**
 * "footer" controls the global Footer text and links 
 * special settings for 
 * container: the block element containing all the links
 * div,span,td: the block element containing individual links
 * a the colors for the links
 * text-align is inherited from the parent block
 *                       
 */
.footerContainer { padding:10px 10px 20px 10px; }
.footer {
	font-size:11px;text-decoration:none;
	color:#333333;
	
}
  a.footer:link {  }
  a.footer:visited {  }
  a.footer:hover  { color:#3393BB;   }
  a.footer:active { color:#3393BB;   }

/* MAIN BOXES ON CATALOG PAGE */

/* .infoBox CREATES THE BORDER AROUND BOXES */
.infoBox {
	background: #339933;
}

/* .infoBoxContents CREATES THE INTERIOR COLOR OF THE INFO BOXES */

.infoBoxContents {
	background:#ffffff; 
  font-size: 10px;
}

.buttonBox {
	background: #ffffff;
}

/* .buttonBoxContents CREATES THE INTERIOR COLOR OF THE BUTTON BOXES (Continue Shopping, etc) */

.buttonBoxContents {
	background:#ffffff; 
}

/* .infoBox2 CREATES THE BORDER BOX AROUND ADVANCED SEARCH */
.infoBox2 {
  background: #1f1f21;

}

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

  
}

/* .infoBoxMain Monte Added For Main Page Random Image */
.infoBoxMain {
  background: #1f1f21;
}

/* .infoBoxMainContents Monte Added For Main Page Random Image CREATES THE INTERIOR COLOR OF Main Box */

/* .infoBoxContents CREATES THE INTERIOR COLOR OF BOXES IN THE LEFT HAND COLUMN */



.infoBoxNotice {
  background: #CC9900;
}

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


/* .infoBoxHeading CREATES THE INTERIOR COLOR OF HEADER BOXES */

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
/*  background: #2d65b6; */
  background: #339933;
  color: #ffffff;
  vertical-align: middle;
}

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: #f8f8f9; */
/*  background: #f4f7fd; */
  background: #ffffff;
  color: #2d65b6;
}

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: #ffffff;
  color: #2d65b6;
}

TABLE.productListing {
	/* border:1px;
     border-style: solid;
     border-color: #339933; 
	*/
  border-collapse: collapse; /*causes borders to overlap */
}

div.productListing {
	padding:0px 10px 15px 0px;
}

td.productListing-image{
	padding:0px 10px 0px 0px;
	border:1px;
	border-right-style:none;
  border-bottom-style:solid;
	border-top-style:solid;
  border-left-style:solid;
  border-color: #339933;
}

/* turned off
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}
*/

/* TEXT COLOR FOR SHOPPING CART HEADERS */

div.productListing-heading{
  padding:5px 0px 15px 0px;
	}

A.productListing-heading {

	font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #20608C;
  font-weight: bold;
}

A.productListing-heading:HOVER {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFB500;
  font-weight: bold;
}

TR.productListing-heading {
  background: #E5F3DC;
}

/* CHANGES COLOR OF HEADING TEXT "Description" - CHANGES COLOR OF SHOPPING CART HEADING BACKGROUND */

TD.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #E5F3DC;
  color: #339933;
  font-weight: bold;
	border:1px;
  border-style: solid;
  border-color: #339933;
/*  font-variant: small-caps; */
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
	border:1px;
	border-collapse:collapse;
	border-bottom-style:solid;
	border-top-style:solid;
  border-right-style:solid;
	border-left-style:solid;
  border-color: #339933;
  border-spacing: 1px;
  color: #2d65b6;


}

a.productListing-data { font-size:10px; color: #20608C; font-weight:normal; text-decoration:none; }
  a.productListing-data:link    { }
	a.productListing-data:visited { }
	a.productListing-data:hover   { color:#FFB500; }
	a.productListing-data:active  { color:#FFB500; }

/* ADDED STYLE FOR THE <TD> TAGS IN SHOPPING CART */

TD.productListing-data-shop {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border-top:0px;
  border-bottom:0px;
  border-left:0px;
  border-right:0px;
  border-style: solid;
  border-color: #339933;
  border-spacing: 1px;
  color: #000000;

}

a.productListing-data-shop { 
	font-size:10px; font-weight:bold; color:#3393BB; text-decoration:none;  
	}
  a.productListing-data-shop:link    { }
	a.productListing-data-shop:visited { }
	a.productListing-data-shop:hover   { color:#FFB500;}
	a.productListing-data-shop:active  { color:#FFB500;}


A.pageResults {
  color: #000000;
}

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

TD.pageHeading, DIV.pageHeading, FONT.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 20px; */
  font-size: 14px;
  font-weight: bold;
	color:#20608C;
}

TD.pageHeading2, DIV.pageHeading2 {
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 16px; */
  font-size: 9px;
/*  font-weight: bold; */
  color: #000000;
}

TD.pageHeading3, DIV.pageHeading3, FONT.pageHeading3 {
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 20px; */
  font-size: 9px;
  font-weight: normal;
  color: #000000;
}


TR.subBar {
  background: #f4f7fd;
}

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

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

.maininfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #000000;
}

TD.main2, P.main2, SPAN.main2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.25;
}

TD.main3, P.main3, SPAN.main3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 1.25;
}

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

/* Moved Down lower */
TD.accountCategory_OLD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 12px; */
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 12px; */
  font-size: 11px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 12px; */
  font-size: 11px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}



/*  font-size: 12px; */
SPAN.greetUser_OLD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  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-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 12px; */
  font-size: 11px;
  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: #f7f5f5; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #cad8ec; }

.checkoutBarFrom, .checkoutBarTo {font-size:10px; color:#3393BB;  }
  a.checkoutBarFrom, a.checkoutBarTo { text-decoration:none; }
  a.checkoutBarFrom:hover, a.checkoutBarTo:hover  { color:#FFB500; }
	
.checkoutBarCurrent {font-size:11px; font-weight:bold; color:#3393BB; }

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #EAD47B; }

/* input requirement */

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


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
// ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// ::::::::::::::::::::::::: NEW STYLES :::::::::::::::::::::::::::::::::
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* WebMakers.com Added: New Styles */

/* LOGIN CLASSES */
TD.accountCategory {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-ALIGN: left;
}
SPAN.greetUser {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #009148; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* WebMakers.com Added: Quantity Controller */
/* ERROR MESSAGES ON QUANTITY AND UNITS */
TD.QtyErrors, P.QtyErrors {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color= #FF0000;
  line-height: 1.5;
}

/* BOF: For Discount Prices */
TD.DiscountPriceTitle, P.DiscountPriceTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
	color: #FF0000;
  line-height: 1.0;
}

TD.DiscountPriceQty, P.DiscountPriceQty {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
	color: #FF0000;
  line-height: 1.0;
}

TD.DiscountPrice, P.DiscountPrice {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
	color: #000000;
  line-height: 1.0;
}

TD.QuantityDiscountAvailable, P.QuantityDiscountAvailable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
	color: #FF0000;
}
/* EOF: For Discount Prices */

/* BOF: PRICES */
TD.pageHeadingPriceSavings, DIV.pageHeadingPriceSavings {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #A62A2A;
}

TD.pageHeadingPrice, DIV.pageHeadingPrice {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #339933;
}

TD.pageHeadingPriceWholesale, DIV.pageHeadingPriceWholesale {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #0000FF;
}

TD.pageHeadingPriceList, DIV.pageHeadingPriceList {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.pageHeadingPriceRebate, DIV.pageHeadingPriceRebate {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #D1AF0E;
}

TD.pageHeadingRebateSavings, DIV.pageHeadingRebateSavings {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #388E8E;
}
/* EOF: PRICES */


/* BOF: Define an Outline style */
.outline {
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color: #1f1f21;
}
/* EOF: Define an Outline style */

/* box2.php */
.infoBox2 {
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
}

/* Shopping Cart Styles */
TD.ShoppingCartPrices, P.ShoppingCartPrices {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
}

TD.ShoppingCartSavings, P.ShoppingCartSavings {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FF0000;
  line-height: 1.5;
}

TD.ShoppingCartRebateSavings, P.ShoppingCartRebateSavings {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #D1AF0E;
  line-height: 1.5;
}

/* Shopping Cart Rows */
TR.productListing-odd_shopping {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border: #2D65B6;
  background: #d5d5d5;
}

TR.productListing-even_shopping {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border: #2D65B6;
  background: #ebebeb;
}

/* BOF: Sample colors for product listing */

a.productListing-data-norm { font-size:12px; color: #20608C; font-weight:normal; text-decoration:none; }
  a.productListing-data-norm:link    { }
	a.productListing-data-norm:visited { }
	a.productListing-data-norm:hover   { color:#FFB500; }
	a.productListing-data-norm:active  { color:#FFB500; }
	

A.productListing-data-bold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #2d65b6;
}

A.productListing-data-bold:HOVER {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #2D65EC;
}


/* EOF: Sample colors for product listing */


TD.ShoppingCartmainRed, P.ShoppingCartmainRed {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FF0000;
  line-height: 1.5;
}

A.ShoppingCartError {
  color: #FF0000;
  text-decoration: none;
}

A.ShoppingCartError:hover {
  color: #FF0000;
  text-decoration: underline;
  background: #8080FF;
}

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

TD.ShoppingCartHelp_main, P.ShoppingCartHelp_main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.25;
}

TD.ShoppingCartShipping_main, P.ShoppingCartShipping_main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.25;
}


/* BOF: Category Text Description Top Level and SubLevel */
TR.CategoriesDescriptionTop {
/*    background: #9a0199; */
}

TD.CategoriesDescriptionTop {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
/* background: #980A7A; */
/*  color: #000000; */
  font-weight: normal;
  line-height: 1.5;
  padding-right: 5px;
  padding-left: 5px
}

TR.CategoriesDescriptionSub {
  background: #d2e9fb;
}

TD.CategoriesDescriptionSub {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
  color: #000000;
  font-weight: normal;
/*  line-height: 1.5; */
  padding-right: 5px;
  padding-left: 5px
}

 /* EOF: Category Text Description Top Level and SubLevel */

/* Caution Messages */
TR.Caution {
  background: #EBCB14;
}

TD.Caution {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #FFFF00;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 5px;
  padding-left: 5px
}

/* Categories and Manufacturer default.php */
TD.pageHeading_section, DIV.pageHeading_section {
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 16px;
  font-weight: bold;
  /* color: #9a9a9a; */
  color: #339933;
}


/**
 * category-link is the header/link to the product page from the product info page 
 */
a.category-link { font-size:16px; color:#FFB500; font-weight:bold; text-decoration:none; }
  a.category-link:link    { }
  a.category-link:visited { }
  a.category-link:hover   { color:#339933; }
  a.category-link:active  { color:#339933; }



TD.product_info_BODY {
/*
  background-image: url(images/bg.jpg);
  BACKGROUND-REPEAT: off;
*/
}

TR.product_info_BODY {
/*
  background-image: url(images/bg.jpg);
  BACKGROUND-REPEAT: off;
*/
}

TABLE.product_info_BODY {
/*
  background-image: url(images/bg.jpg);
  BACKGROUND-REPEAT: off;
*/
}

/* BACKGROUND COLOR OF MAIN TABLE */

TABLE.HeaderBackground {
/* background-image: url();
 BACKGROUND-REPEAT: none */ 
 background: #ffffff;
/*  background: #980a7a; */
}

TABLE.HeaderBackground2 {
/*  background-image: url(images/clouds.jpg); */
/* BACKGROUND-REPEAT: repeat */
/*  background: #000000 */
  background: #980a7a;
}

TD.ShoppingCart, P.ShoppingCart, SPAN.ShoppingCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: bold;
  color: #000000;
  line-height: 1.5;
}

TD.ShoppingCartAttributes, P.ShoppingCartAttributes, SPAN.ShoppingCartAttributes {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
  color: #000000;
  line-height: 1.5;
}

TD.ShoppingCartAttributesError, P.ShoppingCartAttributesError, SPAN.ShoppingCartAttributesError {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
  color: #FF0000;
  line-height: 1.5;
}

TD.ProductIsFree, P.ProductIsFree, SPAN.ProductIsFree {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: bold;
  color: #FF0000;
}

TD.ProductIsShowroomOnly, P.ProductIsShowroomOnly, SPAN.ProductIsShowroomOnly {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: bold;
  color: #0000FF;
}

/* Downloads not available message */
TD.DownloadsMsg, P.DownloadsMsg{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
  color="FF0000";
}


/* Show Cart Details */
TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {
/* <FONT COLOR="bbc3d3" FACE="Arial" SIZE="1"> */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color="bbc3d3";
}

 /* Show Header Page Links */
TR.HeaderPageLinksLeft, TD.HeaderPageLinksLeft, P.HeaderPageLinksLeft {
  background-image: url(images/button_blank_left.gif);
}
TR.HeaderPageLinksRight, TD.HeaderPageLinksRight, P.HeaderPageLinksRight {
  background-image: url(images/button_blank_right.gif);
}
TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
  background-image: url(images/button_blank_middle.gif);
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
/*  background: #408080; */
  color: #1f1f21;
}
A.HeaderPageLinks {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
A.HeaderPageLinks:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
/*  background: #00FF00; */
  color: #00FF00;
}

/* All Products */
TR.AllProducts {
  background: #d2e9fb;
}

TD.AllProducts {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 5px;
  padding-left: 5px
}

/* Attributes Qty:Prices Onetime Charges */
TR.AttributesQtyPricesOntime-odd {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border: #FF0000;
  background: #d5d5d5;
}

TR.AttributesQtyPricesOntime-even {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border: #FF0000;
  background: #ebebeb;
}

/* CHANGES THE HEADER BACKGROUND PAGE */

TR.ProductDescription {
/*  background: #1f1f21; */
}



TD.ProductDescription, SPAN.ProductDescription, P.ProductDescription, div.ProductDescription {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}

.messageStackCaution { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #FFFF00; }

A.BoxLinks {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}
A.BoxLinks:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
/*  background: #00FF00; */
  color: #ffffff;
  text-decoration: underline;
}

/* Poll Booth */
TD.pollBoxRow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px;
}
TD.pollBoxText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px;
}
TR.pollOptRow {
  background: #f1f9fe;
}
TR.pollFooter {
  background: #f1f9fe;
}

/* BOF: column styles */
TABLE.ColumnLeft {


}
TR.ColumnLeft {
}
TD.ColumnLeft {
	padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;

}
TABLE.ColumnRight {
/*  background: #171d2b; */
}
TR.ColumnRight {
/*  background: #171d2b; */
}
TD.ColumnRight {
/*  background: #171d2b; */

}
/* EOF: column styles */

/* footer Back Ground */
TABLE.footerTable {
/*  background: #2D65B6; */
/*  background-image: url('images/footer_background.jpg'); 
  background-repeat: repeat; */
}

/* footer middle */
TD.footerMiddle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

/* Header Navigation Bar Additional Links */

TR.headerNavigationBarLink {
/*   background: #408080; */
/*	BACKGROUND-IMAGE: url(images/header_bar_green2.gif) repeat; */
}

TD.headerNavigationBarLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #408080;
/*	BACKGROUND-IMAGE: url(images/header_bar_green2.gif); BACKGROUND-REPEAT: repeat */
/*  color: #ffffff; */
  color: #336600;
  font-weight : bold;
}

/**
 * "headerNavigationBarLink2" controls the global Cart navigation 
 * in the blue bar just below the header
 * special settings for 
 * div,span,td: the block element containing all links
 * a: the colors for the links
 *                        
 */ 
.headerNavigationBarLink2 {	
 	color:#ffffff;
	text-decoration:none;
 	font-size:11px;	
	text-align:right;
}
  div.headerNavigationBarLink2,span.headerNavigationBarLink2,td.headerNavigationBarLink2{
		background-color:#3393BB;
		background-image:url(images/blue_rule_bg.gif);
		background-repeat:repeat;
		background-attachment:fixed;
		background-position:left;
		padding-right:10px;
		width:100%;
	}
  a.headerNavigationBarLink2:link {  }
  a.headerNavigationBarLink2:visited {  }
  a.headerNavigationBarLink2:hover { color:#9BC9D8; }
  a.headerNavigationBarLink2:active { color:#9BC9D8; }



A.headerNavigationBarLink {
/*  color: #FFFFFF; */
  color: #000000;
}

A.headerNavigationBarLink:hover {
/*  color: #ffffff; */
  color: #EAD47B;
}

a.headerNavigationBarLinkBreadCrumbs { color:#339933; }
  a.headerNavigationBarLinkBreadCrumbs:link { }
  a.headerNavigationBarLinkBreadCrumbs:visited { }
  a.headerNavigationBarLinkBreadCrumbs:hover { color:#FFB500; }
  a.headerNavigationBarLinkBreadCrumbs:active { color:#FFB500; }

/* BOF: Image on Product_info */
A.ProductInfoImage {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;

}

A.ProductInfoImage:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #660066;
  text-decoration: none;
}

/* BOF: Image on Product_info w/BORDER */

A.ProductInfoImage2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

IMG.ProductInfoImage2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}


A.ProductInfoImage2:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #660066;
  text-decoration: none;
}


TABLE.ProductInfoImage {

  border-style: solid;
  float:right;
  border-width: 0px; 
  border-color: #b6b7cb;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;

  
}

 /**
  * "ProductInfoImage" controls the background and borders of 
	*  the Product Detail Box
	*
	*/
TD.ProductInfoImage {

  border-style: solid;
  border-spacing: 0px; 
  border-width: 0px;
  border-color: #000000;
  padding: 5px;
  margin: 0px;
  color: #000000;
  border-collapse: collapse;
 
	background: #ffffff; 
  /* background: #96b2da; */
}
/* EOF: Image on Product_info */

/* BOF: Define Main Page in a box */
.infoBoxDefineMainpage {
/*  background: #b6b7cb; */
  background: #3366ff;
}

.infoBoxContentsDefineMainpage {
/*  background: #f8f8f9; */
  background: #ccffcc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}


/* STYLES FOUND ON THE CAT/INDEX.php PAGE */

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
}
.style4 {
	color: #2E65B8;
	font-weight: bold;
}
.style5 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC66;
	margin: 0px;
	padding: 0px;
}


TABLE.main-table-md {
padding:0px;
margin:0px;
/*border-top: 0px;
border-left: 1px;
border-right: 1px;
border-bottom: 1px;
border-style: solid;
border-spacing: 0; 
border-color: #2E65B8;
border-collapse: collapse;

background: #ffffff; */

}

.welcome-text {
  font-weight: bold;
  color: #FFB500;
  text-decoration: none;
}


/* add image borders - comment out to remove the borders */
/* suggested by Paul Math */
/*
td.productListing-data img {border: 2px #09f groove;}
td.productListing-data a:hover img {border: 2px red groove;}
*/



/*  Bright Green Idea classes */

/**
 * "headerLeft" controls the top left cell of the global header 
 * special settings for 
 * div,span block element containing cell
 * td block element containing cell
 * a: the colors for the links
 *                        
 */ 
.headerLeft{
  	text-align:left;
		width:50%;
		padding-top:5px;
		padding-left:8px;
	}
  td.headerLeft{ display:table-cell; }
	div.headerLeft, span.headerLeft { display:table-cell; }
	



/**
 * "headerRight" controls the top right cell of the global header 
 * special settings for 
 * div,span block element containing cell
 * td block element containing cell
 * a: the colors for the links
 *                        
 */ 
.headerRight{
		background-color:#ffffff; 
		background-image:url(images/leaf_watermark.jpg);
		background-repeat:no-repeat;
		background-attachment:inherit; 
		background-position:right;
		text-align:right;
		padding-top:20px;
		padding-right:45px;	
		width:50%;
	}
  td.headerRight { display:table-cell; }
	div.headerRight, span.headerRight { display:table-cell; }

/**
 * "navigationTop" controls the global Site navigation 
 * below the blue bar (Home, About Us, etc)
 * special settings for 
 * div,span,td: the block element containing all links
 * a: the colors for the links
 *                        
 */ 
.navigationTop {
	color:#339933;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}
	div.navigationTop,span.navigationTop,td.navigationTop{
		padding-top:3px;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:0px;
	}
	 
  a.navigationTop:link {  }
  a.navigationTop:visited {  }
  a.navigationTop:hover  { color:#FFB500; }
  a.navigationTop:active { color:#FFB500; }

/**
 * "navigationSide" controls the global Category navigation 
 * on the Left hand side of the page
 * special settings for 
 * container: the block element containing all the links
 * div,span,td: the block element containing individual links
 * a the colors for the links
 *                        
 */
.navigationSideContainer{	padding:0px 20px 20px 0px; width:220px; }
.navigationSide {
  color:#3393BB;
  font-size:13px;
  font-weight:bold;
	text-decoration:none;
}
.navigationSideActive {
  color:#FFB500;
  font-size:13px;
  font-weight:bold;
	text-decoration:none;
}
  div.navigationSide,span.navigationSide,td.navigationSide {
	 	padding-top:5px;
 		padding-left:10px;
 		padding-right:10px;
 		padding-bottom:4px;
 		border-bottom-color:#9CCAD9;
		border-bottom-style:solid;
		border-bottom-width:thin;
 		
 	}
	
  a.navigationSide:link { }
  a.navigationSide:visited { }
  a.navigationSide:hover { color:#FFB500;}
  a.navigationSide:active { color:#FFB500;}
	
	a.navigationSideActive:link { }
  a.navigationSideActive:visited { }
  a.navigationSideActive:hover { color:#FFB500;}
  a.navigationSideActive:active { color:#FFB500;}

.subCategoryName {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
	color:#3393BB;
}

  a.subCategoryName:link { }
  a.subCategoryName:visited { }
  a.subCategoryName:hover { color:#FFB500;}
  a.subCategoryName:active { color:#FFB500;}
