body {
    background-color:#bbac8f;
    background-color:#fcedd1;
    color:#666666;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:18px;
    font-size:12px;
    margin-left:8px;
    margin-right:8px;
    margin-top:8px;
}

.ui-tabs-panel {
}
    
div.content {
    width:800px;
    margin-left: auto;
    margin-right: auto;
}

div.page {
    width: 760px;
    height: auto;
    overflow: auto;
    padding: 15px;
}

div.scrollpage {
    width: 760px;
    height: 600px;
    overflow-x:hidden;
    overflow-y:scroll;
    margin-bottom:10px;
    margin-top:15px;
}

.gallery_thumb_scroll {
    height: 600px;
    overflow-x:hidden;
    overflow-y:scroll;
    width:270px !important;
}

div.header {
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
}

div.footer {
    margin-top: 15px;
    font-size: 10px;
    line-height:12px;
    padding: 5px;
    background: #f9dfac !important;
}

img.column {
    width: 330px;
    background-color: #fdfdfd;
    border:1px solid #333;
    padding:6px;
}

img.map{
    background-color: #fdfdfd;
    border: 1px solid #aaa;
    padding: 10px;
}

div.column_left {
    float: left;
    width: 50%;
    margin-bottom: 15px;
    height: auto;
}

div.column_right{
    width: 50%;
    margin: 0 0 0 360px;
    margin-bottom: 15px;
    height: auto;
}

div.column_break {
    clear: both;
    width: 100%;
}

ul.factlist li {
  margin-top: 10px;
}

div.map_info {
  height: auto;
}

div#event_summary {
  margin-right:15px;
}
  
div.event_type {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  display:block;
  width:330px;
  background:#bbac8f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.events {
  clear:both;
  padding-bottom: 10px;
  margin-left: 15px;
  height: auto;
}

div.news_item {
  clear:both;
  margin-bottom: 15px;
  height:auto;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

.last {
  border-bottom: none !important;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

div.simple div.event_type {
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
}

div.simple div.news_headline {
  font-size: 10px !important;
  font-weight: bold;

}

div.simple div.news_item span.key {
  clear:both;
  float: left;
  margin-left: 25px;
  font-size:9px;
  font-weight: bold;
}

div.simple div.news_item span.value {
  float:left;
  margin-left: 5px;
  font-size:9px;
  font-weight: normal;
}

div.simple div.news_body {
  clear:both;
  font-size:9px;
  margin-left: 25px;
}

div.news_headline {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px !important;
}

div.news_item span.key {
  clear:both;
  float: left;
  margin-left: 25px;
  font-size:11px;
  font-weight: bold;
}

div.news_item span.value {
  float:left;
  margin-left: 5px;
  font-size:11px;
  font-weight: normal;
}

div.news_body {
  clear:both;
  font-size:11px;
  margin-left: 25px;
  padding-top: 5px;
}

div.planttypes {
  clear:both;
}

div.planttypes ul {
  margin-left:-40px;
  margin-bottom: 0;
}

li.planttype {
  list-style: none;
  background-color: #eee;
  border: 1px solid #333;
  background:#f9dfac;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  width: auto;
  float:left;
  font-weight: bold;
}

li.planttype:hover {
  background-color: #b2bdd3;
}

li.planttype.selected {
  background-color: #fff;
}

li.planttype a {
  text-decoration:none;
}

li.planttype span {
   font-size: 0px;
}

div.plantlist_intro {
}

div.plants {
  margin-top: 15px;
  margin-left: 15px;
  font-style: italic;
  line-height: 24px;
  width: 100%;
  clear:both;
}

li.plant {
  width:45%;
  float:left;
}

ul.sales_items {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  height:auto;
}

li.sales_item {
  clear:both;
  width:700px;
  height:150px;
  border-bottom: 0px solid #eee;
  margin-bottom:15px;
}

div.sales_image {
  width:111px;
  float:left;
}

img.sales_photo {
  width:75px;
  border:1px solid #333;
  padding:6px;
  margin-left: 8px;
}

div.sales_description {
  padding:5px;
  width:525px;
  float:left;
  border:1px solid #ccc;
  margin-bottom:10px;
}

div.product {
  padding-top: 10px;
  float:left;
}

span.sales_primary {
  font-weight:bold;
  font-size:16px;
  width:525px;
  float:left;
  padding-bottom: 5px;
}

span.sales_secondary {
  width:525px;
  float:left;
}


