table.benchmarks {
	font-size:80%;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
}

table tr.highlight, table td.highlight {
	background:#c4e3ff;
	color:#4373a0;
}

table tr.highlight th {
	background:#41617f;
}

#review .post_info .time {
	float:left;
	padding-right:2em;
}

#review a.comments {
	background:url(./themes/site_themes/new/comment.png) no-repeat;	
	padding-left:18px;
}

#review .post_info {
	color:#8487AE;
	margin-top:0.4em;
	border-top:1px solid #ccc;
	margin-bottom:1em;
	padding:0.4em 0;
}

#review h1 {
	color:black;
}

#review h2 {
	font-size:150%;
}

#review #summary, #review_body {
	line-height:160%;
}

#summary {
	margin-top:0.3em;
	border:2px solid #A2ACC3;
	padding:1em;
}

#summary ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#summary ul li {
	padding-left:20px;
}

#summary ul.pros li {
	background:url(./themes/site_themes/new/tick.png) 0px 2px no-repeat;
}

#summary ul.cons li {
	background:url(./themes/site_themes/new/cross.png) 0px 2px no-repeat;
}

.deals_box {
	margin-top:0.3em;
	border:1px solid #A2ACC3;
	padding:1em;
}