@font-face {
  font-family: 'CoveredByYourGrace';
  src: url("../fonts/covered_by_your_grace-webfont.6bda6316f49f.eot");
  src:
    url("../fonts/covered_by_your_grace-webfont.6bda6316f49f.eot?#iefix") format('embedded-opentype'),
    url('https://themes.googleusercontent.com/static/fonts/coveredbyyourgrace/v2/6ozZp4BPlrbDRWPe3EBGAzcaOoGrwtJRci4wjFnSRpA.woff') format('woff'),
    url("../fonts/covered_by_your_grace-webfont.42f6575f273b.woff") format('woff'),
    url("../fonts/covered_by_your_grace-webfont.3de56fc16561.ttf") format('truetype'),
    url("../fonts/covered_by_your_grace-webfont.f28aeb80ae9e.svg#CoveredByYourGraceRegular") format('svg');
  font-weight: normal;
  font-style: normal;
}

/* begin .css sticky footer code */
html,
body,
#wrap {
  height: 100%;
}

body > #wrap {
  height: auto;
  min-height: 100%;
}

/* Opera Fix */
body::before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

/* end .css sticky footer code */
body {
  background: #f8f6f6;
  font-family: sans-serif;
  text-align: center;
}

h2 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

h4 {
  font-size: 10px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

h5 {
  font-size: 11px;
  font-weight: bolder;
  color: #333;
  text-transform: uppercase;
}

div.flag_photo {
  cursor: pointer;
}

p {
  /* margin-top: 10px;
    */
  margin-bottom: 10px;
  text-align: left;
}

form label {
  display: none;
}

a:link,
a:visited {
  text-decoration: none;
  color: #ff7800;
  font-weight: bold;
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: underline;
}

span.bold {
  font-weight: bold;
}

#main {
  width: 100%;
  min-width: 1024px;
  text-align: center;
}

#header-wrap {
  border-top: solid 4px #212121;
  background: #fff;
  width: 100%;
  min-width: 1024px;
  text-align: center;
}

#header {
  width: 960px;
  margin: auto;
  text-align: left;
  position: relative;
  z-index: 1002;
}

#header h3 {
  color: #231f20;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
  text-transform: uppercase;
}

#header .logo-wrap {
  width: 960px;
  padding-top: 20px;
  text-align: left;
}

#header .logo-wrap img {
  float: left;
}

#header .logo-wrap img.tag-line {
  margin-left: 10px;
  margin-top: 25px;
}

#header .logo-wrap img.small-tag {
  float: none;
  margin-bottom: 7px;
}

#header .contact {
  float: right;
  font-size: 12px;
  font-weight: bold;
  padding-top: 35px;
}

#header .contact span {
  color: #231f20;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
  text-transform: uppercase;
  display: block;
}

/* main navigation */
ul.main-nav {
  min-width: 474px;
  height: 70px;
  list-style: none;
  float: right;
  text-align: left;
}

ul.main-nav li {
  display: block;
  position: relative;
  z-index: 5000000; /* ie7 fix */
  overflow: visible;
  float: left;
}

ul.main-nav li a {
  display: block;
  padding: 50px 0 0 5px;
  width: 85px;
  float: left;
  border-left: dashed 1px #ebebeb;
  color: #231f20;
  font-weight: bold;
  font-size: 14px;
}

ul.main-nav li a:hover,
ul.main-nav li a:focus,
ul.main-nav li a:active,
ul.main-nav li a.active-page {
  color: #ccc;
}

ul.main-nav li a#plant_index {
  width: 110px !important;
}

ul.main-nav li a#nursery_index {
  width: 176px !important;
  padding-bottom: 2px;
}

ul.main-nav li.nursery_index span.down-arrow {
  color: #231f20;
  font-size: 12px;
  display: block;
  padding: 50px 5px 0 0;
  float: left;
}

ul.main-nav li.nursery_index:hover span.down-arrow {
  color: #ccc;
}

ul.contributor_type_list {
  display: none;
  width: 176px;
  position: absolute;
  top: 66px;
  right: 5px;
  background: #fff;
  border: solid 1px #d7d7d7;
  z-index: 50000;
  padding: 20px 5px 15px 5px;
}

ul.main-nav li.nursery_index:hover ul.contributor_type_list {
  display: block;
}

