table.product_comparison
{
	padding:0px;
	margin:0px;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #47494a;
	background-color: #ffffff;
	border:0px;
	border-bottom: 4px solid #c3c0c0;
	background-image: url('../images/table_fade_background.jpg');
	background-repeat:repeat-x;
	width:565px;
}

table.product_comparison td.hed,
table.product_comparison td.hed_small
{
	background-color: #4e4f51;
	color: #ffffff;
	padding: 4px;
	text-align: center;
	border:0px;
	border-bottom: 4px #cad621 solid;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	border-left: 1px #d2d0d0 solid;
}

table.product_comparison td.hed
{
	width:180px;
	text-indent:10px;
	border-left: 0px;
}

table.product_comparison td,
table.product_comparison td.easy
{
	color: #47494a;
	padding: 4px;
	text-align: left;
	border:0px;
	border-left: 1px #d2d0d0 solid;
	border-bottom: 1px #d2d0d0 solid;
	text-align: left;
	line-height:15px;
}

table.product_comparison td.hed_small
{
	font-size: 9px;
	text-align: center;
/*	width:65px;
*/}

table.product_comparison td.easy
{
	color: #47494a;
	border-left: 4px solid #c3c0c0;
}

table.product_comparison td.foot_main,
table.product_comparison td.foot,
table.product_comparison td.foot_bold,
table.product_comparison td.foot_last
{
	background-color: #4e4f51;
	color: #262526;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	background-color:#cad621;
	text-transform:uppercase;
	padding-top: 16px;
	padding-bottom: 16px;
} 

table.product_comparison td.foot_main

{
	text-align:left;
	font-weight:bold;
	border-left: 4px solid #c3c0c0;
}

table.product_comparison td.foot_bold
{
	font-weight:bold;
}

table.product_comparison td.foot_last
{
	border-right: 4px solid #c3c0c0;
}

.product_comparison img
{
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
} 

table.product_comparison td.tick,
table.product_comparison td.tick_white,
table.product_comparison td.tick_last
{
	background-image: url('../images/tick.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 30px;
	overflow: hidden;
}

table.product_comparison td.tick_white
{
	background-color:#ffffff;
}

table.product_comparison td.tick_last
{
	border-right: 4px solid #c3c0c0;
}

table.product_comparison td.cross,
table.product_comparison td.cross_last /* added by julian shaw */
{
	background-image: url('../images/cross.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 30px;
	overflow: hidden;
}

/* added by julian shaw */
table.product_comparison td.cross_last
{
	border-right: 4px solid #c3c0c0;
}

/* added by dave ashworth */
table.product_comparison td.question,
table.product_comparison td.question_last 
{
	background-image: url('../images/questionmark.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 30px;
	overflow: hidden;
}

table.product_comparison td.question_last
{
	border-right: 4px solid #c3c0c0;
}

table.product_comparison td.white_text
{
	background-color:#ffffff;
	text-align:center;
	font-weight:bold;
}

table.product_comparison td.text
{
	text-align:center;
}