/* COMPARISON CHART
-------------------------------------------------------*/
.comparison {
	
}

.comparison td, .comparison th {
	border-bottom: 1px solid #DDD;
	padding: 5px 15px;
	text-align: center;
}

.comparison thead th {
	border-bottom: 0;	
}

.comparison .filename {
	text-align: left;
}

.comparison td.punypng, .comparison th.punypng {
	font-weight: bold;
	background-color: #ffe27f;
	width: 71px;
	padding: 0;
}

.comparison tfoot td {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 0;
}

.comparison tfoot .total {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	white-space: nowrap;
}


.comparison tfoot td.punypng {
	font-size: 20px;
}

.comparison thead th.punypng {
	padding: 0;
	background: none;
}
	
.comparison tfoot .size {
	font-size: 11px;
	display: block;
}	
	
.comparison thead th.punypng div {	
	background: url(../images/sprite_02.png) -140px 0px;
	width: 70px;
	height: 16px;
	text-indent: -5000px;
}

.comparison td.punypng, .comparison tfoot th.punypng {
	padding: 0;
	background: url(../images/highlight_column.png) repeat-y 0 0;
}

.comparison td.punypng .first {	
	display: block;
	padding: 10px 0 0 0;		
	background: url(../images/highlight_column.png) no-repeat -71px 0;	
}

.comparison td.punypng .last {
	display: block;
	padding: 0 0 5px 0;		
	background: url(../images/highlight_column.png) no-repeat -142px bottom;	
}