﻿/* Comparison Tables */

.comparison_table {

	border: 1px solid #ccc;

	border-collapse: collapse;

	padding: 0;

	width: 650px;

	margin: 0 5px 0 1px;

}



.comparison_table tr th {

	background: url(http://anerosfan.com/wp-content/themes/arras-theme2/images/techblue/content-bg.jpg) repeat-x #FFF; border: 1px solid #CCC;

	padding: 7px;

	vertical-align: middle;

	white-space: nowrap;

	text-align: center;

	font-family: Arial;

	font-size: 10pt;

	font-weight: bold;

}

.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: #fff;

}



.comparison_table tr.alternate td {

	background: #fff;

}



/* 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: #fff;

	font-family: Arial;

	font-size: 8pt;

	padding: 1px 4px;

	color: #000;
	
	margin: 0 0 5px -5px;

}



.rating_value {

	white-space: nowrap;

	padding: 1px 3px;

	font-family: Arial;

	font-size: 8pt;

}



.rating_value .no_ratings {

	color: #666;

}