/* COMMENTS AND RATINGS */

.comments-form .form-label {
	width:100px;
}

.comments-form .negative {
	/*padding-left:50px;*/
}

.comments-form .positive {

}

#rating_stars {
	width:135px;
}	

/* comments */
.comments .comments-message-success {
	background: #f2f2f2;
	border-style: dashed; 
	border-width: 1px; 
	border-color: green;
	text-align:center;
	padding:6px;
	color: black;
	margin:6px 0 6px 0;
}

.comments .comments-message-error  {
	background: #f2f2f2;
	border-style: dashed; border-width: 1px; 
	border-color: #ff4e4e;text-align:center;
	padding:6px;
	color: black;
	margin:6px 0 6px 0;
}
.comments #comments-browser {
	background: #f2f2f2;
	padding:5px;
	text-align: right;
	color:#00000;
}
.comments #comments-browser a {
	color:#000;
}

.comments #comments-browser .browser .browser-total {
	width:100px;
	float:left;
	text-align:left;
}

.comments #comments-browser .browser .page-links {
	width:100px;
	float:left;
}	

.comments .comments-header {
	background-color: #990066;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	height:15px;
}

.comments .comments-header #readers-comments {
	width:150px;
	float:left;
}	

.comments .comments-header a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.comments .comments-list {
	padding:0px;
	background-color:white;
	visibility: hidden;
	display: none;
}

.comments .comments-list .comments-comment {
	background-color:#F7F4F4;
	background-image:url('http://images.coronaria.fi/0537125.gif');
	background-repeat:repeat-x;
	padding:5px;
	color: #000000;
}

.comments .comments-list .comments-comment p {
	font-size:12px;
	margin:0px;
	padding:0px;
}

.comments .comments-list .comments-votes {
	float:right;
	margin:5px;
}

.comments .comments-list .comments-votes a {
	font-size:12px;
}

.comments .comments-list .comments-votes td.comments-votes-a {
	padding:0px 5px 0px 5px;
}

.comments .comments-list .comments-votes td.comments-votes-b {
	background-color:#696969;
	height:1px;
	width:80px;
}

.comments .comments-list .comments-votes table.vote-points {
	border-color:#696969;
	border-style:solid;
	border-width:1px;
}

.comments .comments-list .comments-votes table.vote-points td {
	font-size:14px;
	font-weight:bold;
	height:38px;
	text-align:center;
	vertical-align:middle;
	width:38px;
}

.comments .comments-list .comments-spacer {
	height:1px;
	overflow:hidden;
	border-top:1px dashed #999999;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 0px;
	padding: 0px;
}

.comments #comments-show {
	cursor:pointer;
}

.comments .comments-form {
	background-color:#f2f2f2;
	background-image:url('http://images.coronaria.fi/0537125.gif');
	background-repeat:repeat-x;
	margin:0px;
	text-align:right;
	color:#000000;
}

.comments .comments-form div {
	background-color:#f2f2f2;
}

.comments .comments-form input, .comments .comments-form td, .comments .comments-form textarea {
	font-size:12px;
}

.comments .comments-form td {
	padding:5px;
	text-align:right;
}

.comments .comments-form input[type=text] {
	width:360px;
	border:1px solid #999999;
}

.comments .comments-form textarea {
	height:96px;
	width:360px;
	border:1px solid #999999;
}

.comments .abuse {
	width:180px;border:1px solid #a59f91;background-color:#d4d4d4;padding:2px;color:#000000;font-weight:normal;
}

.rating_star {
	float:left;
	padding-left:2px;
}