/* FRONTEND Stylesheet */
/* Master Stylesheet for Screen Media */

/* html elements
------------------------------------------- */
body, html {
  background: url('/img/frontend/bg.gif') top left repeat-x;
  color: #646464;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  text-align: center;
  width: 100%;
}
a:link,
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #bbd34c;
}
a span {
  display: none;
}
em {
  font-style: italic;
}
p, li {
  line-height: 15px;
}
strong {
  font-weight: bold;
}

/* container
------------------------------------------- */
#container {
  background: #000 url('/img/frontend/0004.gif') 0px 217px repeat-y;
  height: auto;
  min-height: 100%;
  margin: 0px auto;
  width: 780px;
}

/* header
------------------------------------------- */
#header {
  background: #fff;
  height: 217px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
/* header-logo and cart
------------------------------------------- */
/* incomplete & disabled */
#header ul.logo_and_cart {
  display: none;
}

/* header-navigation
------------------------------------------- */
#header ul.navigation {
  background: url('/img/frontend/0002.gif') top left no-repeat;
  height: 217px;
  list-style: none;
  margin: 0px auto;
  overflow: hidden;
  width: 776px;
}
* html #header ul.navigation {
  margin: 0px;
}
#header ul.navigation li {
  background: none;
  float: left;
  margin-top: 145px;
}
#header ul.navigation li a:link,
#header ul.navigation li a:visited {
  display: block;
  height: 15px;
  margin-right: 18px;
}
#header ul.navigation li a:hover {
  background-image: url('/img/frontend/0002.gif');
  background-repeat: no-repeat;
}
#header ul.navigation li.home a {
  width: 41px;
}
#header ul.navigation li.home a:hover {
  background-position: 0px -362px;
}
#header ul.navigation li.products a {
  width: 72px;
}
#header ul.navigation li.products a:hover {
  background-position: -59px -362px;
}
#header ul.navigation li.why_evo a {
  width: 71px;
}
#header ul.navigation li.why_evo a:hover {
  background-position: -149px -362px;
}
#header ul.navigation li.media a {
  width: 45px;
}
#header ul.navigation li.media a:hover {
  background-position: -238px -362px;
}
#header ul.navigation li.retailers a {
  margin-right: 21px;
  width: 70px;
}
#header ul.navigation li.retailers a:hover {
  background-position: -301px -362px;
}
#header ul.navigation li.health a {
  width: 51px;
}
#header ul.navigation li.health a:hover {
  background-position: -392px -362px;
}
#header ul.navigation li.foundation a {
  width: 92px;
}
#header ul.navigation li.foundation a:hover {
  background-position: -461px -362px;
}
#header ul.navigation li.faq a {
  width: 28px;
}
#header ul.navigation li.faq a:hover {
  background-position: -571px -362px;
}
#header ul.navigation li.education a {
  width: 78px;
}
#header ul.navigation li.education a:hover {
  background-position: -617px -362px;
}
#header ul.navigation li.contact a {
  margin-right: 0px;
  width: 63px;
}
#header ul.navigation li.contact a:hover {
  background-position: -713px -362px;
}

/* content
------------------------------------------- */
#content {
  background: url('/img/frontend/0005.gif') top left no-repeat;
  height: auto;
  min-height: 296px;
  margin: 0 auto;
  padding: 8px 3px 0 3px;
  width: 774px;
}
* html #content {
  height: 296px;
  width: 780px;
}

/* page
------------------------------------------- */
.page {
  background: url('/img/frontend/column_bg.gif') 0px 8px repeat-y;
}

