/* CSS Document */

#sidepanel{
	position: absolute;
	visibility:hidden;
}

td {
	border:1px solid white; 
	color: black;
	/*font-weight:bold;*/
	font-size:10px;
	padding:0px;
}

span.price {
	color: #d40000;
}

td.left {
	background-image: url(/images/product-comparison-chart/header-left.gif); 
}

img {
	border:0px; margin:0px;
}

td.product_header {
	background-image: url(../images/products-header-background.jpg); 
	background-color: white;
	text-align:center;
	width:88px;
	vertical-align:bottom;
	padding-bottom:15px;
}

td.feature_header{
	background-image: url(../images/feature-header-background.jpg); 
	background-color: white;
	height:41px;
	color: #d40000;
	text-align:left;
	font-size:12px;
	/*font-style:italic; */
	font-weight:bold;
	padding-left:5px;
}

.bggrey{
	background-color: #f2f2f2;
}

td.footer {
	background-image: url(../images/bottom-background.jpg); background-color: white;
	text-align:center;
	vertical-align:top;
	padding-top:3px;
}
