html {
  height: 100%;
  background-color: #fff;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #614739;
  background-color: #fff;
  background-image: url(../images/top_bg.png);
  background-repeat: repeat-x;
  height: 100%;
}

h1, h2, h3, h4 {
  font-weight: normal;
  color: #614739;
  line-height: 1em;
}

h1, h2 {
  font-family: "Arial Black", Gadget, sans-serif;
}

h3, h4 {
  font-family: "Arial", Gadget, sans-serif;
}

h1, h2, h3 {
  margin-bottom: 10px;
}

h1 {
  font-size: 2.2em;
  margin-bottom: 30px;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.2em;
}

p {
  margin: 1em 0;
}

.errorExplanation h2 {
  font-size: 1.4em;
  line-height: 1em;
  margin-bottom: 10px;
  color: red;
}

/* class used keep layout consistent in migration to y-grids */
.outermost {
  font-size: 1.4em;	
}

a, .link {
  color: #5c6c05;
  text-decoration: underline;
}

#content a:visited {
  color: #AA8866;
}

#ie6_note a, .green_link {
  color: #649240;
}

a:hover, .link:hover {
  color: #1F4B0B;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

input {
  color: #666666;
}

hr {
  border: none;
  border-bottom: 1px dotted #614739;
  margin: 0 10px 0 10px;
}

.bigger {font-size: 1.5em;}

.invisible {display: none;}

#custom-doc {
  margin: auto; text-align: left; /* leave unchanged */
  width: 90.77em; /* non-IE */
  *width: 88.58em; /* IE */
  width: 1185px;
  min-width: 1180px; /* optional but recommended */
}

#top {
  height: 155px;
  overflow: hidden;
  position: relative;
}

#top_logo {
  float: left;
  width: 245px;
}

#logo {
  float: left;
  border: 0;
}

#tagline {
  border: 0;
  margin-top: 10px;
  float: right;
}

#ie6_note {
  color: red;
  font-weight: bold;
  padding: 5px;
  border: 1px dotted #d1b6aa;
  background-color: #f5faea;
}

#top_text {
  float: left;
  border-left: 1px dotted #c5df3b;
  margin-top: 10px;
  margin-left: 20px;
  padding-top: 14px;
  padding-left: 20px;
}

#top_text h4 {
  color: #c5df3b;
  font-weight: bold;
}

#top_text h4.bottom {
  margin-top:10px;
  text-align:center;
}

#top_text p {
  font-size: .9em;
  color: white;
}

#top_nav {
}

#cse-search-box {
  width: 220px;
  clear: right;
  float: right;
}

#cse-search-box input {
  border: none;
  float: left;
}

#cse-search-input {
  width: 188px;
  padding: 1px;
  margin:2px 2px 0 0;
}

#navigation {
  position: absolute;
  bottom: 1px;
  left: 55px;
}

#admin_navigation {
  margin-right: 70px;
  font-size: 0.9em;
  text-align: right;
}

.admin_product_list th, .admin_product_list td, .admin_user_list td, .admin_user_list th {
  padding: 5px;
  border: 1px solid;
  vertical-align: top;
}

.admin_product_list th, .admin_user_list th {
  font-size: 1.1em;
  font-weight: bold;
}

.OddRow
{
	background-color: #F8F8F8;
}

.EvenRow
{
}

tr.OddRow:hover, tr.EvenRow:hover
{
	background-color: #CCFF99;
}

.tab {
  width: 128px;
  height: 33px;
  float: left;
  font-size: 18px;
  text-align: center;
  background-image: url(../images/tab.png);
  background-repeat: no-repeat;
  padding-top: 7px;
}

.tab a:hover {
  color: white;
  text-decoration: none;
}

.tab_selected {
  background-image: url(../images/tab_selected.png);
  background-repeat: no-repeat;
}

#search {
  position: absolute;
  top: 75px;
  left: 580px;
}

.button {
  width: 102px;
  height: 36px;
  font-size: 22px;
  text-align: center;
  color: white;
  background-image: url(../images/button.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  line-height: 36px;
}

.button:hover {
  color: #666666;
}

.big_button {
  width: 250px;
  height: 140px;
  font-size: 38px;
  text-align: center;
  color: white;
  background-image: url(../images/big_button.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  line-height: 140px;
}

.big_button:hover {
  color: #666666;
}

.reset_button {
  font-size: 0.8em;
  text-align: center;
  color: #666666;
  background-color: transparent;
  border: solid 1px #99CC33;
  padding: 2px 5px 2px 5px;
}

.reset_button:hover {
  cursor: pointer;
}

input.search_input {
  width: 170px;
  height: 18px;
  font-size: 13px;
}

#content {
  margin: 0;
  clear: both;
  background-color: white;
  padding: 20px;
}

#slogan {
  float: left;
  font-size: 1.4em;
  padding-top: 30px;
}

#recent_update {
  float: right;
  margin-left: 50px;
  width: 580px;
}

.company_detail, #my_thentic_body {
  clear: both;
}

#company_signup_invitation {
  margin-top: 10px;
  font-size: 0.9em;
  width: 148px;
}

#company_signup_invitation p {
  font-style: italic;
  color: #999;
}

.basic_producer_how_thentic_helps {
  clear: both;
  padding-top: 5px;
}

.header {
  font-size: 1.3em;
  color: #5c6c05;
  margin: 10px 0px;
}

.under_line{
  border-bottom:solid 1px #99CC33;
  width:350px;
  text-align: center;
  padding-left:10px;
  padding-bottom:2px;
}
.sub_header {
  font-size: 1em;
  color: #99CC33;
}

.header_gray {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #666666;
  margin-bottom: 20px;
}

.body_text {
  line-height: 1.5em;
}

.company_logo {
  float: left;
  width: 150px;
  height: 150px;
  margin: 0px 0px 30px 30px;
  bordebr: solid 1px #B2C9A0;
  text-align: center;
  display: table;
}

