/* Comparison Tables */
.comparison_table {
    clear: left;
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 0;
margin-bottom: 25px;
	width: 100%;

}


.comparison_table th, .comparison_table td {
	padding: 7px 5px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;


}

.comparison_table th {
	font-size: 1.2em;
	text-transform: uppercase;
	background: #66a8dc;
color: #fff;
padding: 10px;
font-family: arial, verdana, sans-serif;

}

.comparison_table tr.alternate td {
	background: #f6f6f6;
}

/* Ratings Tables & Lists */
table.ratings {
	margin: 0 0 25px 0;
	padding: 0;
	border: 1px solid #578bb2;
	border-collapse: collapse;

}

ul.ratings {
	margin: 0;
	padding: 0;
}

ul.ratings li {
	display: inline;
	list-style: none;
}

.rating_label {
	white-space: nowrap;
	background: #9fcced;
	font-family: Arial;
	font-size: 9pt;
font-weight: bold;
	padding: 10px 10px;
color: #fff;
border-bottom: solid 1px #578bb2;
border-right: solid 1px #578bb2;
text-transform: uppercase;
}

.rating_value {
	white-space: nowrap;
	padding: 5px 10px 5px 15px;
	font-family: Arial;
	font-size: 8pt;
border-top: dotted 1px #578bb2;
background-color: #eee;

}

.rating_value .no_ratings {
	color: #666;
}
.rank_num {
    color: white;
    width: 46px;
    height: 46px;
    background-image: url(images/num.png);
    font-size: 1.8em;
    text-align: center;
    line-height: 2em;
    vertical-align: center;
    font-weight: 200;
}
