#last_added {
	margin-bottom: 10px;
}

#file {
	width: 656px;
}

#file h3 {
	height: 29px;
	background-image: url(img/nazwa_pliku.gif);
	margin: 0;
}

#file_content {
	border-left: 1px solid #c1cacf;
	border-right: 1px solid #c1cacf;
	border-bottom: 1px solid #c1cacf;
	padding-top: 5px;
	background-color: #e4ebf1;
}

#file_info_wrapper {
	overflow: hidden;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#file_info {
	float: left;
}

#file_info p {
	margin: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 0.8em;
	color: #1179d0;
}

#file_info_textarea {
	float: left;
	margin-left: 50px;
}

#file_content h4 {
	height: 30px;
	line-height: 30px;
	background-color: #f1eff0;
	margin: 0;
	padding-left: 10px;
	color: #5d544f;
}

#file_content #file_info_text {
	margin: 0;
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 0.8em;
	color: #525254;
	background-color: #f0f9fe;
}

#file_name {
	background-color: #f0f9fe;
	padding-top: 10px;
	padding-bottom: 10px;
}

#file_name textarea {
	margin-left: 10px;
}


#comments {
	width: 656px;
	margin-top: 15px;
	font-size: 0.7em;
}

#comments h3 {
	height: 29px;
	background-image: url(komentarze.gif);
	margin: 0;
}

#comments_wrapper {
	border-left: 1px solid #c1cacf;
	border-right: 1px solid #c1cacf;
	border-bottom: 1px solid #c1cacf;
	padding-top: 5px;
}

#comments h4 {
	margin: 0;
	padding-left: 5px;
	color: #005da7;
	background-color: #f0f9fe;
	height: 25px;
	line-height: 20px;
}

#comments #add_comment {
	background-color: #e3ebee;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#comments #add_comment p {
	margin: 0;
	font-size: 1.1em;
	color: #005ca7;
}

#comments #add_comment input, #comments #add_comment textarea {
	width: 400px;
}

#comments #add_comment textarea {
	height: 100px;
}

#comments #add_comment #add_comment_submit {
	border: 0;
	padding: 0;
	cursor: pointer;
	width: 114px;
	height: 23px;
	background-image: url(img/comment_submit.png);
	margin-left: 20px;
}

#comments_content {
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.comment {
	margin-bottom: 15px;
	border-bottom: 1px solid #d5dee3;
}

#last_comment {
	border-bottom: 0px;
}

.comment h5 {
	margin: 0;
	font-size: 1em;
	color: #656567;
}

.comment p {
	color: #636363;
}

/*********************************************************/
/* NOWE */
/*********************************************************/
#file_info_text a {
	color: #000;
	text-decoration: underline;
}

#file_info_text a:hover {
	color: #000;
	text-decoration: none;
}


#last_searched2 {
	width: 235px;
	height: 174px;
	background-image: url(ostatnio_szukane2.gif);
	float: right;
	margin-top: 15px;
}

#last_searched2 p {
	margin-top: 30px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: white;
	font-size: 0.7em;
}

#last_searched2 p a {
	color: white;
	text-decoration: none;
	line-height: 20px;
}

#last_searched2 p a:hover {
	text-decoration: underline;
}