.product_producer_logo {
    width: 120px;
    height: 120px;
}

.product_image {
  float: right;
  width: 50px;
  height: 50px;
  border: solid 1px #B2C9A0;
  text-align: center;
  display: table;
}

.image_container {
  display: table-cell;
  vertical-align: middle; 
}

.logo_preview {
  padding: 5px;
  position: absolute;
  border: solid 3px #d3d3d3;
}

#bottom {
  background: #9ccf31 url(../images/footer-bg.jpg) 0 0 repeat-x;
  padding: 12px 25px;
  height: 80px;
}

#footer {
  font-size: .9em;
  color: #fff;
}

#footer_left {
  float:left;
  text-align:left;
}

#footer_right {
  float:right;
  text-align:left;
}

#footer a, #footer a:visited {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

.flash_notice {
  border: thin solid #99CC33;
  background-color: #FFFF66;
  font-weight:bold;
  font-size:130%;
  color: #1F4B0B;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
}

.flash_error {
  border: thin solid red;
  background-color: #FFFF66;
  color: red;
  font-weight:bold;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
}

.errorExplanation {
  border: 3px solid red;
  padding: 0px 20px 20px 20px;
  margin-bottom: 20px;
  background-color: #FFEEEE;
  color: red;
}

.fieldWithErrors {
  display: inline;
}

#role_page_left {
  float: left;
  width: 500px;
}

#role_page_right {
  padding: 10px;
  background-color: #F5FAEA;
  border: 1px solid #99CC33;
}

.role_page_right_cell {
  margin-bottom: 70px;
}

.compliment_text {
  font-size: 0.8em;
  font-style: italic;
}

.compliment_author {
  font-size: 0.6em;
  margin-top: 2px;
  margin-bottom: 5px;
}

.horizontal_line {
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #99CC33;
}

.form_content {
  width: 500px;
  padding: 10px;
  background-color: #F5FAEA;
}

.form_note {
  font-weight: bold;
  font-style: italic;
  line-height: 2em;
  padding: 10px;
}

.field_label {
  float: left;
  width: 250px;
}

.field_content {
  text-align: right;
  margin-bottom: 5px;
}

.field_content_left {
  text-align: left;
  margin-bottom: 5px;
}

.field_note {
  position: absolute;
  width: 230px;
  margin-left: 520px;
  font-size: 0.8em;
}

input[type=text] {
  border: 1px solid #815E4B; 
}

input[type=text_area] {
  border: 1px solid #815E4B; 
}

input[type=password] {
  border: 1px solid #815E4B; 
}

.std_text_area {
  border: 1px solid #815E4B; 
  color:#666666;
  padding:2px 0 0 2px;
}

.float_right {
  float: right;
  margin-right: 10px;
}

.pagination {
  text-align: center;
  margin-top: 20px;
}

.accordion {
  width: 515px;
  height: 24px;
  background-color: #99CC33;
  background-image: url(../images/accordion_arrow_right.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 5px;
  padding-left: 5px;
  padding:0 0 0 30px;
  line-height: 24px;
  color: white;
}

.accordion:hover {
  cursor: pointer;
}

.accordion_buttons {
  width: 520px;
  height: 40px;
  margin-top: 10px;
}

.padding10 {
  padding: 10px;
}

.height10 {
  height: 10px;
}

#profile_success_message {
  font-size:1.4em;
  color:#5c6c05;    
}

#profile_error_message {
  font-size:1.4em;
  color:red;    
}

#my_company_history {
  font-size: 0.9em;
}

.edit_profile_button_container {
  height: 50px;
  margin-top: 10px;
  text-align: right;
}

#curtain {
  position: absolute;
  z-index: 99;
  background-image: url(../images/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #F5FAEA;
}

#sub_nav {
  height: 27px;
  border-bottom: solid 1px #99CC33;
  margin-bottom: 10px;
}

.tab_small {
  width: 83px;
  height: 28px;
  float: left;
  font-size: 1.2em;
  text-align: center;
  background-image: url(../images/tab_small.png);
  background-repeat: no-repeat;
  padding-top: 3px;
}

.tab_small a:hover {
  color: #99CC33;
  text-decoration: none;
}

.tab_small_selected {
  background-image: url(../images/tab_small_selected.png);
  background-repeat: no-repeat;
}

#video_thumbnails {
  float: left;
  width: 400px;
}

#video_player {
  float: right;
  width: 500px;
  height: 300px;
  border: solid 1px #99CC33;
  text-align: center;
  line-height: 300px;
}

.video_description {
  margin: 0px 0px 10px 10px;
}

#product_list {
  width: 966px;
  border-top: solid 1px #B9C791;
  border-bottom: solid 1px #B9C791;
  background-color: #F5FAEA;
  padding: 10px;
}

.product_logo {
  width: 80px;
  height: 80px;
  margin: 10px auto;
  border: solid 1px #B2C9A0;
  text-align: center;
  display: table;
  cursor: pointer;
}

.product_logo a {
  border-bottom: none;
}

.product_block {
  float :left;
  width: 130px;
  height: 150px;
  margin: 0px 0px 10px 10px;
  text-align: center;
}

.product_name {
  font-size: 0.8em;
}

.product_logo:hover {
  color: #99CC33;
}

#product_detail {
  float: left;
  padding: 30px 0px 30px 0px;
  border-bottom: solid 1px #B9C791;
}

#product_description {
  float: left;  
  width: 300px;
}

#product_preview {
  border: solid 1px #B2C9A0;
  height: 290px;
  width: 205px;
  padding: 20px;
}

#product_preview .image_container {
   padding: 0 35px;
}

#product_images_list {
  float: left;  
  width: 200px;
}
#product_location{
  float: left;
  width: 966px;
}
.product_image_cell {
  width: 70px;
  height: 70px;
  margin: 0px 10px 10px 10px;
  border: solid 1px #B2C9A0;
  text-align: center;
  background-color: #F5FAEA;
  display: table;
}

