.error, .info {
	font-size: 1.2em;
	font-weight: bold;
	color: Red;
}
.info {
	color: Blue;
}

#books .item_small {
	float: left;
	width: 160px;
	height: 200px;
	background: #b2b2b2;
	border: 1px solid #454545;
	margin: 0 9px 18px 9px;
	padding: 10px;
	text-align: center;
}

#books .item_small .title {
	width: 160px;
	height: 30px;
	font-weight: bold;
}

#books .item_small .title a {
	font-weight: bold;
}

#books .item_small .subtitle {
	width: 160px;
	height: 30px;
	font-style: italic;
}

#books .item_small .image {
	width: 160px;
	height: 102px;
}

#books .item_small .author {
	width: 160px;
	height: 28px;
	font-weight: bold;
}

#books .item_small .votes {
	width: 160px;
	height: 15px;
}

#book {
	position: relative;
	width: 804px;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid Silver;
}

#book .order-now {
	position: absolute;
	top: 140px;
	right: 230px;
	width: 108px;
	height: 55px;
	z-index: 9999;
}

#book .back {
	clear: both;
	float: right;
	width: 550px;
	height: 15px;
	font-size: 1.2em;
	text-align: right;
}

#book .votes {
	position: absolute;
	top: 40px;
	right: 0;
	width: 200px;
	text-align: center;
}

#book .votes .title {
	clear: both;
	width: 200px;
	font-size: 1.4em;
	font-weight: bold;
}

#book .votes .value {
	clear: both;
	width: 200px;
	font-size: 3em;
	font-weight: bold;
	margin-top: 5px;
}

#book .votes .data {
	clear: both;
	width: 200px;
	margin-top: 5px;
}

#book .votes .data input {
}

#book .pair {
	clear: both;
	width: 550px;
	height: 25px;
	font-size: 1.2em;
}

#book .pair .title {
	float: left;
	width: 200px;
	font-weight: bold;
}

#book .pair .value {
	float: left;
	width: 350px;
}

#book .text {
	vertical-align: top;
}