/* CSS reset */

:focus {
	outline: 0;
}
ol,
ul {
	list-style: none;
}
p:first-letter,
h3:first-letter {
	text-transform: capitalize;
}
p.r-l,
p.r-s,
a#footer span.logo {
	background: url(//static.cdnsbg.com/en/images/review_sprite/sprite.png) no-repeat;
}
p.r-l {
	display: inline-block;
	width: 113px;
	height: 21px;
}
p.r-s {
	display: inline-block;
	width: 64px;
	height: 12px;
	float: left;
}
p.l-s0 {
	background-position: -2px -2px;
}
p.l-s1 {
	background-position: -2px -27px;
}
p.l-s2 {
	background-position: -2px -52px;
}
p.l-s3 {
	background-position: -2px -77px;
}
p.l-s4 {
	background-position: -2px -102px;
}
p.l-s5 {
	background-position: -2px -127px;
}
p.s-s0 {
	background-position: -2px -151px;
}
p.s-s1 {
	background-position: -2px -166px;
}
p.s-s2 {
	background-position: -2px -181px;
}
p.s-s3 {
	background-position: -2px -196px;
}
p.s-s4 {
	background-position: -2px -211px;
}
p.s-s5 {
	background-position: -2px -226px;
}
.tp-box {
	background: #FFFFFF;
	border: 0px solid #444444;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-radius-top-left: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-radius-top-right: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius-bottom-right: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius-bottom-left: 0px;
	display: block;
	float: left;
	position: relative;
	width: 648px;
	overflow: hidden;
}
.tp-box:hover {
	/*cursor: pointer;*/
}
header {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-radius-top-left: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-radius-top-right: 0px;
	text-align: center;
	padding: 6px 10px 12px;
	display: block;
}
header h1 {
	text-align: center;
	font: bold 1.8em/1.255em sans-serif;
	margin: 0;
}
@media (min-width: 180px) {
	header h1 {
		font: bold 2.182em/1.255em sans-serif;
	}
}
header div.stars {
	margin: 5px 0 0;
	text-align: center;
}
header p.review-count {
	margin: 5px 0 0;
	text-align: center;
}
h2#header-reviews {
	background: #FFFFFF;
	font-size: 1.273em;
	font-weight: 700;
	color: #444444;
	padding: 5px 10px;
}
section.reviews {
	height: none;
	display: block;
	overflow-y: auto;
	margin: 0;
	padding: 10px 10px 0;
}
section.reviews article {
	display: block;
	border-bottom: 1px solid #FFFFFF;
	margin: 0 0 12px;
	padding: 0 0 12px;
	float: left;
	width: 100%;
	*width: auto;
}
section.reviews article a {
	color: #CE5600;
	text-decoration: underline;
}
section.reviews article.last-child {
	border-bottom: none;
}
time {
	display: inline-block;
	float: right;
	-moz-opacity: 0.6;
	opacity: 0.6;
	margin-top: -2px;
}
p.trustpilot_title {
	clear: both;
	color: #444444;
	font-size: 1.091em;
	font-weight: 700;
	padding: 6px 0 0;
	*padding: 0;
}
p.desc {
	padding: 0 0 8px;
}
img.user-img {
	float: left;
	padding: 0 6px 0 0;
}
p.author {
	font-style: italic;
}
a#trustpilot_footer {
	background: #FFFFFF;
	display: block;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius-bottom-right: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius-bottom-left: 0px;
	font-size: 11px;
	font-weight: 700;
	width: 100%;
	padding: 0 0 4px;
	text-transform: uppercase;
	text-decoration: none;
}
a#trustpilot_footer span {
	display: inline-block;
	margin: 5px 0 0;
	font-size: 11px;
	line-height: 12px;
}
a#trustpilot_footer span.trust,
a#trustpilot_footer span.pilot {
	position: relative;
	top: -1px;
	*top: 2px;
	_top: -1px;
}
a#trustpilot_footer span.trust {
	color: #000;
	margin: 0 0 0 4px;
}
a#trustpilot_footer span.pilot {
	color: #444;
}
a#trustpilot_footer span.logo {
	background: url(//static.cdnsbg.com/en/images/review_sprite/sprite.png) no-repeat;
	background-position: -2px -265px;
	height: 12px;
	width: 12px;
	margin: 6px 0 0 10px;
}
div.clear {
	clear: both;
	font-size: 1px;
	height: 0;
}