.green_text_field{
  border: solid 2px #99CC33;
  height: 21px;
}

/*#product_availability{
  float: right;
  width: 400px;
  margin: 20px;
}

#product_availability_detail {
  width: 400px;
  height: 150px;
  margin: 20px 10px 0px 50px;
  text-align: right;
}

#product_availability_logo, #product_availability_contact {
  float: right;
  margin-right: 80px;
}*/

#search_location{
  float: left;
  width: 400px;
  margin-top:20px;
}

#product_location_list{
  padding: 10px 0;
}

#product_location_detail{
  float:left;
  width: 300px;
  padding-left: 50px;
  padding-bottom: 10px;
}

#product_availability_map{
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog_entry {
  margin: 10px 0px 10px 0px;     
}

.blog_header {
  background-color: #99CC33;
  height: 50px;
}

.blog_title {
  float: left;
  font-size: 25px;
  padding: 10px 0px 10px 5px;
  color: white;
}

.blog_author {
  float: right;
  font-size: 0.8em;
  padding: 20px 5px 10px 0px;
}

.blog_body {  
  width: 600px;
  margin: 20px 0px 20px 0px;
}

#prefetch {
  width: 0px;
  height: 0px;
}
.generic_table{
   width: 800px;
}
.generic_table th{
    padding: 5px;
    color: red;
}
.generic_table td{
    border: solid 1px #333333;
    padding: 5px;
}
.sub_menu{
    width: 800px;
    margin-top: 10px;
    text-align: right;
}
.need_help {
  width: 515px;
  margin-top: 10px;
}
.need_help a{
    color: gray;
}

.rounded_box {
  background-color: #f1eeec;
}

.no_box {
  background-color:transparent;
}

.rounded_top_left, .rounded_top_right, .rounded_bottom_left, .rounded_bottom_right {
  width: 5px;
  height: 5px;
}

.rounded_top_left {
  float: left;
  background-image: url(../images/rounded_top_left.png);
}
.rounded_top_right {
  float: right;
  background-image: url(../images/rounded_top_right.png);
}
.rounded_bottom_left {
  float: left;
  background-image: url(../images/rounded_bottom_left.png);
}
.rounded_bottom_right {
  float: right;
  background-image: url(../images/rounded_bottom_right.png);
}

.small_logo_link_outer {
  float: left;
  margin: 11px 15px 0 11px;
  width: 70px;
  height: 70px;
  background-color: white;
}

.small_logo_link {
  width: inherit;
  height: inherit;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.small_logo_link img {
  vertical-align: top;
}

#front_door h2 {
  font-family: "Arial", Gadget, sans-serif !important;
  font-size: 1.8em;
  text-align: left;
  margin-top: 0px;
}

#front_door h3 {
  text-align: center;
  margin-top: 10px;
}

#front_door h3.smaller {
  font-size: .95em;
  margin: 15px 0 14px 0;
}

.question_field_label {
  text-align:left;
  font-size: 1.4em;
  margin: 15px 0 14px 0;
}

#front_door h4 {
  text-align: center;
  margin: 10px auto 10px auto;
  *margin-top: 30px;
  width: 196px;
  height: 31px;
  background-image: url(../images/front_door_button.png);
}

#front_door h4 a, #front_door h4 a:visited {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 8px;
}

#front_door h4.smaller a {
  font-size: .8em;
  padding-top: 0;
}

#front_door h5 {
  font-size: .8em;
  text-align:center;
  font-style:italic;
}

#front_door #tasting_notes {
  background-color: white;
  height: 285px;
  overflow-y: hidden;
  margin: 10px;
}

#front_door .tasting_note_details {
  padding: 0px;
}

#front_door .tasting_note_details .memberinfo {
  border-bottom: 1px dotted gray;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #5c6c05;
}

#front_door .tasting_note_details .product_logo_thumbnail {
  border: none;
}

#front_door .tasting_note_details .yui-gf {
  width: 100%;
}

#front_door .tasting_note_details .yui-u {
  width: 75%;
}

#front_door .tasting_note_details .yui-gf div.first {
  width: 30%;  
}

#front_door .tasting_note_details .note {
  font-size: 1.3em;
  margin-top: 0;
}

    #recent_tasting_notes_bubble {
      position: relative;
      height: 275px;
      width: 641px;
      overflow: hidden;
      background-image: url(../images/tasting_note_bubble.png);
      background-position: top left;
	    background-repeat: no-repeat;
    }

    #recent_tasting_notes .tasting_note_details {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      padding: 40px 35px;
    }
    #recent_tasting_notes .tasting_note_details p {
      color: black;
      font-size: 0.9em;
      line-height: 1.34em;
    }
    #recent_tasting_notes .tasting_note_details p.note {
      height: 81px;
      width: 565px;
      color: #639c31;
      background-color: #e4d997;
      font-size: 1.6em;
      line-height: 1.3em;
      margin: 0px 3px 10px 3px;
    }
    
    #recent_tasting_notes .tasting_note_details p.note a {
      color: #639c31;
      border-bottom: none;
      font-size: 1em;
    }
    
    #recent_tasting_notes .tasting_note_details p a {
      font-size: 1.25em;
    }

    #recent_tasting_notes .tasting_note_details .memberinfo .image_container {
      width: 75px;
      height: 75px;
      border: 3px solid #EEE;
      background-color: #FFF;
      margin: 0 5px 0 0;
    }

    #recent_tasting_notes .tasting_note_details .memberinfo img {
      display: block;
      border: none;
      margin: auto;
    }

    #recent_tasting_notes .tasting_note_details .productinfo .image_container {
      width: 75px;
      height: 75px;
      border: 3px solid #EEE;
      background-color: #FFF;
      margin: 0 0 0 5px;
      float: right;
    }

    #recent_tasting_notes .tasting_note_details .product_logo_thumbnail {
      height: 80px;
      width: 80px;
      background-color: white;
      float: right;
      margin-left: 8px
    }

    #recent_tasting_notes .tasting_note_details .productinfo p {
      text-align: right;
      margin-right: 1em;
    }

    #recent_tasting_notes_bubble p#did-you-know {
      color: #639c31;
      font-style: italic;
      position: absolute;
      top: 230px;
      left: 125px;
    }


