#compare_container{
	padding: 10px 30px 10px 30px; margin: 10px 10px 10px 10px;
}
table.compare a img {border:0;vertical-align:text-bottom;}
table.compare {border-collapse:collapse;}
table.compare th.side {
	background: transparent url(/img/skin/bg_th_side.gif) no-repeat bottom left;
}
table.compare td.side {
	text-align:right;
	background: transparent url(/img/skin/bg_td_side.gif) no-repeat bottom left;
	width:180px;
	font:bold 12px/15px "Trebuchet MS";
	color:#6e6f37;
	padding-right:8px;
}
table.compare th {
	height:64px;
	border-right:1px solid #DBE66D;
	vertical-align:bottom;
	color:#fff;
	font:normal 21px/27px "Trebuchet MS";
	letter-spacing:2px;
	background:transparent url(/img/skin/bg_th.gif) no-repeat bottom left;
	}
table.compare td {
	text-align:center;
	background:transparent url(/img/skin/bg_td.gif) no-repeat bottom left;
	border-right:1px solid #DBE66D;
	color:#fff;
	width:108px;
	height:40px;
	font:bold 12px/18px "Trebuchet MS";
}
table.compare td.on {background:transparent url(/img/skin/bg_td_on.gif) no-repeat bottom left;}
table.compare th.on {
	background:transparent url(/img/skin/bg_th_on.gif) no-repeat bottom left;
	padding-bottom:9px;
	width:148px;
}
table.compare tfoot td {
	background:transparent url(/img/skin/bg_foot_td.gif) no-repeat top left;
	height:64px;
	vertical-align:top;
	padding-top:8px;
}
table.compare tfoot td.on {
	background:transparent url(/img/skin/bg_foot_td_on.gif) no-repeat top left;
	padding-top:16px;
}
table.compare tfoot td.side {background: transparent url(/img/skin/bg_foot_td_side.gif) no-repeat top left;}