/* @override http://www.default.apilot.cz/css/global.comment.css */

/* @group comment-tabs */

.comment-tabs {
	clear: both;
	margin: 5px 0;
	font-size: 90%;
}

.comment-tabs h4 {
	display: block;
	width: 6em;
	height: 18px;
	min-height: 18px;
	line-height: 18px;
	float: left;
	margin: 0;
	font-size: 100%;
}

div[class] .comment-tabs {
	height: auto;
}

.comment-tabs a {
	display: block;
	height: 18px;
	min-height: 18px;
	line-height: 18px;
	float: left;
	margin: 0 5px 0 0;
}

div[class] .comment-tabs a {
	height: auto;
}

.comment-tabs a img {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* @end */

/* @group comment-options */

.comment-options {
	padding: 5px 0;
	text-align: right;
	border-top: solid 1px #5A79A2;
}

.comment-options h4 {
	margin: 0 0 5px 0;
	font-size: 100%;
}

/* @end */

/* @group forum */

.forum ul {
	list-style: none;
	display: block;
	height: 0;
	min-height: 0;
	margin: 10px 0;
	padding: 0;
}

div[class] .forum ul {
	height: auto;
}

.forum ul li {
	display: block;
	height: 0;
	min-height: 0;
	margin: 5px 0;
	border-left: 1px solid #5A79A2;
	background: #EAEAEA;
}

div[class] .forum ul li {
	height: auto;
}

.forum ul li ul {
	margin: 0;
	padding: 0 0 5px 0;
}

.forum div.hd {
	background: #dadada;
}

.forum div.hd h4 {
	margin: 0;
	padding: 5px;
	color: #fff;
	background: #5A79A2;
}

.forum div.hd span {
	display: block;
	height: 0;
	min-height: 0;
	line-height: 120%;
	padding: 2px 5px;
	font-size: 90%;
}

div[class] .forum div.hd span {
	height: auto;
}

.forum div.bd, .comment-form div.bd {
	width: 100%;
	overflow: auto;
}

.forum div.bd div, .comment-form div.bd div {
	padding: 5px;
}

.forum div.bd div img {
	margin: 0 2px;
	vertical-align: middle;
}

.forum div.ft {
	padding: 5px;
}

.forum div.ft a.reply {
	display: block;
	height: 12px;
	min-height: 12px;
	line-height: 12px;
	float: right;
	padding: 0 0 0 18px;
	font-size: 90%;
	background: url(img/icons/reply.png) transparent 0 50% no-repeat;
}

div[class] .forum div.ft a.reply {
	height: auto;
}

.forum ul li ul li {
	margin: 5px 0 5px 5px;
}

.forum ul li ul li div.ft {
	border-bottom: solid 5px #F5F5F5;
}

/* @end */

/* @group comment-form */

.comment-form {
	margin: 10px 0;
	border-left: solid 1px #5A79A2;
	background: #EAEAEA;
}

.comment-form h3 {
	margin: 0;
	padding: 5px;
	font-size: 110%;
	color: #fff;
	background: #5A79A2;
}

.comment-form div.bd {
	border-bottom: solid 5px #F5F5F5;
}

.comment-form form {
	padding: 5px;
}

.comment-form textarea.i-text {
	height: 100px;
}

.comment-form .additions .smile {
	margin: 5px 0;
	text-align: right;
}

.comment-form .additions .smile img {
	margin: 0 0 0 10px;
}

.comment-form .additions .captcha-img {
	margin: 4px 0;
	text-align: center;
	background: #fff;
}

.comment-form .additions .captcha-img img {
	margin: 0;
	vertical-align: middle;
}

.comment-form .additions h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #171966;
	background: transparent;
}

.comment-form .additions ul {
	list-style: disc;
	margin: 5px 5px 20px 0;
	padding: 0 0 0 20px;
}

.comment-form .additions ul li {
	display: list-item;
	margin: 0;
	border: none;
}

/* @end */