/* Comparison Tables */
.comparison_table {
	border: 1px solid #ccc;
	border-top: 0px;
	border-collapse: collapse;
	padding: 0;
	display: inline-block;
	width: 604px;
}

/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.comparison_table {
	width: 602px;
	}
}

.comparison_table th, .comparison_table td {
	padding: 3px; 
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	background: #EEEEEE none repeat scroll 0 0; 
	width: 570px;
}

.comparison_table th {
	font-size: 12pt;
	text-transform: uppercase;
	background: #eee;
}

.comparison_table tr.alternate td {
	background: #f6f6f6;
}

/* Ratings Tables & Lists */
table.ratings {
	margin: 0 0 0 0px;
	padding: 0;
	border: 0;
/*	border-collapse: collapse; */
}
/*	mod pour noter dans les commentaires */
.commentinputrating {
	margin: 70px 0 0 0;
	padding: 0;
	border: 0;
	position: relative;
	float: right;
}
/*	fin des mod pour noter dans les commentaires */
/*	mod pour notes internautes et rédaction */
.notesinternautes{
	margin: 5px 0 10px 15px;
	padding: 3px;
	border: 1px solid;
	float: right;
	position: relative;
	background: #eee;
}
.notesredaction{
	border: 1px solid;
	clear: right;
	float: right;
	margin: 0 0 10px 15px;
	padding: 3px;
	position: relative;
	background: #eee;
}
/*	fin des mod pour  pour notes internautes et commentaires */
ul.ratings {
	margin: 0;
	padding: 0;
}

ul.ratings li {
	display: inline;
	list-style: none;
}

.rating_label {
	white-space: nowrap;
	background: #eee;
	font-family: Arial;
	font-size: 8pt;
	padding: 1px 4px;
}

.rating_value {
	white-space: nowrap;
	padding: 1px 3px;
	font-family: Arial;
	font-size: 8pt;
}

.rating_value .no_ratings {
	color: #666;
}
