body {
  background: #FFF; }

#container {
  border: 0; }

#marketing_header {
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  padding: 10px 0; }
  #marketing_header #user_console {
    float: right; }
    #marketing_header #user_console .logged_out {
      width: 500px;
      padding-top: 10px;
      padding-bottom: 0; }
  #marketing_header #logo {
    width: 231px;
    float: left; }

#sign_in_form li {
  float: left;
  margin-left: 10px;
  position: relative; }
  #sign_in_form li .sub_option {
    font-size: 90%;
    padding-top: 3px; }
    #sign_in_form li .sub_option * {
      color: #777;
      float: left;
      padding: 0;
      margin: 0;
      cursor: pointer;
      padding-left: 3px;
      vertical-align: middle; }
  #sign_in_form li label.prompted {
    cursor: text;
    top: 6px;
    left: 5px;
    position: absolute; }
  #sign_in_form li .text {
    width: 160px; }
  #sign_in_form li .submit {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    color: #333 !important;
    cursor: pointer;
    font-size: 110%;
    font-family: arial;
    padding: 6px 20px;
    border: 1px solid #AAA;
    border-top-color: #CCC;
    border-left-color: #CCC;
    background: #FFF url(../images/gray_button.png) repeat-x 0 16px;
    padding: 3px 6px;
    margin-right: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-position: 0 8px; }
    #sign_in_form li .submit:hover {
      border-color: #999; }

#header {
  width: 948px;
  margin: 0 auto;
  padding: 20px 15px;
  position: relative;
  background-color: #FFF;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  background: #024b5d url(../images/home_header_repeat-x.png) repeat-x 0 -1px;
  border-color: #024b5d; }
  #header h1 {
    color: #FFF;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 0; }
  #header ul#marketing_boxes li.box {
    float: left;
    width: 274px;
    height: 180px;
    padding: 10px 15px;
    margin-left: 14px;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #024b5d;
    background: #FFFFFF url(../images/sb_pod_gradient.png) repeat-x scroll 0 0; }
    #header ul#marketing_boxes li.box.first {
      margin-left: none; }
    #header ul#marketing_boxes li.box .sprite {
      position: absolute; }
    #header ul#marketing_boxes li.box.seek_help .sprite {
      width: 157px;
      height: 133px;
      bottom: -24px;
      right: -12px;
      background: transparent url(../images/home_seek_help.png) no-repeat; }
    #header ul#marketing_boxes li.box.people_respond .sprite {
      width: 284px;
      height: 138px;
      bottom: 0px;
      background: transparent url(../images/home_people_respond.png) no-repeat; }
    #header ul#marketing_boxes li.box.satisfaction .sprite {
      width: 225px;
      height: 156px;
      left: 40px;
      bottom: -25px;
      background: transparent url(../images/home_heart_satisfaction.png) no-repeat; }
    #header ul#marketing_boxes li.box h2 {
      color: #df5900;
      font-size: 1.8em;
      font-weight: normal;
      margin-bottom: 8px; }
    #header ul#marketing_boxes li.box ul li {
      margin-bottom: 5px; }

#customer_home_search_container {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px;
  margin-bottom: 20px;
  background: #fee583; }
  #customer_home_search_container h2 {
    color: #df5900;
    font-size: 1.4em !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    margin-bottom: 8px; }
  #customer_home_search_container .search_note {
    margin-top: 8px;
    font-size: 90%; }
    #customer_home_search_container .search_note strong {
      color: #df5900; }
  #customer_home_search_container #customer_home_search_box {
    width: 460px;
    padding-left: 36px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FFF url(../images/customer_home_search_button.png) 8px 50% no-repeat; }
    #customer_home_search_container #customer_home_search_box #customer_home_search {
      border: 0;
      padding: 5px 0;
      width: 100%;
      font-size: 1.7em;
      background: transparent; }
      #customer_home_search_container #customer_home_search_box #customer_home_search.searching {
        background: transparent url(../images/spinner.gif) 98% 50% no-repeat; }
    #customer_home_search_container #customer_home_search_box .menu {
      width: 100%;
      position: relative; }
    #customer_home_search_container #customer_home_search_box #customer_home_results {
      width: 100%;
      position: absolute;
      background-color: #f8f8f8;
      border: 1px solid #DDD;
      border-top: 0;
      margin-left: 0;
      z-index: 100; }
      #customer_home_search_container #customer_home_search_box #customer_home_results .results_content {
        border-top: 1px solid #EEE; }
      #customer_home_search_container #customer_home_search_box #customer_home_results .top_results {
        float: left;
        width: 45%;
        padding: 10px; }
        #customer_home_search_container #customer_home_search_box #customer_home_results .top_results dt {
          font-weight: bold;
          padding-bottom: 5px; }
        #customer_home_search_container #customer_home_search_box #customer_home_results .top_results dd {
          padding-bottom: 3px; }
          #customer_home_search_container #customer_home_search_box #customer_home_results .top_results dd a {
            color: #666; }
            #customer_home_search_container #customer_home_search_box #customer_home_results .top_results dd a span {
              color: #195190;
              font-weight: bold; }
      #customer_home_search_container #customer_home_search_box #customer_home_results .search_tips {
        clear: left;
        padding: 6px 10px;
        font-size: 90%;
        background-color: #FFFF99;
        border-top: 1px dotted #666666; }