#next_event .title, #previous_event .title {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: bold;
}

#next_event .when_and_where, #previous_event .when_and_where {
  font-size: 1.1em;
  line-height: 1.3em;
}

.breadcrumbs {
  padding: 5px;
  border-bottom: 1px solid #99CC33;
  background-color: white;
}

#main_content {
  margin-top: 10px;
}

#social_networks {
  color: #666666;
  font-size: 0.9em;
}

.social_network {
  width: 120px;
  padding: 5px;
  border: 1px solid #99CC33;
  background-color: #f5faea;
  margin: 0 5px 9px 0;
  float: left;
}

#social_network_last {
  margin-right: 0px;
} 

.social_network a, .social_network img {
  border: none;
}

.social_network a {
  color: #6C442C;
  display: block;
}

.social_network a img {
  vertical-align: middle;
}

#front_door #producer_logos, #front_door #retailer_logo {
  margin-top: 20px;
}

#front_door #retailer_logo {
  margin-left: 30px;
}

#front_door #producer_logos h3, #front_door #retailer_logo h3 {
  color: #639c31;
  font-size: 0.9em;
  font-weight: bold;
}

#front_door #producer_logos .company_logo, #front_door #retailer_logo .company_logo, #preferred_producers .company_logo {
  margin: 0;
  border: none;
}

#front_door .company_logo_container, #preferred_producers .company_logo_container {
  float: left;
}

.company_logo_container .company_logo {
  float: none;
}

#front_door .company_logo_with_name_link, #preferred_producers .company_logo_with_name_link {
  margin: 0;
  padding: 0 8px 18px 0;
  display: table;
  text-align: center;
}

#front_door .company_logo_with_name_link .image_container, #preferred_producers .company_logo_with_name_link .image_container {
  margin: 0 4px 4px 0;
  border: 1px solid #d1b6aa;
}

#front_door .company_logo_with_name_link p, #preferred_producers .company_logo_with_name_link p {
  font-size: 0.9em;
  margin: 0 auto 10px auto;
  height: 1em;
  width: 130px;
}

#front_door #what-is-thentic {
  height: 275px;
  margin: 0 30px;
}

#front_door #what-is-thentic p {
  margin-top: 0px;
  line-height: 2em;
}

#front_door #what-is-thentic p.medium_text {
  color: black;
  line-height: 1.4em;
  margin-bottom: 5px;
}

#account_nav {
	position: absolute;
	right: 35px; top: 0;
	height: 20px; width: 230px;
	padding: 4px 10px 2px;
	background: url(../images/top-account-nav-bg.png) 0 0  no-repeat;
  font-size: 1em;
  color: #5c6c05;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  
}
#account_nav a{
	padding: 0 7px;
	text-decoration: none;
	color: #5c6c05;
}
#account_nav a:hover{
	text-decoration: underline;
}
#top_nav{
	padding: 40px 30px 0 0;
}
#top_nav #global_nav a {
  color: white;
  text-decoration: none;
}

#top_nav #twitter {
  float: right;
  margin: 7px 7px 0 0;
  width: 160px;
  clear: right;
  border: none;
}

#top_nav #global_nav {
  font-family: "Trebuchet MS", Verdana, Arial;
  font-size: 18px;
  text-align: center;
  position: absolute;
  
  left: 0;
  padding: 0 0 0 20px;
  margin: 0;
  overflow: hidden;
  height: 40px;
  bottom: 0;
  -bottom: -1px; /*** ie6 ***/
}

#top_nav #global_nav ul {
  list-style-type: none;
}

#top_nav #global_nav li {
  float: left !important;
  margin-right: 10px;
}

#top_nav #global_nav a {
  width: 124px;
  padding: 11px 0 4px;
  display: block;
  background: url(../images/tab-bg.png) 0 4px no-repeat;
}

#top_nav #global_nav a.selected {
  color: #614739;
  padding: 10px 0 8px 0;
  background: url(../images/tab-bg.png) 0 100% no-repeat;
}
#question_nav a.selected {
    background: #C6EA59;
    color: #614739;
}
#event_list table td {
  font-size: 1.4em;
  line-height: 1.5em;
  vertical-align: top;
  padding-bottom: 20px;
}

#event_list table td.event_name {
  font-weight: bold;
  padding-right: 30px;
  width: 40%;
}

#event_list table td a {
  font-weight: bold;
}

#top_level_product_categories {
  float: left;
  width: 30%;
}

#top_level_product_categories ul {
  padding-left: 0.5em;
  margin-left: 0;
}

#top_level_product_categories ul li {
  list-style-type: none;
  margin-bottom: 0.5em;
}

#general_pages {
  position: relative;
  width:100%;
  clear:both; 
}

#general_column_left {
  position:relative;
  float:left;
  width:19%;
}

#general_column_left ul {
  padding-left: 0.5em;
  margin-left: 0;
}

#general_column_left ul li {
  list-style-type: none;
  margin-bottom: 0.5em;
}

#general_column_right {
  position:relative; 
  float:right;
  line-height: 1.5em;
  width:79%;
  vertical-align:top;
}

img.floatleft {
  float:left;
  padding-right:10px;
}

#companies_in_category {
  float: left;
  width: 70%;
}

#products_in_category {
  float: right;
  width: 70%;
}

#product_subcategories ul li  {
  display: inline;
  float: left;
  margin-right: 0.5em;
}

