

#comment {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	padding: 0;
	background-color: #efefef;
}
#comment a {
	text-decoration: none;
}
#comment a:hover {
	text-decoration: underline;
}

/*------ Naslov --------*/

#comment .commentTitle {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	border-left: 10px solid #909090;
	padding-left: 8px;
}
#comment .commentTitle .commentLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 150%;
	text-transform: uppercase;
	font-weight: bold;
}
#comment .commentTitle .commentRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding-right: 20px;
}
#comment .comTitle {
	width: 150px;
}
#comment table.commentHead tr td {
	vertical-align: top;
}

/*------ Lista komentara --------*/


.comOdd {
	background-color: #efefef;
	padding: 20px;
}
.comEven {
	background-color: #efefef;
	padding: 20px;
}
.blogerPost {
	background-color: #e0e0e0;
	margin: 10px;
	padding: 10px;
}

.comOdd h1, .comEven h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -5px;
}

.comOdd p, .comEven p {
	margin: 10px 0 0px 0;
}

.comUptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B6A676;
}

#center #comment h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 7px;
}
#comment p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	background: none;
}

#comment .last {
    border-bottom: 1px solid #cccccc;
}



