
.product-box {
    width:100%;
    display: table;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.product-box > * {
    display: table-cell;
    vertical-align: top;
}

.rule-bottom {
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.rule-top {
	border-top: 1px solid #bbbbbb;
	padding-top: 15px;
	margin-top: 15px;
}

.product-box .left {
	padding-right: 20px;
}

.product-box img {
    max-width: 200px;
    float:left;
    vertical-align: top;
	margin: 0 22px 16px 0;
	border: 1px solid #bbbbbb;
}

.product-box .name {
	vertical-align: top;
	font-weight: bold;
	font-size: 20px;
}

.product-box .byline {
	font-weight: normal;
	font-size: 15px;
}
.product-box .description {
	margin-top: 12px;
 	font-family: Georgia, 'Times Roman New', sans-serif;
	font-size: 16px;
}

.product-box p {
	max-width: none;
}

.product-box .description p:last-child {
	margin-bottom: 0;
}

product-box .description p:last-child {
	margin-bottom: 0;
}

.product-box .right {
	width: 170px;
	font-size: 13px;
	background-color: #efefe0;
	padding: 14px 14px 14px 14px;
	border: 1px solid #bbbbbb;
}

.product-box .right p:last-child {
	margin-bottom: 0;
}


.product-box .right p {
	margin: 0 0 0 0;
	font-size: 13px;
	padding-left: 18px;
	text-indent: -18px;
}

.product-box .right p:first-child {
	text-align: center;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 15px;
}

.abe-button {
	padding: 5px 16px;
	background-color: #fcfce8;
	color: #000000;
	border-radius: 5px 5px 5px 5px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 3px 7px 1px #888888;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.abe-button:hover {
	background-color: #cccccc;
}

.abe-button:before {
	content: "AbeBooks (recommended)";
}


.free-excerpt-button {
	padding: 5px 16px;
	background-color: #fafa33;
	color: #000000;
	border-radius: 5px 5px 5px 5px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 3px 7px 1px #888888;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.free-excerpt-button:hover {
	background-color: #ffffbb;
}

.free-excerpt-button:before {
	content: "Read free excerpt on this site";
}

@media (max-width: 720px) {

.product-box {
    display:block;
}

.product-box > * {
    display: block;
    vertical-align: top;
	padding-right: 0;
}

.product-box .left {
	padding-right: 0;
}

.product-box .right {
	width: 100%;
}

.product-box img {
	display: block;
    float:none;
	width: 100%;
    max-width: 300px;
	margin-right: 0;
}

.product-box .description {
	margin-bottom: 20px;
}

.product-box p {
	max-width: 485px;
}
}

