.pagination {
	width:590px;
}
.comments {
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
}
.comments a {
	color: #FFFFFF;
}

/*------ Lista komentara --------*/

#comments {
	width: 100%;
}

#comments .comOdd {
	/*background-color: #ECE09D;*/
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #816F2D;
	background: #ffffff url(/img/commentOddBgrd.png) left top repeat-x ;
}
#comments .comEven {
	/*background-color: #EFDEB8;*/
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #816F2D;	
	background: #ffffff url(/img/commentEvenBgrd.png) left bottom repeat-x ;	
}
#comments .comOdd table, #comments .comOdd table tr td, #comments .comEven table, #comments .comEven table tr td { border: none;}
#comments .comOdd table tr td, #comments .comEven table tr td { background: none; padding: 0px;}
#comments .comOdd table tr td.nickName, #comments .comEven table tr td.nickName {font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif;}

#comments .comOdd table tr td a, #comments .comEven table tr td a { font-size: 14px;}
#comments p.emptyList {
	font-size: 18px;
	font-style:italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif; 
}
#comments .comOdd h1, #comments .comEven h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#comments .comOdd p, #comments .comEven p {
	margin: 10px 0 0px 0;
}



/*Komentari na projektima*/
.projectsComments {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}
ul.projectsList { margin: 15px 0px  0px 0px;}
ul.projectsList li {
	list-style-type: none;
	margin-left: 0px;
}




