#forum_content {
  position: relative;
}

#forum_content .new_message label {
  text-align:left;
  display:block;
  color: #628410;
}

#forum_content .new_message td {
  padding-bottom: 10px;
}

#forum_content .new_message th {
  vertical-align:top;
  float:left;
  display:block;
}

#forum_topics_message {
  width:400px;
  height:400px;
}

.hide_field {
  display:none;
}

.filter_choices {
  padding:0;
  text-align:center;
}

.forumListItem {
  width:97%;
  margin:auto;
  overflow:hidden;
}

.reco {
  background-image:url(/images/iconoFriend1.png);
  background-repeat:no-repeat;
  width:32px;
  height:32px;
  display:block;
}

.reco:hover {
  background-position:bottom;
  vertical-align:middle;
}

.forum_index td {
  vertical-align:top;
  padding:2px;
}

.forum_index .photo {
  width:54px;
  text-align:center;
  font-size:10px;
  white-space:nowrap;
  overflow:hidden;
  border-right:#deecbd 1px solid;
}

.forum_index .header {
  color:#628410;
  font-size:14px;
  text-align:left;
}

.forum_index .header .author {
  width:80px;
}

.forum_index .header .subject {
  width:295px;
}

.forum_index .header .categories {
  width:110px;
}

.forum_index .header .answers {
  width:120px;
}

.forum_index .content {
  font-size:14px;
}

.forum_index a {
  color:#628410;
}

.forum_index h3 a {
  color:#000;
  line-height:18px;
  font-size:14px;
}

.forum_index .show_first_message table {
  table-layout:fixed;
}

.forum_index .show_first_message table .content {
  width:270px;
  padding-left:10px;
}

.forum_index .show_first_message table .photo img {
  width:40px;
  height:40px;
}

.forum_index .show_first_message table {
  width:100%;
}

.forum_index .content h3 {
  font-size:16px;
  margin:0;
  padding:0;
  text-align:left;
}

.forum_index .content h6 {
  font-size:11px;
  color:#999;
  font-weight:normal;
}

.forum_index  .content ul {
  overflow:hidden;
}

.forum_index .postInfos {
  padding:0 5px;
  border-left:1px solid #DEECBD;
}

.forum_index .categories {
  width:90px;
}

.forum_index .answers {
  width:100px;
}

.forum_index ul li {
  list-style-type:none;
  font-size:11px;
  padding-bottom:2px;
  line-height:12px;
  height:auto;
  text-align:left;
}


/* Forums */

#reply_box {
  padding-top:10px;
}

.show_first_message, .show_message {
  width:629px;
  margin:10px auto;
}

.show_first_message .top {
  background-image:url(/images/layout/images/first_message_01.jpg);
  font-size:1px;
  height:6px;
}

.show_first_message div.content {
  background-image:url(/images/layout/images/bg_first_message.gif);
  background-repeat:repeat-x;
  background-color:#FFF;
  border-left:#deecbd 1px solid;
  border-right:#deecbd 1px solid;
  width:623px;
  padding:0 2px;
  margin:auto;
  color:#323232;
  clear:both;
  overflow:hidden;
}

div.fiche_animal_content .show_first_message .content h2 {
  color:#323232;
  text-align:left;
}

.show_first_message .bottom {
  background-image:url(/images/layout/images/first_message_03.jpg);
  height:6px;
  font-size:1px;
}

.show_message .top {
  background:url(/images/layout/images/message_01.gif) no-repeat;
  height:13px;
}

.show_message .content {
  background-color:#eff5de;
  padding:10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.show_message .bottom {
}

.show_message .message_header, .show_first_message .message_header {
  padding:0 5px;
  color:#000;
  overflow:hidden;
  clear:both;
  line-height:40px;
  font-weight:bold;
}

.show_message .message_header img, .show_first_message .message_header img {
  padding:1px;
  border:#CCC 1px solid;
}

.show_message .message_header a:hover img, .show_first_message .message_header a:hover img {
  border:2px solid #ff2960;
  padding:0;
}

.show_message .message_header a, .show_first_message .message_header a {
  color:#628410;
}

.show_message .message_header .picture, .show_first_message .message_header .picture {
  float:left;
}

.show_message .message_header .author, .show_first_message .message_header .author {
  font-size:12px;
  float:left;
  padding:0 15px 0 15px;
}

.show_message .message_header .author a {
  font-weight:bold;
}

.show_message .message_header .postdate, .show_first_message .message_header .postdate {
  float:left;
}

.message_header .postdate {
  font-size:12px;
}

.show_message .message_content, .show_first_message .message_content {
  padding:5px;
  color:#323232;
  overflow:hidden;
  clear:both;
}

.show_message .message_footer {
  overflow:hidden;
  border-top:#ccc 1px solid;
  border-bottom:#ccc 1px solid;
}

.show_message .message_footer div {
  float:right;
  line-height:32px;
}

.forum_index .forum_item {
  padding-top:5px;
  padding-bottom:5px;
}

.new_message th {
  width:200px;
}

.new_message #forum_topics_message_message {
  margin-top: 25px;
  height: 320px;
}

.rules ul li {
  list-style-type:square;
  margin-left: 1.5em;
}

.forumOptions table {
  width: 100%;
}

.forumOptions td {
}

.forumOptions td.left {
  text-align: left;
  width: 55%;
}

.forumOptions .middle {
  text-align: center;
  vertical-align: top;
  padding-top: 6px;
}

.forumOptions .btn_any {
  margin: 0;
}

.forumOptions .middle a {
  color: #000;
  font-size: 110%;
  text-decoration: underline;
}

.forumOptions .middle a:hover {
  text-decoration: none;
}

.forum_index {
  z-index: 1;
}

.ac_results {
  z-index: 2;
}

#search-results {
  z-index: 2;
}

.forumOptions #search-results {
  position: absolute;
}

div#google-search-form {
  float: none;
  position: static;
  margin: 0;
  padding: 0;
}

div#google-search-form input {
  margin-top: 2px;
}

div#google-search-form .custom {
  position: relative;
  top: -5px;
}

#forum_topics_title {
  width: 320px;
}

#forum_topics_message_notify {
  width: auto;
}
