td, th {
	padding: 2px 0;
}
th {
	padding: 3px;
	color: #333;
	/*font-weight: normal;*/
}
thead td,
tbody td {
    text-align:center;
    border-left:1px solid #F3F2DD;
}
.comparison-table tr.first th,
.comparison-table tr.first td {
    /*padding-top:20px;*/
}
tbody tr.even th,
tbody tr.even td {
    background-color: #F3F2DD;
}
thead td.return {
    vertical-align:top;
    font-weight:bold;
    background:transparent url(/images/back.gif) 5px 0 no-repeat;
    text-align:left;
    padding-left:30px;
}
.return a {
    color:#FF4500;
}
thead td.print {
    font-weight:bold;
    background:transparent url(/images/printer.gif) 5px 0 no-repeat;
    text-align:left;
    padding-left:30px;
}
.product-pic {
    text-align:center;
}
img.comparison-product {
    width:100px;
}
h3 {
    font-size:1em;
    padding:5px;
    text-align:center;
}
.product-price {
	color: #AA8119;
	font-weight:bold;
	font-size:1.4em;
	text-align:center;
}
.cart {
	text-align:center;
	font-weight: bold;
}
.cart a {
    height:18px;
    line-height:18px;
    color:#D10024;
    /*background:transparent url(/images/cart.gif) 5px 0 no-repeat;*/
    display:block;
    padding-left:8px;
}