#comparison-page-wrapper {
	min-height:500px;
}
* html #comparison-page-wrapper {
	height:500px;
}
.notice {
	margin-left:160px;
	font-weight:bold;
	font-size:1.2em;
}
.comparison-table {
	border-spacing:5px;
	background-color:#fff;
}
.comparison-table th {
	width:135px;
	padding-right:5px;
	text-align:right;
}
.comparison-table td {
	padding-left:5px;
	width:121px;
	text-align:center;
	vertical-align:top;
}
.comparison-table td
img.product-picture {
	height:85px;
	border:0;
}
.comparison-table td.even {
	/*background-color:#ffc;*/
}
tr.even td {
	background-color:#EDF0EA;
}
.comparison-table .customize {
	margin-bottom: 4px;
	width:121px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.comparison-table .customize a:link,
.comparison-table .customize a:visited {
	display:block;
	background:transparent url(/images/cart-bg.gif) 0 0 no-repeat;
	line-height:15px;
	height:15px;
	color: #333;
	text-decoration: none;
}

.comparison-table .customize a:hover {
	text-decoration: none;
	background-position:0 -15px;
}
.comparison-table h2 {
	font-size:1em;
	font-weight:normal;
}
.comparison-table h2 a:link {
	color:#4E8798;	
}
.comparison-table .product-price {
	color:#900;
	font-weight:bold;
	font-size:1.1em;
}
.comparison-return {
	padding-left:160px;
	font-weight:bold;
	margin:10px 0;
}
