/* Cuzza.com global style sheet (c)2001 Richard Rutter */

/* Presentation */

.ahem { /* turns off the browser upgrade message */
	display:none;
}

BODY {
	margin:0px;
	padding:0px;
	background:#b85870;
	color:#ffffff;
}

a:link {
	text-decoration:none;
	font-weight:bold;
	color:#9090c0;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#d0d068;
}

a:active, a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#a0a0d0;
}

DIV.main {
	margin-top:0;
	float:left;
	width:75%;
	background:#ffffff;
	color:#333333;
	padding-bottom:5em;
	order-bottom: 1px solid #d87890;
}

DIV.sidenotes {
	float:left;
	width:25%;
}

DIV.chefsnotes {
	border-top:1px solid #c86880;
	border-left:1px solid #c86880;
}

DIV.advert {
	border-top: 1px solid #a84860;
	margin:0 0 0 0;
}

DIV.advert H4 {
	border-top:1px solid #c86880;
}

DIV.advert IFRAME {
	margin-left:5%;
}

DIV.title {
	background:#702858 ;
	color:#ffffff;
	border-top:1px solid #803868;
	border-bottom:1px solid #601848;
	border-right:1px solid #601848;	
}

DIV.ingredients {
	background:#C05840;
	border-top:1px solid #d06850;
	border-left:1px solid #d06850;
	border-bottom:1px solid #b04830;
}

DIV.header {
	background:#301850;
	margin:0;
	border-bottom:1px solid #200840;
}

DIV.topnav {
padding-top:30px;
	text-align:right;
	font-family: verdana, tahoma, sans-serif;
	font-size:0.833em;
	}
	
DIV.topnav A:visited, DIV.topnav A:link {
	background:#301850;
	color:#ffffff;
	font-weight:normal;
	padding: 0 0.5em 0 0.5em;
	border-bottom:none;
	border-left:1px solid #604880;
	border-top:1px solid #604880;
	border-right:1px solid #200840;
	margin:0;
}

DIV.topnav A:hover, DIV.topnav A:active, DIV.topnav A:link.section, DIV.topnav A:visited.section {
	background:#b85870;
	color:#ffffff;
	font-weight:normal;
	padding: 0 0.5em 0 0.5em;
	border-left:1px solid #a84860;
	border-top:1px solid #a84860;
	border-right:1px solid #c86880;
	border-bottom:1px solid #c86880;
	margin:0;
	position:relative;
	left:1px;
	top:1px;
}

H2 {
	font-family: "lucida bright", georgia, serif;
	font-weight:normal;
	font-style:italic;
	font-size:3em;
	padding-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-left:-0.125em;
}

H3 {
	font-family: "lucida bright", georgia, serif;
	font-weight:normal;
	font-style:italic;
	font-size:1.5em;
	padding-left:5%;
	margin:0;
	padding-bottom:0.5em;
}

H4 {
	font-family: "lucida bright", georgia, serif;
	font-size:1em;
	padding:0.5em 5% 0 5%;
	margin-top:0;
	clear:left;
}

H5 {
	margin:0;
}

UL,OL {
	margin-left: 5%;
	padding-left: 0;
}

LI {
	margin-left:2em;
	font-family: verdana, tahoma, sans-serif;
	font-size:0.833em;
	line-height:1.5em;
	padding:0 5% 0 0;
}

P {
	margin:0;
	font-family: verdana, tahoma, sans-serif;
	font-size:0.833em;
	line-height:1.5em;
	padding:0 5% 1em 5%;
}

TABLE {
	margin:1em 5% 1em 5%;
}

TH, TD {
	font-family: verdana, tahoma, sans-serif;
	font-size:0.833em;
	line-height:1.5em;
	background:#ffffff;
	color:#333333;
	padding:0.25em 0.5em 0.25em 0;
	text-align:left;
}

DIV.ingredients P, DIV.chefsnotes P, DIV.ingredients DT  {
	font-family: verdana,tahoma,sans-serif;
	font-size:0.667em;
	line-height:1.75em;
	padding-left:5%;
	padding-right:5%;
	padding-top:0;
}

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: verdana, tahoma, sans-serif;
	font-size:0.833em;
	line-height:1.5em;
	margin:0;
	padding:0 5% 0 5%;
	border:none;
}

DIV.step DD, DIV.step DT {
	padding:0 10% 0 10%;
}

DD P {
	padding:0;
	margin:0;
}

DIV.maincontent DD {
	padding-bottom:1em;
}

DIV.maincontent DT {
	clear:both;
	font-weight:bold;
}

DIV.maincontent H4 A:link, DIV.maincontent DT A:link {
	color:#702858;
}

DIV.maincontent H5 {
	color:#555555;
	margin:0;
	font-family: verdana, tahoma, sans-serif;
	font-size:0.833em;
	font-weight:bold;
	padding:1em 5% 0 5%;
}

DIV.ingredients H4 {
	margin-bottom:0.5em;
}

