/* TAC Styles */

.txt18C {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.txt14L {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	overflow: visible;

}
.txt14C {
    font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

.txt12L {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
}

.txt12C {
    font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

.txt12R {
    font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

.txt11C {
    font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

/*Body*/
body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size: 62.5%;*/
	color: #000000;
	background-color: #6fa728;
}

/*center main section
-----------------------------------
schmatz this controls the main page titles for all pages in Zen particularly color*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 16px;
  font-weight: bold;
  /*color: #9a9a9a;*/
  color: #215e21;
  padding-top: 11px;
}

/********************************************************************/
/* NOTE: This is the color to change the org name to color: #f09301;*/
/********************************************************************/

/*schmatz title listing on Product Image, Item Name, Price By adding
this to this css the color stays white.*/
/*schmatz created to control product list sort colors*/	
TH.productListing-heading A, TH.productListing-heading A:visited {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
}

/*All of the following have tile_back.jpg in stylesheet_original.css*/

/*This changes the top navigation bar*/
TABLE.headerNavigation {
  background-image: url(../images/tile_back.jpg);
  background-color: #abbbd3;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  width: 100% !important;
}

/*Changed right and left sideboxes TOP color.*/
TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #abbbd3;
  /*text-align: center;*/
  background-image: url(../images/tile_backgreen.jpg);
}
/*Changed right and left sideboxes BOTTOM color of the side box.*/
.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #abbbd3;
  background-image: url(../images/tile_back.jpg);
  margin-bottom: 15px;
}

/*Changed the footer*/
TR.footertop {
  background: #abbbd3;
  background-image: url(../images/tile_back.jpg);
  font-size: 11px;
}

  
/*Change the backcolor of the middle product title box*/
h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
	background-image: url(../images/tile_back.jpg);
	font-size: 1em;
	color: #ffffff;
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #9a9a9a;
	}

/*Uses tileback.jpg*/
#navEZPagesTop {
	background-image: url(../images/tile_backgreen.jpg);
	background-repeat: repeat-x;
	border: 1px solid #9a9a9a;
	}

/*Green Background Anchor colors are black and white*/
A.green-background {
  /*color: #008000;*/
  color: #000000;
  text-decoration: none;
}
A.green-background {
  /*color: #004080;*/
  color: #000000;
  text-decoration: none;
}
A:hover.green-background {
  color: #ffffff;
  text-decoration: none;
}

/*footer-2 Anchor colors are gark green and gold*/
A.footer-2 {
  /*color: #008000;*/
  color: #512e21;
  text-decoration: none;
}
A.footer-2 {
  /*color: #004080;*/
  color: #512e21;
  text-decoration: none;
}
A:hover.footer-2 {
  color: #6fa728;
  text-decoration: none;
}

/*for templates/tac1/templates/tpl_index_default.php*/
h1.index_heading_title {
  font-size: 1.3em;
  text-align: center;
}

/*for Greetings languages/english/html_includes/tac1/define_page_4.php*/
.greetings_box {
  background-color: #c9e8a1;
  border: thick double #c9e8a1;
  color: #000000;
}

.greetings_heading_title {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.greetings_heading_title_left {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.greetings_text {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.greetings_text_small {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.greetings_text_strong {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.ivy_horizontal {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
