﻿/* Comparison Tables */
.comparison_table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

.comparison_table th, .comparison_table td {
	padding: 7px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.comparison_table th {
	font-size: 15px;
	color:#fff;
	border: 1px solid #1865c2;
	background: #eee url(images/th.jpg) 0 0 repeat-x;
}

.comparison_table tr.alternate td {
	background: #f6f6f6;
}

/* Ratings Tables & Lists */
table.ratings {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

ul.ratings {
	margin: 0;
	padding: 0;
}

ul.ratings li {
	display: inline;
	list-style: none;
}

.rating_label {

}

.rating_value {

}

.rating_value .no_ratings {

}