.book {
	min-height: 220px;
	_height: 220px;
}

.book h3 {
	font-size: 15px;
}

.book td {
	padding-bottom: 3px;
}

.book td.caption {
	width: 100px;
	font-weight: bold;
}

.book .img {
	float: left;
	width: 110px;
	height: 150px;
	margin: 10px 20px 10px 0;
	border: 1px solid #4E4E4E;
}

.book .price {
	font-weight: bold;
}

.book .pricesmaller {
	font-size: 10px;
}

.book .stock {
	color: green;
	font-weight: bold;
}

.book .nostock {
	font-weight: bold;
}

.book .buy a {
	display: block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: white;
	border: 1px solid #4E4E4E;
	background-color: #7B9B8F;
}

.book .buy a:hover {
	color: white;
	background-color: #02473B;
}

/******************************************************************************/

#order h3 {
	display: inline;
	line-height: 30px;
}

#order input#sameaddress,
#order label#sameaddresslabel {
	line-height: 30px;
}

#order table td {
	padding: 2px 0;
	vertical-align: middle;
}

#order table td.caption {
	width: 130px;
	font-weight: normal;
}

#order table td.spacer {
	width: 50px;
}

#order table td.rowspacer {
	line-height: 11px;
}

#order table td.req {
	font-weight: bold;
}

#order table td select {
	width: 50px;
	border: 1px solid #4E4E4E;
}

#order table td input.text {
	width: 200px;
	border: 1px solid #4E4E4E;
}

#order table td textarea {
	width: 100%;
	border: 1px solid #4E4E4E;
}

#order input.button {
	width: 200px;
	height: 30px;
}

/******************************************************************************/

.shoppath {
	margin: 0 0 25px 0;
	font-size: 12px;
}

.shoppath .gt {
	font-size: 15px;
	font-weight: bold;
	margin: 0 5px;
}

#error {
	margin: 10px 0;
	color: red;
	font-weight: bold;
}

