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

.comparison_table th, .comparison_table td {
	padding: 10px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-color:#998d76;
}

.comparison_table th {
	font-size: 10pt;
	vertical-align: top;
	text-transform: uppercase;
	background: url(http://www.webhosteditor.com/wp-content/themes/zinepress/images/postbottom.gif) repeat-x;
}

.comparison_table tr.alternate td {
	background: #F6F6F6;
	padding: 100px;
}

/* Ratings Tables & Lists */
table.ratings {
	margin: 0px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

ul.ratings {
	margin: 0 10px 10px 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:1px  1px;

}

.rating_value {
	white-space: nowrap;
	padding: 10x 2px;
	font-family: Arial;
	font-size: 8pt;
}

.rating_value .no_ratings {
	color: #666;
}
