/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea .book {
	float: left;
	width: 150px;
	margin: 0 20px 25px 20px;
}
#textarea .book img {
	margin-bottom: 8px;
}
#textarea .book .price {
	float: right;
	background-color: silver;
	padding: 5px;
	font-weight: bold;
	color: white;
	margin-left: 5px;
}
#textarea .book p {
	text-align: left;
	font-size: 0.9em;
}