ul.contributor_type_list li {
  display: list-item;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

ul.contributor_type_list li a {
  border: none;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #212121;
}

ul.contributor_type_list li.last {
  border-top: solid 1px #d7d7d7;
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 2px;
}

ul.contributor_type_list li.last a,
ul.contributor_type_list li.last a:visited {
  color: #ff7800;
}

/* inner wrap,
content goes in here */
div.inner-wrap {
  width: 960px;
  margin: auto;
}

/* left sidebar (shows on home page before search) */
div.left-sidebar {
  border-right: dashed 1px #e5e3e3;
  width: 300px;
  float: left;
  padding: 20px 10px 0 0;
  text-align: left;
}

div.left-sidebar p {
  color: #333;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 10px;
}

div.left-sidebar p.feedback {
  font-weight: bold;
  font-size: 12px;
}

#search_container {
  width: 625px;
  float: right;
  padding-top: 20px;
  text-align: left;
  padding-left: 20px;
}

#search_container .search_form {
  text-align: left;
  margin-top: 5px;
  margin-right: 10px;
  height: 25px;
  margin-bottom: 12px;
}

#search_container .search_form input[type='submit'] {
  width: 63px;
  height: 22px;
  text-indent: -9000px;
  background: url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat 0 0;
  border: none;
  cursor: pointer;
  padding: 0;
  float: left;
}

#search_container .search_form .search_query {
  width: 405px;
  height: 17px;
  background: #fff;
  border: solid 1px #e6e4e4;
  border-top: solid 2px #a2a0a0;
  float: left;
  padding-left: 5px;
  color: #666;
}

#search_container div.section {
  padding: 20px 0 0 20px;
  margin-left: -20px;
}

#search_container div.section ul {
  list-style: disc inside none;
  margin-top: 10px;
  line-height: 24px;
  font-size: 15px;
}

#search_container div.section.last div {
  margin: 15px 0 20px 0;
  float: left;
  width: 149px;
}

#search_container div.section div ul {
  list-style: none;
  margin-top: 10px;
  line-height: 24px;
  font-size: 11px;
}

div.sub_section {
  margin-bottom: 10px;
}

div.sub_section p {
  color: #333;
  font-size: 13px;
  line-height: 17px;
}

div.sub_section .sub_section_header {
  border-bottom: 1px solid #e5e3e3;
  border-top: 1px solid #e5e3e3;
  cursor: pointer;
  padding-bottom: 5px;
  padding-top: 25px;
  padding-left: 5px;
  padding-right: 10px;
}

div.sub_section .sub_section_header h3 {
  float: left;
}

div.sub_section .sub_section_header h5 {
  float: right;
  margin-top: 7px;
  text-transform: none;
}

div.sub_section .sub_section_header .plant_detail_arrow {
  left: 50px;
  top: 10px;
}

div.sub_section div.sub_section_cont {
  margin-top: 10px;
}

div.sub_section div.sub_section_cont .sub_sec_plant {
  font-size: 15px;
  float: left;
  width: 208px;
}

div.sub_section div.sub_section_cont .sub_sec_plant h6 {
  font-size: 13px;
  margin-top: 5px;
}

div.footer_404 {
  margin-top: 35px;
}

div.footer_404 ul {
  list-style: none;
  margin-top: 10px;
  line-height: 24px;
  font-size: 11px;
  float: left;
  padding-right: 30px;
}

#search_container div.section.last {
  border-bottom: none;
}

.search_form {
  position: relative;
  z-index: 0;
  width: 600px;
}

.search_form #clear_search_text {
  background: url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat -73px -3px;
  cursor: pointer;
  position: absolute;
  height: 13px;
  width: 13px;
  top: 6px;
  right: 70px;
}

.left-sidebar .plant_type_cont {
  float: left;
  margin-bottom: 10px;
  width: 150px;
}

.plant_type_cont a {
  display: block;
  width: 140px;
}

#footer_section {
  padding: 0 0 25px 0;
  width: 960px;
}

#footer_section.last {
  border-bottom: 1px solid #e5e3e3;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.lower_left_sidebar {
  float: left;
  margin-top: 50px;
  width: 300px;
}

div.lower_left_sidebar p {
  color: #333;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 10px;
}

div.lower_left_sidebar p.feedback {
  font-weight: bold;
  font-size: 12px;
}

div#footer_browse_by {
  margin-left: 10px;
  padding-left: 20px;
  padding-top: 20px;
  float: left;
}

div#footer_browse_by h3 {
  text-align: left;
}