.product_category_list {
  height: 202px;
}

.product_category_list a {
  font-size: 0.8em;
}

.company_logo_with_product_categories {
  float: left;
  width: 150px;
  margin: 0px 30px 10px 0px;
}

.company_logo_with_product_categories .company_logo {
  margin: 0px;
}

table#import_task_list {
  width: 100%;
}
  table#import_task_list th {
    text-align: left;
    border: 1px solid #99CC33;
    background-color: #F5FAEA;
  }

table#import_task_new th, table#import_task_show th, table#import_task_edit th {
  white-space: nowrap;
  vertical-align: top;
  text-align: right;
  padding: 0 10px 20px 0;
}
table#import_task_new td, table#import_task_show td, table#import_task_edit td {
  vertical-align: top;
  padding: 0 10px 20px 0;
}

table#member_list td, table#member_list th {
  padding: 0 8px 8px 0;
}

table#member_list th {
  text-align: left;
}

table#member_show {
  padding: 4px 4px 30px 4px;
}

table#member_show th {
  padding: 0 4px 0 0;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

#member_profile_personal_info {
  margin: 0 40px 20px 38px;
  
}

.member_profile_photo {
  height: 156px;
  width: 156px;
  padding: 3px;
  margin: 10px 0 20px 0;
  border: 1px solid #99CC33;
}

#content .member_profile_photo a, #content .product_logo_thumbnail a {
  border: none;
}

#recent_tasting_notes .member_profile_photo_thumbnail {
  float: left;
  height: 75px;
  width: 75px;
  padding: 0px;
  margin-right: 10px;
  border: 3px solid #EEEEEE;
  background-color: white;
}



.product_logo_thumbnail {
  height: 86px;
  width: 86px;
  border: 1px solid #99CC33;
}

#recent_tasting_notes .product_logo_thumbnail {
  border: 3px solid #EEEEEE;
}

.member_profile_thumb img {
  max-height: 45px;
  max-width: 45px;
  border: 0;
  // border: 1px solid #99CC33;	
}

.company_profile_thumb img {
  max-height: 45px;
  max-width: 45px;
  border: 0;
  // border: 1px solid #99CC33;	
}

.logo_link {
    text-decoration: none;
}

.member_edit_link {
  margin-top: 6px;
}

.member_edit_link a {
  font-weight: bold;
}

.profile_private_info {
  margin: 20px 0;
}

.profile_private_info th {
  text-align: right;
  font-weight: bold;
}

.profile_private_info td {
  padding: 3px 0 3px 10px;
}

.profile_tasting_notes {
  margin-top: 20px;
  clear: both;
}

textarea.multiline_edit_in_place {
 	width: 100%;
	height: 4em;
	padding: 5px;
}

.editable {
  margin: 20px;
}

.tasting_notes {
  margin: 10px 0;
}

.profile_tasting_notes .tasting_notes blockquote {
  font-size: 1.8em;
  color: #8D9A7A;
}

.tasting_notes .tasting_note {
 margin: 20px 0 30px 0;
}

.tasting_notes .tasting_note .product_logo_thumbnail_container {
 width: 15%;
}

.tasting_notes .tasting_note .tasting_note_text_container {
 width: 85%;
}

#inner-tabs li {
  float: left;
  margin-left: 10px;
  font-style: italic;
  font-family: serif;
  background-color: #97be09;
  background-image: url(../images/rounded_top_left.png);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}

#inner-tabs li.active-tab {
  border: 1px solid #c6bdb4;
  border-bottom: none;
  background-color: white;
}

.border_span {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  width: 5px;
  height: 5px;
}

#inner-tabs .border_span {display: none;}
#inner-tabs li.active-tab .border_span {display: block;}

.border_top_left {
  top: -1px;
  left: -1px;
  background-image: url(../images/border_top_left.png);
  background-position: top left;
}

.border_top_right {
  top: -1px;
  right: -1px;
  background-image: url(../images/border_top_right.png);
  background-position: top right;
}

.border_bottom_right {
  bottom: -1px;
  right: -1px;
  background-image: url(../images/border_bottom_right.png);
  background-position: bottom right;
}

.border_bottom_left {
  bottom: -1px;
  left: -1px;
  background-image: url(../images/border_bottom_left.png);
  background-position: bottom left;
}

#inner-tabs a, #inner-tabs a:visited {color: white;}

#inner-tabs li.active-tab a, #inner-tabs li.active-tab a:visited {color: #614739;}

#inner-tabs a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  background-image: url(../images/rounded_top_right.png);
  background-position: top right;
  background-repeat: no-repeat;
}

#inner-tabs li.active-tab a {
  background-image: url(../images/tab_gradient.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}

#tab-content {
  clear: left;
  float: left;
  border: 1px solid #c6bdb4;
  background: #efeeec;
  margin-top: -1px;
  width: 100%;
}

#tab-content-inner {
  position: relative;
  padding: 40px;
}

#tab-products ul {
  margin-left: 10px;
}

/*#tab-products li {
  background-image: url(../images/folder.png);
  background-position: 17px bottom;
  background-repeat: no-repeat;
}

#tab-products a.category {
  background-image: url(../images/arrow_right.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-left: 40px;
}

#tab-products a.active-category {
  background-image: url(../images/arrow_down.png);
}*/

#tab-products .product, #tab-staff .staff, #tab-recommended .recommended {
  border-bottom: 1px dotted #beb6ad;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#tab-recommended .recommended p {margin-top: 0;}

#tab-blog h3 {
  font-size: 2em;
  font-weight: bold;
  color: #99CC33;
}

#tab-blog .green_text_field {
  border-width: 1px;
  height: auto;
  font-size: 2em;
  padding: 4px 2px 4px 2px;
  width: 500px;
}

#tab-about .yui-gd div.first {
width:100%;
} 

