/**
 * Documents styles.
 *
 * @author Frantisek Fialka <info@ide.cz>
 * @copyright 2005-2006 IDE.cz
 * @version 0.1
 */

.documents .image {
	float: left; margin: 0 8px 5px 0;
}
.documents .image img {
	display: block;
}
.documents .date {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; font-size: 1em; line-height: 1.6em; text-align: right;
}
.documents h3 {
	margin-bottom: 2px;
	font-size: 1.1em; font-weight: bold; color: #C2263F; line-height: 1.4em;
}
.documents h3 a {
	color: #C2263F; text-decoration: underline;
}
.documents h3 a:hover {
	color: #333; text-decoration: underline;
}