#footer_browse_by div.list {
  margin: 15px 0 20px 0;
  float: left;
  text-align: left;
  width: 149px;
}

#footer_browse_by div.list ul {
  list-style: none;
  margin-top: 10px;
  line-height: 24px;
  font-size: 11px;
}

.plant_type_cont .plant_type_left {
  margin-bottom: 5px;
}

.plant_type_cont .plant_type_right {
  font-size: 13px;
}

/* Plant Detail */
div#pdp_mini_nav_cont {
  width: 639px;
  padding-top: 3px;
}

div#pdp_mini_nav_cont .selected {
  opacity: 0.5;
}

div.mini_nav_thumbnail_cont {
  background-color: #f6f6f6;
  float: left;
  width: 104px;
  height: 74px;
  margin-right: 3px;
  position: relative;
}

div.mini_nav_thumbnail_cont img {
  cursor: pointer;
}

div#mini_nav_thumbnail_cont_6 {
  margin-right: 0;
}

div#bottom_mini_nav_cont {
  background-color: #f6f6f6;
  padding-top: 3px;
}

div#bottom_mini_nav_cont p,
div#bottom_mini_nav_cont h4 {
  margin-top: 4px;
}

div#back_search_results {
  background: url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat -130px -10px;
  height: 5px;
  float: left;
  position: relative;
  left: 3px;
  top: 6px;
  width: 5px;
}

div#left_bottom_mini {
  float: left;
  width: 200px;
}

div#left_bottom_mini h4 {
  cursor: pointer;
  float: left;
  margin-left: 6px;
  text-transform: none;
}

div#right_bottom_mini {
  float: right;
  width: 350px;
}

div#right_bottom_mini p {
  float: right;
  margin-bottom: 0;
  margin-right: 5px;
  color: #696969;
  font-size: 10px;
  font-weight: bold;
}

div#next_mini_page {
  cursor: pointer;
  width: 30px;
  height: 18px;
  float: right;
}

div#next_mini_page.active {
  cursor: pointer;
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat -31px -50px;
}

div#next_mini_page.active_no_hover {
  cursor: pointer;
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat -31px -50px;
}

div#next_mini_page.active:hover {
  cursor: pointer;
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat -31px -70px;
}

div#next_mini_page.disabled,
div#next_mini_page.disabled:hover {
  cursor: default;
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat -99px -75px;
}

div#prev_mini_page {
  width: 30px;
  height: 18px;
  float: right;
}

div#prev_mini_page.active {
  cursor: pointer;
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat 0 -50px;
}

div#prev_mini_page.active_no_hover {
  cursor: pointer;
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat 0 -50px;
}

div#prev_mini_page.active:hover {
  cursor: pointer;
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat 0 -70px;
}

div#prev_mini_page.disabled {
  cursor: default;
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat -68px -75px;
}

div.mini_nav_thumbnail_hidden_cont {
  background-color: #f6f6f6;
  border-top: 5px solid black;
  cursor: pointer;
  min-height: 200px;
  position: absolute;
  top: 76px;
  width: 530px;
  z-index: 10002;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 8px; /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; /* For IE 5.5 - 7 */
  filter: progid:dximagetransform.microsoft.shadow(Strength=4, Direction=135, Color='#999999');
}

div.mini_nav_thumbnail_cont .first_three {
  left: 0;
}

div.mini_nav_thumbnail_cont .last_three {
  right: 0;
}

div.mini_nav_plant_cont {
  padding: 10px;
}

div#pdp_mini_nav_cont div.mini_drop_left_cont {
  float: left;
  width: 200px;
}

div.mini_drop_photo_cont {
  width: 200px;
  min-height: 75px;
}

div.mini_drop_left_cont a {
  font-size: 13px;
  padding: 5px;
  position: relative;
  top: 5px;
}

div#pdp_mini_nav_cont div.mini_drop_right_cont {
  float: left;
  margin-left: 10px;
  width: 300px;
}

div#pdp_mini_nav_cont div.plant_left_inline {
  border-bottom: 1px solid #e5e3e3;
  margin-bottom: 8px;
  padding-bottom: 4px;
}

div#pdp_mini_nav_cont div.plant_left_inline h4 {
  color: #4c4c4c;
  float: left;
  font-size: 11px;
  width: 100px;
}

div#pdp_mini_nav_cont div.plant_left_inline .left_indent {
  margin-left: 100px;
  position: relative;
  top: -3px;
}

div.plant_name_mini_cont {
  margin-bottom: 10px;
}

