/* CSS Document */table.productCompare {	border-collapse:collapse;	width:100%;	margin-top:10px;	margin-bottom:10px;	/*border-bottom:1px solid #E7E7E7;*/}table.productCompare tr.image td {	border:none;	vertical-align:bottom;}table.productCompare tr.title td {	border:none;	font-weight:bold;}table.productCompare select {	margin:0;}table.productCompare td.specName {	font-weight:bold;	text-align:right;	border:none;	color:#31A2D3;	width:15%;	white-space:nowrap;}table.productCompare td {	text-align:center;	border:1px solid #E7E7E7;	padding:2px 8px 2px 8px;	vertical-align:top;}table.productCompare tr.hidden td {	border:none;}table.productCompare span.specTitle {	display:block;	float:right;	white-space:nowrap;}table.productCompare a.specHider {	display:block;	float:left;	padding-right:5px;	color:#AAAAAA;}