body {
  font-family: Arial, Lucida Grande, Tahoma, Verdana;
  background: white url(/images/sh/sh_body_bg.jpg) top center no-repeat; }

#user-signup-tab, #farm-signup-tab {
  margin-top: 0px; }

#signup-forms {
  background: white url(/images/sh/signup_forms_bg.png) top center repeat-x;
  position: absolute;
  background-color: #c5f5f2;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  top: 130px;
  padding: 20px;
  width: 920px; }
  #signup-forms .button.nobg {
    color: #12aac5;
    text-shadow: white -1px -1px 0px; }
  #signup-forms label {
    width: 90px; }
  #signup-forms label, #signup-forms input {
    margin-bottom: 3px; }
  #signup-forms label.error {
    position: absolute;
    display: block;
    float: left;
    margin-top: -30px;
    margin-left: 201px;
    width: 112px;
    font-size: 80%; }

#social {
  clear: both;
  height: 349px;
  text-align: left; }
  #social h1 {
    color: white;
    font-size: 45px;
    position: absolute;
    margin: 0px;
      margin-top: 20px;
    text-align: left;
    display: block;
    font-weight: bold;
    text-shadow: #666666 1px 1px 1px; }
  #social h2 {
    display: block;
    width: 450px;
    position: absolute;
    margin: 0px;
      margin-top: 80px;
    color: black;
    font-size: 22px;
    line-height: 26px; }
  #social a.be-bio-btn {
    background: transparent url(/images/sh/orange_signup_button.png) 0 -47px no-repeat;
    position: absolute;
    display: block;
    float: left;
    width: 177px;
    line-height: 43px;
    height: 47px;
    color: white;
    font-size: 27px;
    padding-left: 50px;
    margin-left: 0px;
    margin-top: 195px;
    text-shadow: #555555 -1px -1px 0px; }
  #social a.be-bio-btn:hover {
    background-position: 0 0;
    text-decoration: none; }
  #social a.bio-btn {
    background: transparent url(/images/sh/orange_button.png) 0 -47px no-repeat;
    position: absolute;
    display: block;
    float: left;
    width: 177px;
    line-height: 43px;
    height: 47px;
    color: white;
    font-size: 27px;
    padding-left: 30px;
    padding-right: 20px;
    margin-left: 0px;
    margin-top: 195px;
    text-shadow: #555555 -1px -1px 0px; }
  #social a.bio-btn:hover {
    background-position: 0 0;
    text-decoration: none; }
  #social #wall-heading {
    clear: right;
    float: right;
    margin-top: 0px;
    margin-right: 70px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    text-shadow: #666666 1px 1px 1px; }
    #social #wall-heading img {
      vertical-align: middle;
      margin-right: 5px; }
  #social #wall {
    background: transparent url(/images/sh/black_bubble.jpg) top center no-repeat;
    float: right;
    height: 183px;
    width: 399px;
    padding-top: 15px;
    padding-bottom: 45px;
    margin-right: 0px;
    margin-top: 10px; }
    #social #wall .wrap {
      /*white-space: pre-wrap /* css-3 */
      white-space: -moz-pre-wrap !important;
      white-space: -pre-wrap;
      word-wrap: break-word;
      width: 354px; }
    #social #wall .carousel-wrap {
      width: 339px;
      padding: 0px 15px; }
    #social #wall a.carousel-control {
      display: block;
      position: absolute;
      height: 18px;
      width: 18px;
      color: white;
      font-weight: bold;
      cursor: pointer;
      margin-left: 380px; }
    #social #wall a.previous {
      margin-top: 70px;
      background: transparent url(/images/sh/wall_prev.png) top left no-repeat; }
    #social #wall a.next {
      margin-top: -110px;
      background: transparent url(/images/sh/wall_next.png) top left no-repeat; }
    #social #wall ul {
      margin-top: 0px;
      margin-bottom: 5px; }
      #social #wall ul li {
        font-size: 12px;
        line-height: 130%;
        height: 52px;
        color: white; }
        #social #wall ul li .name {
          font-weight: bold;
          color: white; }
        #social #wall ul li .demand-icon {
          padding-top: 0px;
          margin-right: 3px;
          background: transparent url(/images/sh/wish.png) top left no-repeat; }
        #social #wall ul li .supply-icon {
          margin-right: 3px;
          padding-top: 0px;
          padding-left: 6px;
          padding-right: 8px;
          background: transparent url(/images/sh/supplies.png) top left no-repeat; }
        #social #wall ul li a, #social #wall ul li a:link, #social #wall ul li a:visited, #social #wall ul li a:active {
          color: +lightblue; }
        #social #wall ul li img {
          float: left;
          margin-right: 10px;
          border: 1px solid white; }