div#pdp_mini_nav_cont div.plant_left_inline p {
  display: inline;
  width: 200px;
}

div#pdp_mini_nav_cont .plant_primary_name {
  color: #4c4c4c;
  font-size: 12px;
  text-transform: none;
}

div#pdp_mini_nav_cont .plant_sub_name {
  color: #4c4c4c;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}

div#plant_detail_wrapper {
  background-color: white;
  width: 100%;
  min-width: 1024px;
}

div#plant_detail_cont {
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: left;
  width: 960px;
}

div#plant_detail_cont div#plant_left_cont {
  float: left;
  width: 720px;
}

div#plant_detail_cont a.standard {
  font-size: 12px;
  line-height: 17px;
  margin-right: 15px;
  margin-bottom: 5px;
}

div#plant_detail_cont p {
  color: #696969;
  font-size: 13px;
}

div#plant_detail_wrapper div#prev_page {
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat 0 -50px;
  cursor: pointer;
  width: 30px;
  height: 18px;
  float: right;
}

div#plant_detail_wrapper div#prev_page.prev_page_hover_on:hover {
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat 0 -70px;
}

div#plant_detail_wrapper div#next_page {
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat -31px -50px;
  cursor: pointer;
  width: 30px;
  height: 18px;
  float: right;
}

div#plant_detail_wrapper div#next_page.next_page_hover_on:hover {
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat -31px -70px;
}

div#top_pdp_nav {
  overflow: auto;
  border-bottom: 1px solid #e5e3e3;
}

div#top_pdp_nav div.prev_plant {
  cursor: pointer;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
}

div#bottom_pdp_nav div.prev_plant {
  cursor: pointer;
  float: left;
  margin-left: 5px;
}

div#top_pdp_nav div.next_plant {
  cursor: pointer;
  float: right;
  margin-right: 5px;
  margin-bottom: 5px;
}

div#bottom_pdp_nav div.next_plant {
  cursor: pointer;
  float: right;
  margin-right: 5px;
}

div#plant_detail_cont div#plant_header {
  padding: 20px 5px 0 5px;
}

div#plant_header h1 {
  color: #4a422e;
  font-size: 19px;
  margin-right: 10px;
  font-weight: bold;
}

div#plant_header h2 {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin-top: 2px;
}

div.plant_aka_name_wrapper div.column {
  float: left;
  padding-right: 30px;
  width: 200px;
}

div#plant_detail_cont div#plant_type_size_and_zones {
  width: 100%;
  margin: 30px 0 20px 0;
  font-size: 12px;
  color: #333;
}

div#plant_detail_cont div#plant_type_size_and_zones div.plant-type {
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat 0 -200px;
  padding: 30px 30px 0 30px;
  width: 170px;
  float: left;
}

div#plant_detail_cont div#plant_type_size_and_zones div.size {
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat 0 -296px;
  padding: 30px 20px 6px 20px;
  width: 190px;
  float: left;
}

div#plant_detail_cont div#plant_type_size_and_zones div.zones {
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat 0 -394px;
  padding: 30px 0 0 50px;
  width: 180px;
  float: left;
}

div#plant_detail_cont div#plant_detail_cont_wrap {
  padding: 0 5px;
}

div#plant_detail_cont div#conditions_and_features {
  overflow: auto;
  margin: 0 20px 15px 0;
  min-height: 100px;
}

div#conditions_and_features div.attr_cont {
  float: left;
  width: 300px;
  margin: 0 30px 0 0;
}

div#conditions_and_features div.attr_cont.no-margin {
  margin-right: 0;
}

div.attr_cont h3 {
  margin-bottom: 10px;
}

div.attr_cont h4 {
  color: #4c4c4c;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
  text-transform: uppercase;
}

div.attr_inline {
  border-bottom: 1px solid #e5e3e3;
  margin-bottom: 10px;
}

div.attr_inline h4 {
  float: left;
  width: 100px;
}

div.attr_inline p {
  line-height: 16px;
  margin-left: 100px;
  margin-bottom: 0;
  position: relative;
  top: -3px;
}

div#plant_tags {
  overflow: auto;
  margin-bottom: 20px;
}

div#plant_tags h3 {
  float: left;
  margin: 0 20px 6px 0;
}

div#plant_detail_cont div#plant_center_cont {
  width: 710px;
}

