.feature_table {
	border-collapse: collapse;
}

.feature_table td,.feature_table th {
	font-family: Verdana, Arial, "MS Sans Serif";
	font-size: 0.8em;
	font-weight: normal;
	}

.feature_table th {
	border-width: 1px 0px 1px 1px;
	border-color: #dedede;
	border-style: solid;
	width: 200px;
	text-align: left;
	vertical-align: bottom;
	padding: 8px 20px;
}

.feature_table td {
	width: 100px;
	vertical-align: middle;
	text-align: center;
}

.middle_cell {
	border-width: 1px 0px;
	border-color: #dedede;
	border-style: solid;
}

.right_cell {
	border-width: 1px 1px 1px 0px;
	border-color: #dedede;
	border-style: solid;
}

.feature_table img {
/*margin-left:27px;*/
}

.header_row td,.header_row th {
	font-size: 0.9em;
	border: none;
	font-weight: bold;
	color: #057ac0;
	padding-bottom:17px;
}

.price_row td,.price_row th {
	color: #C2051E;
	font-size: 0.9em;
	border: none;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
}