



/* Customer Feedback */

.trustPilotReview {
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
}

.trustPilotReview .stars {
	float: right;
	text-align: right;
}

.trustPilotReview .stars div {
	float: right;
	background: url(../images/trustPilotStars.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
}

.trustPilotReview .stars div.star1 {
	background-position: 0 -19px;
}

.trustPilotReview .stars div.star2 {
	background-position: 0 -39px;
}

.trustPilotReview .stars div.star3 {
	background-position: 0 -59px;
}

.trustPilotReview .stars div.star4 {
	background-position: 0 -79px;
}

.trustPilotReview .stars div.star5 {
	background-position: 0 -99px;
}

.trustPilotReview .stars h4 {
	text-align: right;
	clear: right;
	font-size: 1em;
	color: #999;
	margin: 0 0 10px 20px;
}

.trustPilotReview h3 {
	font-size: 1.3em;
	color: #FA8A10;
	margin: 0 0 10px 0;
	padding: 0;
}

.trustPilotReview h2 {
	font-size: 1.3em;
	color: #000;
	margin: 0 0 10px 0;
	border: none;
	padding: 0;
}

.trustPilotReview p {
	margin: 0 0 20px 0;
	clear: none;
	padding: 0;
	font-size: 1.1em;
}