/* page info
------------------------------------------- */
.page .info {
  float: left;
  padding: 16px;
  width: 488px;
}
* html .page .info {
  width: 520px;
}
.page .info cite {
  background: #f7f7f7;
  display: block;
  font-size: 11px;
  line-height: 16px;
  margin: 0 auto 8px 25px;
  padding: 5px;
  width: 85%;
}
.page .info h1 {
  color: #bbd34c;
  font-size: 19px;
  line-height: 22px;
  margin: 0 auto 10px auto;
}
.page .info h1 a {
  color: #bbd34c;
  text-decoration: none;
}
.page .info h1 a:hover {
  color: #8fa42d;
  text-decoration: underline;
}
.page .info h2 {
  color: #333;
  font-size: 16px;
  line-height: 19px;
  margin: 0 auto 3px auto;
}
.page .info h2 a {
  color: #333;
  text-decoration: none;
}
.page .info h2 a:hover {
  color: #999;
  text-decoration: underline;
}
.page .info h3 {
  color: #999;
  margin-bottom: 8px;
}
.page .info p {
  margin: 0 auto 8px auto;
}
.page .info p a {
  line-height: 16px;
}
.page .info ol, ul {
  color: #646464;
  list-style: outside decimal;
  margin: 0 auto;
  width: 85%;
}
.page .info li {
  margin: 3px 0;
}

.page .info .markdown h1 {
  margin: 20px auto -15px auto;
}
.page .info .markdown h2 {
  margin: 20px auto 5px auto;
}
.page .info .markdown ol, ul {
  margin: 5px auto 20px auto;
}

/* page info -> indented
------------------------------------------- */
.page .info .indented {
  margin: 0 auto 8px 25px;
  padding: 5px;
  width: 85%;
}
.page .info .indented h2 {
  font-size: 14px;
  margin-bottom: 2px;
}
/* page info -> goto-top
------------------------------------------- */
.page .info .goto-top {
  display: block;
  margin: 3px 0 10px 0;
  text-align: right;
}

/* page info -> icon
------------------------------------------- */
.page .info a.icon {
  display: block;
  float: left;
  height: 16px;
  margin-right: 4px;
}

/* page info -> icon add_address
------------------------------------------- */
.page .info a:link.add_address,
.page .info a:visited.add_address {
  background: url('/img/frontend/add_address.gif') top left no-repeat;
  width: 96px;
}
.page .info a:hover.add_address {
  background-position: bottom left;
}



/* page info -> icon create_account
------------------------------------------- */
.page .info a:link.create_account,
.page .info a:visited.create_account {
  background: url('/img/frontend/create_account.gif') top left no-repeat;
  width: 99px;
}
.page .info a:hover.create_account {
  background-position: bottom left;
}

/* page info -> icon forgot_password
------------------------------------------- */
.page .info a:link.forgot_password,
.page .info a:visited.forgot_password {
  background: url('/img/frontend/forgot_password.gif') top left no-repeat;
  width: 111px;
}
.page .info a:hover.forgot_password {
  background-position: bottom left;
}

/* page info -> icon login
------------------------------------------- */
.page .info a:link.login,
.page .info a:visited.login {
  background: url('/img/frontend/login.gif') top left no-repeat;
  width: 37px;
}
.page .info a:hover.login {
  background-position: bottom left;
}

/* page info -> icon remove
------------------------------------------- */
.page .info a:link.remove,
.page .info a:visited.remove {
  background: url('/img/frontend/remove.gif') top left no-repeat;
  width: 49px;
}
.page .info a:hover.remove {
  background-position: bottom left;
}

/* page info -> icon update
------------------------------------------- */
.page .info a:link.update,
.page .info a:visited.update {
  background: url('/img/frontend/update.gif') top left no-repeat;
  width: 49px;
}
.page .info a:hover.update {
  background-position: bottom left;
}

/* page info -> thumbnail
------------------------------------------- */
.page .info div.thumbnail {
  background: #f9f8f4;
  border: 1px solid #e9eae4;
  float: right;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px;
}

/* page info -> fine
------------------------------------------- */
.page .info span.fine {
  font-size: 11px;
  font-style: italic;
}

/* page sidebar
------------------------------------------- */
.page .sidebar {
  float: right;
  overflow: hidden;
  width: 254px;
}
.page .sidebar span {
  display: none;
}

