.compare-header {
		background: url('../image/dark-grey-bg.png') repeat-x; 
		color: #fff; 
		font-weight: bold;
		font-family: arial;
		font-size: 13px;
}

div .tick {
	background: url('../image/tick.png') no-repeat;
	height:25px;
	width:37px;
}

div .tick1 {
	background: url('../image/tick1.png') no-repeat;
	height:26px;
	width:36px;
}

div .cross {
	background: url('../image/cross.png') no-repeat;
	height:25px;
	width:32px;
}
