@import url("/css/screen.css");

body {background-image: none;}

a {text-decoration: none; color: #000;}

.cart-link,
#footer,
.return-to-previous,
#left-wrap,
#header {
    display: none;
}
#content-wrap {
    margin-left: 10px;
}
#content {
    width: 100%;
}
#info-container {
    background-image: none;
    background-color: #fff;
    color: #000;
    text-align: center;
}
.credit {
    display: none;
}
table.comparison-table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.comparison-table th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.comparison-table td {
	border-width: 1px;
	padding: 2px;
    text-align: center;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}