/* page sidebar -> retailers
------------------------------------------- */
.page .sidebar .retailers a {
  background: url('/img/frontend/shop_retailers.jpg') top left no-repeat;
  display: block;
  height: 103px;
  width: 260px;
}
.page .sidebar .retailers a:link,
.page .sidebar .retailers a:visited {
  background-position: 0px -520px;
}
.page .sidebar .retailers a:hover {
  background-position: 0px -623px;
}

/* page sidebar -> shop evo
------------------------------------------- */
.page .sidebar .shop-evo a {
  background: url('/img/frontend/shop_retailers.jpg') 0px 0px no-repeat;
  display: block;
  height: 259px;
  width: 260px;
}
.page .sidebar .shop-evo a:link,
.page .sidebar .shop-evo a:visited {
  background-position: 0px 0px;
}
.page .sidebar .shop-evo a:hover {
  background-position: 0px -261px;
}

/* page title
------------------------------------------- */
.page .title {
  background: #000;
  color: #fff;
  height: 58px;
}
.page .title img {
  padding-top: 20px;
  padding-left: 18px;
  vertical-align: middle;
}
* html .page .title img {
  margin-top: 20px;
  margin-left: 18px;
}

/* page -> articles
------------------------------------------- */
.page.articles .block {
  margin-bottom: 30px;
}

/* page -> cart
------------------------------------------- */
.page.cart {
  background-image: none;
}
.page.cart .info {
  overflow: hidden;
  padding: 16px;
  width: 742px;
}
* html .page.cart .info {
  width: 100%;
}
.page.cart hr {
  border: none;
  border-top: 3px solid #d7e986;
  margin: 15px 0;
}
.page.cart .flash_for {
  margin-bottom: 0px;
  margin-top: 20px;
  width: 95%;
}

/* page -> cart -> div.checkout-process
------------------------------------------- */
.page.cart div.checkout-process {
  background: url('/img/frontend/checkout-process.gif') 0px 0px no-repeat;
  height: 105px;
  margin: 0 auto 15px auto;
  width: 470px;
}
.page.cart div.checkout-process.two {
  background-position: 0px -105px;
}
.page.cart div.checkout-process.three {
  background-position: 0px -210px;
}
.page.cart div.checkout-process.four {
  background-position: 0px -315px;
}

/* page -> cart -> div.address
------------------------------------------- */
.page.cart div.address.body div.billing {
  background: #efefef;
  border-bottom: 1px solid #ddd;
  float: left;
  margin-left: 15px;
  padding: 8px;
  width: 44%;
}
.page.cart div.address.body div.shipping {
  background: #efefef;
  border-bottom: 1px solid #ddd;
  float: right;
  margin-right: 15px;
  padding: 8px;
  width: 44%;
}
.page.cart div.address.body div.shipping p.shipping {
  display: none;
}

.page.cart div.address.header {
  background: #000;
  clear: both;
  color: #bad24c;
  margin-bottom: 10px;
  padding: 5px 8px;
}

/* page -> cart -> div.block
------------------------------------------- */
.page.cart div.block,
.page.cart div.block hr {
  clear: both;
}

/* page -> cart -> p.address
------------------------------------------- */
.page.cart p.address {
  float: left;
  margin-bottom: 15px;
  padding: 5px;
  width: 50%;
}
.page.cart p.address.none {
  width: 100%;
}

.page.cart p.address a {
  float: none;
  margin-top: 5px;
}

/* page -> cart -> p.select
------------------------------------------- */
.page.cart p.select {
  float: left;
  margin-bottom: 15px;
  padding: 5px;
  width: 30%;
}
.page.cart p.select label {
  color: #999;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
}

/* page -> cart -> table.cart
------------------------------------------- */
.page.cart table.cart {
  margin-bottom: 15px;
  width: 100%;
}
.page.cart table.cart thead {
  background-color: #000;
  color: #bad24c;
}
.page.cart table.cart thead th {
  padding: 5px;
}
.page.cart table.cart tbody tr td {
  line-height: 15px;
  padding: 10px 0;
  vertical-align: middle;
}
.page.cart table.cart tbody tr.row-even {
  background: #f3f3f3;
}
.page.cart table.cart tbody tr.row-odd {
  background: #ebebeb;
}
.page.cart table.cart .quantity {
  background-color: #000;
  border: 1px solid #404040;
  color: #bad24c;
  padding: 2px 0;
  margin-top: 4px;
  text-align: center;
  width: 65%;
}

