body {
	background: #FFF;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*
	Layout
*/

#header {
	clear: both;
}

#title {
	padding-bottom: 22px;
}

#content {
	clear: both;
	padding-top: 5px;
}

#listing, #book {
	clear: both;
	padding-top: 20px;
}

#titleSpace {
	width: 360px;
	height: 24px;
	margin-top: 10px;
	clear: both;
}

#bookTitle {
	clear: both;
	width: 350px;
	padding: 8px 0 7px 10px;
}

#bookInformation {
	clear: both;
	width: 360px;
	margin-top: 10px;
}

#leftCol {
	width: 218px;
	float: left;
	padding: 10px;
	border-right: 2px dashed #FFF;
}

#leftCol span, #rightCol span {
	display: block
}

#rightCol {
	width: 110px;
	float: left;
	padding: 10px 0 10px 10px;
}

#clearer {
	clear: both;
}

#searchField {
	width: 340px;
	padding: 10px;
	background: #FF0;
	color: #000;
}

.info {
	width: 350px;
	padding: 8px 0 7px 10px;
	background: #999;
	margin-bottom: 10px;
}

.news {
	width: 340px;
	padding: 8px 10px 7px 10px;
	background: #03F;
	margin-bottom: 10px;
}

.news span {
	display: block;
}

.purchase {
	width: 340px;
	padding: 8px 10px 7px 10px;
	background: #F3C;
	margin-bottom: 10px;
}

#newsletter {
	position: absolute;
	top: 10px;
	left: 500px;
}

.newsletter {
	width: 340px;
	padding: 8px 10px 7px 10px;
	background: #699;
	margin-bottom: 10px;
}

/*
	Forms
*/

form {
	display: inline;
}

.purchase form label {
	display: block;
	padding: 0 0 2px 0;
}

.purchase form input, .purchase form textarea {
	width: 334px;
	padding: 3px;
	color: #000;
	border: 1px solid #000;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.purchase form div {
	color: #000;
}

.purchase form input.counter {
	width: auto;
	background: transparent;
	border: none;
	color: #000;
}

.purchase form label.required {
	font-weight: bold;
	color: #000;
}

.purchase form input.invalid {
	background: #FF0;
}

.purchase form #displaySubmit label.input_submit {
	height: 0;
	border: none;
}

.purchase form #displaySubmit input.input_submit {
	width: auto;
	background: #000;
	color: #FFF;
	cursor: pointer;
}

#signupForm {
	clear: both;
}

#signupForm label {
	display: block;
}

#signupForm .submit {
	padding-top: 10px;
}

/*
	Links
*/

a {
	color: #FFF;
}

a:hover {
	text-decoration: none;
}

#searchResults a {
	color: #000;
}

/*
	Text
*/

h3 {
	text-transform: uppercase;
}

/*
	Category colours
*/

.popculture {
	background: #996; /* CatColour1 */
}

.fineart {
	background: #69F; /* CatColour3 */
}

.design {
	background: #C00; /* CatColour2 */
}

.architecture {
	background: #969; /* CatColour4 */
}

.contemporaryart {
	background: #699; /* CatColour5 */
}

.photography {
	background: #F93 /* CatColour6 */
}

/*
	Forms
*/

#searchForm {
	display: inline;
}

#searchForm .input_field {
	margin: 0 10px;
}

/*
	Images
*/

img {
	border: none;
}

.logo {
	margin-left: 10px;
}

#all {
	padding: 10px;
}

#nothing {
	padding: 7px 10px;
}

/*
 Lists
*/

#books, #categories, #listing ul, #mediums, #related, #searchResults {
	padding: 0;
	margin: 0;
	list-style: none;
}

#books li {
	float: left;
}

#categories {
	width: 240px;
	margin-top: 3px;
}

#categories li {
	float: left;
	padding: 0;
	margin: 0;
	height: 18px;
}

#mediums li {
	float: left;
	margin-right: 10px;
}

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

#menu li {
	float: left;
	margin-right: 18px;
}

#related li, #searchResults li {
	margin-bottom: 10px;
}

#results {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 750px;
}

#results li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 90px;
}

/*
	Misc
*/

#errors {
	color: #FF0;
}

.mv10 {
	margin: 10px 0;
}