blockquote,
.quote {
  display: block;
  width: 98%;  /* Fixes an IE bug that makes the quote jump underneath side floats */
  font-style: italic;
  color: #356;
}
.link_new_topic {
  display: block;
  padding-left: 36px;
  background: url(http://icons.triptrip.co.uk/developpers/add_green_button.png) no-repeat;
  font-weight: bold;
  font-size: 120%;
  line-height: 32px;
  height: 32px;
}
.link_new_reply {
  display: block;
  padding-left: 36px;
  background: url(http://icons.triptrip.co.uk/developpers/discussion.png) no-repeat;
  font-weight: bold;
  font-size: 120%;
  line-height: 32px;
  height: 32px;
}
.forums_box {
  border: 1px solid #888;
  border-bottom: 0;
}
.forum_box .topics {
  float: right;
  color: #444;
}
.forum_box {
  padding: 0.5em 1em;
  border-bottom: 1px solid #888;
  font-size: 0.9em;
  border-top: 0;
}
.forum_box p {
  margin: 0;
}
.topics_box,
.topics_box_preview {
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  border-left: 1px solid #888;
}
.topics_box_preview.topic_box {
  height: 4em;  /* I hate this fix, but can't clear floats in IE */
}
.topic_box {
  padding: 5px 10px;
  border-bottom: 1px solid #888;
  font-size: 0.85em;
}
.topic_box .topic_options {
  margin-top: 1.5em;
  padding: 0.5em 0;
  border-top: 1px solid #888;
  text-align: right;
}
.topic_box .topic_options a {
  margin-right: 1em;
  padding-left: 22px;
  padding-bottom: 0.2em;
}
.topics_box .topic_box .box_segment {
  padding-right: 1em;
  line-height: 2em;
  text-align: right;
  color: #6b8e23;  /* olivedrab */
  /*color: #555;*/
  font-weight: bold;
  border: 0;
}
/*
.reply .box_segment {
border: 0;
line-height: 2em;
color: darkgreen;
}*/
.forum_box h4,
.topic_box h4,
.topic_box p {
  margin: 0;
}
.topic_box h3 {
  margin-top: 0.25em;
  font-size: 140%;
}
.topic_box.reply h4 {
  margin-top: 0.4em;
  margin-bottom: 1em;
  font-size: 120%;
  color: #333;
}
.box_segment {
  float: right;
  position: relative;
  top: -5px;
  right: -10px;
  padding: 5px 10px;
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  width: 200px;
  color: #222;
}
.post_preview {
  padding: 1em;
  border: 2px dotted #999;
}
.post_preview h4 {
  margin-top: 0;
}
.post h4 {
  color: #228b22;  /* forestgreen */
}
.link_edit {
  background: url(http://icons.triptrip.co.uk/silk/comment_edit.png) no-repeat;
}
.link_reply {
  background: url(http://icons.triptrip.co.uk/silk/comment_add.png) no-repeat;
}
.link_reply_quote {
  background: url(http://icons.triptrip.co.uk/silk/comments_add.png) no-repeat;
}
.link_report {
  background: url(http://icons.triptrip.co.uk/silk/flag_red.png) no-repeat;
}
.inreplyto {
  padding: 0.75em 1em;
  font-size: 90%;
  color: #444;
  border: 1px solid #ccc;
}

