@import url(screen.css);

html, body {
	height: auto;
	margin: 0;
}

#menu {
	display: none;
}

#flags {
	display: none;
}

#logo {
	display: none;
}

#search-box {
	display: none;
}

#header p, #footer p {
	display: none;
}

img#header-print {
	display: inline;
}

#container {
	width: 600px;
	position: static;
}

#hotbox-image-container {
	display: none;
}

#hotbox-image-container-print {
	display: inline;
}

.specifications-container {
	margin: 0;
}

table.specifications {
	width: 100%
}

table.specifications td {
	border: 1px solid #0f7eb9;
}
table.specifications tr.odd {
	background-color: transparent;
}

h1, h2, p, ul, #content {
	padding: 0;
}