#hey_companies_box {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #ce2833; }
  #hey_companies_box h2 {
    color: #fee583;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 10px; }
  #hey_companies_box ul {
    color: #faeac9;
    font-size: 1.1em;
    margin-bottom: 15px; }
    #hey_companies_box ul li {
      margin-left: 15px; }
  #hey_companies_box p {
    color: #fee583;
    margin-bottom: 10px; }
    #hey_companies_box p.free {
      text-align: center;
      margin-top: 10px; }
  #hey_companies_box .pricing_button {
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    color: #333 !important;
    cursor: pointer;
    font-size: 110%;
    font-family: arial;
    padding: 6px 20px;
    border: 1px solid #AAA;
    border-top-color: #CCC;
    border-left-color: #CCC;
    background: #FFF url(../images/gray_button.png) repeat-x 0 16px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 7px 10px; }
    #hey_companies_box .pricing_button:hover {
      border-color: #999; }

#callout_box {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fee583; }
  #callout_box h2 {
    color: #ce2833;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 10px; }
  #callout_box ul {
    font-size: 1.1em;
    margin-bottom: 15px; }
    #callout_box ul li {
      margin-left: 15px; }

#recent_news_box {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fee583; }
  #recent_news_box h2 {
    color: #ce2833;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 10px; }
  #recent_news_box ul {
    list-style-type: none; }
    #recent_news_box ul li {
      margin-bottom: 12px; }
      #recent_news_box ul li .date {
        color: #ce2833; }

