* {
	padding: 0;
	margin: 0;
}
body {
	background-color: white;
	text-align: center;
	font: 95% Arial, Helvetica, sans-serif;
	color: black;
	height: 100%;
}
p { font-weight: bold; }
h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }

.small {
	font-size: 90%;
	padding-top: 6px;
}
body#books .small {
	font-size: 80%;
	white-space: nowrap;
}
a { color: black; }
a:link { text-decoration: underline; }
a:visited {  }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

/* Form Styling (thank you quirksmode.org) */ 

label, input, textarea, fieldset select {
	display: block;
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 25%;
	padding-right: 20px;
	font-weight: bold;
}
input.submit {
	width: auto;
	float: none;
	margin-left: 210px;
	text-align: center;
}
* html input.submit {
	margin-left: 110px;
}
legend {
	padding: 3px;
	color: black;
	margin: 0.5em;
}
fieldset br {
	clear: left;
}
fieldset {
	margin-top: 10px;
	font-weight: bold;
}

.hide {
	visibility: hidden;
	display: none;
}

div#wrapper {
	width: 90%;
	text-align: left;
}
/* Header definitions */
#header {
	border: 4px solid black;
	margin: 0.5em auto 1em auto;
	color: black;
	width: 732px;
}
#header h1, #header h2, #header p.author {
	text-indent: -100em;
	display: none;
	padding: 0.5em;
}
#header p { padding: 1em; }
#header #logo {
	float: left;
	padding: 20px 10px 0 20px;
	height: 120px;
}
#header #company {
	float: left;
}
#header p a {
	color: black;
}
#header h2 a {
	color: black;
	text-decoration: none;
}
#header p.author {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin-top: 1em;
}

#home div#header, div#header.large {
	text-align: center;
}
#header.large h1 {
	font-size: 400%;
	white-space: nowrap;
}
#header.large h2 {
	font-size: 300%;
}

/* body content definitions */

div#main {
	width: 100%;
	margin: 0 auto 0 auto;
	float: left;
}
hr {
	height: 1px;
	border: 0;
	width: 100%;
	color: #000;
	background-color: #000;
	margin-top: 1em;
}
.sub-buy{
	display: none;
}
input.sub-buy {
	color: white;
}

#buy {
	display: none;
}
div.comp a.compimg {
	padding-right: 0.5em;
	float: left;
}
div.comp {
	margin: 0.5em 0 0.5em 0;
	clear: both;
	min-height: 100px;
}
* html body div.comp {
	height: 100px;
}
div.comp-edwardharle {
	min-height: 130px;
}
* html body div.comp-edwardharle {
	height: 130px;
}
div.comp h2 {
	padding-top: 0.1em;
}
div.comp h2, div.comp h3 {
	line-height: 1.2em;
}
div.comp input {
	float: left;
}
#main img {
	float: left;
	border: 0;
	margin-right: 20px;
}
#main p {
	text-align: left;
}
#main h1, #main h4 {
	padding-bottom: 10px;
}

#main select, #main input {
	float: left;
}
div.clearboth {
    clear: both;
}
#main ul {
	text-align: left;
	list-style-type: none;
	font-weight: bold;
}
#main td, #main th {
	font-weight: bold;
	text-align: center;
}
#main div.image img {
	margin-top: 4px;
}
#main #list div.image img {
	margin-top: 8px;
}
a.readmore {
	margin-top: 6px;
	float: left;
}
#other {
	float: left;
	padding-bottom: 20px;
}
#other label {
	width: auto;
	clear: both;
	text-align: left;
}
#other input {
	clear: left;
}
div.productwrapper {
	min-height: 210px;
	height: 210px;
	display: block;
	clear: both;
	margin-top: 20px;
}
#main h1 {
	font-size: 125%;
	padding-bottom: 10px;
}
#main #list h1 {
	margin-top: 0.5em;
}
#main .productwrapper p {
	padding: 5px 0 5px 0;
	text-align: left;
}
#list div.productwrapper {
	width: 100%;
}
#producttitle h2, #producttitle h3, #producttitle h4 {
	margin-top: 0.5em;
}
div.image {
	float: left;
	width: 20%;
}
#main #list div.image {
	width: 20%;
}
#main .producttext {
	float: right;
	width: 75%;
}
#main #list .producttext {
	width: 80%;
}

#main .producttext ul {
	padding: 1em 0;
}
hr.clear {
	clear: both;
	width: 100%;
	color: black;
	height: 1px;
}
/* Footer definintions */

div#footer {
	width: 732px;
	background-color: white;
	border: 4px solid black;
	color: black;
	margin-top: 10px;
	float: left;
}
div#footer h3 {
	text-align: left;
}
div#footer div#companies, div#footer div#addresses, div#footer div#phone {
	display: none;
}
div#footer h3 {
	font-weight: bolder;
}
div#footer #container {
	margin: 0 auto 0 auto;
	width: 100%;
	font-size: 90%;
}
div#center p {
	text-align: center;
	font-size: 90%;
}
p.copyright {
	font-size: 80%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
div#addresses p {
	white-space: nowrap;
	text-align: left;
	padding: 0 0 0 10px;
	line-height: 1.32em;
	font-size: 98%;
	font-weight: bolder;
}
p.tandcs {  margin-top: 0.5em; }
a.tandcs {
	 font-family: "Arial Bold", Arial, Helvetica, sans-serif;
	 font-weight: bolder;
	 font-size: 100%;
}
/* Menu definitions */
ul.menu {
	display: none;
}

/* Section Colors */
body#edwardharle div#logo, body#books div#logo {
	height: 150px;
}
body#worldreports.global_intelligence_package div#main .productdetail {
	width: 90%;
}

body#contactus label {
	width: 20%;
}
body#backissues label, body#consultancy label {
	width: 30%;
}
.right { display: none; }

body#updates #header, body#news #header, body#news #footer { display: none; visibility: hidden; }
body#news div#main { font-family: "Times New Roman", Times, serif; }
.hideprint { display: none; }