/* COMMENTS AND RATINGS SEGMENT STARTS */

/* comments */

.comments-content {
	padding:10px;
}

.comments {
	background-color:#f0f0f0;
}	

.comments .comments-message-success {
	background: #f0f0f0;
	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: #f0f0f0;
	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:#f0f0f0;
	padding:5px;
	text-align:right;
	color:#333333;
}

.comments #comments-browser a {
	color:#333333;
}

.comments .comments-header {
	color:#333333;
	font-weight:bold;
	padding:15px 5px;
}

.comments .comments-header a {
	color:#333333;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.comments .comments-header #readers-comments {
	float:left;
	cursor:pointer;
}

.comments .comments-list {
	/*padding:5px;*/
	visibility: hidden;
	display: none;
}

.comments .comments-list .comments-comment {
	padding:5px;
	color:#333333;
}

.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 solid #cccccc;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 0px 5px;
	padding: 0px;
}

.comments #comments-show {
	cursor:pointer;
}

.comments .comments-form {
	background-color:#f0f0f0;
	margin:0px;
	color:#333333;
	width:300px;
}

.comments .comments-form input, .comments .comments-form td, .comments .comments-form textarea {
	font-size:12px;
}

.comments .comments-form input.text {
	width:100%;
}

.comments .comments-form textarea {
	height:96px;
	width:100%;
}

.comments .abuse {
	width:180px;
	border:1px solid #a59f91;
	background-color:#d4d4d4;
	padding:2px;
	color:#000000;
	font-weight:normal;
}

#ratings {
	margin:10px 0px;
}

#ratings .ratings-header {
	padding:5px 0px;
}

#ratings .ratings-form {
	padding:5px 0px;
}	

#ratings .ratings-description {
	float:left;
	width:100px;
}

#ratings .ratings-images {
	float:left;
	width:200px;
}	

#ratings .rating_star {
	float:left;
	padding-left:2px;
}