#topic_list {
  margin-bottom: 25px; }
  #topic_list h3 {
    margin-bottom: 5px; }
  #topic_list ul li {
    padding: 10px 0;
    background: transparent url(../images/topic_list_dotted_border.png) repeat-x 0 100%;
    padding: 15px 0; }
    #topic_list ul li img.style_icon {
      float: left;
      width: 20px;
      height: 20px;
      margin-left: 10px;
      background-position: 50%;
      background-repeat: no-repeat; }
    #topic_list ul li.question .topic_details {
      margin-left: 74px; }
    #topic_list ul li.question img.style_icon {
      background-image: url(../images/feedback_tab_question.png); }
    #topic_list ul li.idea .topic_details {
      margin-left: 74px; }
    #topic_list ul li.idea img.style_icon {
      background-image: url(../images/feedback_tab_idea.png); }
    #topic_list ul li.problem .topic_details {
      margin-left: 74px; }
    #topic_list ul li.problem img.style_icon {
      background-image: url(../images/feedback_tab_problem.png); }
    #topic_list ul li.praise .topic_details {
      margin-left: 74px; }
    #topic_list ul li.praise img.style_icon {
      background-image: url(../images/feedback_tab_praise.png); }
    #topic_list ul li.tip .topic_details {
      margin-left: 74px; }
    #topic_list ul li.tip img.style_icon {
      background-image: url(../images/feedback_tab_tip.png); }
    #topic_list ul li.talk .topic_details {
      margin-left: 74px; }
    #topic_list ul li.talk img.style_icon {
      background-image: url(../images/talk_mini.png); }
    #topic_list ul li.update .topic_details {
      margin-left: 74px; }
    #topic_list ul li.update img.style_icon {
      background: transparent url(../images/update_mini.png) no-repeat 50%; }
    #topic_list ul li .mini_profile_icon {
      overflow: hidden;
      height: 30px;
      width: 30px;
      float: left;
      color: #FFF; }
      #topic_list ul li .mini_profile_icon img {
        width: 30px;
        height: 30px; }
    #topic_list ul li .topic_details {
      margin-left: 50px;
      margin-right: 155px; }
      #topic_list ul li .topic_details .subject {
        font-size: 1em;
        font-weight: bold;
        text-decoration: underline;
        margin-right: 3px; }
        #topic_list ul li .topic_details .subject:hover {
          color: #000; }
      #topic_list ul li .topic_details .meta {
        color: #777;
        font-size: 90%;
        padding-top: 4px; }
        #topic_list ul li .topic_details .meta .creator_name {
          color: #666;
          font-weight: bold; }
        #topic_list ul li .topic_details .meta .divider {
          padding: 0 2px;
          color: #666; }
        #topic_list ul li .topic_details .meta .concluded {
          font-weight: bold;
          white-space: nowrap; }
        #topic_list ul li .topic_details .meta .rejected {
          font-weight: bold;
          white-space: nowrap; }
        #topic_list ul li .topic_details .meta .open {
          font-weight: bold;
          white-space: nowrap; }
    #topic_list ul li .me_too {
      float: right;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border: 2px solid #e2e2e2;
      background: #e2e2e2;
      position: relative;
      z-index: 10; }
      #topic_list ul li .me_too .inset {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 6px 6px;
        border: 1px solid #c2c2c2;
        background: #f8f8f8 url(../images/white_pixel.png) repeat-x; }
      #topic_list ul li .me_too.active .me_too_action {
        color: #000; }
      #topic_list ul li .me_too.active img.star {
        background-position: -13px 0 !important; }
      #topic_list ul li .me_too .me_too_action {
        color: #333;
        padding: 5px 0;
        display: inline;
        position: relative; }
        #topic_list ul li .me_too .me_too_action a {
          padding: 5px 0;
          position: relative;
          z-index: 11;
          text-decoration: none;
          color: inherit !important; }
          #topic_list ul li .me_too .me_too_action a:hover {
            color: #000 !important; }
            #topic_list ul li .me_too .me_too_action a:hover img {
              background-position: -13px 0; }
        #topic_list ul li .me_too .me_too_action img.star {
          width: 13px;
          height: 13px;
          margin-right: 2px;
          vertical-align: top;
          background: transparent url(../images/topic_star.png) no-repeat; }
        #topic_list ul li .me_too .me_too_action .overlay {
          font-size: 90%;
          text-align: center;
          width: 144px;
          height: 50px;
          left: -73px;
          padding: 8px;
          z-index: 10;
          position: absolute;
          background: transparent url(../images/me_too_overlay.png) no-repeat; }
          #topic_list ul li .me_too .me_too_action .overlay strong {
            line-height: 1.6;
            display: block; }
          #topic_list ul li .me_too .me_too_action .overlay .updates_checkbox {
            color: #666 !important; }
            #topic_list ul li .me_too .me_too_action .overlay .updates_checkbox img {
              width: 12px;
              height: 12px;
              margin-right: 6px;
              vertical-align: middle;
              margin-top: -2px;
              background: transparent url(../images/check_off.png) no-repeat; }
            #topic_list ul li .me_too .me_too_action .overlay .updates_checkbox:hover {
              text-decoration: none; }
            #topic_list ul li .me_too .me_too_action .overlay .updates_checkbox.checked img {
              background: transparent url(../images/check_on.png) no-repeat; }
            #topic_list ul li .me_too .me_too_action .overlay .updates_checkbox:hover {
              color: #111 !important; }
            #topic_list ul li .me_too .me_too_action .overlay .updates_checkbox img {
              margin-right: 1px; }
        #topic_list ul li .me_too .me_too_action .inactive {
          bottom: -8px; }
        #topic_list ul li .me_too .me_too_action .active {
          bottom: 25px; }
        #topic_list ul li .me_too .me_too_action .hidden {
          bottom: 40px; }
      #topic_list ul li .me_too .topic_status_action {
        font-size: 75%;
        font-weight: bold;
        text-transform: uppercase;
        padding: 3px 5px 3px 0;
        margin-right: 2px;
        border-right: 1px solid #CCC; }
    #topic_list ul li .avatars {
      float: left;
      width: 65px;
      position: relative; }
      #topic_list ul li .avatars .small {
        position: absolute;
        top: 35px;
        left: 35px; }
    #topic_list ul li .topic_details {
      margin-left: 110px !important; }
    #topic_list ul li .activity {
      color: #777;
      padding-bottom: 5px; }
    #topic_list ul li .company_logo {
      float: right;
      width: 160px;
      text-align: center; }
    #topic_list ul li.praise {
      margin-bottom: 15px;
      margin-top: 12px;
      padding: 5px 0 20px 0px;
      border-bottom: 1px dotted #DDD; }
      #topic_list ul li.praise .topic_details {
        background: transparent url(../images/quote_georgia.png) no-repeat 10px 0;
        padding-left: 45px;
        margin-left: 64px !important; }
      #topic_list ul li.praise .subject {
        font-family: georgia;
        font-size: 1.2em;
        color: #666; }
      #topic_list ul li.praise .byline {
        font-style: italic;
        font-size: 90%;
        color: #777;
        padding-top: 10px; }