DIV.ingredients H5 {
	font-family: verdana,tahoma,sans-serif;
	font-size:0.667em;
	line-height:1.75em;
	margin-top:0;
	padding:0 5% 0 5%;
	font-weight:normal;
	font-style:italic;
}

DL {
	margin-bottom:0;
}

DIV.ingredients DL {
	padding-bottom:2em;
}

IMG {
	border:1px solid #7f7f7f;	
	margin-bottom:0.25em;
}

IMG.logo {
	border:none;
	vertical-align: bottom;
	margin:0;
	/*margin: 0 1em 0 3.75%;
	position:absolute;
	left:0;
	top:0;*/
}

IMG.bookcover {
	float:left;
	margin-left:5%;
	margin-right:1em;
}

IMG.left {
	float:left;
	margin-right:1em;
}

IMG.right {
	float:right;
	margin-left:1em;
}

#zoom, DIV.step IMG, IMG.left, IMG.right {
	cursor: pointer;
}

#zoom {
	top:0;
	left:0;
	z-index:100;
	background-color:#7e7e7e;
	background-image:url(/images/zooming.gif);
/*	width:250px;
	height:200px;
	padding:0;*/
	border-top:1px solid #8f8f8f;
	border-left:1px solid #8f8f8f;	
	border-bottom:1px solid #4f4f4f;
	border-right:1px solid #4f4f4f;	
	cursor: pointer;
}

DIV.teaser {
	border-bottom:1px solid #702858;
}

DIV.teaser P {
	margin:0;
	padding:1em 5% 1em 5%;
	color:#702858;
	font-weight:bold;
}

DIV.mainImg {
	float:left;
	padding-right:2.5%;
}

DIV.mainImg IMG {
	border-top:none;
	border-left:2px solid #702858;	
	border-bottom:2px solid #601848;
	border-right:2px solid #601848;	
}

.buy { /* [buy] links in Books */
	font-family: verdana,tahoma,sans-serif;
	font-size:0.75em;
	font-weight:normal;
}

P.copyright  {
	margin:0;
	font-size:0.667em;
	padding:0.5em 25% 1.5em 5%;
	text-align:right;
	clear:both;
	}
	
DIV.step {
	float:left;
	width: 49%;
	}
	
DIV.step P {
	position:relative;
	padding:1em 10.2% 0 10.2%;
}

ACRONYM {
	font-variant: small-caps;
	text-transform : lowercase;
}

.counter {
	position:absolute;
	top:0.667em;
	left:0%;
	font-family: "lucida bright", georgia, serif;
	font-style:italic;
	font-size:1.5em;
	color:#702858;
	background:#ffffff;
	border-right:1px solid #7f7f7f;	
	border-bottom:1px solid #7f7f7f;	
}

FORM {
	margin:0 5% 0 5%;	
	font-family: verdana, tahoma, sans-serif;
	font-size:0.833em;
	line-height:1.5em;
}  

FORM P {
	padding:0 0 1em 0;
}

 TEXTAREA {
	border:1px solid #C05840;
	width:70%;
}

 INPUT {
	padding:0.125em;
}
  
 INPUT.button {
	background:#C05840; 
	color:white;
	font-family: verdana, tahoma, sans-serif;
	font-size:0.833em;
	border-width : 1px;
	padding: 0 0.125em 0 0.125em;
}

 INPUT.postbutton {
	background:#C05840; 
	color:white;
	font-family: verdana, tahoma, sans-serif;
	font-size:0.75em;
	border-width : 1px;
	padding: 0 0.125em 0 0.125em;
}

#frmScoot {
	border:2px solid #C05840;
	width:17em;
	padding-bottom:0.5em;
}

#frmScoot H5 {
	height:25px;
	margin-bottom:0;
	background: #C05840;
}

.verdict {
		padding-left:0.5em;
		padding-right:0.5em;
		border:1px dotted #C05840;
}

.wizard {
		font-weight: normal;
}

SPAN.hint {
	font-size:0.8em;
}

/* contextual selectors to stop inherited text sizes multiplying */
FORM P, LI P, TD P, TH P, DD P, DT P, FORM INPUT.button {
	font-size:1em;
}

DIV.inputrow {
  clear: both;
  padding-bottom:0.5em;
  }

DIV.inputrow .label {
  float: left;
  width: 10em;
  text-align: right;
  }
  
  INPUT.medtxt {
	width:12em;
	border:1px solid #C05840;
}

  INPUT.bigtxt {
	width:24em;	
	border:1px solid #C05840;
}

.error {
	color:#C05840;
	font-weight: bold;
}

.formnote {
	font-size:0.8em;
	
}

DIV.poster {
	font-family: verdana, tahoma, sans-serif;
	font-size:0.833em;
	line-height:1.5em;
	padding:0.25em 1% 0.25em 1%;
	margin:1em 4% 1em 4%;
	border-bottom:1px dotted #C05840;
	text-align:right;
	font-style:italic
}

.postend {
	padding:0.25em 1% 0.25em 1%;
	margin:1em 4% 2em 4%;
	border-top:1px dotted #C05840;
}

.rating {
	float:left;
	font-style:normal;
	font-weight:bold
}
