body { 
  background-color: white; 
  padding: 0px; 
  margin: 0px;
  color: #333; 
  font-size: 12px; 
  font-family: Verdana; 
  line-height: 18px;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
p, ol, ul, td {
  margin: 5px;
}
p {
  font-size: 12px; 
  line-height: 18px;
}
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

p#pagination, p.pagination {
  font-weight: bold;
  margin: 15px;
}
a, a:visited, a:hover { 
  color: #060; 
}
a:hover { 
  background-color: #F3EC87; 
}
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
#new-rfq-form .fieldWithErrors {
  display: inline;
  float: left;
}
#new-rfq-form p {
  clear: both;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

label {
  display: block;
  float: left;
  width: 15em;
  clear: both;
  font-weight: bold;
}
.new-listing label {
  display: inline;
  width: auto;
  margin-right: 0.5em;
}
.hidden {
  display: none;
}
.button-to {
  float: left;
  margin-right: 10px;
}
#rfq-cart {
  border: 1px solid black;
  float: right;
  width: 150px;
  padding: 8px;
}
#rfq-cart ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#rfq-cart ul li {
  margin-bottom: 10px;
  line-height: 0.95;
}
.rfq-highlight {
  background-color: #ffcc33;
}
.rfq-item td a {
  text-decoration: underline;
}
#empty-rfq-cart {
  background-color: #ffcc33;
  font-weight: bold;
  padding: 1em;
}
p.a-to-z a, p.a-to-z a:hover, p.a-to-z a:active {
  font-weight: bold;
  font-size: 130%;
}
#listing-form {
  float: left;
}
#plant-list .plant-description {
  margin-top: 0px; 
  font-style: italic;
}
dl#rfq-preview dt {
  font-weight: bold;
  float: left;
  width: 10em;
  clear: both;
}

#header {
  background-color: #f0ffd5;
  padding-bottom: 10px;
  border: 1px solid #f0ffd5; 
  margin: 0px
}
div#content, div#header {
  padding: 0px 25px;
}

#footer {
   padding: 10px 25px; 
   background-color: #F0FFD5; 
   margin: 10px 0px 0px 0px;
}
  #footer p {
    margin-bottom: 0px;
  }
.navigation {
  border-top: 1px solid black;
}
#header img {
  float: left;
}
#header .navigation {
  float: left;
  margin-top: 50px;
  margin-left: 30px;
}

.pagination {
  margin: 1.5em 0px 1.5em 25px;
}
.notice {
  color: red;
  font-size: 120%;
  background-color: #ffcc33;  
  padding: 2px;
}
h1 {
  color: #32321c; 
  font-family: Verdana; 
  font-weight: bold; 
  margin: 0.67em 0;
  font-size: 24px;
}
h2 {
  font-weight: bold; 
  margin: 0.83em 0 0.83em 25px;
  font-style: normal;
  font-size: 20px;
}
dl#manage-listing dt {
  font-weight: bold;
  width: 200px;
  float: left;
  margin-bottom: 0.5em;
}
dl#manage-listing dd {
  margin-bottom: 0.5em;
}
p.submit-rfq a {
  font-size: 14px;
  font-weight: bold;
}
.plant-list p.plant-description {
  margin-top: 0px; 
  font-style: italic;
}
h3 {
  color: #ff4000; 
  font-size: 12px; 
  font-weight: bold; 
  line-height: 18px; 
  margin: 1em 0;
}
#rfq-preview dt {
  display: none;
}
#my-plants-navigation {
  font-weight: bold;
  font-size: 100%;
}
.active-letter {
  font-size:130%;
  font-weight:bold;
}