/* page -> cart -> .summary
------------------------------------------- */
.page.cart .summary {
  color: #444;
  margin-bottom: 15px;
}
.page.cart .summary table {
  width: 100%;
}
.page.cart .summary table tr th {
  font-weight: bold;
  padding: 6px 4px;
  text-align: right;
  vertical-align: top;
  width: 50%;
}
.page.cart .summary table tr td {
  padding: 6px 4px;
  vertical-align: top;
}
.page.cart .summary table tr.total {
  background-color: #d3e461;
  border-top: 4px solid #fff;
}
.page.cart .summary .block {
  background: #dee7b0;
  border: 3px solid #d7e986;
  margin-bottom: 8px;
}
.page.cart .summary .details {
  float: right;
  width: 300px;
}
.page.cart .summary .notes {
  float: left;
  width: 375px;
}
.page.cart .summary .notes .block {
  background: none;
  border: none;
  margin-bottom: 8px;
}
.page.cart .summary .notes ul {
  list-style: outside square;
  margin-left: 20px;
}
.page.cart .summary .update {
  float: right;
  margin-right: 10px;
  width: 220px;
}

/* page -> cart -> ul.functions
------------------------------------------- */
.page.cart ul.functions {
  height: 16px;
  overflow: hidden;
  margin: 0px auto 15px auto;
  width: 385px;
}
.page.cart ul.functions li {
  display: block;
  float: left;
  margin: 0 15px 0 0;
}
.page.cart ul.functions li a {
  background-image: url('/img/frontend/cart_functions.gif');
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  height: 16px;
}
.page.cart ul.functions li a.checkout {
  background-position: -369px 0px;
  width: 62px;
}
.page.cart ul.functions li a.checkout:hover {
  background-position: -369px -16px;
}
.page.cart ul.functions li a.continue {
  background-position: -246px 0px;
  width: 113px;
}
.page.cart ul.functions li a.continue:hover {
  background-position: -246px -16px;
}
.page.cart ul.functions li a.empty {
  background-position: -89px 0px;
  width: 71px;
}
.page.cart ul.functions li a.empty:hover {
  background-position: -89px -16px;
}
.page.cart ul.functions li a.save {
  background-position: -170px 0px;
  width: 66px;
}
.page.cart ul.functions li a.save:hover {
  background-position: -170px -16px;
}
.page.cart ul.functions li a.update {
  background-position: 0px 0px;
  width: 79px;
}
.page.cart ul.functions li a.update:hover {
  background-position: 0px -16px;
}

/* page -> faqs
------------------------------------------- */
.page.faqs .block {
  margin-bottom: 15px;
}


/* page -> home
------------------------------------------- */
.page.home {
  background: url('/img/frontend/black_border.gif') top left repeat-x;
  font-size: 12px;
  padding-top: 10px;
}
.page.home .block {
  display: inline;
  float: left;
}
.page.home .block span {
  display: none;
}

/* page -> home -> education
------------------------------------------- */
.page.home .education a:link,
.page.home .education a:visited {
  background: url('/img/frontend/evo_education.gif') top left no-repeat;
  display: block;
  height: 95px;
  width: 257px;
}
.page.home .education a:hover {
  background: url('/img/frontend/evo_education.gif') bottom left no-repeat;
}

/* page -> home -> evolutionaries
------------------------------------------- */
.page.home .evolutionaries {
  background: #e3e3e3;
  height: 108px;
  padding-top: 10px;
  text-align: center;
  width: 257px;
}
* html .page.home .evolutionaries {
  height: 118px;
}
.page.home .evolutionaries a:link,
.page.home .evolutionaries a:visited {
  color: #99ae38;
  text-decoration: none;
}
.page.home .evolutionaries a:hover {
  color: #666;
  text-decoration: none;
}
.page.home .evolutionaries h1 {
  background: url('/img/frontend/you_should.gif') top left no-repeat;
  height: 19px;
  margin: 9px auto;
  width: 234px;
}
* html .page.home .evolutionaries h1 {
  margin-top: 18px;
}
.page.home .evolutionaries h2 {
  margin: 7px auto;
  width: 234px;
}
.page.home .evolutionaries p {
  color: #000;
  line-height: 16px;
  margin: 5px auto 0 auto;
  width: 234px;
}

