/* Cuzza.com style sheet for printing (c)2001 Richard Rutter */

/* Presentation */
.ahem { /* turns off the browser upgrade message */
	display:none;
}

BODY {
	background:#ffffff;
	color:#000000;
}

A:visited, A:link {
	text-decoration:none;
	color:#000000;
}

H2 {
	font-family: "Lucida Bright", "Book Antiqua", "Georgia", serif;
	font-style:italic;
	font-weight:normal;
	font-size:18pt;
	margin-bottom:0;
}

H3 {
	font-family: "Lucida Bright", "Book Antiqua", "Georgia", serif;
	font-style:italic;
	font-weight:normal;
	font-size:12pt;
	margin-top:0;
}

H4 {
	font-family: "Lucida Bright", "Book Antiqua", "Georgia", serif;
	font-weight:normal;
	font-size:12pt;
	margin-bottom:0;
}

H5 {
	font-family: "Lucida Bright", "Book Antiqua", "Georgia", serif;
	font-weight:normal;
	font-style:italic;
	font-size:8pt;
	margin-top:0;
}

UL,OL {
	margin-left: 0;
	padding-left: 0;
}

LI {
	margin-left:2em;
	font-family: "Lucida Bright", "Book Antiqua", "Georgia", serif;
	font-size:10pt;
	line-height:14pt;
}

P {
	font-family: "Lucida Bright", "Book Antiqua", "Georgia", serif;
	font-size:10pt;
	line-height:14pt;
}

DIV.teaser P {
	font-style:italic;
	font-weight:normal;
}

DIV.ingredients P, DIV.chefsnotes P, DIV.ingredients DT {
	font-family: "Lucida Bright", "Book Antiqua", "Georgia", serif;
	font-size:8pt;
	line-height:12pt;
}

DIV.ingredients P {
	margin-bottom:0;
	margin-top:8pt;
}

html>body DT+DT { /*  so that the first item doesn't have line atop it */
	border-top:1px dotted #d06850;
}

DT { /*  a compromise for IE5 cos it doesn't render DT+DT */
	border-top:1px dotted #d06850;
}

html>body DT { /* to undo the IE5 compromise for better browsers */
	border-top:none
}

DIV.maincontent DD, DIV.maincontent DT {
	font-family: "Lucida Bright", "Book Antiqua", "Georgia", serif;
	font-size:10pt;
	border:none;
}

DIV.maincontent DT {
	clear:both;
	font-weight:bold;
}

DIV.maincontent DD {
	padding-bottom:1em;
	margin:0;
}

IMG.left {
	float:left;
	margin-right:4pt;
}

IMG.right {
	float:right;
	margin-left:4pt;;
}

IMG.bookcover {
	float:left;
	margin-right:4pt;
}

DIV.step P {
	position:relative;
}

.buy { /* [buy] links in Books */
	display:none;
}

.counter {
	position:absolute;
	top:0;
	left:0;
	font-family: "Lucida Bright", "Book Antiqua", "Georgia", serif;
	font-style:italic;
	font-size:12pt;
	color:#7f7f7f;
	background:#ffffff;
}

.verdict {
		padding-left:0.5em;
		padding-right:0.5em;
		border:1px dashed #cccccc;
}

P.copyright {
	font-size:8pt;
	clear:both;
}

DIV.main {
	float:left;
	width:112mm;
	padding-right:10mm;
}

DIV.sidenotes {
	float:left;
	width:50mm;
}

IMG {
	border:1px solid #7f7f7f;
	margin-bottom:4pt;
}

.header, .mainImg, .more, #zoom {
	display:none;
}