div#plant_center_cont div#photo_gallery_cont {
  background-color: #f6f6f6;
  margin-bottom: 85px;
  position: relative;
  width: 696px;
  padding: 5px 7px 12px 7px;
  overflow: auto;
}

div#plant_center_cont div#photo_gallery_cont.empty {
  background: none;
  padding: 0;
  margin-bottom: 45px;
}

div#gallery_header {
  background-color: white;
  padding: 7px 5px;
  position: relative;
  z-index: 102;
}

div#gallery_header h4 {
  font-weight: normal;
  font-size: 13px;
  float: left;
  margin-right: 5px;
  text-transform: none;
}

div#gallery_header div.flag_photo {
  color: #333;
  font-weight: normal;
  font-size: 13px;
  float: right;
  text-transform: none;
  margin-right: 10px;
  z-index: 101;
}

div#gallery_header div.flag_photo p {
  top: 12px;
}

div#gallery_header h5.hover {
  background-color: #f6f6f6;
  border: solid 1px #d7d7d7;
  border-bottom: none;
  height: 17px;
  margin: -16px -5px;
  padding: 15px 14px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 8px;
}

div#gallery_header a {
  font-size: 12px;
  line-height: 13px;
}

div#flag_photo_wrap {
  background-color: #f6f6f6;
  border-top: 5px solid black;
  cursor: default;
  height: 198px;
  right: 0;
  top: 27px;
  position: absolute;
  width: 480px;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 8px;
}

div#flag_photo_cont {
  margin: 0 5px;
  position: relative;
  z-index: 101;
}

div#flag_success_cont p.thank-you {
  margin: 7px 0;
  color: #333;
  font-size: 22px;
  font-weight: bold;
}

div#flag_photo_cont .drop_close {
  float: right;
  background: url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat -76px -5px;
  text-indent: -9000px;
  width: 11px;
  height: 11px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}

div#flag_photo_cont h4 {
  font-weight: bold;
  margin: 7px 0;
  margin-left: 3px;
}

div#flag_photo_cont div#form_controls {
  cursor: default;
  margin-top: 10px;
  margin-bottom: 5px;
}

div#form_controls div#submit_flag {
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat -136px -49px;
  cursor: pointer;
  height: 22px;
  width: 62px;
  float: right;
  margin-left: 10px;
}

div#form_controls div#cancel_flag {
  background: #fff url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat -68px -49px;
  cursor: pointer;
  height: 22px;
  width: 62px;
  float: right;
}

div#flag_photo_cont div.form_sec {
  margin-bottom: 5px;
}

form#flag_photo_form textarea {
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #bebebe;
  border-top: 1px solid #8e8e8e;
  color: dimgray;
  width: 465px;
  height: 75px;
  resize: none;
}

form#flag_photo_form h3 {
  float: right;
}

form#flag_photo_form p {
  display: inline;
  margin-bottom: 0;
  margin-left: 5px;
}

form#flag_photo_form .flag {
  cursor: pointer;
}

div#selected_photo_cont {
  max-height: 500px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 525px;
  display: table-cell;
  background: #ccc;
}

div#selected_photo_cont.empty {
  background: none;
  height: 52px;
}

div#selected_photo_cont * {
  vertical-align: middle;
}

div#selected_photo_cont span {
  display: inline-block;
  height: 100%;
}

div#selected_photo_cont img {
  max-height: 500px;
  max-width: 525px;
  margin: auto;
}

div#selected_photo_cont .photo_placeholder {
  text-align: left;
  margin: 10px 0 0 -170px;
  line-height: 1em;
}

div#selected_photo_cont .photo_placeholder h3 {
  color: #ff7800;
  margin-bottom: 5px;
}

div#gallery_thumb_cont {
  width: 170px;
  min-height: 200px;
  max-height: 500px;
  overflow: hidden;
  float: left;
  position: relative;
}

div#photo_gallery_cont.empty div#gallery_thumb_cont {
  min-height: 0;
}

div#gallery_thumb_cont .gallery_thumb {
  float: left;
  width: 160px;
  height: 90px;
}

.gallery_thumb:hover {
  cursor: pointer;
}

div#gallery_thumb_cont .photo_active {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

div#gallery_thumb_cont a.image-gallery-nav {
  display: block;
  width: 160px;
  height: 21px;
  position: absolute;
  z-index: 1;
  background: #f6f6f6 url("../img/main-sprite_v3.02d5f663f2d0.png") no-repeat;
}

div#gallery_thumb_cont a.image-gallery-nav.empty {
  display: none;
}

