﻿/* 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: -35px 0 0 10px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	float: right;
	background: #eee;
}

#comment-form-wrapper table.ratings {
	background: #fff;
}

ul.ratings {
	margin: 0;
	padding: 0;
}

ul.ratings li {
	display: inline;
	list-style: none;
}

.rating_label {
	white-space: nowrap;
	font-family: Arial;
	font-size: 8pt;
	padding: 1px 4px !important;
}

.rating_value {
	white-space: nowrap;
	padding: 1px 3px !important;
	font-family: Arial;
	font-size: 8pt;
	vertical-align: middle !important;
}

.rating_value .no_ratings {
	color: #666;
}

.review .social-buttons a {display: inline-block; height: 15px; width: 15px; text-decoration: none;}

.review .social-buttons a.twitter {background: url(images/twitter.gif) 0px 0px no-repeat;}

.review .social-buttons a.facebook {background: url(images/facebook.gif) 0px 0px no-repeat;}

.review .social-buttons a.google {background: url(images/google.gif) 0px 0px no-repeat;}