/* page -> home -> evo-song
------------------------------------------- */
.page.home .evo-song {
  background: url('/img/frontend/evo_song.gif') top left no-repeat;
  float: left;
  height: 449px;
  margin: 0px;
  width: 257px;
}

/* page -> home -> people
------------------------------------------- */
.page.home .people {
  background: url('/img/frontend/everyday_people_bg.jpg') top left no-repeat;
  height: 162px;
  margin-left: 1px;
  padding-left: 18px;
  padding-top: 39px;
  width: 498px;
}
* html .page.home .people {
  height: 201px;
  width: 516px;
}
.page.home .people a:link,
.page.home .people a:visited {
  color: #505c19;
  text-decoration: underline;
}
.page.home .people a:hover {
  color: #000;
  text-decoration: underline;
}
.page.home .people h1 {
  background: url('/img/frontend/veggie_henry.gif') top left no-repeat;
  height: 42px;
  width: 213px;
}
.page.home .people p {
  color: #000;
  line-height: 13px;
  margin-left: 14px;
  margin-top: 7px;
  width: 265px;
}

/* page -> home -> retailers
------------------------------------------- */
.page.home #shop-song {
  height: 449px;
  overflow: hidden;
  margin-left: 1px;
  width: 516px;
}
.page.retailers .info ul {
  list-style: none;
  width: 90%;
}

/* page -> home -> shop-online
------------------------------------------- */
.page.home .shop-online {
  float: left;
}
.page.home .shop-online a {
  background: url('/img/frontend/shop_evo_online_home.jpg') top left no-repeat;
  display: block;
  height: 449px;
  width: 259px;
}
.page.home .shop-online a:link,
.page.home .shop-online a:visited {
  background-position: top left; 
}
.page.home .shop-online a:hover {
  background-position: bottom left;
}

/* page -> home -> updates
------------------------------------------- */
.page.home .updates {
  border-top: 10px solid #bbd34c;
  height: 96px;
  text-align: center;
  width: 257px;
}
.page.home .updates h1 {
  background: url('/img/frontend/updates.gif') top left no-repeat;
  height: 19px;
  margin: 10px 0px 0px 15px;
  text-align: left;
}
.page.home .updates p {
  color: #000;
  margin: 2px auto 0 auto;
  text-align: left;
  width: 224px;
}
* html .page.home .updates p {
  margin-bottom: 20px;
}

/* page -> home -> why-evo
------------------------------------------- */
.page.home .why-evo {
  background: #000;
  height: 311px;
  margin-top: 2px;
  padding-top: 17px;
  text-align: center;
  width: 257px;
}
* html .page.home .why-evo {
  height: 328px;
  width: 258px;
}
.page.home .why-evo a:link,
.page.home .why-evo a:visited {
  color: #fff;
  text-decoration: none;
}
.page.home .why-evo a:hover {
  color: #666;
  text-decoration: none;
}
.page.home .why-evo h1 {
  background: #000 url('/img/frontend/in_your_dreams.gif') top left no-repeat;
  height: 37px;
  margin: 0 auto;
  width: 224px;
}
.page.home .why-evo h2 {
  color: #fff;
  margin: 20px auto 0 auto;
  width: 224px;
}
.page.home .why-evo p {
  color: #bbd34c;
  margin: 17px auto 0 auto;
  width: 224px;
}

/* page -> products
------------------------------------------- */
.page.products {
  background-image: none;
}
.page.products .info {
  overflow: hidden;
  width: 100%;
}
.page.products .flash_for {
  margin-bottom: 0px;
  margin-top: 20px;
  width: 95%;
}

