.comments {
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
}
.comments a {
	color: #FFFFFF;
}

/*------ Lista komentara --------*/

#comments {
	width: 100%;
}

#comments .comOdd {
	background-color: #FFFFFF;
	padding: 10px;
	padding-bottom: 0px;
}
#comments .comEven {
	background-color: #f6f6f6;
	padding: 10px;
	padding-bottom: 0px;
}

#comments .comOdd h1, #comments .comEven h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -5px;
	background: none;
	color: #333333;
	padding: 0px;
}

#comments .comOdd p, #comments .comEven p {
	margin: 5px 0 0px 0;
}


#comments table, #comments table tbody tr td {
	border: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
#comments table tbody tr td {
	border-bottom: 1px dashed #cccccc;
}
#comments .comEven table tbody tr td {
	background-color: #F6F6F6;
}
#comments .comOdd table tbody tr td {
	background-color: #FFFFFF;
}


#comments .comEven, #comments .comOdd {
	border-bottom: 1px solid #d6d6d6;
}

















