.comments {
	padding: 10px 5px;
	margin: 0px;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
}
.comments a {
	text-decoration: none;
}
.comments a:hover {
	text-decoration: underline;
}

/*------ Lista komentara --------*/

#comments {
	width: 100%;
}

#comments .comOdd {
	background-color: #FFFFFF;
	padding: 10px 0;
}
#comments .comEven {
	padding: 10px 0;
}

#comments .comOdd h1, #comments .comEven h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: -5px;
	margin-left: 5px;
}

#comments .comOdd p, #comments .comEven p {
	margin: 10px 0 0px 5px;
	padding-bottom: 0px;
}



.commentHeader {
	margin: 0;
	border: 0px;
}
.commentHeader tr td {
	border: 0px;
	background-color: #f0f0f0;
	padding: 4px 8px;	
}