#tab-about h3 {
  font-size:1.3em;
} 

#tab-about p {
  padding-left:20px;
}

#product-page #product_availability {
  border-bottom: 1px solid #99cc33;
  margin-top: 25px;
  margin-bottom: 8px;
  padding-bottom: 20px;
  padding-left: 37px;
}

#product-page #search_location {
  margin-bottom: 8px;
  margin-left: 37px;
}

#product-page .header {
  margin-top: 0;
  font-weight: bold;
}

#product-page .large-text-field {
  font-size: 1.5em;
  border: 1px solid silver;
  padding: 4px 2px 4px 2px;
  margin-right: 10px;
  width: 180px;
}

#product-page .button {
  font-size: 1.2em;
  font-weight: bold;
}

#product-page .left-column {
  width: 65.8%
}

#product-page .left-column .yui-g {
  width: 98.5%;
  margin-left: 0;
}

#product-page .left-column .top-section {
  border-bottom: 1px solid #99cc33;
  margin-top: 2em;
  padding-left: 2.8em;
  padding-bottom: 2.3em;
}

#product-page #product_preview {
  margin-top: .4em;
  padding: 0;
  width: 300px;
  height: 200px;
  border: 0;
}

#product-page .image_container {
  padding: 0;
  padding-top: 1em;
  display: block;
  clear: left;
}

#product-page #product_preview .image_container {
  padding: 0;
}

#product-page .product_image_cell {
  margin-left: 0;
  margin-bottom: 0;
  float: left;
}

#product-page .left-column .bottom-section {
  margin-top: 1.5em;
  margin-left: 2.6em;
  width: 95%;
}

#product-page .inline_help_inner {
  background-color: #e9fe93;
  border-color: #defd60;
}

#product-page .inline_help_outer .header {
  margin-top: 1em;
  text-align: center;
}

#product-page .inline_help_outer p {
  margin-top: .5em;
  line-height: 1.8em;
}

#product-page .bottom-section .yui-gf {
  width: 100%;
}

#product-page .bottom-section .yui-gf .yui-u {
  width: 74.2%;
}

#product-page .bottom-section .yui-gf .first {
  width: 23%;
}

#product-page .inline_help_outer .first {
  border-right: 1px dotted #a5c921;
}

#product-page .tasting_notes {
  margin-top: 2em;
}

#product-page .tasting_note {
  border-bottom: 1px dotted #c7bfb8;
  margin-top: 0;
  margin-bottom: 2em;
  padding-bottom: 1.4em;
}

#product-page .tasting_note:last-child {
  border: none;
}

#product-page .right-column {
  border-left: 1px solid #99cc33;
}

#product-page #add-note-section {
  margin-top: 2.3em;
  margin-left: 1.5em;
  margin-right: .5em;
  padding: 1em;
  padding-right: 1.5em;
  padding-left: 0;
  background-color: #efedeb;
  border: 1px solid #d0c9c3;
  border-left: none;
  background-image: url(../images/note_bg.png);
  background-repeat: repeat-y;
  background-position: top left;
  position: relative;
}

#product-page #add-note-section form, #product-page #add-note-section .indented {
  margin-left: 38px;
}

#product-page #add-note-section input {
  float: right;
  margin-top: 2.7em;
}

#product-page #product_rating_notes {
  margin-top: 1em;
  margin-bottom: 1.4em;
  border: 1px solid silver;
  width: 100%;
}

/* Shadow based on http://www.alistapart.com/articles/cssdropshadows/ */
.inline_help_outer {
  float: left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 20px 0 10px 5px !important;
  margin: 20px 0;
}

.inline_help_inner {
  border: 1px solid #FECC60;
  background-color: #FFFF94;

  display: block;
  position: relative;
  margin: -6px 6px 6px -6px;
  padding: 8px;
}

.inline_help_inner h3 {
  font-weight: normal;
  color: #2E2D2D;
  font-family: Verdana, sans-serif;
  font-size: 1em;
  margin: 0 0 8px 0;
}

.inline_help_inner p {
  font-family: Verdana, sans-serif;
  color: #626260;
  font-size: 0.8em;
  margin: 2px 0px;
}

/* genertic container styles added by MPK */

.container {
	padding: 10px;
}

.top_padding {
	top-padding: 10px;
}

.medium_text {
  font-size: 1.4em;	
}

.top_bottom_padding {
	padding: 10px 0 10px 0;
}

#notes_help {
  background-image: url(../images/left_arrows.png);	
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 7px;
  padding-left: 38px;
}

.button_image {
	display: block;/* make the link a box, effectively */
	width: 180px;
	height: 42px;/* set the width and height as required - to match your background image*/
	text-align: center;/* centre the text horizontally in the box */
	line-height: 42px;/* centre the text vertically in the box by making line-height = height*/
	background: #ffffff url(../images/button-asset.gif) no-repeat;/* black background if no image, image doesn't repeat*/
	color:#fff;
	font-size: 1.2em;
	text-decoration:none;/* remove the underlining on the link*/	
}

#buy_tickets a:visited {
	color: #fff;
}

.nv_view label {
	font-weight: bold;
}

.nv_view div.value {
	padding-bottom: 20px;
}

.nv_view .job_title {
	font-weight: normal;
}
.nv_view .job_duration {
	font-weight: normal;
	margin-left: 10px;
}

.edit {
	background-image:url(../images/icons/pencil.gif);	
	background-position: top left;
	background-repeat:no-repeat;
	padding-left: 18px;
}