/* page -> products -> pricing
------------------------------------------- */
.page.products table.pricing {
  border-top: 1px solid #a3b842;
  height: 100px;
  margin-top: 6px;
  overflow: hidden;
  width: 216px;
}
.page.products table.pricing table {
  margin-right: 1px;
  width: 108px;
}
.page.products table.pricing table thead {
  background: #bbd34c;
}
.page.products table.pricing table thead tr th {
  color: #fff;
  padding: 3px 0px 3px 5px;
}
.page.products table.pricing table tbody tr td {
  color: #646464;
  padding: 2px 5px;
}
* html .page.products table.pricing table tbody tr td {
  width: 98px;
}
.page.products table.pricing table tbody tr td span.wholesale {
  color: #646464;
}
.page.products table.pricing table tfoot tr td {
  padding-top: 2px;
}
.page.products table.pricing a.add_to_cart {
  background: url('/img/frontend/add_to_cart.gif') top left no-repeat;
  display: block;
  height: 16px;
  width: 108px;
}
.page.products table.pricing a.add_to_cart:hover {
  background-position: bottom left;
}
.page.products table.pricing .no_variants p {
  padding: 5px;
  text-align: center;
}

/* page -> products -> list
------------------------------------------- */
* html .page.products .info {
  width: 100%;
}
.page.products ul.list {
  color: #646464;
  margin: 0 auto;
  overflow: hidden;
  width: 800px;
}
* html .page.products ul.list {
  margin: 0px;
}
.page.products ul.list li {
  float: left;
  height: 425px;
  margin: 0 47px 20px 0;
  overflow: hidden;
  width: 216px;
}
.page.products ul.list li h1 {
  color: #454545;
  font-size: 14px;
  margin: 0px;
  margin-bottom: 4px;
  overflow: hidden;
}
.page.products ul.list li img {
  border: 4px solid #bbd34c;
  margin-bottom: 10px;
  overflow: hidden;
  height: 208px;
  width: 208px;
}
.page.products ul.list li p {
  height: 45px;
  margin: 0px;
  overflow: hidden;
  width: 208px;
}
.page.products ul.list li.five_cent,
.page.products ul.list li.five_cent img {
  border: none;
  text-align: center;
}
.page.products ul.list li.five_cent p {
  height: 75px;
  overflow: hidden;
  width: 208px;
}
.page.products ul.list li.you_guessed_it {
  height: 425px;
}
.page.products ul.list li .product_pdf {
  background: url('/img/frontend/details_not_available.gif') top left no-repeat;
  height: 24px;
  overflow: hidden;
}
.page.products ul.list li .product_pdf a.view_details {
  background: url('/img/frontend/view_product_details.gif') top left no-repeat;
  display: block;
  height: 24px;
  width: 100%;
}
.page.products ul.list li .product_pdf a.view_details:hover {
  background-position: bottom left;
}

/* page -> retailers
------------------------------------------- */
.page.retailers .block {
  clear: both;
  display: block;
  margin-bottom: 20px;
}
.page.retailers .block img {
  float: right;
  margin-bottom: 10px;
  width: 200px;
}
.page.retailers .block .drop-down {
  width: 180px;
}
.page.retailers .block .error-message {
  color: #ff0000;
}
.page.retailers .block .retailer_locations {
  display: none;
}
.page.retailers .block .retailer_locations img {
  float: none;
  vertical-align: top;
  width: auto;
}
.page.retailers .block .retailer_locations p {
  padding: 5px 0px;
}

/* stand alone classes
------------------------------------------- */
table.addresses {
  width: 100%;
}
table.addresses tr td.input {
  text-align: left;
  vertical-align: top;
  width: 70%;
}
table.addresses tr td.input .error-message {
  color: #ff0000;
  display: block;
  margin-top: 2px;
}
table.addresses tr td.label {
  padding-right: 10px;
  padding-top: 4px;
  text-align: right;
  vertical-align: top;
  width: 25%;
}
table.addresses tr td.label label {
  text-align: right;
}

