/* General styles */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 75%;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff url(http://www.mycogen.com/images/global/background.gif) top left repeat-y;
}
p {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
h2 {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  font-weight: bold;
  font-size: 1.2em;
}
h3 {
  margin: 1em 0 0 0;
  padding: 0 0 0 0;
  font-weight: bold;
  font-size: 1em;
}

/* Lists */
ul {
  margin: 0 0 1em 2em;
  padding: 0 0 0 0;
}
ul ul {
  margin-top: 1em;
}
ul.plain {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
ul.plain li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* General link styles */
a:link {
  color: #339;
  text-decoration: none;
}
a:visited {
  color: #666;
  text-decoration: none;
}
a:active {
  color: #00A21C;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

tr#content-row a.feature  {
  color: #00A21C;
  font-weight: bold;
  text-decoration: none;
}
#content-row-body a, #content-row-body-wide a {
  text-decoration: underline;
}
/* Main table structure */
#global-header-row {
  background-color: #fff;
}
#main-table {
  width: 100%;
}
#header-row {
  height: 30px;
}
#header-row-left {
  background-color: #e0e0e0;
  width: 149px;
  margin-right: 1px;
  border-bottom: 1px #fff solid;
  border-right: 1px #fff solid;
}
#header-row-right {
  background-color: #ccc;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px #fff solid;
}
#content-row {
  width: 100%;
}
#content-row-navigation {
  width: 139px;
  vertical-align: top;
  border-right: 1px #fff solid;
  padding-right: 10px;
  font-size: .95em;
  background-color: #eee;
}
#content-row-body {
  text-align: left;
  vertical-align: top;
  padding: 0 0 0 0;
  margin-top: 0;
}
#content-row-homepage-body {
  text-align: left;
  vertical-align: top;
  padding: 0 0 0 0;
}
#content-row-right {
  text-align: left;
  vertical-align: top;
  padding: 20px 20px 0 20px;
  margin: 0 0 0 0;
  border-collapse: collapse;
}

#content-row-right a {
  font-weight: normal;
  text-decoration: underline;
}

#footer-row {
  font-size: .95em;
}
#footer-row-left {
  background-color: #eee;
  width: 149px;
  border-right: 1px #fff solid;
}
#footer-row-right {
  padding-left: 20px;
}

/* Site title bar */
#site-title {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: left;
  vertical-align: bottom;
  border: 0 #F00 solid;
}

#site-title img {
  border: 0 #0F0 solid;
  vertical-align: bottom;
}

#language-toggle {
  margin: 0 0 0 0;
  padding: 9px 10px 9px 10px;
  float: right;
  font-size: 12px;
  line-height: 12px;
}