#market {
  margin-top: 20px;
  text-align: left;
  border-bottom: 1px solid #efefef;
  padding-bottom: 25px; }
  #market p.section-shortcuts {
    color: #12aac5;
    font-size: 14px; }
    #market p.section-shortcuts a {
      color: #999999; }
  #market .icon-popup {
    display: none;
    z-index: 10000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: absolute;
    width: 290px;
    background-color: black;
    padding: 10px;
    margin-top: 60px;
    margin-left: 0px;
    line-height: 120%;
    color: white;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85; }
    #market .icon-popup strong {
      font-size: 14px; }
    #market .icon-popup strong.orange {
      color: #fe2a00; }
    #market .icon-popup p {
      color: #efefef;
      margin-top: 20px;
      margin-bottom: 20px; }
  #market img.bag {
    vertical-align: middle;
    float: left;
    margin-top: -15px;
    margin-left: -10px;
    margin-right: 10px; }
  #market h2 {
    font-size: 35px;
    font-weight: bold;
    color: #fe2a00;
    display: inline; }
    #market h2 a, #market h2 a:link {
      color: #fe2a00; }
  #market p {
    color: #999999;
    font-weight: bold;
    margin-top: 10px; }
  #market #market-icons {
    float: right;
    margin-top: 3px;
    margin-right: 7px; }
    #market #market-icons img {
      float: left;
      cursor: default;
      margin-left: 10px; }
  #market #market-selection {
    margin-top: 50px;
    overflow: visible; }
    #market #market-selection .carousel-wrap {
      width: 100%; }
      #market #market-selection .carousel-wrap ul {
        padding-top: 3px;
        padding-left: 3px;
        height: 453px; }
        #market #market-selection .carousel-wrap ul li {
          height: 471px;
          width: 970px;
          float: left; }
    #market #market-selection a.carousel-control {
      display: block;
      position: absolute;
      height: 21px;
      width: 22px;
      color: white;
      font-weight: bold;
      cursor: pointer;
      margin-left: 898px; }
    #market #market-selection a.previous {
      margin-top: -30px;
      background: transparent url(/images/prev_small.png) top left no-repeat; }
    #market #market-selection a.next {
      margin-left: 928px;
      margin-top: -501px;
      background: transparent url(/images/next_small.png) top left no-repeat; }
    #market #market-selection img.previous {
      float: left;
      margin-right: 10px; }
    #market #market-selection img.next {
      float: right; }
    #market #market-selection h2 {
      margin-bottom: 15px; }
    #market #market-selection .product-thumb.unshifted div.img {
      text-align: center; }
      #market #market-selection .product-thumb.unshifted div.img img {
        margin-left: 0px; }
    #market #market-selection .product-thumb {
      color: #333333;
      display: block;
      width: 99px;
      height: 99px;
      padding: 7px;
      float: left;
      overflow: visible;
      margin-left: 0px;
      margin-bottom: 0px;
      margin-top: 5px;
      margin-right: 7px;
      line-height: 120%;
      position: relative;
      background: white url(/images/sh/product_thumb_bg.png) top left no-repeat; }
      #market #market-selection .product-thumb .label-novinka {
        margin-left: -8px;
        margin-top: -9px;
        position: absolute; }
      #market #market-selection .product-thumb .label-bonus {
        margin-left: -15px;
        margin-top: -16px;
        position: absolute; }
      #market #market-selection .product-thumb .label-sleva {
        margin-left: -11px;
        margin-top: -11px;
        position: absolute; }
      #market #market-selection .product-thumb div.img {
        overflow: hidden;
        width: 94px;
        height: 94px;
        text-align: center; }
        #market #market-selection .product-thumb div.img .img-container {
          width: 141px;
          height: 94px;
          text-align: center;
          margin-left: -23px; }
          #market #market-selection .product-thumb div.img .img-container img {
            width: auto;
            height: 94px;
            margin-left: auto;
            margin-right: auto; }
    #market #market-selection .product-thumb.hover {
      text-decoration: none;
      background: white url(/images/sh/product_thumb_bg.png) top left no-repeat; }

#eco-news {
  clear: both;
  margin-top: 40px;
  text-align: left; }
  #eco-news img.leaf {
    vertical-align: middle;
    float: left;
    margin-top: -10px;
    margin-left: 0px;
    margin-right: 10px; }
  #eco-news h2 {
    font-size: 35px;
    font-weight: bold;
    color: #85a701;
    display: inline; }
    #eco-news h2 a, #eco-news h2 a:link {
      color: #85a701; }
  #eco-news #latest-articles .article {
    line-height: 130%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 450px; }
    #eco-news #latest-articles .article .article-photo {
      float: left;
      width: 180px;
      height: auto;
      margin-right: 20px;
      margin-top: 3px;
      overflow: hidden;
      text-align: center; }
      #eco-news #latest-articles .article .article-photo img {
        margin-left: auto;
        margin-right: auto;
        max-width: 180px; }
    #eco-news #latest-articles .article .article-content {
      float: left;
      width: 250px; }
      #eco-news #latest-articles .article .article-content h3 {
        line-height: 110%;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: normal; }
        #eco-news #latest-articles .article .article-content h3 a, #eco-news #latest-articles .article .article-content h3 a:link {
          color: #222222; }
      #eco-news #latest-articles .article .article-content p.comments-count {
        margin-top: 15px; }
        #eco-news #latest-articles .article .article-content p.comments-count img {
          vertical-align: top; }

#foot {
  background: white url(/images/sh/foot.gif) bottom center repeat-x; }

a.noclick:link {
  cursor: default; }
