/* Hide from new browsers */
.ahem {
	display: none;
}

/* Set the playground rules */
body {
	font-size: 76%;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
}
#header, #rightNav {
	display: none;
}

h1 {
	font-size: 1.5em;
	font-family: baskerville, georgia, times, serif;
	margin: .5em 0 .7em;
}

h3 {
	font-size: 1em;
	margin: .4em 0 .2em;
}

p.right {
	float: right;
}

a.button {
	display: none;
}

#content input {
	display: none;
}

.add2basket table {
	width: 100%;
}
#content .add2basket input.xxsmall {
	width: 2em;
	display: block;
	border: 1px solid black;
}

.noprint {
	display: none;
}