div#thread_list table.table tr td.category {
   width: 100px;
}
div#thread_list table.table tr td.author {
   width: 180px;
}
div#thread_list table.table tr td.created {
   width: 140px;
}
div#thread_list table.table tr td.replies {
   width: 60px;
   text-align: right;
}
div#thread_list table.table tr td.views {
   width: 60px;
   text-align: right;
}
div#thread_list table.table tr.table_header td {
   text-align: left;
}
div#thread_list div.thread:nth-child(odd) {
   background: #ededed;
}
div#thread_list div.thread {
   margin-bottom: 20px;
   clear: both;
   padding: 20px 30px;
}
div#thread_list div.thread div.thread_even {
   /*padding: 10px;*/
}
div#thread_list div.thread div.thread_even img {
   border-color: #fff;
}
div#thread_list div.thread div.thread_odd {
   /*padding: 0 10px;*/
}
div#thread_list div.thread h2.thread_subject {
   margin: 0;
   border: 0;
}
div#thread_list div.thread div.posted {
   float: left;
}
div#thread_list div.thread div.comments {
   text-align: right;
   margin-bottom: 10px;
   border-bottom: 1px dotted #000;
}
div#thread_list div.thread div.more {
   margin-top: 5px;
   text-align: right;
   clear: both;
}
div#thread_list form.filter input#suggestion_search {
   margin-left: 0;
}

div#thread div.thread {
   margin-bottom: 10px;
}
div#thread div.thread h2.thread_subject {
   margin: 0;
   border: 0;
   color: #305e89;
}
div#thread div.thread div.header_image {
   float: left;
   margin: 0 5px 0 0;
   background: #fff;
}
div#thread div.thread div.header_description {
   font-size: 11px;
}
div#thread div.thread div.edit {
   float: right;
}
div#thread div.thread div.posted {
   margin-bottom: 5px;
   border-bottom: 1px dotted #000;
}
div#thread div.thread div.message {
   margin: 10px 0;
/*   clear: both; Fjerna 15.07.2011 pga feil i vising av melding når blog har intro i IE med kompitabilitetsmodus */
   float: left;
}
div#thread div.thread div.intro {
   margin: 0 0 10px 50px;
   clear: both;
   float: left;
	font-size: 14px;
	font-style: italic;
}
div#thread div.thread div.edited {
   font-size: 10px;
   text-align: right;
   clear: both;
}
div#thread div.thread div.files {
   border-top: 1px dotted #000;
   padding-top: 2px;
   margin-top: 2px;
   clear: both;
}
div#thread div.posts {
   margin-top: 30px;
   /*background: #eaf0ee;*/
   clear: both;
}
div#thread div.posts h3.thread_comments {
   margin: 0 0 10px 0;
}
div#thread div.posts div.post {
   margin-bottom: 20px;
   clear: both;
   padding: 30px 50px;
}
div#thread div.posts div.post h3.post_subject {
   margin: 0;
}
div#thread div.posts div.post:nth-child(odd) {
   background: #ededed;
   border-color: #fff;
}
div#thread div.posts div.post div.post_odd {
   /*background: #fff;*/
   /*padding: 10px;*/
}
div#thread div.posts div.post div.post_even {
   /*padding: 0 10px;*/
}
div#thread div.posts div.post div.post_even img {
   /*border-color: #fff;*/
}
div#thread div.posts div.post div.post_delete {
   background: #fff;
   padding: 10px;
   border-bottom: 10px solid #eaf0ee;
}
div#thread div.posts div.post div.edit {
   float: right;
   line-height: 22px;
}
div#thread div.posts div.post div.message {
   margin-top: 10px;
}
div#thread div.posts div.post div.edited {
   font-size: 10px;
   text-align: right;
}
div#thread div.posts div.count {
   /*background: #fff;*/
   /*margin: -10px -10px 0 -10px;*/
   padding-top: 10px;
   clear: both;
}
div#thread_edit div.notifications {
   margin-left: 170px/*form-label*/;
}
.btn-more {
	background: url('../../global-includes/tpl/images/more.png') right center no-repeat #2b5a86;
	color: #fff;
	margin: 10px 0 0 0;
	padding-right: 16px;
	border-width: 9px 18px;
	border-color: #2b5a86;
	border-style: solid;
	display: inline-block;
}
.btn-more:hover {
	background-image: url('../../global-includes/tpl/images/more-over.png');
	background-color: #1b3954;
	border-color: #1b3954;
	color: #d5e3ef;
}
#thread_list .content-overview {
   margin-left: -20px;
   width: 630px;
}
#thread .content-overview {
   margin-left: -20px;
   width: 650px;
}
.content-overview h2 {
   margin-top: 0;
}
