/*******************************************************************************
	Beocentral Buy Our Book Style Sheet

	Copyright (C) Nick Jarman 1999-2010. All rights reserved.
*******************************************************************************/
.textcolumn {
	display:						inline-block;
	vertical-align:					top;
	width:							336px;
	margin-bottom:					1.5em;
	}
.thumbnailcolumn {
	display:						inline-block;
	vertical-align:					top;
	margin-bottom:					1.5em;
	margin-left:					24px;
	width:							336px;
	}
.textcolumn h2, .thumbnailcolumn h2 {
	margin-left:					0;
	margin-bottom:					0.5em;
	border-bottom:					1px solid #aaa;
	}
.mainimage {
	margin:							1em 0;
	text-align:						center;
	}
.thumbnailcolumn img {
	margin: 						0 1em 1em 0;
	}
.textcolumn blockquote {
	padding:						1em;
	margin:							1em 2em 2em 2em;
	border-top:						1px solid #ccc;
	border-bottom:					1px solid #ccc;
	}
@media all and (max-width: 744px) {
.textcolumn {
	width:							100%;
	}
.thumbnailcolumn {
	margin-left:					0;
	width:							100%;
	}
.mainimage img {
	max-width:						100%;
	}
.thumbnailcolumn img {
	max-width:						45%;
	}
}