div#gallery_thumb_cont a.image-gallery-nav.prev {
  background-position: 0 -510px;
  top: 0;
  padding-bottom: 7px;
}

div#gallery_thumb_cont a.image-gallery-nav.prev:hover,
div#gallery_thumb_cont a.image-gallery-nav.prev:active {
  background-position: 0 -540px;
}

div#gallery_thumb_cont a.image-gallery-nav.prev.disabled {
  background-position: 0 -480px;
  cursor: default;
}

div#gallery_thumb_cont a.image-gallery-nav.next {
  background-position: 0 -593px;
  bottom: 0;
  padding-top: 7px;
}

div#gallery_thumb_cont a.image-gallery-nav.next:hover,
div#gallery_thumb_cont a.image-gallery-nav.next:active {
  background-position: 0 -623px;
}

div#gallery_thumb_cont a.image-gallery-nav.next.disabled {
  background-position: 0 -563px;
  cursor: default;
}

div#gallery_thumb_cont ul {
  position: relative;
  padding: 27px 0 0 0;
  top: 0;
  z-index: 0;
}

div#gallery_thumb_cont ul li {
  height: 90px;
  width: 160px;
  margin-bottom: 7px;
  cursor: pointer;
}

div#gallery_footer {
  padding: 5px 0;
  text-align: center;
}

h4.photo-count {
  float: left;
  margin-top: 10px;
  width: 160px;
  font-size: 11px;
}

div#photo_by_cont {
  float: left;
  width: 525px;
  margin-top: 10px;
  margin-left: 10px;
  line-height: 0.9em;
}

div#photo_by_cont a.url {
  float: none;
}

div#photo_by_cont p {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
  color: #333;
}

div#photo_by_cont p.license a.url,
div#photo_by_cont p.license {
  font-size: 10px;
  color: #707070;
  margin-bottom: 0;
  font-weight: normal;
}

div#photo_by_cont p.license a.url {
  color: dimgray;
}

div#plant_desc_cont h3 {
  padding: 0 0 0 245px;
}

div.plant_desc {
  margin-top: 10px;
  clear: left;
  float: left;
  overflow: hidden;
  width: 100%;
}

div.plant_desc div.nursery_desc_wrap {
  background: url("../img/plant_desc_nursery_cont_bg.a58ae0336b49.png") no-repeat 68% top;
  float: left;
  position: relative;
  right: 35%;
  width: 100%;
}

div.plant_desc .nursery_cont {
  float: left;
  left: 34%;
  overflow: hidden;
  position: relative;
  width: 233px;
  text-align: right;
  padding: 0 0 0 0;
  margin-right: 12px;
}

div#plant_detail_cont div.plant_desc p {
  line-height: 1.5em;
  margin-bottom: 0;
  float: left;
  overflow: hidden;
  left: 35%;
  position: relative;
  width: 445px;
  font-size: 11px;
  border-bottom: 1px solid #e5e3e3;
  padding: 0 0 10px 0;
}

h4.location {
  color: #4c4c4c;
  font-size: 11px;
  font-weight: bold;
  text-transform: none;
  margin: 3px 14px 5px 0;
}

div.nursery_cont h4.location {
  text-align: right;
}

a.url {
  color: #696969;
  float: left;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

div.nursery_cont a.url {
  float: none;
  margin-right: 14px;
}

a.url:hover {
  text-decoration: underline;
}

div.plant_desc span {
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin: 0 10px;
}

h4.location span {
  float: none;
  font-size: 11px;
  font-weight: bold;
  margin: 0 5px;
}

div#plant_details_cont {
  margin-bottom: 30px;
}

div#plant_detail_cont div#plant_right_cont {
  float: right;
  width: 232px;
  margin: 0;
  padding: 20px 0 0 6px;
}

div#plant_detail_cont div#plant_right_cont.empty {
  border-top: none;
}

div.plant_edit_link {
  border-top: 1px solid #e5e3e3;
  border-bottom: 1px solid #e5e3e3;
  margin-top: 30px;
  padding: 5px 0 5px 0;
}

div.plant_edit_link.pdp {
  float: right;
  width: 232px;
}

div.plant_nursery_cont {
  border-bottom: 1px solid #e5e3e3;
  margin-top: 10px;
  padding-bottom: 15px;
}

div.plant_nursery_cont span {
  float: left;
  font-size: 11px;
  margin: 0 10px;
}

