.no-print {
	visibility: hidden; display: none;
}

#tagline, #contact-btn, #quick-search, #quick-links, #account-basket, #sidebar, #main-sidebar, #extra-links, #footer {
	visibility: hidden; display: none;
}

#logo-contact {
	text-align: center;
}

#logo-contact #logo {
	
}

.image {
	display: block; clear: both;
}

h1, h2, h3, h4, h5, h6 {
	clear: both; margin-top: 1em;
}

p {
	clear: both;
}

a, a:link, a:visited {
	color: #898377;
	text-decoration: none;
	font-weight: normal;
}

a:link:after, a:visited:after {
	display: block;
	/* content: " (" attr(href) ") "; */
	content: "";
	font-size: 80%;
	text-decoration: none;
}

table {
	width: 100%;
}

table.small {
	width: 50%;
}

tr.even td {
	background-color: #eee;
}

body.print h1, body.print h2, body.print h3, body.print h4, body.print h5, body.print h6 {
	clear:both;
}

body.print img {
float:none; clear: both; display: block;
}

body.print #header {
	text-align: center;
}