@import url('eshop.css');

.topic
{
	font-size: 16px;
	padding: 10px;
}

.topic .author
{
	font-weight: bold;
}

.author
{
	clear: left;
	float: left;
	width: 25%;
}

.message
{
	float: right;
	width: 75%;
}

.posts
{
	border-top: 1px solid black;
	font-size: 14px;
}

.post
{
	border-top: 1px solid #ccc;
	padding: 10px;
}

.post:first-child
{
	border-top: none;
}

input.topic
{
	width: 95%;
	border: 1px solid black;
}

textarea.post,
textarea.post:first-child
{
	width: 95%;
	border: 1px solid black;
	height: 80px;
}


/* TINYMCE LINK CLASSES */
a.pdf
{
    background: url('/app/images/icons/pdf.gif') left no-repeat;
    padding-left: 20px;
}



.clear {
    clear: both;
}

.error
{
    color: red;
    font-weight: bold;
}

/* FAQ */

.faqcategory a {
    display: block;
}

.faq_answer {
    padding: 10px;
}

.faq_answer h3 {
    font-size: 13px;
}