.clear{
	font-size: 0;
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.box-double{
	padding: 15px 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
	.box-double .left{
		float: left;
		width: 50%;
		color: #5a7108;
		font-size: 18px;
	}
		.box-double .left ul li{
			list-style: none;
			padding: 0 0 6px 20px;
			background: url(../images/bull-green.png) 4px 8px no-repeat;
		}

	.box-double h1{
		font-size: 32px;
		font-weight: bold;
		line-height: 36px;
		margin: 15px 0 25px 0;
		font-family: "Trebuchet MS", Verdana, Arial;
	}
	#front_door .box-double h3{
		text-align: left;
		font-size: 28px;
		color: #5a7108;
		font-family: "Trebuchet MS", Verdana, Arial;
	}
	
	.box-double .right{
		float: right;
		width: 468px;
		position: relative;
		margin-top: 25px;
		font-family: "Myriad Pro", "Myriad Pro Cond", "Trebuchet MS", Arial;
		font-size: 14px;
		background: url(../images/top-box-bg.png) 0 100% no-repeat;
		color: #333333;
	}
		#front_door .box-double .right h2{
			color: #fff;
			padding:8px 0 22px 15px;
			background: url(../images/header-top-box-bg.png) 0 0 no-repeat;
			font-size: 20px;
		}
		.box-double .right .btn-big-join{
			display: block;
			height: 60px; width: 165px;
			background: url(../images/btn-join-today-bg.png) 0 0 no-repeat;
			overflow: hidden;
			text-indent: -999px;
			position: absolute;
			right: 15px; top: -40px;
		}
		.box-double .right .btn-big-join:hover{
			background-position: 0 -60px;
		}
		#front_door  .box-double .right h3{
			font-size: 15px;
			color: #60491a;
			font-weight: bold;
			font-family: "Trebuchet MS", Verdana, Arial;
			margin-left: 20px;
		}
			#front_door  .box-double .right h3 a{
				color: #5A7108;
				font-weight: normal;
				padding-left: 20px;
				font-style: italic;
			}
		#front_door  .box-double .right p{
			margin: 10px 20px 20px 20px;
		}
		
		h2.green{
			background: url(../images/header-product-box.png) 0 0 no-repeat;
			height: 51px; overflow: hidden;
			padding: 0; margin-bottom: 0;
		}
			h2.green span{
				float: left;
				padding: 10px 5px 5px 15px;
				margin: 0;
				line-height: 24px;
				width: 272px; 
				color: #fff;
				font-size: 24px;
			}
			#front_door h2.green .more,
			#front_door h2.green .more:visited{
				float: right;
				font-size: 10px;
				padding: 10px 21px 0 0;
				color: #5A7108;
			}
			
.product-day{
	position: relative;
	height: 310px;
	color: #333;
}
	.product-day .inner{
		background: url(../images/product-box.png) 0 100% no-repeat;
		padding: 0 5px 0 5px;height: 250px;
	}
	.product-day .col-1{
		float: left;
		width: 355px;
		padding: 0 0 5px 5px;
	}

		.product-day .col-2{
			float: left;
			width: 480px;
		}
			#front_door .product-day h5{
				text-align: left;
				color: #333;
				font-size: 14px;
				font-weight: bold;
				font-style: normal;
			}
			#front_door .product-day .col-2 .more{
				display: block;
				color: #5A7108;
				text-align: right;
				font-style: italic;
			}
			
		.product-day .col-3{
			float: right;
			height: 200px; width: 265px;
			padding: 15px 5px 0 0;
		}
			.product-day .box-info{
				background: #fff7da url(../images/box-info-bg.png) 0 0 no-repeat;
				width: 226px; height: 173px;
				padding: 10px 20px;
			}
			.product-day .box-info q{
				display: block;
				/*padding: 10px 0 15px;*/
				font-style: italic;
				line-height: 15px;
			}
			
			.product-day .box-info .author{
				float: right;
			}
.required_fields {
    display: none;
}
.author {
	width: 182px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}
.author a.usr-img{
	float: left;
	border: 2px solid #acacac;
	margin: 3px 5px 15px 0;
}
	.author a.usr-img img{
		border: 1px solid #ccc;
	}
	.author b{
		font-weight: bold;
	}

		.found-in{
			position: absolute;
			left: 355px; bottom:22px;
			font-family: "Trebuchet MS", Verdana, Arial;
		}
			.found-in strong{
				font-weight: bold;
				font-size: 14px;
				color: #333;
				padding: 0 10px 0 0;
			}
			
			.found-in a{
				padding: 0 5px;
			}

.box-hf{
	width: 49%;
	display: inline; /*** ie6 ***/
	float: left;
	margin-top: 40px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color:#333;
}
.box-hf .question_title {
    padding-left: 10px;
    font-size: 1em;
    font-weight: bold;
}
.box-events{
	float: right;
}
	.box-hf h2.green{
		background: url(../images/header-half-bg.png) 0 0 no-repeat;
		padding-left: 0;
	}
	.box-hf h2.green span{
		padding-top: 14px;
	}
	#front_door .box-hf h2.green a.more{
		padding-top: 15px;
	}
	.box-hf .inner{
		padding: 10px 10px 5px 10px;
		height: 145px;
		position: relative;
		background: url(../images/half-bg.png) 0 100% no-repeat;
	}
	.box-hf .qstn{
		position: absolute;
		top: 40px; right: 20px;
		font-size: 14px;
		width: 85px;
		text-align: center;
		color: #5A7108 !important;
	}
	.box-hf .asked, .box-hf .answered{
		float: left;
		width: 225px;
		padding: 7px 10px;
	}
		.box-hf .asked strong, .box-hf .answered  strong{
			display: block;
			text-decoration: underline;
			font-size: 14px;
			padding-bottom: 5px;
		}
		
			.box-hf .answered a img{
				padding: 0 4px;
				vertical-align: middle;
			}
	.box-events ul{
		margin: 0 10px;
	}		
	.box-events ul li{
		padding-bottom: 5px;
	}