/* forms
------------------------------------------- */
form fieldset {
  background: #f7f7f7;
  border: 1px solid #b5b5b5;
  margin: 5px 5px 15px 5px;
  padding: 8px;
}
form fieldset div.select {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
form fieldset p {
  text-align: center;
}
form label {
  color: #8fa42d;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
form label span {
  color: #646464;
  font-size: 11px;
  line-height: 15px;
}
form .checker {
  padding: 0 0 5px 0;
}
form .checker .checkbox {
  float: left;
  margin-right: 5px;
}
form .checker label {
  color: #646464;
  font-size: 11px;
  padding-top: 3px;
}
form .error-message {
  background: #ffc url('/img/icons/cancel.png') 2px 2px no-repeat;
  color: #ff0000;
  margin-top: 2px;
  padding: 5px 20px 4px;
}
form .error-message-engh {
  display: none;
}
form .error-message-engh.display {
  color: #ff0000;
  display: block;
  margin-top: 2px;
}

form .input {
  margin-bottom: 10px;
}
form .textarea {
}
form .textfield {
  border: 1px solid #b5b5b5;
  color: #666;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 4px;
  width: 70%;
}
form .textfield.form-error {
  border-right: 4px solid #ff0000;
  padding-right: 4px;
}
form .textfield.mini {
  width: 40%;
}
form .textfield.recalculate {
  width: 200px;
}
form .textarea:focus,
form .textfield:focus {
  background: #f2fbc6;
}
form .textarea:hover,
form .textfield:hover {
  background: #e6f795;
}
form .select {
  color: #666;
  display: inline;
  font-size: 12px;
  margin: 0;
  width: 200px;
}
form .select.form-error {
  border-right: 4px solid #ff0000;
  padding-right: 4px;
}
form .submit {
  display: inline;
}

/* flash messages
------------------------------------------- */
div.flash_for {
  margin-bottom: 22px;
}

/* footer
------------------------------------------- */
#footer {
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
  width: 100%;
}
#footer div {
  margin: 2px auto;
  padding-top: 2px;
  width: 760px;
}
#footer div p.meatless {
  float: left;
}
#footer div p.home {
  float: left;
  margin: 0px;
  padding: 0px;
}
#footer div p.home a:link,
#footer div p.home a:visited {
  background: url('/img/frontend/footer_home.gif') top left no-repeat;
  display: block;
  height: 20px;
  width: 40px;
}
#footer div p.home a:hover {
  background: url('/img/frontend/footer_home.gif') bottom left no-repeat;
}
#footer div p.privacy {
  float: left;
}
#footer div p.privacy a:link,
#footer div p.privacy a:visited {
  background: url('/img/frontend/footer_privacy.gif') top left no-repeat;
  display: block;
  height: 20px;
  width: 50px;
}
#footer div p.privacy a:hover {
  background: url('/img/frontend/footer_privacy.gif') bottom left no-repeat;
}
#footer div p.takeover {
  float: right;
}
#footer div p.takeover a:link,
#footer div p.takeover a:visited {
  background: url('/img/frontend/footer_takeover.gif') top left no-repeat;
  display: block;
  height: 20px;
  width: 155px;
}
#footer div p.takeover a:hover {
  background: url('/img/frontend/footer_takeover.gif') bottom left no-repeat;
}
#footer div p.terms {
  float: left;
}
#footer div p.terms a:link,
#footer div p.terms a:visited {
  background: url('/img/frontend/footer_terms.gif') top left no-repeat;
  display: block;
  height: 20px;
  width: 42px;
}
#footer div p.terms a:hover {
  background: url('/img/frontend/footer_terms.gif') bottom left no-repeat;
}
#footer div p a span {
  display: none;
}
#footer hr {
  border: none;
  border-top: 13px solid #000;
  margin: 0 auto;
  width: 774px;
}
* html #footer hr {
  background: #000;
  border: none;
  border-top: 13px solid #000;
  height: 13px;
  margin: 0 auto;
  padding: 0;
  width: 774px;
}