#praise_list h3 {
  margin-bottom: 5px; }
#praise_list ul li {
  padding: 10px 0;
  background: transparent url(../images/topic_list_dotted_border.png) repeat-x 0 100%;
  padding: 15px 0; }
  #praise_list ul li img.style_icon {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-position: 50%;
    background-repeat: no-repeat; }
  #praise_list ul li.question .topic_details {
    margin-left: 74px; }
  #praise_list ul li.question img.style_icon {
    background-image: url(../images/feedback_tab_question.png); }
  #praise_list ul li.idea .topic_details {
    margin-left: 74px; }
  #praise_list ul li.idea img.style_icon {
    background-image: url(../images/feedback_tab_idea.png); }
  #praise_list ul li.problem .topic_details {
    margin-left: 74px; }
  #praise_list ul li.problem img.style_icon {
    background-image: url(../images/feedback_tab_problem.png); }
  #praise_list ul li.praise .topic_details {
    margin-left: 74px; }
  #praise_list ul li.praise img.style_icon {
    background-image: url(../images/feedback_tab_praise.png); }
  #praise_list ul li.tip .topic_details {
    margin-left: 74px; }
  #praise_list ul li.tip img.style_icon {
    background-image: url(../images/feedback_tab_tip.png); }
  #praise_list ul li.talk .topic_details {
    margin-left: 74px; }
  #praise_list ul li.talk img.style_icon {
    background-image: url(../images/talk_mini.png); }
  #praise_list ul li.update .topic_details {
    margin-left: 74px; }
  #praise_list ul li.update img.style_icon {
    background: transparent url(../images/update_mini.png) no-repeat 50%; }
  #praise_list ul li .mini_profile_icon {
    overflow: hidden;
    height: 30px;
    width: 30px;
    float: left;
    color: #FFF; }
    #praise_list ul li .mini_profile_icon img {
      width: 30px;
      height: 30px; }
  #praise_list ul li .topic_details {
    margin-left: 50px;
    margin-right: 155px; }
    #praise_list ul li .topic_details .subject {
      font-size: 1em;
      font-weight: bold;
      text-decoration: underline;
      margin-right: 3px; }
      #praise_list ul li .topic_details .subject:hover {
        color: #000; }
    #praise_list ul li .topic_details .meta {
      color: #777;
      font-size: 90%;
      padding-top: 4px; }
      #praise_list ul li .topic_details .meta .creator_name {
        color: #666;
        font-weight: bold; }
      #praise_list ul li .topic_details .meta .divider {
        padding: 0 2px;
        color: #666; }
      #praise_list ul li .topic_details .meta .concluded {
        font-weight: bold;
        white-space: nowrap; }
      #praise_list ul li .topic_details .meta .rejected {
        font-weight: bold;
        white-space: nowrap; }
      #praise_list ul li .topic_details .meta .open {
        font-weight: bold;
        white-space: nowrap; }
  #praise_list ul li .me_too {
    float: right;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 2px solid #e2e2e2;
    background: #e2e2e2;
    position: relative;
    z-index: 10; }
    #praise_list ul li .me_too .inset {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      padding: 6px 6px;
      border: 1px solid #c2c2c2;
      background: #f8f8f8 url(../images/white_pixel.png) repeat-x; }
    #praise_list ul li .me_too.active .me_too_action {
      color: #000; }
    #praise_list ul li .me_too.active img.star {
      background-position: -13px 0 !important; }
    #praise_list ul li .me_too .me_too_action {
      color: #333;
      padding: 5px 0;
      display: inline;
      position: relative; }
      #praise_list ul li .me_too .me_too_action a {
        padding: 5px 0;
        position: relative;
        z-index: 11;
        text-decoration: none;
        color: inherit !important; }
        #praise_list ul li .me_too .me_too_action a:hover {
          color: #000 !important; }
          #praise_list ul li .me_too .me_too_action a:hover img {
            background-position: -13px 0; }
      #praise_list ul li .me_too .me_too_action img.star {
        width: 13px;
        height: 13px;
        margin-right: 2px;
        vertical-align: top;
        background: transparent url(../images/topic_star.png) no-repeat; }
      #praise_list ul li .me_too .me_too_action .overlay {
        font-size: 90%;
        text-align: center;
        width: 144px;
        height: 50px;
        left: -73px;
        padding: 8px;
        z-index: 10;
        position: absolute;
        background: transparent url(../images/me_too_overlay.png) no-repeat; }
        #praise_list ul li .me_too .me_too_action .overlay strong {
          line-height: 1.6;
          display: block; }
        #praise_list ul li .me_too .me_too_action .overlay .updates_checkbox {
          color: #666 !important; }
          #praise_list ul li .me_too .me_too_action .overlay .updates_checkbox img {
            width: 12px;
            height: 12px;
            margin-right: 6px;
            vertical-align: middle;
            margin-top: -2px;
            background: transparent url(../images/check_off.png) no-repeat; }
          #praise_list ul li .me_too .me_too_action .overlay .updates_checkbox:hover {
            text-decoration: none; }
          #praise_list ul li .me_too .me_too_action .overlay .updates_checkbox.checked img {
            background: transparent url(../images/check_on.png) no-repeat; }
          #praise_list ul li .me_too .me_too_action .overlay .updates_checkbox:hover {
            color: #111 !important; }
          #praise_list ul li .me_too .me_too_action .overlay .updates_checkbox img {
            margin-right: 1px; }
      #praise_list ul li .me_too .me_too_action .inactive {
        bottom: -8px; }
      #praise_list ul li .me_too .me_too_action .active {
        bottom: 25px; }
      #praise_list ul li .me_too .me_too_action .hidden {
        bottom: 40px; }
    #praise_list ul li .me_too .topic_status_action {
      font-size: 75%;
      font-weight: bold;
      text-transform: uppercase;
      padding: 3px 5px 3px 0;
      margin-right: 2px;
      border-right: 1px solid #CCC; }
  #praise_list ul li .company_logo {
    float: right;
    width: 160px;
    margin-top: 16px;
    text-align: center; }
  #praise_list ul li.praise {
    margin-bottom: 15px;
    margin-top: 12px;
    padding: 5px 10px 20px 0px;
    border-bottom: 1px dotted #DDD; }
    #praise_list ul li.praise .praise_details {
      background: transparent url(../images/quote_georgia.png) no-repeat 10px 0;
      padding-left: 45px; }
    #praise_list ul li.praise .subject {
      font-family: georgia;
      font-size: 1.15em;
      color: #666; }
    #praise_list ul li.praise .meta {
      font-size: 90%;
      font-style: italic;
      color: #777; }
    #praise_list ul li.praise .byline {
      font-size: 1.2em;
      color: #777;
      padding-top: 10px;
      padding-bottom: 4px; }
    #praise_list ul li.praise .quote {
      width: 400px; }

#action_nav {
  clear: both;
  padding-top: 30px;
  width: 650px;
  margin: 0 auto; }
  #action_nav ul {
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 8px;
    padding-left: 30px;
    background: #EEE;
    border: 1px solid #DDD; }
    #action_nav ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    * html #action_nav ul {
      height: 1px; }
    #action_nav ul {
      display: block; }
    #action_nav ul li {
      float: left;
      margin-right: 20px; }
      #action_nav ul li a {
        font-size: 90%;
        color: #666; }
      #action_nav ul li img.sprite {
        margin-top: -1px;
        width: 16px;
        height: 16px;
        float: left;
        margin-right: 4px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-image: url(../images/action_nav_icons.png); }
      #action_nav ul li.twitter {
        background-position: 0 0; }
      #action_nav ul li.facebook img.sprite {
        background-position: -16px 0; }
      #action_nav ul li.blog img.sprite {
        background-position: -32px 0; }
      #action_nav ul li.gsfntv img.sprite {
        background-position: -48px 0; }
