/* GENERAL STYLES */

body {
	width : auto;
	/* font-family: "Book Antiqua", Chicago, Tahoma, Arial, sans-serif; */
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4, a {
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4, a.nav {
	display: block;
}

a.nav {
	padding-bottom: 10px;
	display: none;
}


h2,h3,h4, p#copyright { /*	font-family: Arial, sans-serif; */ font-family: Verdana, Arial, sans-serif; }
h1 {font-size: 18pt;}
h2 {font-size: 16pt; padding: 15px 0px;}
h3, h4 {font-size: 12pt;}
h4 {font-style: italic; }

img { border: none; }

p { text-align: left; padding: 0px 0px 6px 0px;  }

p#copyright, p#contact {
	clear: both;
	padding: 0px;
	font-weight: bolder;
	text-align: left;
	font-size: 8pt;
}

p#contact {
	display: none;
}

#confirmation dt, th {
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#confirmation dd {
	margin: 0px;
	padding: 10px 0px;
}

td.currency, td.numeric {
	text-align: right;
}

th {
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
}

td {
	padding-bottom: 5px;
}



a span.linkinfo{
	text-align: left;
	display: block;
	font-color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
}

img.header { padding-bottom: 20px; }

span.title {
	font-style:italic; 
	font-weight: normal;
}

#title img { padding: 10px 0px; }

#main {
	width: auto;
	display: block;
}

#contentpane {
	width: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 0px;
	padding-right: 30px;
	margin-right: 0px;
	text-align: left;
}

#footer {
	height: 33px;
	padding-top: 10px;
	background: url(../gfx/saatchi_logo.gif) no-repeat right bottom;
	display: block;
	clear: both;
}

#footer h1{ display: none; }

/* HOMEPAGE STYLES */

.shortbookinfo {
	float: none;
	width: auto;
}

.shortbookinfo#right { margin-right: 0px; }

.shortbookinfo .bookcover {
	display: block;
	float: none;
	width: auto;
	padding: 0px;
}

.shortbookinfo .bookcover img { padding: 20px 0px; }

.shortbookinfo .bookcopy {
	padding: 0px;
	margin: 0px;
	display: block;
	width: auto;
	float: none;
}

/* BOOK PAGE STYLES */

.longbookinfo .bookcover {
	display: block;
	float: none;
	width: auto;
	padding-right: 0px;
}

.longbookinfo .bookcover img { padding: 0px; }

.longbookinfo .bookcopy {
	display: block;
	width: auto;
	float: none;
}

/* FORM PAGE STYLES */

#orderform {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

fieldset, dl, #orderdetails, table  {
	width: auto;
	float: none;
	border: none;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

#yourdetails #orderdetails{
	margin-right: 0px;
}

#contactdetails{
	float:none;
}

.submitform  {
	clear: both;
	display: none;
	float: none;
	text-align: left;
}

.submitform input {
	width: auto;
}


label{
	margin-top: 5px;
	display: block;
	font-weight: bold;
}

input, textarea, select{
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
}

input.quantity, select.quantity {
	width: 50px;
}

textarea{
	height: 100px;
}

span.error {
	color: black;
	display: block;
}

.orderitemdetail  {
	padding-top: 0px;
	display: block;
}

.orderitemdetail img {
	display: none;
}

#furtherinfo {
	border: none;
	float: none;
}


#furtherinfo a {
	display: block;
}


#furtherinfo h2 {
}