﻿/* 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: 10px;
	font-weight: bold;
}

.comparison_table th {
	font-size: 12px;
        font-weight:bold;
	text-transform: uppercase;
	background: #ffac30;
        color:#000000;
}

.comparison_table tr.alternate td {
	background: #fbf6ee;
}

/* 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 {
	white-space: nowrap;
	background: #3e7fc0;
	font-family: Arial;
	font-size: 10px;
	padding: 1px 4px;
        color:#fff;
}

.rating_value {
	white-space: nowrap;
	padding: 1px 3px;
	font-family: Arial;
	font-size: 8px;
}

.rating_value .no_ratings {
	color: #666;
}