.forum h2{
	margin: 0;
}
.forum table.forum{
	border: 1px solid black;
	background: white;
	width: 100%;
}
.forum table.forum td{
	background: #EAC56C;
	padding: 5px;
}
.forum table.forum td.style_1, .forum table.forum td.style_2, .forum td.author, .forum td.visited, .forum td.count{
	background: #E7BD67;
	text-align: center;
}
.forum table.forum td.last{
	background: #FFD666;
	width: 20%;
}
.forum td.visited, .forum td.count{
	width: 83px;
}
.forum td.author, .forum td.last{
	font-size: 80%;
	width: 87px;
}
.forum table.forum td.category{
	background: url(pictures/forum_bg.jpg);
	color:#9F4F06;
}
.forum table.forum td.author_info{
	background: #FFD569;
	width: 70px;
	height: 80px;
}
.forum table.forum td.author_info img.avatar{
	margin-top:4px;
}

.forum table.forum th{
	background: #BF7C23;
}
.forum div.forum_path{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
.forum table.forum .date{
	border: 1px solid black;
	background: #FFAB02;
	text-align: center;
	margin: 0 0 4px 0;
}
.forum div b.quote_head, .forum div b.code_head {
	display: block;
	margin: 5px 0;
}
.forum blockquote b.quote_head, .forum code b.code_head {
	display: block;
	margin: 5px 0;
}
.forum blockquote, .forum div.code{
	margin: 5px 30px;
	padding: 4px;
	background: #FFDD96;
	border: 1px solid grey;
}



.forum_last ul{
	margin: 0;
	padding: 0 0 0 14px;

}

