.products table {
	/*width: 100%;*/
	margin-top: 40px;
}
.product-container {
	margin-bottom: 3em;
}
.product-title {
	float: left;
	margin-bottom: -2px;
}
.product-category {
	float: right;
	margin-bottom: 1px;
	*margin-bottom: -2px;
}
.product-line {
	clear: both;
	overflow: hidden;
	height: 1px;
	margin: 4px 0;
	*margin: 4px 0;
}
.product-thumbnail {
	float: left;
}
.product-description {
	float: right;
	width: 77%;
}
.product-description p {
	margin: 0;
}
.product-actions {
	font-weight:bold;
	
	float: right;
	margin-top: -4px;
	white-space: nowrap;
}
.product-actions .reservas {
	margin-right: 4em;
}
