﻿/* Comparison Tables */
.comparison_table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 0;
	width: 99%;
        white-space: nowrap;
}

.comparison_table th, .comparison_table td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

td.comparison_title { white-space: normal; } 
td.comparison_title table tr td { white-space: normal; } 



.comparison_table th {
	font-size: 10pt;
	text-transform: uppercase;
	background: #eee;
}

.comparison_table tr.alternate td {
	background: #f6f6f6;
}

/* Ratings Tables & Lists */
table.ratings {
	margin: 0px 12px 20px 0px;
        padding: 1px 1px 1px 1px;
	border: 1px solid #cbd1d2;
	border-collapse: collapse;
        align: left;
        float: left;
        clear: all;
}
.table.ratings th,tr,td {
	border: 0;
}

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: 5px 7px 5px 7px;
        border-width: 1px;
	border-style: dotted;
        border-color: #cbd1d2; 
        border-right: 0px;
        vertical-align: middle;
}

.rating_label_see_reviews {
	white-space: nowrap;
	background: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	padding: 5px 7px 5px 7px;
        border-style: dotted;
        border-top: 1px;
        border: 0px;
        vertical-align: middle;
        text-align: center;
}

.rating_value {
	white-space: nowrap;
	padding: 0px 8px 0px 9px;
	font-family: Arial;
	font-size: 8pt;
        border-width: 1px;
        border-style: dotted;
        border-color: #cbd1d2;
        border-left: 0px;
        border-right: 0px;
        vertical-align: middle;
}

.rating_value_number {
	white-space: nowrap;
	padding: 1px 7px 1px 0px;
	font-family: Arial;
	font-size: 8pt;
       border-width: 1px;
        border-style: dotted;
        border-color: #cbd1d2;
        border-left: 0px;
        border-right: 0px;
        vertical-align: middle;
}

.rating_value .no_ratings {
	color: #666;
}
