/* @override http://hawthornpublications.com/host/experience/_css/screen.css */

* {
	padding: 0;
	margin: 0;
	font: 8pt/10pt Geneva, Arial, Helvetica, sans-serif;
}

body {
	float: left;
}

p {
	line-height: 1.5em;
}

a:link, a:visited {
	text-decoration: none;
	color: #8b5b28;
}

a:hover, a:active {
	color: #cc8013;
}

a h2 {
	color: #000;
	text-decoration: none;
}

#wrapper {
	width: 675px;
	margin: 20px 0;
	padding: 0 0 20px;
}

#header {
	margin-bottom: 10px;
}

#toc, #header {
	margin-left: 20px;
}

#toc table {
	width: 100%;
	background-color: #fff4d6;
	float: left;
	margin: 15px 0;
}

#toc table td {
	padding: 4px 0;
	border: 1px solid #fff;
	text-align: center;
}

#toc ol {
	list-style-type: none;
}

#toc ol li {
	float: left;
	margin: 0 10px 0 0;
	padding-right: 4px;
	border-right: 1px solid #eee;
	display: inline;
}

div#listings {
	width: 655px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
}

h1 {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0 3px;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	display: block;
	font-size: 160%;
	font-weight: bold;
}

h2 {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0 3px;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	display: inline;
}

h2 a {
	font-size: 160%;
	font-weight: bold;
}

div.returntop {
	float: right;
	width: 655px;
}

div.vendorrow {
	float: left;
	width: 655px;
}

div.vendor {
	width: 150px;
	float: left;
	margin: 6px;
	display: inline;
}

div.vendor img {
	padding: 4px;
	border: 1px solid #bbb;
	background-color: #fff;
}

p.title, p.title a {
	font-weight: bold;
}

