body {
padding: 0;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #fff;
}

img {
border: none;
}

ul {
padding: 0;
margin: 0;
list-style-type: none;
}

li {
padding: 0;
margin: 0;
}

table {
font-size: 1em;
}

table td {
vertical-align: top;
}

/* 
------------------------------
structural css
------------------------------
*/

table#structure {
width: 100%;
font-size: 70%;
margin: 10px 0 0 0;
}

td#left {
width: 182px;
padding: 0 0 0 10px;
vertical-align: top;
}

td#centre {
vertical-align: top;
padding: 10px 15px 40px 15px;
}

td#right {
width: 180px;
padding: 0 10px 0 0;
vertical-align: top;
}

/* 
--------------------------------------
header - styles title, authors, format
--------------------------------------
*/

td#centre #header  {
padding: 0 0 15px 0;
margin: 0 0 7px 0;
font-weight: normal;
border-bottom: 1px dashed #ccc;
}

td#centre #header h1 {
font-size: 1.6em;
padding: 0;
margin: 0 0 5px 0;
font-weight: normal;
}

td#centre #header h2 {
font-size: 1.1em;
padding: 0;
margin: 10px 0 0 0;
font-weight: normal;
}

td#centre #header h3 {
padding: 0;
margin: 2px 0 2px 0;
font-weight: normal;
font-size: 1.1em;
font-weight: normal;
}

td#centre #header h4 {
font-size: 1em;
padding: 0;
margin: 0 0 10px 0;
font-weight: normal;
}

td#centre #header h5 {
font-style: italic;
font-size: 1em;
padding: 0;
margin: 0;
font-weight: normal;
}

td#centre #header p {
margin: 10px 0 0 0;
padding: 0;
font-size: 0.93em;
}

/* 
--------------------------------------
format, availability and pricing
--------------------------------------
*/

td#centre #format  {
margin: 0 0 0px 0;
padding: 0 0 10px 0;
border-bottom: 1px dashed #ccc;
}

td#centre #format h3 {
font-size: 1em;
margin: 0;
padding: 0;
font-weight: 700;
border: none;
display: inline;
}

td#centre #format h4 {
font-size: 0.93em;
margin: 0;
padding: 0;
font-weight: 700;
border: none;
display: inline;
}

td#centre #format h5 {
font-size: 1.1em;
margin: 10px 0 5px 0;
padding: 0;
font-weight: 700;
border: none;
}

td#centre #format h5.ebook {
font-size: 1.1em;
margin: 10px 0 5px 0;
padding: 0;
font-weight: 700;
border: none;
display: inline;
}


td#centre #format h5.listprice {
font-size: 1em;
font-weight: normal;
color: #666;
}

td#centre #format h5.discount {
color: #F00;
}

td#centre #format h5.googlediscount {
color: #080;
}


td#centre #format ul {
margin: 2px 0 10px 0;
padding: 0;
}

td#centre #format ul li {
margin: 0 0 2px  0;
padding: 0;
font-size: 0.93em;
}

td#centre #format p {
margin: 0 0 2px 0;
padding: 0;
font-size: 0.93em;
color: #666;
display: inline;
}

td#centre #format p.doi {
margin: 2px 0 6px 0;
padding: 0;
font-size: 0.93em;
color: #000;
display: block;
}

td#centre #format p.restrictions {
margin: 0;
padding: 0;
display: block;
}


td#centre #format p.bible {
margin: 4px 0 2px 0;
padding: 0;
display: block;
}

td#centre #format div.basket {
margin: 0 5px 5px 10px;
padding: 0;
display: inline;
float: right;
}

td#centre #format #globalPrice {
margin: 5px 0px 10px 0px;
padding: 0;
}

td#centre #format #globalPrice p {
display:block;
}

/* 
--------------------------------------
left and right panel link styles
--------------------------------------
*/

td#left a, td#right a {
color: #000;
text-decoration: none;
}

td#left a:link, td#right a:link {
color: #000;
text-decoration: none;
}

td#left a:visited, td#right a:visited {
color: #000;
text-decoration: none;
}

td#left a:hover, td#right a:hover {
color: #000;
text-decoration: none;
}

td#left a:active, td#right a:active {
color: #000;
text-decoration: none;
}

/* 
--------------------------------------
jacket
--------------------------------------
*/

#jacket, #nojacket {
margin: 0 0 10px 0;
}

#jacket img {
border: 1px solid #000;
width: 180px;
}

#nojacket img {
border: 1px solid #ccc;
width: 180px;
}

/* 
--------------------------------------
crumb trail
--------------------------------------
*/

#location {
background-color: #fff;
font-size: 65%;
padding: 7px 0 7px 10px;
border-style: solid;
border-width: 0 0 1px 0;
border-color: #ccc; 
color: #666;
}

#location a {
color: #003399;
text-decoration: none;
}

#location a:link {
color: #003399;
text-decoration: none;
}

#location a:visited {
color: #003399;
text-decoration: none;
}

#location a:hover {
color: #003399;
text-decoration: underline;
}

#location a:active {
color: #003399;
text-decoration: underline;
}
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10px;
	line-height: 15px;
	vertical-align: middle;
	text-align: center;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10px;
	line-height: 15px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10px;
	line-height: 15px;
	vertical-align: middle;
	text-align: center;
	text-decoration: underline
}

