﻿.discussion
{
	background-image: url(../gfx/icon_discussion.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}

/*------------------------------------------------------------------*/
/*   DISKUSE LIST                                                   */ 
/*------------------------------------------------------------------*/

.diskuselist
{
	width: 640px;
	background-color: #edf3f3;
	margin-bottom:10px;
}

.diskuselist .top {
	background-image: url(../gfx/clanek-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;	
}

.diskuselist .bottom {
	background-image: url(../gfx/clanek-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;
}

.diskuselist .in
{
	padding: 0px 20px 0px 20px;
}

.diskuselist .in table
{
	width: 100%;	
}

.diskuselist .in table tr th
{
	border-bottom-style: solid !important;	
}

.diskuselist .in table tr th h3
{
	color: #4D8E8D;
	padding-bottom: 4px;	
}


.diskuselist .in table tr td.datum
{
	text-align: right !important;
	width: 180px;
}

.diskuselist .in table tr td.autor
{
	text-align: right !important;
}

.diskuselist .in a
{
	float:right;
	padding-left: 10px;
	padding-top: 10px;
}


/*------------------------------------------------------------------*/
/*   DISKUSE                                                        */ 
/*------------------------------------------------------------------*/
#diskuse
{
	width: 640px;
	background-color: #edf3f3;
	margin-bottom:10px;	
}

#diskuse .top {
	background-image: url(../gfx/clanek-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;	
}

#diskuse .bottom {
	background-image: url(../gfx/clanek-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;
}

#diskuse .in
{
	padding: 0px 20px 0px 20px;
}

#diskuse .panel
{
	padding: 15px;
	border: 1px solid #4E8E8D;
	margin-bottom: 10px;
}

#diskuse .in h2
{
	color: #4D8E8D;
	padding-bottom: 4px;	
}

#diskuse .diskuse-content
{
	border-top: solid 1px #a4a5ab;
	margin: 20px 0px 20px 0px;	
}

#diskuse .diskuse-content .diskuse-prispevek
{
	padding: 10px 0px 10px 0px;
	border-bottom: dotted 1px #a4a5ab;		
}

#diskuse .diskuse-content .diskuse-prispevek .diskuse-profil
{
	float: left;
	width: 120px;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 10px;
	border-right: dotted 1px #a4a5ab;
	text-align: center;
}

#diskuse .diskuse-content .diskuse-prispevek .diskuse-profil img
{
	margin: 10px auto 5px auto;
	border: 1px solid #a4a5ab;
}

#diskuse .diskuse-content .diskuse-prispevek .diskuse-obsah h4
{
	color: #4D8E8D;
}

#diskuse .diskuse-content .diskuse-prispevek .diskuse-obsah p
{
	margin: 9px 0px 0px 0px;
}
