﻿/*
Styling the product comparison chart
*/

#productComp {
	border-collapse: collapse;
	margin: 50px auto 0px auto;
	clear: both;
}



th.side {
	background: transparent url('../images/comp_desc-th.gif') no-repeat bottom left;
}

td.side {
	text-align: right;
	background: transparent url('../images/comp_desc-td.gif') no-repeat bottom left;
	width: 180px;
	font: bold 12px/15px helvetica;
	color: #6e6f37;
	padding-right: 8px;
}

th {
	height: 64px;
	border-right: 1px solid #fff;
	vertical-align: bottom;
	color: #fff;
	font: bold 14px/19px arial;
	letter-spacing: 2px;
	width: 120px;
	background: transparent url('../images/comp_reg-th.gif') no-repeat bottom left;
}

td {
	text-align: center;
	background: transparent url('../images/comp_reg-td.gif') no-repeat bottom left;
	border-right: 1px solid #fff;
	color: #fff;
	width: 120px;
	height: 40px;
	font: bold 12px/18px arial;
}

td.on {
	background: transparent url('../images/comp_sel-td.gif') no-repeat bottom left;
}

th.on {
	background: transparent url('../images/comp_sel-th.gif') no-repeat bottom left;
	padding-bottom: 9px;
	width: 148px;
}

tfoot td {
	background: transparent url('../images/comp_reg-tf.gif') no-repeat bottom left;
	height: 64px;
	vertical-align: top;
	padding-top: 8px;
}

tfoot td.on {
	background: transparent url('../images/comp_sel-tf.gif') no-repeat bottom left;
	padding-top: 16px;
	font-size: 16px; 
}

tfoot td.side {
	background: transparent url('../images/comp_desc-tf.gif') no-repeat bottom left;
}


