/* These styles are used by the 404 Page Not Found, the Accessibility & Sitemap page, the Trading Suspended and the Security Warning pages - all output by do_basic_page() function. */

body {
	font-family: "times new roman", times, serif;
	font-size: 90%;
	margin-right: 10%;
	margin-left: 10%;
	color: #111;
	background-color: #ddbe7d;
}

h1 {
	text-align: center;
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

p, li {
	line-height: 1.6;
}

div.searchform {
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #6c3718;
	background: #ddbe7d;
	border-bottom: 1px dotted #6c3718;
	text-decoration: none;
}

a:hover {
	color: #ffc;
	background: #976732;
	text-decoration: none;
}

body#shipping th, body#shipping td {
	vertical-align: top;
	border-bottom: 1px solid #6C3718;
	padding: 5px 10px;
}

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

body#shipping thead th {
	background-color: #6C3718;
	color: #ffc;
}

body#shipping table {
	width: 400px;
	margin: 20px auto;
}

