.item .title { width: 477px; }
.item .topic_title { width: 423px; }
.item .lastpost { width: 285px; }

.spacer {
    height: 100%;
    border-left: 1px #EAEAEA solid;
}

div.item {
    color: #666666;
    /*width: 982px;*/
    border-bottom: 1px #EAEAEA solid;
    width: 100%;
    overflow: hidden;
    /*font-size: 11px;*/
}

div.item div {
    float: left;
    height: 100%;
}
.item .icon {
    margin-top: 5px;
    margin-left: 5px;
    display: inline;
    width: 60px;
}
.item .title, .item .lastpost, .item .topic_title {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 15px;
}
.item .lastpost{
    margin-left: 10px;
}
.item .topics, .item .posts {
    width: 50px;
    text-align: center;
    margin-top: 5px;
}

.icon_means { margin: 10px 0px 0px 20px; }
.icon_means div {
    width: 240px;
    float: left;
    overflow: hidden;
}




/* Forum post basla */


.post_space {
    border-top: 2px #EAEAEA solid;
    margin-top: 10px;
    padding-top: 8px;
    overflow: hidden;
    clear: left;
}

.post_message_space {
    float: left;
    width: 98%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    overflow: auto;
}


.post_base {
    border-top: 2px #EAEAEA solid;
    margin-top: 1px;
    padding-top: 3px;
    overflow: hidden;
    clear: left;
}
.post_profile {
    width: 159px;
    margin-left: 4px;
    margin-right: 5px;
    margin-top: 5px;
    /*color: #999999;*/
    /*font-size: 11px;*/
    /*font-family: "Georgia";*/
    float: left;
    display: inline;
}
.user_information {
	font-size: 10px;
}

.post_message {
    float: left;
    width: 800px;
    padding-left: 8px;
    padding-top: 4px;
    border-left: 1px #EAEAEA solid;
    /*font-size: 11px;
    font-family: "Arial";*/
    overflow: auto;
}
.post_message_content {
    line-height: 15px;
    margin-top: 15px;
    min-height: 250px;
}
.post_message_content img { max-width:800px }


.post_message_top { overflow: hidden; }
.post_message_top_icon {
    margin-left: 8px;
    margin-top: 1px;
    float: left;
}
.post_message_top_date {
    float: right;
    margin-right: 8px;
    border-bottom: 1px #EAEAEA solid;
}
.post_message_signature{
    max-height: 250px;
}
/* Forum post bit */
blockquote.style3 {
  font: 18px/30px normal Tahoma, sans-serif;
  padding-top: 22px;
  margin: 5px;
  background-image: url(images/openquote3.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 65px;
  }
  blockquote.style3 span {
    display: block;
    background-image: url(images/closequote3.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

blockquote.style4 {
  font: 14px/20px italic Times, serif;
  padding-left: 70px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 10px;
  background-color: #dadada;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  margin: 5px;
  background-image: url(images/openquote4.gif);
  background-position: middle left;
  background-repeat: no-repeat;

} 