div.plant_nursery_cont h4 {
  margin-bottom: 3px;
  margin-top: 0;
}

div.plant_nursery_cont h5 {
  float: none;
}

div.plant_nursery_cont span.contributor_type {
  font-size: 10px;
  margin: 0 0 0 5px;
  float: none;
  color: #a9a9a9;
}

div.plant_nursery_cont span.contributor_type.pdp {
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #a9a9a9;
  display: block;
}

div.plant_nursery_cont a.url {
  display: block;
  float: none;
}

div#plant_similar_cont h3 {
  margin-bottom: 5px;
}

div#plant_similar_cont h4 {
  text-transform: none;
}

div#plant_similar_cont h4 a {
  color: #333;
  font-size: 11px;
}

div#similar_thumbs_cont {
  margin-top: 10px;
}

div.similar_thumbs {
  float: left;
  height: 105px;
  margin: 0 7px 7px 0;
  width: 105px;
  position: relative;
}

div.similar_thumbs div.flyout-border {
  width: 97px;
  height: 97px;
  border: solid 4px #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4000;
  display: none;
  cursor: pointer;
}

div.similar_thumbs.no-margin {
  margin-right: 0;
}

div.similar_thumbs img {
  height: 105px;
  width: 105px;
}

div.similar_thumbs div.flyout {
  width: 280px;
  min-height: 100px;
  position: absolute;
  left: -286px;
  top: 0;
  background: #f6f6f6;
  border-top: 5px solid black;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  display: none;
  cursor: pointer;
  z-index: 5000;
}

div.similar_thumbs div.flyout a.drop_close {
  margin: 5px 5px 0 0;
}

div.similar_thumbs div.flyout div.content {
  margin: 12px 18px 12px 18px;
}

div.similar_thumbs div.flyout div.content h4.plant_primary_name {
  font-size: 12px;
}

div.similar_thumbs div.flyout div.content h3.plant_sub_name {
  font-weight: normal;
  font-size: 11px;
}

div.similar_thumbs div.flyout div.content a {
  display: block;
  margin-top: 12px;
  font-size: 10px;
}

div.thumb_placeholder {
  background-color: #ccc;
  height: 75px;
  width: 104px;
}

div#bottom_pdp_nav {
  border-top: 5px solid black;
  overflow: auto;
  width: 960px;
  margin: auto;
  padding: 5px 0 20px 0;
}

a.dark_link {
  color: #333;
}

a.dark_link:hover {
  color: #ff7800;
}

a.dark_selected_link {
  color: #999;
}

div#single_genus_plant_index_header_cont,
div#plants_index_header_cont {
  margin: 0 auto;
  padding: 15px 0;
  width: 960px;
}

div#plants_index_header_cont h2 {
  color: #333;
  float: left;
  font-size: 0.7em;
  font-weight: bold;
}

div#plants_index_header_cont h3 {
  color: #333;
  float: left;
  font-size: 0.7em;
  font-weight: bold;
  margin-left: 24px;
}

div#nursery_index_header_cont {
  margin: 0 auto;
  padding: 15px 0 15px;
  width: 960px;
}

div#nursery_index_header_cont p {
  line-height: 20px;
  margin-bottom: 0;
}

div#nursery_index_header_cont h3 {
  color: #333;
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
}

div#plant_index_wrap {
  background-color: white;
  padding-top: 10px;
}

body.loading div#plant_index_wrap {
  padding-bottom: 200px;
}

div#nursery_index_wrap {
  background-color: white;
  padding-top: 40px;
  min-height: 400px;
}

div.left_pad {
  width: 780px;
  float: right;
}

div#nursery_index_header_cont div.left_pad {
  padding-left: 180px;
  float: none;
}

div#filter-bar {
  width: 180px;
  float: left;
}

div#filter-bar h3 {
  margin-bottom: 5px;
}

div#filter-bar ul {
  margin-bottom: 10px;
}

div#filter-bar ul li {
  margin: 0 20px 0 10px;
  padding: 3px;
}

div#filter-bar div.selectbox-wrapper ul {
  margin: 0;
}

div#filter-bar div.selectbox-wrapper ul li {
  margin: 0;
}

div#filter-bar ul li a,
div#filter-bar ul li a:visited {
  color: #212121;
  font-size: 11px;
  display: block;
  width: 100%;
  min-height: 15px;
}

div#filter-bar ul li:hover a,
div#filter-bar ul li a:hover {
  text-decoration: none;
  color: #fff;
}

