﻿/* 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: 10pt;
	font-weight: bold;
}

.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;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

ul.ratings {
	margin: 0;
	padding: 0;
	list-style:none;
}

ul.ratings li {
	float:left;
	background-color:#DFDFDF;
	padding:5px;
	margin:10px;
}
ul.ratings li ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul.ratings li ul li {
	float:none;
}
ul.ratings li ul li label{
	display:block;
}

.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;
}







/*    OVERRIDE      */
ul.ratings li{
  background: white;
  margin: 10px 10px 10px 0;
  width: 150px;
  border-bottom: 1px dotted #C0C0C0;
}
ul.ratings li ul li{
  padding: 0;
}
ul.ratings li label{
  background: none;
  font-size: 14px;
  font-weight: bold;
}
ul.ratings li ul li label{
  font-size: 11px;
}
ul.ratings li ul{
  border-top: 1px solid #C0C0C0;
}














