#left_content .kategorijas {
	font-size : 0.8em;
}
	#left_content .kategorijas .cat {
	}
	#left_content .kategorijas ul {
		margin : 2px 0px 8px 10px;
		padding : 0px 0px 0px 10px;
	}

#left_content .topics {
	font-size : 0.8em;
}
	#left_content .topics .topic {
		margin-top : 2px;
	}


.f_topics {
	margin-bottom : 20px;
	font-size : 0.8em;
	width : 520px;
	border-bottom : 1px solid #eee;
}
	.f_topics th {
		padding : 2px 0px;
		color : #cc9;
		font-weight : normal;
	}
	.f_topics td {
		border-top : 1px solid #eee;
		padding : 1px 0px;
	}
	.f_topics .topic {
		width : 280px;
	}
	.f_topics .replies {
		text-align : center;
		width : 70px;
	}
	.f_topics .views {
		text-align : center;
		width : 70px;
	}
	.f_topics .last {
		width : 100px;
		text-align : center;
	}


.f_rules {
	font-size : 0.8em;
}
	.f_rules .red {
		color : #666;
	}
	.f_rules .l1  {
		font-weight : bold;
	}


.f_path {
	font-size : 0.8em;
	color : #ccc;
}
	.f_path a {
		color : #999;
	}


.f_forum {
}
	.f_forum h1 {
		font-size : 1.2em;
		margin : 0px;
		padding : 0px;
	}
		.f_forum h1 a {
			color : #000;
		}
	.f_forum .descr {
		font-size : 0.8em;
		margin-top : 1px;
		color : #666;
	}
	.f_forum .f_topics {
		margin-top : 10px;
	}


.f_topic {
}
	.f_topic h1 {
		font-size : 1.2em;
		margin : 5px 0px 0px 0px;
		padding : 0px;
	}
		.f_topic	 h1 a {
			color : #000;
		}
	.f_topic .descr {
		font-size : 0.8em;
		margin-top : 1px;
		color : #666;
	}
	.f_topic .posts {
		border-top : 1px solid #eee;
		margin-top : 10px;
	}
	.f_topic .post {
		border-bottom : 1px solid #eee;
		width : 520px;
		padding : 5px 0px;
	}
		.f_topic .post .left {
			float : left;
			width : 90px;
			font-size : 0.8em;
		}
			.f_topic .post .left .image {
				margin-top : 1px;
			}
				.f_topic .post .left .image a {
					display : block;
					width : 80px;
					height : 80px;
					background-position : 50% 50%;
					background-repeat : no-repeat;
					/*background-color : #eee;*/
				}
				.f_topic .post .left .image img {
					display : none;
				}
		.f_topic .post .text {
			float : left;
			width : 420px;
			margin-left : 10px;
			font-size : 0.9em;
		}
			.f_topic .post .text .date {
				margin-top : 5px;
				color : #666;
				font-size : 0.9em;
			}


.f_topic_tools {
	margin-top : 5px;
	font-size : 0.8em;
	color : #cc9;
	border : 1px solid #cc9;
	padding : 4px;
	background-color : #f3f3e3;
}