div#filter-bar ul li:hover {
  background-color: #d7d7d7;
}

div#filter-bar ul li.selected {
  background-color: #ff7800;
}

div#filter-bar ul li.selected a,
div#filter-bar ul li.selected a:visited {
  color: #fff;
}

div#plant_index_pad {
  margin-left: 112px;
}

div#plant_index_cont {
  margin: 0 auto;
  text-align: left;
  width: 960px;
}

div#plant_index_cont div.plant_index_plant {
  float: left;
  font-size: 13px;
  min-height: 95px;
  padding-right: 15px;
  width: 405px;
}

img.plant_thumb {
  width: 104px;
  height: 75px;
  background: url("../img/ajax-loader.73e57937304d.gif") center center no-repeat;
}

div.plant_index_plant div.index_left {
  float: left;
  width: 104px;
  height: 75px;
}

div.plant_index_plant div.index_right {
  margin-left: 115px;
}

div.plant_index_plant a {
  line-height: 20px;
}

body.loading div#plant_clear {
  height: 100px;
  background: url("../img/ajax-loader.73e57937304d.gif") center center no-repeat;
  margin-left: -112px;
}

div.state_cont {
  float: left;
  width: 250px;
  height: 120px;
  min-height: 120px;
}

div.state_heading_cont {
  border-bottom: 1px solid #e5e3e3;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 0 5px 4px;
}

div.nursery_index_cont {
  width: 29%;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 0 5px 0 5px;
  display: inline-block;
  min-height: 75px;
  vertical-align: top;
}

div.nursery_index_cont > a,
div.nursery_index_cont > h4 {
  padding-top: 5px;
}

div.nursery_index_cont a.standard {
  font-size: 14px;
}

div.nursery_index_cont a.url {
  font-size: 12px;
  word-break: break-word;
}

div.nursery_index_cont h4 {
  font-size: 12px;
  text-transform: none;
}

#approval_cont {
  background-color: white;
  padding: 0 20px;
  text-align: left;
}

#footer {
  text-align: center;
  width: 100%;
  min-width: 1024px;
  border-top: 1px solid #e5e3e3;
  border-collapse: collapse;
}

#footer-inner {
  color: #5e5e5e;
  text-align: left;
  font-size: 15px;
  width: 960px;
  margin: 18px auto 10px auto;
  background: #f8f6f6;
}

#footer-inner a:link,
#footer-inner a:visited {
  font-weight: bolder;
  font-size: 12px;
}

#footer-inner span.copyright {
  color: #ccc;
  float: right;
}

#footer_bottom_cont {
  padding-bottom: 20px;
}

#footer_link_cont {
  border-bottom: 1px solid #e5e3e3;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#footer_link_cont h4 {
  font-size: 12px;
}

#footer_link_cont ul {
  float: left;
  line-height: 24px;
  width: 185px;
}

.footer_left {
  float: left;
}

#plant_image_header h1 {
  text-align: left;
  font-weight: bold;
  margin: 10px 0 10px 0;
}

#plant_image_attribution #photo-credit a {
  float: none;
}

#plant_image_attribution {
  overflow: auto;
  line-height: 1em;
}

#standalone-photo {
  margin: 20px 0 0 0;
  text-align: left;
}

.breadcrumbs {
  text-align: left;
  color: #ff7800;
  font-size: 0.7em;
  font-weight: bold;
}

.nonlink {
  color: black;
}

#plant_index_cont h1 {
  font-weight: bold;
  margin: 5px 0 20px 0;
}

#aka_title {
  margin: 10px 0 0 0;
  font-weight: bold;
  font-style: italic;
  color: #58595b;
}

#photo_gallery_cont {
  overflow: auto;
  margin: 15px 0 0 0;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.scrolling-section .viewport {
  overflow: hidden;
  position: relative;
}

.scrolling-section .overview {
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
}

.scrolling-section .scrollbar {
  position: relative;
  float: right;
  overflow: hidden;
  width: 20px;
}

.scrolling-section .track {
  background: transparent url("../img/slider-bg.a8371207455a.gif") repeat-y 0 0;
  height: 100%;
  width: 20px;
  position: relative;
  padding: 0;
}

.scrolling-section .thumb {
  height: 20px;
  width: 13px;
  cursor: pointer;
  overflow: visible;
  position: absolute;
  top: 0;
}

.scrolling-section .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 13px;
}
