@charset "utf-8";
span.hreview {
  display: block;
	padding: 4px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	f1ont-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}
span.helpfulq {
	f1ont-style: normal;
	font-size:13px;
	color: #eee;
	display: inline;
	margin-left: 0;
	font-family: "Trebuchet MS", "DejaVu Sans", Verdana, sans-serif;
}
.hreview:hover span.helpfulq {
	color: #999;
}
.hreview span.reviewer {
	margin-bottom: 0em;
	color:#903;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 10px;
}
.hreview .description {
	display: block;
	padding: 5px 0;
	margin: 0;/* line-height: 150%; */
	font-family: "Trebuchet MS", "DejaVu Sans", Verdana, sans-serif;
	font-style: italic;
	line-height: 20px;
}
.hreview span.helpful {
	cursor:pointer;
	text-decoration: underline;
}
.hreview:hover span.helpful {
	color: #1278DB;
}
.hreview:hover span.error {
	color: red;
}
.hreview span.vote_thanks {
	color:#990000;
	margin-left:5px;
	display: none;
}
.hreview .rating {
	font-style: italic;
	font-size:13px;
	color: #999;
	display: inline;
	font-family: "Trebuchet MS", "DejaVu Sans", Verdana, sans-serif;
}
a.expandmoretext, a.expandlesstext {
	color:#1278DB;
	text-decoration:none;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}
