body {
	font-family: verdana, Helvetica, Arial;
	font-size: 12px;
	color: black
}
td {
	font-family: verdana, Helvetica, Arial;
	font-size: 11px
}
.button {
	font-family: verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: white
}
ul {
	MARGIN-TOP: 3px;
	MARGIN-BOTTOM: 3px
}
A {
	color: black;
	TEXT-DECORATION: underline
}
A:hover {
	color: #9999cc;
	TEXT-DECORATION: none
}
.lang {
	text-align: center;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.whiteheader {
	color: #FFFFFF;
}
.hottext {
	color: #FF0000;
}
H1 {
	font-size: 20px;
	color: #FFFFFF;
	font-family: "Segoe UI Semibold", tahoma, verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
H2 {
	font-size: 14px;
	font-family: verdana, Helvetica, Arial;
	margin-bottom: 3px;
	margin-top: 3px;
}
H3 {
	font-size: 13px;
	font-family: verdana, Helvetica, Arial;
	margin-bottom: 3px;
	margin-top: 3px;
}
H4 {
	font-size: 12px;
	font-family: verdana, Helvetica, Arial;
	margin-bottom: 3px;
	margin-top: 3px;
}
H5 {
	font-size: 11px;
	font-family: verdana, Helvetica, Arial;
	margin-bottom: 3px;
	margin-top: 3px;
}
.Centered {
	text-align: center;
}
.pagetitle {
	font-family: "Segoe UI Semibold", tahoma, verdana, arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.bigwhiteheader {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.reviewtext {
	font-size: 12px;
	font-weight: normal;
}
.itrightalig {
	font-style: italic;
	text-align: right;
}
.justified {
	text-align: justify;
}
.bordered_table {
	border: 1px solid #9999cc;
}
.bordered_table td, .bordered_table th {
	border: 1px solid #9999cc;
}
.bordered_messagebox {
	border: 2px solid #9999cc;
	font-size: 12px;
}
.bordered_messagebox td, .bordered_messagebox th {
	border: 0;
}
/* aggregate ratings stars */
.product-rating-summary {
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #f9fbfd;
	border: 1px solid #e2e8f0;
	padding: 8px 14px;
	border-radius: 6px;
	margin: 12px 0;
}
.stars {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 2px;
	margin-right: 8px;
	vertical-align: text-bottom;
	/* Paint the stars using a hard-stop gradient based on your percentage */
	background: linear-gradient(90deg, #f59e0b var(--rating), #d1d5db var(--rating));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.product-rating-summary .score-text strong {
	font-weight: 600;
	color: #1a202c;
}
