
.forum_catname
{
	color: #b70009;
	font-weight: bold;
	padding: 10px 0 0 10px;
}

.forum_opcje
{
	text-align: right;
	padding: 0 10px 10px 0;
}

.forum_opcje a
{
	color: #b70009;
	font-weight: normal;
	text-decoration: underline;
}

.forum_opcje a:hover
{
	text-decoration: none;
}

.board_left
{
	float:left;
	width:740px;
}

.board_right
{
	float:right;
	width:230px;
}

.forum_cat_title, .forum_cat_title a
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	margin-top:5px;
	margin-left:5px;
}

.forum_cat_title span, .forum_cat_title span a
{
	color: #b1b1b1;
	font-weight: normal;
}

.cat_forum
{
	margin-top: 10px;
	padding-bottom: 10px;
}

.cat_forum_avatar
{
	float: left;
	padding: 10px;
}

.cat_forum_info
{
	float: left;
	margin: 0 10px;
}

.cat_forum_details
{
	font-size: 11px;
	width: 450px;
	padding: 10px;
}

.cat_forum_name, .cat_forum_name a
{
	display: block;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	font-size: 12px;
	background: #eaeaea;
	font-weight: bold;
	padding: 0 10px;
}

.cat_forum_autor
{
	float: left;
	text-align: left;
	color: #939598;
	font-size: 11px;
}

.cat_forum_autor a
{
	color: #939598;
	font-size: 11px;
}

.cat_forum_czlonkow
{
	float: right;
	text-align: right;
	color: #939598;
	font-size: 11px;
}

.cat_forum_opis
{
	margin: 10px 0 10px 0;
}

.forum_title
{
	padding: 10px 0 0 30px;
	font-size: 12px;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	vertical-align: middle;
}

.forum_posts
{
	width: 593px;
	text-align: left;
}

.post_addform
{
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 500px;
	margin-top: 20px;
}

.post_addform2
{
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 710px;
	margin-top: 20px;
}

.for_opt
{
	margin:20px 10px;
	text-align:left;
}

.for_opt div
{
	padding: 5px 0;
	border-bottom: 1px solid #cccccc;
}

.newboard_left
{
	float: left;
	width: 510px;
	border: 1px solid #cccccc;
	padding: 20px 0px 20px 40px;
}

.newboard_right
{
	float: right;
	width: 430px;
}

.new_board_head
{
	font-size:14px;
	font-weight:bold;
}

.newboard_form
{
	margin-top:30px;
}

.newboard_form div
{
	margin-top: 10px;
}

.cytat
{
	margin:10px;
	border:1px solid #d7d8d7;
	background-color:#f0f0f0;
}

.cytat_autor
{
	background-color:#cccccc;
}

.cytat div
{
	padding:5px;
}

.board_przejdz, .board_przejdz a
{
	font-size: 10px;
}

.forum_naglowek
{
	padding: 10px;
}

.forum_naglowek div.avatar
{
	float: left;
	width: 150px;
}

.forum_naglowek div.avatar img
{
	width: 150px;
}

.forum_naglowek div.details
{
	float: left;
	margin: 0 10px;
	width: 190px;
}

.forum_naglowek div.details .opis
{
	color: #808285;
	margin: 10px 0 0 0;
	font-size: 11px;
}

.forum_naglowek div.opcje
{
	float: right;
	width: 190px;
}

.forum_naglowek div.opcje div
{
	margin: 0 0 5px 0;
}

table.forum_lista_watkow
{
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 11px;
	padding: 10px 0;
}

table.forum_lista_watkow a
{
	font-family: Arial, Verdana;
	font-size: 11px;	
}

table.forum_lista_watkow th
{
	color: #940009;
	text-align: center;
}

div.forum_posts .post
{
	padding: 10px 0;
	margin-top: 5px;
}

div.forum_posts .post.gray
{
	background: #f6f6f6;
}

div.forum_posts .post div.user_info
{
	float: left;
	width: 120px;
	text-align: center;
}

div.forum_posts .post div.user_info a
{
	color: #404040;
	font-size: 11px;
}

div.forum_posts .post div.post_content
{
	float: left;
	text-align: left;
	width: 453px;
	padding: 0 10px;
	min-height: 130px;
	font-family: Arial, Verdana;
}

.forum_formularz
{
	padding: 10px 0 10px 10px;
}

.forum_formularz input[type=text]
{
	border: 1px solid #787878;
	background: #f1f2f2;
	padding: 3px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	z-index: 2;
	position: relative;
	behavior: url('../css/css3.htc');
	width: 560px;
	font-family: Arial;
	font-size: 12px;
}

.forum_formularz select
{
	border: 1px solid #787878;
	background: #f1f2f2;
	padding: 3px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	z-index: 2;
	position: relative;
	behavior: url('../css/css3.htc');
	font-family: Arial;
	font-size: 12px;
}

.forum_formularz input[type=file]
{
	border: 1px solid #787878;
	background: #f1f2f2;
	padding: 3px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	z-index: 2;
	position: relative;
	behavior: url('../css/css3.htc');
	font-family: Arial;
	font-size: 12px;
}

.forum_formularz textarea
{
	border: 1px solid #787878;
	background: #f1f2f2;
	padding: 3px;
	height: 100px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	z-index: 2;
	position: relative;
	behavior: url('../css/css3.htc');
	overflow: hidden;
	width: 560px;
	font-family: Arial;
	font-size: 12px;
}

.forum_formularz input[type=button]
{
	background: url('../img/buttons_bg2.png') no-repeat;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width: 141px;
	border: 0;
	margin: -1px 0 0 10px;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	padding: 0;
}

.win_forum_title
{
	color: #909193;
	font-size: 14px;
	margin: 10px 0 10px 10px;
	font-weight: bold;
}

.win_forum_title span.kreska
{
	float: right;
	display: block;
	border-top: 1px solid #ebebeb;
	width: 460px;
	margin: 10px 10px 0 0;
}

.post_edit
{
	text-align: right;
	color: #727272;
	font-size: 10px;
	margin: 5px 0;
}

