.big-image {
	float: left;
	width: 211px;
}
.big-image img {
	margin-top: 1em;
	border: 2px solid #d1cfd2;
}

.description {
	float: left;
	width: 246px;
}
.description .price {
	float: left;
	margin-right: 1em;
	color: #3d6add;
	font-size: 1.2em;
	font-weight: bold;
	width: auto;
}
.description .buy-now {
	float: left;
	width: auto;
}


#search-results {
	margin: 0;
	padding: 0;
	list-style: none;
}
#search-results li {
	margin: 1em 0;
	padding: 0;
}
#search-results strong {
	color: #fc054c;
}
#search-results .image {
	float: left;
	width: 135px;
}
#search-results .text {
	float: left;
	width: 322px;
}


#testimonials {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
#testimonials li span {
	font-style: italic;
	color: #fc054c;
}
