.comparison_table {
  border-collapse: collapse;
  width: 100%;
}
.comparison_table p {
  font-size: 13px;
  font-weight:400;
}
.comparison_table a {
  color: #006699;
}
.comparison_table tr {
  background-color: white;
}
.comparison_table tr:hover {
  background-color: #f9fae7;
}
.comparison_table th {
  border: #cccccc 1px solid;
  padding-left: 10px;
  color: #333333;
  font-size: 13px;
}
.comparison_table td {
  border: #cccccc 1px solid;
  padding: 4px;
  font-size: 0.9em;
  color: #09c;
}
.comparison_table p {
  margin-left: 18px;
  margin-right: 10px;
  line-height: 18px;
  color: #222;
}
.c_check{
	width:22px;
	height:18px;
	display:block;
	background-image:url(../img/yes.gif);
}
.c_new{
	color:#fff;
	background:#900;
	padding:0 0.4em 0 0.4em;
	border-radius:2px;
	font-size:0.8em;
}