.box-wide {
    padding: 10px 0 0;
    width: 800px;
}
.companies{
	padding: 40px 0 20px;
}
.box-wide h2.green,
.companies h2.green{
	background: url(../images/header-bg.png) 0 0 no-repeat;
}
	.box-wide h2.green span,
	.companies h2.green span{
		padding-top: 14px !important;
	}
	.box-wide h2.green a.more,
	.companies h2.green a.more{
		padding-top: 16px !important;
	}
.companies .inner{
	background: url(../images/box-companies-bg.png) 0 100% no-repeat;
	padding: 10px 0 15px 0;
}
	.companies .logos{
		width: 99%;
		overflow: hidden;
		
	}
		.companies .logos a{
			padding: 0 15px;
		}
			.companies .logos a img{
				vertical-align: top;
			}

h2.green .links{
	position: relative;
	top: 12px; left: 13px;
	font-size: 12px;
	color: #5a7108;
}
	#content h2.green .links a{
		color: #5a7108;
		text-decoration: none;
	}
	#content h2.green .links a:hover,
	#content h2.green .links a.active{
		text-decoration: underline;
	}

	.box-wide .inner{
		background: url(../images/box-wide-bg.png) 0 0 repeat-y;
		padding: 0;
		color: #333;
	}

	.box-wide .bottom{
		height: 10px;
		font-size: 0;
		background: url(../images/box-wide-bottom-bg.png) 0 0 no-repeat;
	}
	.box-wide .top{
		height: 10px;
		font-size: 0;
		background: url(../images/box-wide-top-bg.png) 0 0 no-repeat;
	}
		#content .box-wide .inner a{
			color:#5A7108;
		}
		.box-wide .inner .img{
			float: left;
			width: 190px;
		}
		
		.box-wide .inner .info,
		.box-wide .inner .info2{
			float: left;
			width: 330px;
		}
			#content .box-wide .inner .info h2{
				color: #2a2a2a;
				font-size: 16px;
				font-weight: bold;
				margin-bottom: 0;
			}
			.box-wide .more{
				text-decoration: none;
			}
			#content .box-wide .inner .info big a{
				color: #333;
			}
			#content .box-wide .inner strong{
				font-weight: bold;
			}
.member {
    margin: 0 50px;
    padding: 20px 0;
}
.members .title {
    font-size: 1.3em;
    padding-left: 15px;
}
#user_of_the_day .title {
    font-size: 1.3em;
    padding-left: 15px;
}
#user_of_the_day .user {
    width: 600px;
}
#user_of_the_day .photo {
    width: 170px;
    margin-left: 50px;
    float: left;
}
#user_of_the_day .descriptions {
    width: 380px;
    float: right;
}

.prod-item,
.prof-item{
	position: relative;
	padding: 20px 0 20px;
}
.prod-item .right,
.prof-item .right{
	position: absolute;
	right: 20px; top: 25px;
}
	.prod-item .right a img,
	.prof-item .info2 a img{
		padding: 0 5px;
		vertical-align: middle;
	}

.box-gr{
	background: url(../images/box-gr-bg.png) 0 0 no-repeat;
	width: 258px;
}
	.box-gr-in{
		background: url(../images/box-gr-btm-bg.png) 0 100% no-repeat;
		padding: 5px 15px;
	}





.form-qstn{
	padding-left: 100px;
	height: 80px;
	overflow: hidden;
}
	.form-qstn label{
		display: block;
		float: left;
		padding: 20px 10px 20px 0;
		color: #5a7107;
		font-size: 14px;
		font-weight:bold;
	}
	.form-qstn textarea{
		width: 530px;
		height: 50px;
		background: url(../images/textarea-bg.png) 0 0 no-repeat;
		border: 1px solid #5a7107;
		overflow: auto;
	}

.wide-line{
	height:1px;font-size:0;overflow:hidden;
	margin: 10px 0 25px;
	border-bottom: 1px solid #9fbc0c;
}	
#user_of_the_day .user {
    margin-top: 10px;
}
.author .left{
    float: left;
    width: 52px;
}
.author .right {
    float: right;
    width: 130px;
}

.members .author {
    width: 600px;
}
.members .author .right {
    width: 540px;
}

.question .author, .answer .author{
    float: right;
}
.box-wide .author .btns {
    padding-top: 20px;
}
#question_nav .tagline {
    font-size: 1.5em;
    margin-bottom: 5px;
}

.question {
    padding: 5px 0 0 25px;
}
.left_container {
    width: 750px;
}
.question .title{
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
}
.question .address_to {
    padding-top: 20px;
}
.question .indented{
	padding-left: 30px;
}
	.question .content{
	    float: left;
	    width: 550px;
	}
	.answers {
	    padding: 0 0 0 25px;
	}
	.answers #title {
	    font-size: 1.5em;
	    font-weight: bold;
	    padding: 10px 0;
	}
	.answer {
	    padding: 20px 0px;
	}
	.answer .content{
	    float: left;
	    width: 550px;
	}
.answers .button {
    font-size: 1.5em;
}

.line_break {
    border-bottom: 1px solid #bbb;
    margin-right: 25px;
}

#footer{
	font-size: 12px;
}
#footer #footer_left{
	width: 500px;
}
	#footer #footer_left ul{
		float: left;
		width: 90px;
	}
	#footer #footer_left ul li{
		padding: 0 0 4px 0;
	}
	
	#footer #footer_right{
		line-height: 17px;
	}

  
/* begin mailchimp  --patrick */

  #mc_embed_signup { 
    padding-top: 5px;
  } 
  
  div.mce_inline_error { 
    color: red !IMPORTANT; 
  } 
  
  #mce-EMAIL {
    width: 210px;
    font-size: 18px;
    margin: 0px 15px 0px 5px;
  }

  .small_button {
    cursor: pointer;
    font-weight: bold;
    height: 24px !IMPORTANT;
    font-size: 16px !IMPORTANT;
    line-height: 16px !IMPORTANT;
    background-image: url(../images/small_button.png) !IMPORTANT;
  }

/* end mailchimp  --patrick */
  