/* Left-hand navigation */
.section-navigation ul {
  margin: 20px 0 0 25px;
  padding: 0 0 0 0;
}
.section-navigation ul li,
.secondary-navigation ul li.nav-list-head {
  list-style-image: url(http://www.mycogen.com/images/global/nine_dot_bullet.gif);
  margin: 0 0 .5em 0;
  font-weight: bold;
  color: #333;
}
.section-navigation ul li a {
  color: #00A21C;  
}
.section-navigation ul li a:visited {
  color: #00A21C;  
}
.section-navigation ul li ul {
  margin: 0 0 0 10px;
  padding: .45em 0 0 0;
}
.section-navigation ul li ul li {
  margin: 0 0 0 0;
  padding: 0 0 .45em 0;
  list-style-type: none;
  list-style-image: none;
  font-weight: normal;
}

.secondary-navigation-home-link {
  margin-top: 6em;
}

.secondary-navigation ul {
  margin: 20px 0 0 25px;
  padding: 0 0 0 0;
}
.secondary-navigation ul li {
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 .5em 0;
  font-weight: normal;
}
.secondary-navigation ul li ul {
  margin: .5em 0 0 10px;
  padding: 0 0 0 0;
}
.secondary-navigation ul li a {
  color: #00A21C;  
}
.secondary-navigation ul li a:visited {
  color: #00A21C;  
}

/* Right-hand modules */
div.module-header {
  background-color: #e5e5e5;
  background-image: url(http://www.mycogen.com/images/global/nine_dot_bullet.gif);
  background-position: center right;
  background-repeat: no-repeat;
  padding: 0 0 0 5px;
  margin-bottom: 10px;
  width: 185px;
  height: 13px;
  border-right: 5px #e5e5e5 solid;
  font-weight: bold;
  color: #343434;
}
div.module-content {
  padding: 2px 2px 2px 5px;
  width: 192px;
}

div.module-header a {
	font-weight: bold;	
}

div.module-header-faux {
  background-color: #e5e5e5;
  background-image: url(http://www.mycogen.com/images/global/nine_dot_bullet.gif);
  background-position: center right;
  background-repeat: no-repeat;
  padding: 0 0 0 5px;
  height: 13px;
  border-right: 5px #e5e5e5 solid;
  font-weight: bold;
  color: #343434;
}

/* Main content area */
.content-row-body-copy-home {
  padding: 0 0 20px 20px; 
}

.content-row-body-copy {
  padding: 20px 20px 20px 20px;  
}

/* Product select lists */
.product-classification-box {
  border: 1px solid #CCC;
}

/* Global header */
#global-header a:link, #global-header a:visited {
  color: #00A21C;
  font-weight: bold;
  background-color: #fff;
}
.global-header-top-row {
  background-color: #fff; 
}
.global-header-logo {
  background-color: #fff; 
}
.global-header-search {
  color: #666;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  font-size: .9em;
  padding-top: 15px;
  padding-right: 5px;
  background-color: #fff; 
}
.global-search-form {
  display: inline; 
}
.global-header-variable {
  text-align: right;
  vertical-align: bottom;
  padding-right: 5px;
  padding-bottom: 10px;
  background-color: #fff; 
  color: #666;
  font-weight: bold;
}
.search-go-button {
  padding-top: 2px; 
}

/* Global footer */
.footer-block {
  border-top: 1px #666 solid;
  width: 100%;
  padding-top: 5px;
}
.footer-block a {
  padding-right: 1em;
}
.breadcrumb {
  font-weight: bold;
  padding-bottom: 5px;
}

.grey-text {
  padding-top: 1em;
  color: #666;  
}

.trademark {
  color: #666;
  font-size: .85em;
}
#content-row-homepage-body p.trademark {
  margin: 12px 0 12px 20px;
}

/* Table Styles */
table.data {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  border-collapse: collapse;
  border: 0;
  /* clear: both; */
}
table.data td {
  padding: 4px;
  border: 1px solid white;
}
tr.gray-row td {
  color: black;
  background-color: #eee;
  vertical-align: top;
}
tr.white-row td {
  color: black;
  background-color: white;
  vertical-align: top;
}
tr.table-heading td {
  color: #eee;
  font-weight: bold;
  background-color: #666;
  vertical-align: bottom;
}
tr.table-subheading td {
  color: black;
  font-weight: bold;
  background-color: #999;
  vertical-align: bottom;
}
table.data-table ul {
  margin-top: 0;
  margin-bottom: 0;
}
table.data-table ul li {
  margin-left: -25px;
}

/* Table cell alignment */
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}

/* Place padding around inline images. */
div.image-left {
  float: left;
  padding: 0 10px 10px 0;
  clear: left;
  font-weight: bold;
  font-size: 11px;
}
div.image-right {
  float: right;
  padding: 0 0 10px 10px;
  clear: right;
  font-weight: bold;
  font-size: 11px;
}

/* Vertical styles */
#header-row-right-vert {
  background-color: #ccc;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px #fff solid;
  width: 100%;
}

div.module-header-vert {
  background-color: #e5e5e5;
  background-image: url(http://www.mycogen.com/images/global/nine_dot_bullet.gif);
  background-position: center right;
  background-repeat: no-repeat;
  padding: 0 0 0 5px;
  margin-left: 0;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 330px;
  height: 13px;
  border-right: 5px #e5e5e5 solid;
  font-weight: bold;
  color: #343434;
}

div.module-content-vert {
  padding: 2px 2px 2px 5px;
  margin-left: 0;
  margin-right: 20px;
  font-size: 100%;
  width: 337px;
}

.content-row-body-copy-home-vert {
  width: 342px;
  padding: 25px 0 20px 20px;
}

.content-row-body-copy-home-vert a {
  text-decoration: underline;
}

#content-row-right-vert a {
  font-weight: bold;
}

.content-row-body-copy-home2 {
  padding: 0 0 20px 0; 
  width: 215px;
}

.hideprint {
  display: none;  
}

.showprint {
  display: inline;  
}

.vertgreycell-left, .vertgraycell-left {
  background-color: #eee;
  text-align: left;
  vertical-align: center;
}

h2.feature-story-headline {
  font-family: Univers Condensed, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 180%;
  color: #00A21C;
  margin-bottom: 8px;
}